@charset "UTF-8";

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(/local/templates/renesans_2021/_fonts/montserrat/Montserrat-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/local/templates/renesans_2021/_fonts/montserrat/Montserrat-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(/local/templates/renesans_2021/_fonts/montserrat/Montserrat-SemiBold.woff2) format('woff2');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(/local/templates/renesans_2021/_fonts/montserrat/Montserrat-Light.woff2) format('woff2');
    font-weight: 300;
    font-style: normal
}

body {
    margin: 0
}

details,
main {
    display: block
}

h1 {
    font-size: 2em
}

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

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

a {
    background-color: transparent;
    color: #000;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    display: block;
    max-width: 100%
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

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

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

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

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

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

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

.fancybox-button:focus {
    outline: 0
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left)
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    right: env(safe-area-inset-right)
}

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

@supports (padding:0px) {
    .fancybox-caption {
        padding: 75px 25px
    }
}

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

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

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

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

.fancybox-loading {
    -webkit-animation: 1s linear infinite fancybox-rotate;
    animation: 1s linear infinite fancybox-rotate;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

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

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

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

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

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

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

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

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-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;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

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

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

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

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

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .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%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

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

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

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

@-webkit-keyframes slide {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    background: #fff;
    color: #000;
    letter-spacing: normal
}

button:active,
button:hover,
input:active,
input:focus,
input:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    line-height: 130%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style-type: none
}

.hidden {
    overflow: hidden
}

.fancybox-active footer,
.fancybox-active header,
.fancybox-active main {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.hide {
    display: none
}

.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

section {
    overflow: hidden
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem
}

.container-1720 {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto
}

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

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

.header {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 10
}

.header-section {
    background-size: cover;
    background-position: center
}

.header-top-phone__title {
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    line-height: 100%
}

.header-top-phone__online {
    font-size: 13px;
    color: #159860;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-top-phone__online::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 12px;
    background-color: #159860;
    border-radius: 50%
}

.header-top {
    padding: 15px 0;
    position: relative
}

.header-top__callback {
    margin-right: 0
}

.header-top__callback .btn.btn-small {
    padding-left: 1.3em;
    padding-right: 1.3em
}

.header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px
}

.header-top .container>div {
    margin-left: 15px;
    position: relative;
    z-index: 3
}

.header-top .container>div:first-child {
    margin-left: 0
}

.header-top__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__menu span {
    padding-left: 10px
}

.header-top__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: static !important;
    z-index: 2 !important
}

.header-top__msgr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__msgr ul li {
    margin: 7px
}

.header-top__msgr ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__msgr ul li svg {
    fill: #212121;
    width: 16px;
    height: 16px
}

.header-content {
    height: 100vh;
    min-height: 760px;
    color: #fff;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-content__title {
    padding-bottom: 15px;
    padding-top: 8rem
}

.header-content__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 91%;
    color: #fff
}

.header-content__title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 91%;
    color: #fff
}

.header-content__info {
    padding-bottom: 6.66667rem
}

.content-info {
    border: 2px solid #fff;
    padding: 30px 0
}

.content-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.content-info__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px)
}

.content-info__digit {
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    min-height: 60px;
    line-height: 110%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    margin: auto
}

.content-info__digit span {
    font-weight: 600;
    padding: 0 8px
}

.content-info__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 230px;
    margin: 0 auto
}

.content-info__desc::before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin: 10px auto 20px
}

.catalog-park__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.catalog-park__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    margin-bottom: 2rem
}

.catalog-park__tabs {
    padding-top: 6.66667rem;
    padding-bottom: 6.66667rem
}

.catalog-park__tabs ul {
    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
}

.catalog-park__tabs li {
    font-size: 30px;
    line-height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 1em;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    cursor: pointer
}

.catalog-park__tabs li svg {
    margin-right: 15px;
    width: 20px
}

.catalog-park__tabs li.active {
    font-weight: 700;
    border-bottom: 2px solid #fff
}

.catalog-park__tabs li:hover {
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

.js-form-submit.js-form-submit--success {
    width: 100%;
    text-align: center
}

.header-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-form__form {
    margin-left: -140px;
    z-index: 2;
    padding-top: 35px
}

.header-form__form .form__subitem {
    max-width: 280px
}

.header-form__form .form__subitem input {
    text-align: center
}

.header-form__form .btn {
    padding-left: 25px;
    padding-right: 25px;
    white-space: nowrap;
}

.header-form__form .form-text {
    text-align: center;
    width: 100%;
    font-size: 14px
}

.header-form__image span {
    width: 16.66667rem;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 9.33333rem
}

.section-title {
    position: relative
}

.section-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 2;
    line-height: 160%
}

.section-title span {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: auto;
    bottom: 9px;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(255, 255, 255, .1)
}

.section-title::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 2px;
    background-color: #000;
    margin-top: 1rem
}

.section-about-park {
    padding-top: 0;
    padding-bottom: 4.66667rem
}

.section-about-park .container {
    max-width: 1440px
}

.section-about-park .section-title {
    position: relative;
    top: 150px
}

.section-about-park .section-title span {
    color: rgba(36, 36, 36, .03);
    white-space: nowrap
}

.more-desc span {
    text-decoration: underline
}

.about-park {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-park__image {
    min-width: 740px;
    margin-left: -130px;
    margin-right: -160px
}

.about-park__desc {
    line-height: 180%;
    font-size: 20px;
    z-index: 5
}

.about-park .circle-image__min .bgimage {
    padding-top: 36%;
    width: 36%
}

.section-catalog-park {
    background: right top no-repeat #242424;
    color: #fff;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

.section-catalog-park::after {
    content: 'Дом';
    font-style: normal;
    font-weight: 700;
    font-size: 400px;
    line-height: 488px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .02);
    position: absolute;
    z-index: 1;
    bottom: 0
}

.section-catalog-park .container {
    max-width: 1260px;
    overflow: visible
}

.section-catalog-park .section-title h2 {
    color: #fff
}

.section-catalog-park .section-title span {
    white-space: nowrap;
    color: rgba(255, 255, 255, .03);
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-catalog-park .section-title::after {
    background-color: #fff !important
}

.minicard {
    background-color: #fff;
    color: #000;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.minicard--blur {
    overflow: hidden
}

.minicard--blur .minicard__btn,
.minicard--blur .minicard__desc,
.minicard--blur .minicard__image {
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.minicard__blur {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(36, 36, 36, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.minicard__blur::after,
.minicard__blur::before {
    width: 60px;
    height: 2px;
    content: '';
    background-color: #fff
}

.minicard__blur span {
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    min-height: 158px;
    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
}

.minicard__image {
    position: relative
}

.minicard__image a.bgimage,
.minicard__image span.bgimage {
    padding-top: 65%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.minicard__image .id-catalog {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #057c85;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    height: 14px;
    padding-left: 28px;
    padding-right: 20px
}

.minicard__desc {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.minicard__props {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px
}

.minicard__props li {
    padding-bottom: .33333rem
}

.minicard__props li span {
    font-weight: 600
}

.minicard__btn {
    padding: 0 20px 20px
}

.minicard__btn .btn {
    padding: 1.6em 3em
}

.minicard__usd {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #057c85;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap
}

.minicard__rub {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #057c85;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap
}

.section-general-plan {
    padding-top: 100px
}

.section-general-plan .section-title span {
    color: rgba(36, 36, 36, .1)
}

.fancybox-button.fancybox-button--arrow_right {
    margin-right: 10%;
    background-image: url(../img/svg/ic_next-white.svg)
}


.fancybox-button.fancybox-button--arrow_left {
    margin-left: 10%;
    background-image: url(../img/svg/ic_prev-white.svg)
}

.swiper-button-disabled {
    opacity: .5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.swiper-button-disabled * {
    cursor: default !important
}

.swiper-button-disabled:hover {
    opacity: 1
}

.general-plan {
    position: relative
}

.general-plan__wrp {
    padding-top: 6.66667rem
}

.general-plan__image {
    overflow: hidden;
    height: 40vw;
    min-height: 580px
}

.general-plan__image .bgimage {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 40vw;
    min-height: 100% !important
}

.general-plan__action {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.general-plan__action div {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 50%;
    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;
    cursor: pointer
}

.general-plan__circle {
    position: absolute;
    right: 60px;
    top: 0;
    width: 230px;
    height: 230px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.general-plan__circle .circle-image__min .bgimage {
    padding-top: 60%;
    width: 60%
}

.general-plan__circle .circle-image__big {
    opacity: .2
}

.section-gallery__swiper {
    margin-left: 18%
}

.section-sales-team {
    background-color: #242424;
    color: #fff;
    padding-top: 100px
}

.section-sales-team .container {
    position: relative
}

.section-sales-team .section-title h2 {
    color: #fff
}

.section-sales-team .section-title span {
    white-space: nowrap;
    color: rgba(255, 255, 255, .03)
}

.section-sales-team .section-title::after {
    background-color: #fff !important
}

.sales-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6.66667rem
}

.sales-team__slider {
    padding-top: 4rem;
    width: 100%;
    max-width: 760px;
    z-index: 2
}

.sales-team__image {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 50%;
    z-index: 1
}

.sales-team__image .bgimage {
    padding-top: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

.sales-team-slide__desc {
    margin-bottom: 2rem;
    line-height: 170%
}

.sales-team-slide__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sales-team-slide__name::after {
    content: '';
    width: 60px;
    margin-right: auto;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px
}

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

.arrow-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.arrow-white:hover {
    opacity: .5;
    cursor: pointer
}

.arrow-white svg {
    fill: transparent;
    stroke: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.team-slider-next,
.team-slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 2
}

.team-slider-next .brackets-right,
.team-slider-prev .brackets-left {
    border: 1px solid #fff;
    width: 10px
}

.team-slider-next .brackets-right {
    border-left: transparent;
    margin-right: 2.66667rem
}

.team-slider-prev .brackets-left {
    border-right: transparent;
    margin-left: 2.66667rem
}

.team-slider-main {
    padding: 60px;
    max-width: 535px
}

.team-callback {
    text-align: center;
    margin-top: 30px
}

.team-callback .btn.btn-line {
    border: 1px solid #fff !important;
    color: #fff;
    margin: 0 auto
}

.section-signup {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.section-signup .container {
    height: 100vh;
    min-height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
}

.section-signup .form__subitem {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.section-signup .form__subitem input {
    text-align: center
}

.section-signup .form__subitem .btn {
    width: 100%
}

.signup__title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #242424;
    padding-bottom: 2.33333rem
}

.signup__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #242424;
    min-height: 50px
}

.signup__form {
    padding-top: 2.33333rem
}

.section-gallery {
    padding-top: 8rem;
    padding-bottom: 5.33333rem
}

.section-gallery .container-full {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.gallery-slide {
    position: relative
}

.gallery-slide__image .bgimage {
    padding-top: 60%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.gallery-slide__caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72.4%, rgba(36, 36, 36, 0)), to(#242424));
    background: -o-linear-gradient(top, rgba(36, 36, 36, 0) 72.4%, #242424 100%);
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 72.4%, #242424 100%);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.gallery-nav__next svg,
.gallery-nav__prev svg {
    fill: transparent;
    stroke: #000;
    width: 60px;
    height: 60px
}

.gallery-nav__next:hover,
.gallery-nav__prev:hover {
    cursor: pointer
}

.gallery-nav__next:hover svg,
.gallery-nav__prev:hover svg {
    stroke: #057c85
}

.gallery-nav__next.swiper-button-disabled,
.gallery-nav__prev.swiper-button-disabled {
    opacity: .4
}

.gallery-nav__next.swiper-button-disabled:hover,
.gallery-nav__prev.swiper-button-disabled:hover {
    cursor: pointer
}

.gallery-nav__next.swiper-button-disabled:hover svg,
.gallery-nav__prev.swiper-button-disabled:hover svg {
    stroke: #000
}

.gallery-nav__counter {
    text-align: right
}

.section-gallery .section-title {
    padding-bottom: 3.33333rem
}

.section-gallery__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px
}

.section-gallery__nav>div {
    padding: 0 10px
}

.section-video {
    background: #242424;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px
}

.section-video .section-title h2 {
    color: #fff
}

.section-video .section-title span {
    white-space: nowrap;
    color: rgba(255, 255, 255, .03)
}

.section-video .section-title::after {
    background-color: #fff !important
}

.section-video__container {
    padding-top: 4rem
}

.section-infrastructure {
    padding-top: 6.66667rem;
    padding-bottom: 6.66667rem
}

.section-infrastructure .container {
    max-width: 1200px
}

.section-infrastructure .section-title {
    padding-bottom: 3.33333rem
}

.infrast-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.infrast-item__desc,
.infrast-item__image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px)
}

.infrast-item__image {
    max-width: 482px;
    margin-left: auto
}

.circle-image {
    padding-top: 100%;
    position: relative
}

.circle-image__big,
.circle-image__min {
    overflow: hidden;
    border-radius: 50%
}

.circle-image__big {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .15
}

.circle-image__big .bgimage {
    padding-top: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%
}

.circle-image__min {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    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
}

.circle-image__min .bgimage {
    padding-top: 70%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 70%;
    border-radius: 50%
}

.infrast-item__title {
    font-weight: 600;
    font-size: 36px;
    color: #5d92a3;
    padding-bottom: 30px
}

.infrast-item__text {
    font-size: 20px;
    line-height: 140%;
    font-weight: 200
}

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

.infr-slider .arrow-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.infr-slider .arrow-white svg {
    fill: #d3edf5;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.infr-slider .arrow-white svg path {
    stroke: #000
}

.infr-slider .arrow-white svg rect {
    stroke: #fff
}

.infr-slider .infr-slider-next,
.infr-slider .infr-slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.infr-slider .brackets-left,
.infr-slider .brackets-right {
    border: 1px solid rgba(0, 0, 0, .47);
    width: 10px
}

.infr-slider .brackets-right {
    border-left: transparent;
    margin-right: 2.66667rem;
    height: 90%;
    margin-top: auto;
    margin-bottom: auto
}

.infr-slider .brackets-left {
    border-right: transparent;
    margin-left: 2.66667rem;
    height: 90%;
    margin-top: auto;
    margin-bottom: auto
}

.infr-slider .infr-slider-main {
    padding: 0 0 0 60px;
    max-width: 950px
}

.infr-slider .infr-slider-next {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.section-download {
    padding-bottom: 6.66667rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible
}

.section-download .container {
    max-width: 1366px;
    overflow: visible
}

.section-download .form-text {
    color: #fff;
    text-align: center;
    padding-top: 10px
}

.section-download .form__subitem {
    max-width: 280px
}

.section-download .form__subitem .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

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

.download__form input {
    text-align: center
}

.download__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -80px
}

.download__image,
.download__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px)
}

.download__image .bgimage {
    padding-top: 60%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

.download__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    margin-left: -200px
}

.download__subtitle {
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    margin-left: -200px
}

.download__subtitle::before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto 20px 0
}

.section-contacts {
    background: #242424;
    padding-top: 100px;
    color: #fff;
    overflow: hidden
}

.section-contacts .btn.btn-line {
    border-color: #fff;
    color: #fff;
    font-size: 14px
}

.section-contacts .section-title h2,
.section-contacts a {
    color: #fff
}

.section-contacts .section-title span {
    white-space: nowrap;
    color: rgba(255, 255, 255, .03)
}

.section-contacts .section-title::after {
    background-color: #fff !important
}

.section-contacts .container {
    position: relative;
    overflow: visible
}

.section-contacts__address {
    max-width: 450px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.section-contacts__btn .btn.btn-small {
    border: 1px solid #fff !important;
    color: #fff
}

.section-contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
    padding-bottom: 60px
}

.section-contacts__image {
    width: 642px;
    position: absolute;
    right: 0;
    bottom: -54%
}

.section-contacts__image .circle-image__min .bgimage {
    padding-top: 29%;
    width: 29%
}

.section-contacts__sep {
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin: 25px 0
}

.section-contacts__phone a {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff
}

.section-contacts__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.section-contacts__map span {
    display: block;
    height: 500px
}

.section-contacts__msgr {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-contacts__msgr svg {
    fill: #fff
}

.section-contacts__msgr a {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-contacts .circle-image__big {
    z-index: 0
}

#map-container {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.more-desc {
    text-align: right;
    font-size: 14px
}

footer {
    background: #828282;
    padding-top: 2.66667rem;
    padding-bottom: 2.66667rem;
    color: #fff
}

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

footer .footer__catig ul li {
    padding-bottom: 20px
}

footer .footer__catig ul li:last-child {
    padding-bottom: 0
}

footer .footer__catig ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

footer .footer__catig ul li a:hover {
    text-decoration: underline
}

.tab-content {
    display: none;
    -webkit-animation: .3s slide-up;
    animation: .3s slide-up
}

.tab-content.active {
    display: block
}

.footer__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__btn {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__btn .btn.btn-small {
    border: 1px solid #fff !important;
    color: #fff;
    font-size: 15px
}

.footer__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__info-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px
}

.footer__phone a {
    color: #fff;
    font-size: 16px
}

.footer__phone a:hover {
    text-decoration: underline
}

.footer__msgr {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__msgr svg {
    fill: #fff
}

.footer__msgr a {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer__catig ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em
}

.modal-callback,
.modal-presentation {
    padding: 0;
    width: calc(100% - 20px);
    max-width: 600px
}

.modal-callback__title,
.modal-presentation__title {
    padding: 50px 65px;
    background-color: rgba(5, 124, 133, .2)
}

.modal-callback__title h2,
.modal-presentation__title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: #242424;
    text-align: center
}

.modal-callback__form,
.modal-presentation__form {
    padding: 50px
}

.modal-callback__form .form,
.modal-presentation__form .form {
    max-width: 400px;
    margin: 0 auto
}

.modal-callback__form input,
.modal-presentation__form input {
    text-align: center
}

.modal-callback__form .form-text,
.modal-presentation__form .form-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #828282;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.modal-callback .fancybox-close-small,
.modal-presentation .fancybox-close-small {
    padding: 4px;
    top: 10px;
    right: 10px
}

.modal-callback .fancybox-close-small svg,
.modal-presentation .fancybox-close-small svg {
    display: none
}

.modal-callback .fancybox-close-small::before,
.modal-presentation .fancybox-close-small::before {
    content: '';
    background-image: url(../img/svg/ic_cross-dark.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-position: center
}

.dragscroll {
    cursor: grab;
    cursor: -o-grab;
    cursor: -webkit-grab
}

.swiper-nav-card {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.swiper-nav-card__next,
.swiper-nav-card__prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.swiper-nav-card__next svg,
.swiper-nav-card__prev svg {
    fill: #fff;
    stroke: #000;
    width: 100%;
    height: 100%
}

.swiper-nav-card__prev {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.swiper-nav-card__next {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.product-image:hover .swiper-nav-card {
    opacity: 1
}

.product-image:hover .swiper-button-disabled {
    opacity: .5 !important
}

.product-image:hover .swiper-nav-card__next,
.product-image:hover .swiper-nav-card__prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.btn {
    border: none;
    padding: 1.6em 3em 1.5em;
    color: #fff;
    background: #5d92a3;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: .86667rem;
    letter-spacing: .05em
}

.btn:hover {
    opacity: .9
}

.btn:active,
.btn:focus {
    border: none;
    outline: 0
}

.btn.btn-small {
    padding: .8em 2em;
    border: 1px solid #000 !important;
    font-weight: 400 !important;
    text-transform: none !important
}

.btn.btn-small:hover {
    border: 1px solid transparent !important
}

.btn.btn-line {
    border: 2px solid #000;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    border-radius: 0
}

.btn.btn-line:hover {
    background-color: #5d92a3;
    color: #fff !important;
    border-color: #5d92a3
}

.btn.btn-line-white {
    border: 2px solid #fff;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 0
}

.btn.btn-line-white:hover {
    background-color: #fff;
    color: #000 !important;
    border-color: #fff
}

.btn.btn-full {
    width: 100%
}

.btn.btn-bold {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06667rem
}

.section-h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%
}

.section-h2 {
    font-weight: 500;
    font-size: 1.86667rem;
    line-height: 110%
}

.section-h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 110%
}

h1 {
    font-size: 2.13333rem;
    font-weight: 500
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: .93333rem;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none
}

.checkbox .checkbox__text {
    line-height: 140%;
    font-weight: 500
}

.checkbox .checkbox__elem {
    top: .06667rem;
    position: relative;
    height: 18px;
    width: 18px;
    min-width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: .66667rem;
    border-radius: 3px
}

.checkbox .checkbox__elem::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 3px;
    width: 12px;
    height: 5px;
    -webkit-transition: .25s cubic-bezier(.08, .82, .17, 1);
    -o-transition: .25s cubic-bezier(.08, .82, .17, 1);
    transition: .25s cubic-bezier(.08, .82, .17, 1);
    opacity: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: 0 0
}

.checkbox input:hover~.checkbox__elem {
    border-color: #ffd223
}

.checkbox input:checked~.checkbox__elem {
    background-color: #ffd223;
    z-index: 2;
    border-color: #ffd223
}

.checkbox input:checked~.checkbox__text {
    color: #000
}

.checkbox input:checked~.checkbox__elem:after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: .93333rem;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.radio__desc,
.radio__title {
    display: block
}

.radio__title {
    color: #000;
    font-size: 14px
}

.radio__desc {
    font-size: 12px;
    color: #959595
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none
}

.radio__text {
    line-height: 140%
}

.radio__elem {
    top: .06667rem;
    position: relative;
    height: 18px;
    width: 18px;
    min-width: 18px;
    background-color: none;
    border: 1px solid #86a5c1;
    display: inline-block;
    margin-right: .66667rem;
    border-radius: 50%
}

.radio__elem:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border: solid #86a5c1;
    border-width: 0 2px 2px 0;
    -webkit-transition: .25s cubic-bezier(.08, .82, .17, 1);
    -o-transition: .25s cubic-bezier(.08, .82, .17, 1);
    transition: .25s cubic-bezier(.08, .82, .17, 1);
    opacity: 0;
    border-radius: 50%
}

.radio input:hover~.radio__elem {
    background-color: transparent
}

.radio input:checked~.radio__elem {
    background-color: transparent;
    z-index: 2
}

.radio input:checked~.radio__elem:after {
    opacity: 1;
    background: #86a5c1;
    border: none
}

.checkbox-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 8px
}

.checkbox-card input {
    display: none
}

.checkbox-card__text {
    border: 1px solid #2c2c2c;
    padding: .2em .6em .35em;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500
}

.checkbox-card__text::after {
    content: attr(data-count);
    margin-left: 10px;
    color: #949494
}

.checkbox-card input:hover~.checkbox-card__text {
    background-color: transparent
}

.checkbox-card input:checked~.checkbox-card__text {
    background-color: #86a5c1;
    z-index: 2;
    color: #000
}

.checkbox-card input:checked~.checkbox-card__text::after {
    color: #000;
    content: '+';
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    -webkit-transform: rotate(45deg) translateX(1px) translateY(1px);
    -ms-transform: rotate(45deg) translateX(1px) translateY(1px);
    transform: rotate(45deg) translateX(1px) translateY(1px);
    display: inline-block
}

.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #7f7f7f
}

.toggle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toggle div .toggle-slide {
    width: 40px;
    height: 20px;
    display: inline-block;
    background: #212121;
    border-radius: 50px;
    position: relative
}

.toggle div .toggle-slide::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #6a6a6a;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.toggle input {
    display: none
}

.toggle input:checked~div .toggle-slide {
    background: #212121
}

.toggle input:checked~div .toggle-slide::before {
    left: auto;
    right: 2px;
    background: #86a5c1
}

.toggle .toggle-active {
    display: none
}

.toggle input:checked~div .toggle-active {
    display: block;
    font-size: 13px;
    color: #000
}

.toggle input:checked~div .toggle-deactive {
    display: none;
    font-size: 13px
}

.breadcrumb {
    background-color: transparent;
    padding: 0 0 1.33333rem
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    overflow-x: auto;
    white-space: nowrap
}

.breadcrumb li a {
    font-size: 14px;
    color: #c4c4c4
}

.breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb li::after {
    content: '→';
    margin: 0 .66667rem;
    color: #c4c4c4;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
    font-size: 14px
}

.breadcrumb li:last-child::after {
    display: none
}

.breadcrumb.breadcrumb--tab li::after {
    display: none
}

.breadcrumb.breadcrumb--tab li a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 116%;
    text-align: center;
    padding: .46667rem 1rem .53333rem;
    background: #2e2e2e;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-right: .66667rem;
    color: rgba(255, 255, 255, .4)
}

.breadcrumb.breadcrumb--tab li a.active,
.breadcrumb.breadcrumb--tab li a:hover {
    background-color: #86a5c1;
    color: #151515
}

.breadcrumb.breadcrumb--nopadding {
    padding: 0
}

.select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    width: auto;
    border-radius: 5px;
    background: 0 0
}

.select.select-fill select {
    background: #212121;
    color: #000;
    font-size: 13px;
    width: 230px
}

.select select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 0;
    height: 28px;
    padding-left: 12px;
    min-width: 100%;
    cursor: pointer;
    outline: 0;
    background: 0 0;
    border-radius: 5px;
    width: 100%;
    color: #939393;
    font-size: .93333rem;
    max-width: 230px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.select select option {
    font-family: arial;
    font-size: .93333rem;
    color: #000
}

.select select::-ms-expand {
    display: none
}

.select:after {
    content: '';
    padding: 0 8px;
    font-size: 12px;
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: center;
    width: 35px;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/img/svg/ic_select.svg) center no-repeat;
    top: 0;
    background-size: 10px
}

.form label[for=attach-file] {
    margin-bottom: 1.33333rem;
    font-weight: 500;
    font-size: 13px;
    line-height: 116%;
    color: #86a5c1
}

.form label[for=attach-file] input {
    display: none
}

.form label[for=attach-file] span {
    border-bottom: 1px dashed #86a5c1;
    cursor: pointer;
    position: relative
}

.form label[for=attach-file] span:hover {
    color: #367fbd
}

.form label[for=attach-file] span::after {
    content: '+';
    font-family: arial;
    position: absolute;
    right: -12px;
    font-size: 15px;
    top: 2px
}

.form textarea {
    min-height: 2.66667rem;
    height: 2.66667rem;
    max-width: 100%;
    resize: vertical
}

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

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

.form__item.column .form__subitem {
    margin-right: 0
}

.form__item.pull-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form__subitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: .66667rem;
    margin-right: .66667rem;
    width: 100%
}

.form__subitem.form__subitem--auto {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 25px
}

.form__subitem>span {
    color: #949494;
    padding: .66667rem .33333rem;
    display: block
}

.form__subitem:last-child {
    margin-right: 0 !important
}

.form__subitem input {
    width: 100%
}

.form fieldset {
    border: none;
    padding: 0;
    margin-top: 2.66667rem
}

.form fieldset:first-child {
    margin-top: 0
}

.form legend {
    margin-bottom: 2rem
}

.form__select {
    position: relative;
    display: block;
    cursor: pointer;
    outline: 0;
    width: auto;
    background: #fff;
    border: 1px solid #ccc
}

.form__select select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 0;
    height: 2.66667rem;
    padding-left: 12px;
    min-width: 100%;
    cursor: pointer;
    outline: 0;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    color: #949494;
    font-style: italic
}

.form__select select option {
    font-family: arial;
    font-size: 13px;
    color: #000
}

.form__select select::-ms-expand {
    display: none
}

.form__select:after {
    content: '';
    padding: 0 8px;
    font-size: 12px;
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: center;
    width: 35px;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/img/svg/ic_arr-down.svg) center no-repeat;
    top: 0;
    background-size: 10px
}

.form .input-material {
    position: relative;
    width: 100%;
    margin-bottom: 1.33333rem;
    margin-top: 2rem
}

.form .input-material input {
    font-size: 1rem;
    padding: .66667rem 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #949494;
    background: 0 0;
    color: #fff;
    font-weight: 500
}

.form .input-material input:invalid {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form .input-material textarea {
    font-size: 1rem;
    padding: .66667rem 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #949494;
    background: 0 0;
    color: #fff;
    font-weight: 500
}

.form .input-material textarea:invalid {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form .input-material input:focus {
    outline: 0
}

.form .input-material label {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    pointer-events: none;
    left: 0;
    font-weight: bol;
    top: 11px;
    -o-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.form .input-material .tooltip {
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 13px;
    color: #6a6a6a
}

.form .input-material input:focus~label,
.form .input-material input[area-valid]~label,
.form .input-material textarea:focus~label,
.form .input-material textarea[area-valid=false]~label,
.form .input-material textarea[area-valid=true]~label {
    top: -15px;
    font-size: .86667rem;
    color: #949494
}

.form .input-material input[area-valid=false]~.bar::after,
.form .input-material input[area-valid=false]~.bar::before,
.form .input-material textarea[area-valid=false]~.bar::after,
.form .input-material textarea[area-valid=false]~.bar::before {
    background: #e73124;
    width: 50%
}

.form .input-material input[area-valid=false]~.tooltip,
.form .input-material textarea[area-valid=false]~.tooltip {
    color: #e73124
}

.form .input-material input:focus[area-valid=false]~.bar::after,
.form .input-material input:focus[area-valid=false]~.bar::before,
.form .input-material textarea:focus[area-valid=false]~.bar::after,
.form .input-material textarea:focus[area-valid=false]~.bar::before {
    background: #86a5c1;
    width: 50%
}

.form .input-material input:focus~.tooltip,
.form .input-material textarea:focus~.tooltip {
    display: none
}

.form .input-material input[area-valid=true]~.tooltip,
.form .input-material textarea[area-valid=true]~.tooltip {
    width: 13px;
    height: 13px;
    display: block;
    background-image: url(/img/svg/ic_checked-green.svg);
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center
}

.form .input-material input[area-valid=true]~.tooltip::before,
.form .input-material textarea[area-valid=true]~.tooltip::before {
    display: none
}

.form .input-material .bar {
    position: relative;
    display: block
}

.form .input-material .bar:after,
.form .input-material .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #86a5c1;
    -o-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.form .input-material .bar:before {
    left: 50%
}

.form .input-material .bar:after {
    right: 50%
}

.form .input-material input:focus~.bar:after,
.form .input-material input:focus~.bar:before,
.form .input-material textarea:focus~.bar:after,
.form .input-material textarea:focus~.bar:before {
    width: 50%
}

.form input {
    padding: .9em 1.2em;
    font-size: 1.2rem;
    border: 1px solid #ddd
}

.upload-files li {
    list-style-type: none;
    font-size: 13px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 25px
}

.upload-files li::before {
    width: 25px;
    height: 25px;
    background: url(/img/svg/ic_checked-green.svg) center no-repeat #212121;
    content: '';
    display: block;
    margin-right: 10px;
    border-radius: 50%
}

.icon-cross {
    width: 10px;
    min-width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer
}

.icon-cross::after,
.icon-cross::before {
    display: inline-block;
    background: #939393;
    position: absolute;
    content: ''
}

.icon-cross::before {
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px
}

.icon-cross::after {
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.icon-cross.open::after {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 0
}

.video {
    margin: 0 auto;
    position: relative;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 1.33333rem
}

.video iframe {
    border: none;
    position: relative;
    z-index: 2
}

.video.play {
    position: relative
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.video.play::before {
    content: '';
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    border-left: 2px solid transparent;
    -webkit-animation: 1.5s linear infinite load;
    animation: 1.5s linear infinite load;
    margin: -30px auto 0 -30px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%
}

.video.play .video__action,
.video.play .video__preview {
    display: none
}

.video__preview span {
    padding-top: 56%;
    background-size: cover;
    display: block;
    background-position: center
}

.video__action {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.video__title {
    font-family: Playfair Display;
    font-style: italic;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    max-width: 26.66667rem;
    margin: 0 auto;
    line-height: 140%
}

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

.video__button span {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.video__button svg {
    margin: 1.33333rem 0;
    fill: #fe3e77;
    width: 9.53333rem;
    height: 9.53333rem
}

.hamburger {
    position: relative;
    width: 2.22222rem;
    height: 2.22222rem;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    font: inherit;
    letter-spacing: inherit;
    background: 0 0;
    cursor: pointer;
    overflow: visible
}

.hamburger i:first-of-type,
.hamburger i:nth-of-type(2),
.hamburger i:nth-of-type(3) {
    position: absolute;
    left: .44444rem;
    top: 50%;
    width: 1.33333rem;
    height: .13333rem;
    background: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hamburger i:first-of-type,
.hamburger i:nth-of-type(3) {
    content: '';
    margin-top: -.48889rem;
    -webkit-transition: opacity .15s 50ms, -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1) .2s, opacity .15s 50ms, -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) .2s;
    -o-transition: transform .2s cubic-bezier(.4, 0, .2, 1) .2s, opacity .15s 50ms
}

.hamburger i:nth-of-type(2) {
    margin-top: -.08889rem;
    display: block;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1) 50ms;
    -o-transition: transform .2s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 50ms
}

.hamburger i:nth-of-type(3) {
    margin-top: .31111rem
}

.hamburger.open {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.hamburger.open i:first-of-type {
    -webkit-transform: translateY(.4rem);
    -ms-transform: translateY(.4rem);
    transform: translateY(.4rem);
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s
}

.hamburger.open i:nth-of-type(2) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger.open i:nth-of-type(3) {
    -webkit-transform: translateY(-.4rem);
    -ms-transform: translateY(-.4rem);
    transform: translateY(-.4rem);
    opacity: 0;
    -webkit-transition-delay: 0s, .15s;
    -o-transition-delay: 0s, .15s;
    transition-delay: 0s, .15s
}

.mobile-menu {
    background: #242424;
    position: fixed;
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0;
    max-width: 720px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10;
    padding: 80px
}

.mobile-menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .541);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .541)
}

.mobile-menu__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mobile-menu__nav {
    margin-top: 2.66667rem
}

.mobile-menu__nav li a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 190%;
    color: #fff;
    text-align: center;
    display: block;
    padding-bottom: 8px
}

.mobile-menu__manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #fff
}

.mobile-menu__consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3.33333rem
}

.mobile-menu__consult>div {
    width: 50%
}

.mobile-menu__text {
    font-size: 14px;
    text-align: center
}

.mobile-menu__phone {
    padding-top: 30px
}

.mobile-menu__phone a {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    display: block;
    color: #fff;
    text-align: center
}

.mobile-menu__callback {
    padding-top: 30px
}

.mobile-menu__callback .btn.btn-line {
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    margin: 0 auto
}

.mobile-menu__msgr {
    padding: 30px 15px;
    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
}

.mobile-menu__msgr svg {
    fill: #fff;
    width: 30px;
    height: 30px
}

.mobile-menu__msgr a {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-manager__photo {
    margin-right: 20px
}

.menu-manager__photo .bgimage {
    width: 80px;
    height: 80px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%
}

.menu-manager__name-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-bottom: 10px
}

.menu-manager__name-subtitle {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.menu-manager__text {
    max-width: 217px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-opacity.open .container {
    background: #fff;
    position: relative;
    z-index: 10
}

.fix-consult {
    position: fixed;
    z-index: 12;
    bottom: 100px;
    right: 100px
}

.fix-consult__photo {
    margin-right: 20px
}

.fix-consult__photo .bgimage {
    width: 80px;
    height: 80px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 2rem;
    padding-bottom: 3.33333rem;
    width: 100%;
    padding-right: 1rem
}

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

.pagination__page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

.pagination__page ul li {
    margin-left: .66667rem
}

.pagination__page ul li.active a {
    color: #b8b8b8;
    border: 2px solid transparent;
    background: #f4f4f4
}

.pagination__page ul li a {
    width: 2.66667rem;
    height: 2.66667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ccc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #aaa
}

.pagination__page ul li a:hover {
    border-color: #ffd223
}

.star-rating {
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.star-rating :not(:checked)>input {
    display: none
}

.star-rating label {
    padding-right: .33333rem;
    cursor: pointer
}

.star-rating label:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.star-rating label:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.star-rating label:nth-child(6) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.star-rating label:nth-child(8) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.star-rating label:nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.star-rating:not(:checked)>label svg {
    fill: #fff
}

.star-rating>input {
    display: none
}

.star-rating>input:checked~label svg {
    fill: #e73124
}

.star-rating>input:checked+label:hover svg,
.star-rating>input:checked+label:hover~label svg,
.star-rating>input:checked~label:hover svg,
.star-rating>input:checked~label:hover~label svg {
    fill: #e73124
}

.star-rating:not(:checked)>label:hover svg,
.star-rating:not(:checked)>label:hover~label svg {
    fill: #e73124
}

.rate-area>label:active {
    position: relative
}

.main {
    padding: 90px 0 0
}

.breadcrumbs-wrapper .container {
    max-width: 1200px
}

.breadcrumbs {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    overflow: auto
}

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

.breadcrumbs-list>li {
    padding: 0 28px 0 0;
    margin: 0 18px 0 0;
    position: relative;
    white-space: nowrap;
    color: #959595;
    font-size: 14px
}

.breadcrumbs-list>li:after {
    content: '-';
    position: absolute;
    top: 0;
    right: 0
}

.breadcrumbs-list>li:last-child {
    padding: 0
}

.breadcrumbs-list>li:last-child:after {
    display: none
}

.breadcrumbs-list>li>a {
    color: #959595
}

.breadcrumbs-list>li>a:hover {
    text-decoration: underline
}

.breadcrumbs-list>li>span {
    color: #959595
}

.card .container {
    max-width: 1200px
}

.card-product {
    width: 100%
}

.card-product__wrp {
    margin: 0 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-product__image {
    width: 64%
}

.card-product__main {
    width: 36%;
    padding-left: 2.1rem
}

.card-product.fancybox-content {
    width: calc(100% - 100px);
    overflow: visible
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    background-color: transparent;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0
}

.fancybox-navigation .fancybox-button--arrow_left>div svg,
.fancybox-navigation .fancybox-button--arrow_right>div svg {
    display: none
}

.product-image__main {
    padding-bottom: .8rem;
    position: relative
}

.product-image__main .swiper-slide .bgimage {
    display: none;
    background-color: #eee
}

.product-image__main .swiper-slide:first-child .bgimage {
    padding-top: 63%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block
}

.product-image__main .swiper-container-initialized .bgimage {
    padding-top: 63%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product-image__main .swiper-nav-card {
    pointer-events: none
}

.product-image__main .swiper-nav-card__next,
.product-image__main .swiper-nav-card__prev {
    pointer-events: all;
    width: 20px;
    height: 40px
}

.product-image__main .swiper-nav-card__next svg,
.product-image__main .swiper-nav-card__prev svg {
    fill: #fff;
    stroke: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-image__main .swiper-nav-card__next svg path,
.product-image__main .swiper-nav-card__prev svg path {
    box-shadow: 0 0 3px -1px #0000005e;
}



.product-image__thumb .swiper-slide {
    width: calc(25% - 10px);
    margin-right: 10px;
    border: 2px solid transparent;
    transition: border .3s ease
}

.product-image__thumb .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #5d92a3
}

.product-image__thumb .swiper-slide .bgimage {
    display: none;
    background-color: #eee
}

.product-image__thumb .swiper-slide:nth-child(1) .bgimage,
.product-image__thumb .swiper-slide:nth-child(2) .bgimage,
.product-image__thumb .swiper-slide:nth-child(3) .bgimage,
.product-image__thumb .swiper-slide:nth-child(4) .bgimage {
    padding-top: 70%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block
}

.product-image__thumb .swiper-container-initialized .swiper-slide {
    width: 100%;
    cursor: pointer
}

.product-image__thumb .swiper-container-initialized .bgimage {
    padding-top: 70%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.swiper-dots {
    position: absolute;
    bottom: 25px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap
}

.swiper-dots .swiper-pagination-bullet {
    margin: 0 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 3px -1px #0000005e;
}

.swiper-dots .swiper-pagination-bullet-active {
    background: #057c85;
}

.product-main {
    padding: 25px 0
}

.product-main__title {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 16px;
    line-height: 130%
}

.product-main__id {
    margin: 0 0 17px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #057c85;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    height: 14px;
    padding: 0 38px
}

.product-main__price-usd {
    font-weight: 700;
    font-size: 30px;
    color: #057c85
}

.product-main__price-rub {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #9d9d9d;
    margin-top: 5px
}

.product-main__props {
    margin-bottom: 45px
}

.product-main__props-list {
    font-size: 16px
}

.product-main__props-list li {
    padding-bottom: .33333rem
}

.product-main__props-list li span {
    font-weight: 600
}

.card-product__form-mobile {
    display: none;
    margin-bottom: 35px
}

.card-product__btn-wrapper {
    display: none
}

.card-product__txt {
    margin: 0 0 65px 0;
    line-height: 165%
}

.props-download__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.props-download__image .bgimage {
    width: 145px;
    padding-top: 70px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

.props-download__link a {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #242424;
    outline: 0;
    border: none;
    white-space: nowrap
}

@media screen and (min-width:480px) {
    .product-order-mobile {
        display: none
    }
}

@media screen and (min-width:580px) {

    .catalog-park__item,
    .content-info__item {
        width: calc(50% - 30px)
    }
}

@media screen and (min-width:940px) {
    .content-info__item {
        width: calc(25% - 30px)
    }

    .catalog-park__item {
        width: calc(33.33333% - 30px)
    }

    .infrast-item__desc {
        width: calc(41.66667% - 30px)
    }

    .infrast-item__image {
        width: calc(58.33333% - 30px)
    }

    .download__image {
        width: calc(75% - 30px)
    }

    .download__text {
        width: calc(25% - 30px)
    }
}

@media screen and (min-width:1025px) {
    .hidden {
        margin-right: 17px
    }

    .header-top__logo a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        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
    }

    .card-product .fancybox-close-small {
        padding: 4px;
        top: 0;
        right: -50px;
        opacity: 1
    }

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

    .card-product .fancybox-close-small::before {
        content: '';
        background-image: url(../img/svg/ic_cross-dark.svg);
        width: 100%;
        height: 100%;
        display: block;
        background-size: contain;
        background-position: center
    }
}

@media screen and (max-width:1670px) {
    .fancybox-button--arrow_right {
        margin-right: 5%
    }

    .fancybox-button--arrow_left {
        margin-left: 5%
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 15px
    }

    .header-content__title {
        padding-top: 6rem
    }

    .header-content__info {
        padding-bottom: 5rem
    }

    .catalog-park__tabs {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .section-about-park {
        padding-top: 0;
        padding-bottom: 3.5rem
    }

    .about-park {
        overflow: hidden
    }

    .fancybox-button--arrow_right {
        margin-right: 15px
    }

    .fancybox-button--arrow_left {
        margin-left: 15px
    }

    .general-plan__wrp {
        padding-top: 5rem
    }

    .sales-team {
        padding-bottom: 5rem
    }

    .sales-team__slider {
        padding-top: 3rem
    }

    .signup__title {
        padding-bottom: 1.75rem
    }

    .signup__form {
        padding-top: 1.75rem
    }

    .section-gallery {
        padding-top: 6rem;
        padding-bottom: 4rem
    }

    .section-gallery .section-title {
        padding-bottom: 2.5rem
    }

    .section-video__container {
        padding-top: 3rem
    }

    .section-infrastructure {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .section-infrastructure .section-title {
        padding-bottom: 2.5rem
    }

    .section-download {
        padding-bottom: 5rem
    }

    .section-contacts__info {
        padding-top: 3.75rem
    }

    footer {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    h1 {
        font-size: 2rem
    }

    .mobile-menu__consult {
        padding-top: 2.5rem
    }
}

@media screen and (max-width:1376px) {
    .header-content__title {
        padding-top: 5.73333rem
    }

    .header-content__info {
        padding-bottom: 4.77778rem
    }

    .catalog-park__tabs {
        padding-bottom: 4.77778rem;
        padding-top: 4.77778rem
    }

    .section-about-park {
        padding-top: 0;
        padding-bottom: 3.34444rem
    }

    .fancybox-button--arrow_right {
        margin-right: -10px
    }

    .fancybox-button--arrow_left {
        margin-left: -10px
    }

    .general-plan__wrp {
        padding-top: 4.77778rem
    }

    .sales-team {
        padding-bottom: 4.77778rem
    }

    .sales-team__slider {
        padding-top: 2.86667rem
    }

    .signup__title {
        padding-bottom: 1.67222rem
    }

    .signup__form {
        padding-top: 1.67222rem
    }

    .section-gallery {
        padding-top: 5.73333rem;
        padding-bottom: 3.82222rem
    }

    .section-gallery .section-title {
        padding-bottom: 2.38889rem
    }

    .section-video__container {
        padding-top: 2.86667rem
    }

    .section-infrastructure {
        padding-bottom: 4.77778rem;
        padding-top: 4.77778rem
    }

    .section-infrastructure .section-title {
        padding-bottom: 2.38889rem
    }

    .section-download {
        padding-bottom: 4.77778rem
    }

    .section-contacts__info {
        padding-top: 3.58333rem
    }

    footer {
        padding-bottom: 1.91111rem;
        padding-top: 1.91111rem
    }

    .section-h1 {
        font-size: 28px
    }

    .section-h3 {
        font-size: 14px
    }

    .mobile-menu__consult {
        padding-top: 2.38889rem
    }

    .fancybox-navigation .fancybox-button--arrow_left,
    .fancybox-navigation .fancybox-button--arrow_right {
        background-size: 40px
    }
}

@media screen and (max-width:1280px) {
    html {
        font-size: 14px
    }

    .container {
        padding: 0 2.33333rem
    }

    .section-about-park .section-title {
        top: 50px
    }

    .section-catalog-park::after {
        font-size: 200px
    }

    .minicard__props {
        font-size: 13px
    }

    .infr-slider .infr-slider-main {
        max-width: 880px
    }

    .section-contacts__image {
        right: -10%;
        bottom: -60%
    }

    .section-contacts .circle-image__min .bgimage {
        width: 35%;
        padding-top: 35%
    }
}

@media screen and (max-width:1100px) {
    .header-content__title {
        padding-top: 6.66667rem
    }

    .header-content__info {
        padding-bottom: 5.55556rem
    }

    .catalog-park__tabs {
        padding-bottom: 5.55556rem;
        padding-top: 5.55556rem
    }

    .section-about-park {
        padding-top: 0;
        padding-bottom: 3.88889rem
    }

    .general-plan__wrp {
        padding-top: 5.55556rem
    }

    .sales-team {
        padding-bottom: 5.55556rem
    }

    .sales-team__slider {
        padding-top: 3.33333rem
    }

    .signup__title {
        padding-bottom: 1.94444rem
    }

    .signup__form {
        padding-top: 1.94444rem
    }

    .section-gallery {
        padding-top: 6.66667rem;
        padding-bottom: 4.44444rem
    }

    .section-gallery .section-title {
        padding-bottom: 2.77778rem
    }

    .section-video__container {
        padding-top: 3.33333rem
    }

    .section-infrastructure {
        padding-bottom: 5.55556rem;
        padding-top: 5.55556rem
    }

    .section-infrastructure .section-title {
        padding-bottom: 2.77778rem
    }

    .infr-slider .infr-slider-main {
        max-width: 740px
    }

    .section-download {
        padding-bottom: 5.55556rem
    }

    .section-contacts__info {
        padding-top: 4.16667rem
    }

    footer {
        padding-bottom: 2.22222rem;
        padding-top: 2.22222rem
    }

    .mobile-menu__consult {
        padding-top: 2.77778rem
    }

    .fancybox-navigation .fancybox-button--arrow_left,
    .fancybox-navigation .fancybox-button--arrow_right {
        background-size: 30px
    }

    .props-download__link a span {
        display: none;
        outline: 0;
        border: none
    }
}

@media screen and (max-width:1025px) {
    .container {
        padding: 0 1.66667rem
    }

    .header-top-phone__title {
        font-size: 15px
    }

    .header-top-phone__online {
        font-size: 11px
    }

    .header-top {
        padding: 10px 0
    }

    .header-top__logo a {
        margin-right: auto;
        margin-left: 10%
    }

    .header-top__logo a img {
        height: 45px
    }

    .about-park__image {
        min-width: 600px;
        margin-right: -160px;
        margin-left: -160px
    }

    .about-park__desc {
        font-size: 16px
    }

    .minicard__blur span {
        font-size: 22px
    }

    .minicard__image .id-catalog {
        font-size: 15px;
        line-height: 15px
    }

    .minicard__props {
        font-size: 12px
    }

    .minicard__btn .btn {
        max-height: 45px
    }

    .minicard__usd {
        font-size: 17px
    }

    .minicard__rub {
        font-size: 13px
    }

    .section-contacts__map span {
        height: 420px
    }

    .btn {
        padding: 1.5em 3em
    }

    .form input {
        padding: .85em 1.2em
    }

    .fix-consult {
        bottom: 40px;
        right: 40px
    }

    .fix-consult__photo .bgimage {
        width: 50px;
        height: 50px;
        margin-right: 0
    }

    .product-main__id {
        font-size: 15px;
        line-height: 15px
    }
}

@media screen and (max-width:940px) {
    .header-content {
        padding-top: 150px;
        height: auto;
        padding-bottom: 60px
    }

    .header-content__title {
        padding-top: 3.91667rem
    }

    .header-content__info {
        padding-bottom: 3.33333rem
    }

    .content-info {
        padding: 30px 0 10px
    }

    .content-info__item {
        margin-bottom: 30px
    }

    .content-info__digit br {
        display: none
    }

    .catalog-park__tabs {
        padding-bottom: 3.33333rem;
        padding-top: 3.33333rem
    }

    .header-form__form {
        margin-left: 0
    }

    .header-form__form .form-text {
        max-width: 280px;
        margin: 0 auto
    }

    .header-form__image span {
        width: 32.66667rem;
        padding-top: 50%
    }

    .section-about-park {
        padding-top: 3.33333rem;
        padding-bottom: 3.33333rem
    }

    .section-catalog-park::after {
        display: none
    }

    .minicard__props {
        font-size: 14px
    }

    .minicard__usd {
        font-size: 22px
    }

    .minicard__rub {
        font-size: 16px
    }

    .general-plan__wrp {
        padding-top: 3.33333rem
    }

    .general-plan__image {
        overflow: auto
    }

    .general-plan__action div {
        width: 45px;
        height: 45px
    }

    .general-plan__action div svg {
        width: 18px;
        height: 18px
    }

    .general-plan__circle {
        right: -10px
    }

    .sales-team {
        padding-bottom: 3.33333rem
    }

    .sales-team__slider {
        padding-top: 3.33333rem;
        max-width: 580px
    }

    .arrow-white svg {
        width: 45px;
        height: 45px
    }

    .team-slider-main {
        max-width: 395px;
        padding: 40px
    }

    .signup__title {
        padding-bottom: 3.33333rem
    }

    .signup__form {
        padding-top: 3.33333rem
    }

    .section-gallery {
        padding-top: 3.91667rem;
        padding-bottom: 3.33333rem
    }

    .gallery-slide__caption {
        font-size: 15px
    }

    .section-gallery .section-title {
        padding-bottom: 3.33333rem
    }

    .section-video__container {
        padding-top: 3.33333rem
    }

    .section-infrastructure {
        padding-bottom: 3.33333rem;
        padding-top: 3.33333rem
    }

    .section-infrastructure .section-title {
        padding-bottom: 3.33333rem
    }

    .infrast-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .infrast-item__image {
        margin-left: auto;
        margin-right: auto
    }

    .infrast-item__desc {
        margin-top: 30px
    }

    .infr-slider .infr-slider-main {
        padding: 0 20px;
        max-width: 100%;
        width: calc(100% - 200px)
    }

    .infr-slider .infr-slider-next {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .section-download {
        padding-bottom: 3.33333rem
    }

    .section-download .form-text {
        max-width: 280px;
        margin: 25px auto 0
    }

    .section-download .form__subitem {
        max-width: 400px
    }

    .download__main {
        top: 0
    }

    .download__image {
        max-width: 80%;
        margin: 0 auto;
        padding-top: 40px
    }

    .download__title {
        margin-left: 0;
        text-align: center;
        margin-top: 30px
    }

    .download__subtitle {
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px
    }

    .download__subtitle::before {
        margin-left: auto
    }

    .section-contacts__info {
        padding-top: 3.33333rem
    }

    .section-contacts__image {
        right: -20%
    }

    footer {
        padding-bottom: 3.33333rem;
        padding-top: 3.33333rem
    }

    footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .footer__catig ul li {
        padding-bottom: 15px
    }

    footer .footer__catig ul li a {
        font-size: 14px
    }

    .footer__info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 20px
    }

    .footer__info-text {
        text-align: left;
        font-size: 14px
    }

    .footer .footer__catig ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em
    }

    .form .btn {
        width: 100%
    }

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

    .form__subitem {
        margin-right: 0 !important
    }

    .video__button svg {
        width: 80px;
        height: 80px
    }

    .mobile-menu__consult {
        padding-top: 3.33333rem
    }

    .product-main {
        padding: 0
    }

    .card-product__wrp {
        display: block
    }

    .card-product__main {
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }

    .card-product__main-bottom {
        display: none
    }

    .card-product__form-mobile {
        display: block
    }
}

@media all and (max-width:940px) and (orientation:landscape) {

    .modal-callback__title,
    .modal-presentation__title {
        padding: 30px 60px;
        line-height: 20px
    }

    .modal-callback__title h2,
    .modal-presentation__title h2 {
        font-size: 14px;
        line-height: 20px
    }

    .modal-callback__title h2 br,
    .modal-presentation__title h2 br {
        display: none
    }

    .modal-callback__form .btn,
    .modal-callback__form input,
    .modal-presentation__form .btn,
    .modal-presentation__form input {
        height: 42px
    }

    .modal-callback__form .form-text,
    .modal-presentation__form .form-text {
        margin-top: 0;
        font-size: 11px
    }
}

@media screen and (max-width:769px) {
    .header-top-phone__online::before {
        width: 6px;
        height: 6px;
        margin-right: 8px
    }

    .header-top__menu span,
    .header-top__msgr {
        display: none
    }

    .content-info__digit {
        font-size: 26px
    }

    .content-info__desc {
        font-size: 16px
    }

    .header-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-title span {
        font-size: 50px
    }

    .about-park__image {
        min-width: 550px;
        margin-right: -160px;
        margin-left: -160px
    }

    .about-park__desc {
        padding-top: 50px
    }

    .section-catalog-park {
        background-image: none !important;
        padding-top: 65px;
        padding-bottom: 65px
    }

    .minicard__props {
        font-size: 13px
    }

    .minicard__usd {
        font-size: 17px
    }

    .minicard__rub {
        font-size: 13px
    }

    .general-plan__action {
        right: auto;
        left: 25px
    }

    .general-plan__circle {
        width: 75px;
        height: 75px;
        right: 20px
    }

    .sales-team__image {
        width: 71%
    }

    .team-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .team-slider-main {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 70%;
        padding-left: 0
    }

    .team-slider-next,
    .team-slider-prev {
        width: 31%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .team-slider-next .brackets-right,
    .team-slider-prev .brackets-left {
        display: none
    }

    .team-callback .btn.btn-line {
        margin-left: 0
    }

    .gallery-slide__image .bgimage {
        padding-top: 80%
    }

    .gallery-nav__next svg,
    .gallery-nav__prev svg {
        fill: transparent;
        stroke: #000;
        width: 45px;
        height: 45px
    }

    .infrast-item__title {
        font-size: 24px
    }

    .download__title {
        font-size: 22px
    }

    .download__subtitle {
        font-size: 16px
    }

    .section-contacts__image {
        width: 380px;
        right: -12%;
        bottom: -35%
    }

    .section-contacts__map span {
        height: 300px
    }

    .footer__info-text {
        font-size: 10px;
        line-height: 150%
    }

    .footer__msgr svg {
        width: 20px;
        height: 20px
    }

    .footer .footer__catig ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em
    }

    h1 {
        font-size: 1.73333rem
    }

    .ul-select-wrp .ul-select {
        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: #f4f4f4
    }

    .ul-select-wrp .ul-select.open li {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .ul-select-wrp .ul-select.open li a {
        border-bottom: 1px solid #ddd !important
    }

    .ul-select-wrp .ul-select.open li a::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .ul-select-wrp .ul-select.open li.active {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .ul-select-wrp .ul-select li {
        display: none;
        width: 100%
    }

    .ul-select-wrp .ul-select li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 3.33333rem;
        border-bottom: 1px solid #ddd;
        padding-left: 1.66667rem;
        margin: 0
    }

    .ul-select-wrp .ul-select li a:hover {
        background-color: #eee
    }

    .ul-select-wrp .ul-select li.active {
        display: block;
        position: relative
    }

    .ul-select-wrp .ul-select li.active>a {
        border-bottom: none;
        position: relative
    }

    .ul-select-wrp .ul-select li.active>a::after {
        content: '';
        position: absolute;
        width: 16px;
        height: auto;
        background-image: url(/img/svg/ic_select.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        right: 20px;
        top: 0;
        bottom: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .form fieldset {
        margin-top: 2rem
    }

    .form legend {
        margin-bottom: 1.33333rem
    }

    .mobile-menu {
        padding: 50px
    }

    .card-product.fancybox-content {
        width: calc(100% - 30px)
    }

    .fancybox-navigation .fancybox-button--arrow_left,
    .fancybox-navigation .fancybox-button--arrow_right {
        display: none
    }

    .product-main__title {
        font-size: 24px
    }

    .product-main__price-usd {
        font-size: 30px
    }

    .props-download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 15px
    }

    .props-download__image .bgimage {
        width: 75px;
        padding-top: 42px
    }
}

@media screen and (max-width:769px) and (max-width:580px) {
    .props-download {
        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;
        margin-left: auto;
        margin-top: -20px
    }
}

@media screen and (max-width:680px) {
    .footer__info-text {
        display: none
    }
}

@media screen and (max-width:679px) {
    .section-h2 {
        font-size: 18px
    }
}

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

    .infr-slider .brackets-left,
    .infr-slider .brackets-right {
        display: none
    }

    .infr-slider .infr-slider-main {
        width: calc(100% - 120px)
    }
}

@media screen and (max-width:580px) {
    .container {
        padding: 0 1rem
    }

    .header-top__phone {
        display: none
    }

    .header-content {
        padding-top: 80px
    }

    .header-content__title h1 {
        font-size: 45px
    }

    .catalog-park__tabs li {
        font-size: 16px
    }

    .header-form__image span {
        width: 20rem
    }

    .section-title h2 {
        font-size: 20px
    }

    .section-title span {
        display: none
    }

    .section-about-park .section-title {
        top: 0
    }

    .about-park__image {
        min-width: 500px;
        margin-right: -140px;
        margin-left: -180px
    }

    .about-park__desc.open p {
        max-height: none;
        letter-spacing: normal;
        display: -webkit-box;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit
    }

    .about-park__desc p {
        max-height: 200px;
        letter-spacing: normal;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .minicard__image span.bgimage {
        padding-top: 50%
    }

    .minicard__desc {
        max-width: 460px;
        margin: 0 auto
    }

    .minicard__usd {
        font-size: 20px
    }

    .minicard__rub {
        font-size: 15px
    }

    .section-general-plan {
        padding-top: 60px
    }

    .section-general-plan .section-title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .general-plan__action {
        right: 25px;
        left: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-gallery__swiper {
        margin-left: 15px
    }

    .section-sales-team {
        padding-top: 60px
    }

    .section-sales-team .section-title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sales-team__slider {
        padding-top: 00px !important
    }

    .sales-team__image {
        width: 85%;
        z-index: 1
    }

    .team-slider-main {
        max-width: 85%
    }

    .section-signup .container {
        min-height: auto
    }

    .section-video {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section-video .section-title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .infrast-item__image .circle-image__min .bgimage {
        padding-top: 55%;
        width: 55%
    }

    .infrast-item__desc {
        margin-top: -30px
    }

    .infr-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .infr-slider .arrow-white svg {
        width: 45px;
        height: 45px
    }

    .infr-slider .infr-slider-next,
    .infr-slider .infr-slider-prev {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        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;
        margin-top: 30px
    }

    .infr-slider .infr-slider-prev .arrow-white {
        margin-left: 70px
    }

    .infr-slider .infr-slider-next .arrow-white {
        margin-right: 70px
    }

    .infr-slider .infr-slider-main {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        padding-right: 0
    }

    .infr-slider .infr-slider-next {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .download__main {
        overflow: hidden
    }

    .download__image {
        max-width: calc(100% + 60px);
        width: calc(100% + 60px);
        margin-right: -60px;
        margin-left: 15px
    }

    .section-contacts {
        padding-top: 60px
    }

    .section-contacts .section-title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-contacts__address {
        font-size: 18px
    }

    .section-contacts__image {
        right: -19%
    }

    .section-contacts__phone a {
        font-size: 26px
    }

    .modal-callback .fancybox-close-small,
    .modal-presentation .fancybox-close-small {
        top: 0;
        right: 0
    }

    .modal-callback__title,
    .modal-presentation__title {
        padding: 15px 45px
    }

    .modal-callback__title h2,
    .modal-presentation__title h2 {
        font-size: 22px
    }

    .modal-callback__title h2 br,
    .modal-presentation__title h2 br {
        display: none
    }

    .modal-callback__form,
    .modal-presentation__form {
        padding: 30px
    }

    .modal-callback .fancybox-close-small,
    .modal-presentation .fancybox-close-small {
        padding: 10px
    }

    .swiper-nav-card__next,
    .swiper-nav-card__prev {
        width: 35px;
        height: 35px
    }

    .form .input-material {
        margin-bottom: 1.33333rem;
        margin-top: 1.66667rem
    }

    .form .input-material .tooltip {
        font-size: 0
    }

    .form .input-material .tooltip::before {
        content: '*';
        font-size: 20px;
        color: #e73124
    }

    .video__button svg {
        width: 60px;
        height: 60px
    }

    .mobile-menu {
        padding: 30px
    }

    .mobile-menu__nav li a {
        font-size: 18px;
        line-height: 157%
    }

    .mobile-menu__manager {
        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
    }

    .mobile-menu__text {
        padding: 0 30px
    }

    .menu-manager__photo {
        margin-right: 0;
        margin-bottom: 15px
    }

    .menu-manager__name-subtitle,
    .menu-manager__name-title {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fix-consult {
        right: 20px
    }

    .main {
        padding: 80px 0 0
    }

    .breadcrumbs-list>li {
        padding: 0 15px 0 0;
        margin: 0 10px 0 0;
        font-size: 12px
    }

    .card-product__wrp {
        margin: 0 0 35px 0
    }

    .card-product__image {
        margin: 0 0 15px -1rem;
        width: calc(100% + 2rem)
    }

    .card-product__main {
        padding: 0
    }

    .product-image__main {
        padding: 0
    }

    .product-image__main .swiper-container-initialized .bgimage,
    .product-image__main .swiper-slide:first-child .bgimage {
        padding-top: 100%
    }

    .product-image__main .swiper-nav-card {
        display: none
    }

    .product-image__main .swiper-dots {
        display: block;
        bottom: 5px
    }

    .product-image__thumb {
        display: none
    }

    .product-main__title {
        font-size: 14px;
        margin-bottom: 15px
    }

    .product-main__id {
        margin: 0 0 27px 0
    }

    .product-main__props {
        margin-bottom: 20px
    }

    .product-main__props-list {
        font-size: 13px
    }

    .product-main__props-list li {
        padding-bottom: .03rem
    }

    .product-main__price-usd {
        font-size: 22px
    }

    .product-main__price-rub {
        font-size: 14px
    }

    .card-product__txt {
        margin: 0 0 40px 0;
        line-height: 220%;
        font-size: 12px
    }

    .card-product__btn-wrapper {
        display: block
    }

    .props-download__image .bgimage {
        width: 55px;
        padding-top: 42px
    }
}

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

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

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

@media screen and (max-width:480px) {
    .header-content__info {
        padding-bottom: 35px
    }

    .content-info__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content-info__item>div {
        width: 50%;
        padding: 0 5px
    }

    .content-info__digit {
        border-right: 1px solid #fff;
        font-size: 20px
    }

    .content-info__desc::before {
        display: none
    }

    .about-park {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-park__image {
        min-width: 388px;
        margin-right: -50px;
        margin-left: -50px;
        margin-bottom: -100px
    }

    .about-park .circle-image__min .bgimage {
        padding-top: 50%;
        width: 50%
    }

    .team-slider-main {
        max-width: 100%
    }

    .signup__subtitle {
        font-size: 16px
    }

    .gallery-nav__next,
    .gallery-nav__prev {
        display: none
    }

    .infrast-item__text {
        margin-top: 16px;
        font-size: 16px
    }

    .section-download .form-text {
        margin-top: 5px;
        font-size: 12px
    }

    .download__title {
        font-size: 18px
    }

    .download__subtitle {
        font-size: 14px
    }

    footer .footer__catig,
    footer .footer__catig ul {
        width: 100%
    }

    footer .footer__catig ul li {
        padding-bottom: 7px
    }

    footer .footer__catig ul li a {
        text-align: center;
        width: 100%;
        display: block;
        padding-left: 25px
    }

    .footer__callback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto
    }

    .footer__callback>div {
        padding: 10px 0
    }

    .footer__catig {
        margin: 0 auto
    }

    .footer .footer__catig ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        text-align: center
    }

    .modal-callback__title h2,
    .modal-presentation__title h2 {
        font-size: 16px
    }

    .breadcrumb.breadcrumb--tab li a {
        background: 0 0;
        padding-left: 0
    }

    .breadcrumb.breadcrumb--tab li a.active,
    .breadcrumb.breadcrumb--tab li a:hover {
        background-color: transparent;
        color: rgba(255, 255, 255, .4);
        text-decoration: none
    }

    .breadcrumb li {
        display: none
    }

    .breadcrumb li:nth-last-child(2) {
        display: block
    }

    .breadcrumb li a {
        color: #949494;
        font-size: 13px;
        text-decoration: underline
    }

    .breadcrumb li a:hover {
        text-decoration: underline
    }

    .breadcrumb li::after {
        display: none
    }

    .breadcrumb li::before {
        content: '';
        padding: 0 .66667rem;
        background-image: url(/img/svg/ic_subcat-back.svg);
        width: 11px;
        height: 10px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 10px
    }

    .video {
        border-radius: 0
    }

    .mobile-menu {
        padding: 25px
    }

    .mobile-menu__text {
        padding: 0 20px;
        font-size: 13px
    }

    .menu-manager__photo .bgimage {
        width: 60px;
        height: 60px
    }

    .menu-manager__name-title {
        font-size: 14px;
        padding-bottom: 4px
    }

    .menu-manager__name-subtitle {
        font-size: 12px
    }

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

    .pagination__all {
        margin-bottom: 1rem
    }

    .product-image__main .swiper-container-initialized .bgimage,
    .product-image__main .swiper-slide:first-child .bgimage {
        padding-top: 70%
    }

    .swiper-dots .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px
    }

    .product-main__title {
        font-size: 16px
    }

    .product-order-mobile span {
        font-weight: 700;
        font-size: 20px;
        display: inline-block;
        text-transform: uppercase;
        color: #5d92a3;
        background-color: rgba(5, 124, 133, .2);
        padding: 5px 15px
    }

    .props-download__image .bgimage {
        width: 88px;
        padding-top: 55px;
        margin-top: -15px
    }

    .props-download__link a span {
        display: inline-block
    }
}

@media screen and (max-width:480px) and (max-width:769px) {
    .product-order-mobile span {
        font-size: 18px
    }
}

@media screen and (max-width:480px) and (max-width:660px) {
    .product-order-mobile span {
        font-size: 15px
    }
}

@media screen and (max-width:480px) and (max-width:580px) {
    .product-order-mobile span {
        padding: 9px 21px;
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width:430px) {
    .section-contacts__image {
        width: 203px;
        right: -12%;
        bottom: -22%
    }
}

@media screen and (max-width:410px) {
    .header-top__logo a {
        display: none
    }
}

@media screen and (max-width:360px) {
    .header-content__title h1 {
        font-size: 45px
    }

    .header-content__title p {
        font-size: 18px
    }

    .content-info__desc {
        font-size: 14px
    }

    .minicard__props {
        font-size: 11px
    }

    .minicard__usd {
        font-size: 17px
    }

    .minicard__rub {
        font-size: 13px
    }

    .general-plan__action div {
        width: 30px;
        height: 30px
    }

    .general-plan__action div svg {
        width: 10px;
        height: 10px
    }

    .sales-team__image {
        width: 100%
    }

    .section-contacts__map span {
        height: 144px
    }

    .mobile-menu,
    .modal-callback__form,
    .modal-presentation__form {
        padding: 15px
    }

    .mobile-menu__nav li a {
        font-size: 16px
    }

    .mobile-menu__text {
        padding: 0 10px
    }
}

@media screen and (min-width:480px) and (max-width:940px) {
    .signup__form .form {
        width: 400px
    }
}

@media screen and (min-width:580px) and (max-width:940px) {
    .card-product__image {
        width: 100%
    }
}

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

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

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

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

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

    @supports (padding:0px) {
        .fancybox-caption {
            padding-left: 25px;
            padding-right: 25px
        }
    }
}