#serii-vorot {
    padding: 60px 0;
}

.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: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-content {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    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: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

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

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

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

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

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

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    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: transparent;
    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;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    visibility: inherit;
    width: 44px;
    color: #ccc;
    display: block;
    position: absolute;
    outline: 0;
    background: transparent;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 39px;
    cursor: pointer;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #414141;
    -webkit-transition: color .3s ease,-webkit-transform .3s ease;
    transition: color .3s ease,-webkit-transform .3s ease;
    -o-transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease,-webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-button:after,.fancybox-button:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 9px;
    display: block;
    width: 25px;
    height: 2px;
    background: currentColor;
    cursor: pointer
}

.fancybox-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-button:hover {
    color: #40a629;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: color .3s ease,-webkit-transform .3s ease;
    transition: color .3s ease,-webkit-transform .3s ease;
    -o-transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease,-webkit-transform .3s ease
}

.fancybox-button div {
    height: 100%
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2),.fancybox-button svg {
    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;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-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;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    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: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

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

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

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

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

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

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

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

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

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

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

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

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

.body .modals {
    visibility: hidden;
    pointer-events: none
}

.body .modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    pointer-events: none
}

.body .modal--visible {
    pointer-events: all
}

.body .modal--visible .modal__layout {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -o-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

.body .modal--visible .modal__container {
    z-index: 200
}

.body .modal--visible .modal__container:not(.modal__container--success) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity .3s ease .1s,-webkit-transform .3s ease .1s;
    transition: opacity .3s ease .1s,-webkit-transform .3s ease .1s;
    -o-transition: transform .3s .1s ease,opacity .3s .1s ease;
    transition: transform .3s ease .1s,opacity .3s ease .1s;
    transition: transform .3s ease .1s,opacity .3s ease .1s,-webkit-transform .3s ease .1s
}

.body .modal.active-success .modal__container:not(.modal__container--success) {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: opacity .2s 0s,-webkit-transform .2s 0s;
    transition: opacity .2s 0s,-webkit-transform .2s 0s;
    -o-transition: transform .2s 0s,opacity .2s 0s;
    transition: transform .2s 0s,opacity .2s 0s;
    transition: transform .2s 0s,opacity .2s 0s,-webkit-transform .2s 0s
}

.body .modal.active-success .modal__container--success {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: visibility 0s 0s,opacity .2s .2s,-webkit-transform .25s .2s;
    transition: visibility 0s 0s,opacity .2s .2s,-webkit-transform .25s .2s;
    -o-transition: visibility 0s 0s,transform .25s .2s,opacity .2s .2s;
    transition: visibility 0s 0s,transform .25s .2s,opacity .2s .2s;
    transition: visibility 0s 0s,transform .25s .2s,opacity .2s .2s,-webkit-transform .25s .2s
}

.body .modal__layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s .2s,visibility 0s .35s;
    -o-transition: opacity .2s .2s,visibility 0s .35s;
    transition: opacity .2s .2s,visibility 0s .35s;
    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;
    padding: 5px
}

.body .modal__layout--order,.body .modal__layout--reviews {
    padding: 0
}

.body .modal__container {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 870px;
    padding: 50px 25px 50px 50px;
    background-color: #fff;
    height: 100%;
    -webkit-transition: opacity .2s ease 0s,-webkit-transform .2s ease 0s;
    transition: opacity .2s ease 0s,-webkit-transform .2s ease 0s;
    -o-transition: transform .2s 0s ease,opacity .2s 0s ease;
    transition: transform .2s ease 0s,opacity .2s ease 0s;
    transition: transform .2s ease 0s,opacity .2s ease 0s,-webkit-transform .2s ease 0s
}

.body .modal__container--region {
    max-width: 1200px
}

.body .modal__container--region_small {
    max-width: 620px
}

.body .modal__container--callback,.body .modal__container--quest,.body .modal__container--request {
    max-width: 540px
}

.body .modal__container--order,.body .modal__container--reviews {
    max-width: none;
    max-height: none
}

.body .modal__container--view-review {
    max-width: 740px
}

.body .modal__container--success {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(-50%) translateY(20px);
    transform: translateX(-50%) translateY(-50%) translateY(20px);
    max-width: 540px;
    height: auto;
    -webkit-transition: opacity .2s 0s,visibility 0s .25s,-webkit-transform .2s 0s;
    transition: opacity .2s 0s,visibility 0s .25s,-webkit-transform .2s 0s;
    -o-transition: transform .2s 0s,opacity .2s 0s,visibility 0s .25s;
    transition: transform .2s 0s,opacity .2s 0s,visibility 0s .25s;
    transition: transform .2s 0s,opacity .2s 0s,visibility 0s .25s,-webkit-transform .2s 0s
}

.body .modal__container--success p {
    margin-bottom: 20px
}

.body .modal__container--success .btn {
    margin-top: 20px
}

.body .modal__container--marketplace {
    height: auto;
    max-width: 520px;
    text-align: center
}

.body .modal__container--pop-gallery {
    height: auto
}

.body .modal__container--pop-gallery.fix {
    height: 100%;
    min-height: auto;
    max-width: 700px
}

.body .modal__container--tel {
    height: auto;
    max-width: 290px;
    padding: 42px 33px 38px
}

.body .modal__container--tel .contacts__block {
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    color: #b0b0b0;
    font-size: 13px
}

.body .modal__container--tel .contacts__phones {
    font-size: 20px
}

.body .modal__inner {
    height: 100%;
    padding-right: 20px;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

.body .modal__inner::-webkit-scrollbar {
    border-radius: 5px;
    background-color: #ecf1f7;
    width: 5px
}

.body .modal__inner::-webkit-scrollbar-thumb {
    width: 100%;
    border-radius: 5px;
    background-color: #a0d394
}

.body .modal__inner::-webkit-scrollbar-thumb,.body .modal__inner::-webkit-scrollbar-thumb:hover {
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.body .modal__inner::-webkit-scrollbar-thumb:hover {
    background-color: #40a629;
    cursor: pointer
}

.body .modal__title {
    width: 100%;
    margin-bottom: 20px
}

.body .modal__title.modal__title--order {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.body .modal__title.modal__title--reviews {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto
}

.body .modal__description {
    width: 100%;
    margin-bottom: 28px
}

.body .modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px solid #ecf1f7;
    padding-top: 20px;
    margin-top: 40px
}

.body .modal__footer-item {
    width: 50%
}

.body .modal__footer-item:nth-child(odd) {
    padding-right: 15px
}

.body .modal__footer-item:nth-child(2n) {
    padding-left: 15px
}

.body .modal__footer-info {
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33;
    text-wrap: balance
}

.body .modal__phones {
    margin-bottom: 5px;
    text-align: right
}

.body .modal__phones a {
    display: block;
    font-size: 19px;
    line-height: 1.36842;
    letter-spacing: 3%;
    color: #1f1f1f;
    font-family: "Noto Sans",sans-serif;
    font-weight: 700
}

.body .modal__block {
    margin-bottom: 0
}

.body .modal__block p {
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    color: #b0b0b0;
    font-size: 13px;
    line-height: 1.38462;
    letter-spacing: -.01em
}

.body .modal__icon-success {
    max-width: 70px;
    max-height: 60px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center
}

.body .modal__icon-success svg {
    width: 100%;
    height: 100%
}

.body .reviews-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 990px;
    margin: 0 auto
}

.body .reviews-grid__item {
    width: 48%;
    max-width: 440px
}

.body .reviews-grid__item:first-child {
    margin-right: 4%
}

.body .reviews-grid__item:last-child {
    margin-left: auto
}

.body .modal-forms.active-success .modal__container:first-child {
    display: none
}

.body .modal-forms.active-success .modal__container--success {
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static
}

.body .fancybox-container .modal-forms {
    max-height: 93%
}

.body a img,.body img {
    border: none
}

.body input[type=tel],.body input[type=text] {
    -webkit-appearance: none
}

.body ul {
    list-style-type: none
}

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

.body input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.body input::-webkit-clear-button,.body input::-webkit-inner-spin-button,.body input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.body input {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px
}

.body input::-ms-clear {
    display: none
}

.body svg {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: visible
}

.body ::-moz-selection {
    background-color: rgba(64,166,41,.5);
    opacity: 1
}

.body ::selection {
    background-color: rgba(64,166,41,.5);
    opacity: 1
}

.body ul li>a {
    display: inline-block;
    width: 100%
}

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

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing-box-sizing: border-box
}

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

body {
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.body {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 17px;
    line-height: 1.47059;
    font-family: "Noto Sans","Arial",sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #414141;
    letter-spacing: -.01em
}

.body .page-title,.body h1 {
    margin-bottom: 5px;
    font-size: 54px;
    line-height: 1.11111
}

.body .page-title,.body h1,.body h2 {
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: -.04em
}

.body h2 {
    font-size: 42px;
    line-height: 1.14286
}

.body .page-title-small {
    font-size: 32px;
    line-height: 1.09375;
    letter-spacing: -.04em;
    margin-bottom: 10px
}

.body .page-title,.body .page-title-medium,.body h1,.body h2 {
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: -.04em
}

.body .page-title-medium,.body h2 {
    font-size: 42px;
    line-height: 1.14286
}

.body .page-title-small,.body .page-title-xs,.body h4 {
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    color: #1f1f1f
}

.body .page-title-xs,.body h4 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 15px
}

.body .page-link {
    color: #414141;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 500;
    letter-spacing: -.01em
}

.body .page-link span {
    border-bottom: 1px solid #a0d394;
    -webkit-transition: border-bottom .2s ease-in;
    -o-transition: border-bottom .2s ease-in;
    transition: border-bottom .2s ease-in
}

.body .page-link:hover span {
    border-bottom: 1px solid #40a629;
    -webkit-transition: border-bottom .2s ease-out;
    -o-transition: border-bottom .2s ease-out;
    transition: border-bottom .2s ease-out
}

.body .page-section {
    margin-bottom: 80px
}

.body .page-section:last-child {
    margin-bottom: 0
}

.body .page-section+.nav-section,.body .page-section+.nav-section:first-of-type {
    padding-top: 0
}

.body .content-list {
    font-size: 17px
}

.body .content-list li {
    position: relative;
    padding-left: 30px;
    color: #414141;
    margin-bottom: 5px;
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    line-height: 1.4
}

.body .content-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #40a629
}

.body .content-list li:last-child {
    margin-bottom: 0
}

.body ul.content-list li:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #40a629;
    top: .7em
}

.body .page-content-area {
    max-width: 840px
}

.body img.lazy:not(.loaded) {
    opacity: 0
}

.body img.lazy.loaded+.swiper-lazy-preloader {
    display: none;
    -webkit-animation-name: none;
    animation-name: none
}

.body .right {
    float: right
}

.d-none {
    display: none!important
}

@-webkit-keyframes a {
    0% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    8.33% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    16.66% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    24.99% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    33.32% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    41.65% {
        -webkit-box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    49.98% {
        -webkit-box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    58.31% {
        -webkit-box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    66.64% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    74.97% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    83.3% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    91.63% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    to {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }
}

@keyframes a {
    0% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    8.33% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    16.66% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    24.99% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    33.32% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    41.65% {
        -webkit-box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    49.98% {
        -webkit-box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    58.31% {
        -webkit-box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    66.64% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    74.97% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    83.3% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    91.63% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    to {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }
}

.select2 {
    display: block;
    width: 100%!important
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    font-family: "Noto Sans","Arial",sans-serif;
    min-width: 100px
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    padding: 7px 36px 8px 15px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: .25em;
    font-size: 15px
}

.select2-container .select2-selection--single .select2-selection__rendered:hover {
    border-color: #40a629;
    color: #000
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: .25em
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #414141
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 15px;
    right: 16px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

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

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

.body .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.body .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

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

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

.body .swiper-button-prev {
    background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.body .swiper-button-next {
    background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.body .swiper-button-lock {
    display: none
}

.body .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: b 1s steps(12) infinite;
    animation: b 1s steps(12) infinite
}

.body .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

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

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

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

.body .relative {
    position: relative
}

.body .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.body .grid>[class*=col-] {
    display: block
}

.body .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.body .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.body .swiper-button-next,.body .swiper-button-prev {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 31px;
    z-index: 1;
    width: 34px;
    height: 34px;
    margin-top: 0;
    color: #414141;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #eaeaea;
    box-shadow: 0 1px 0 #eaeaea;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.body .swiper-button-next:after,.body .swiper-button-prev:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 11px;
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.body .swiper-button-prev {
    right: 57px
}

.body .swiper-button-prev:after {
    right: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.body .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 4px;
    height: 100%
}

.body .swiper-button-next.swiper-button-disabled,.body .swiper-button-prev.swiper-button-disabled {
    color: rgba(65,65,65,.4);
    opacity: 1;
    pointer-events: all
}

.body .swiper-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.body .swiper-buttons .swiper-button-next,.body .swiper-buttons .swiper-button-prev {
    top: -58px
}

.body .swiper-buttons .swiper-button-prev {
    right: 0
}

.body .swiper-buttons .swiper-button-next,.body .swiper-buttons .swiper-button-prev {
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.body .swiper-buttons .swiper-button-next {
    right: -17px
}

.body .swiper-buttons .swiper-button-prev {
    right: 52px;
    left: auto
}

.body .swiper-buttons .swiper-button-next {
    right: 0;
    left: auto
}

.body .swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' version='1' viewBox='0 0 128 128'%3E%3Cg%3E%3Cpath fill='%2340a629' d='M38.52 33.37L21.36 16.2A63.6 63.6 0 0 1 59.5.16v24.3a39.5 39.5 0 0 0-20.98 8.92z'/%3E%3Cpath fill='%23d0e9ca' fill-opacity='.25' d='M67.642 24.324L67.649.05a63.6 63.6 0 0 1 38.31 15.627L88.778 32.86a39.5 39.5 0 0 0-21.142-8.528zM94.63 38.52l17.17-17.16a63.6 63.6 0 0 1 16.04 38.14h-24.3a39.5 39.5 0 0 0-8.92-20.98zm9.046 29.122l24.275.007a63.6 63.6 0 0 1-15.627 38.31L95.14 88.778a39.5 39.5 0 0 0 8.528-21.142zM89.48 94.63l17.16 17.17a63.6 63.6 0 0 1-38.14 16.04v-24.3a39.5 39.5 0 0 0 20.98-8.92zm-29.122 9.046l-.007 24.275a63.6 63.6 0 0 1-38.31-15.627L39.222 95.14a39.5 39.5 0 0 0 21.142 8.528zM33.37 89.48L16.2 106.64A63.6 63.6 0 0 1 .16 68.5h24.3a39.5 39.5 0 0 0 8.92 20.98zm-9.046-29.122L.05 60.351a63.6 63.6 0 0 1 15.627-38.31L32.86 39.222a39.5 39.5 0 0 0-8.528 21.142z'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='720ms' repeatCount='indefinite' type='rotate' values='0 64 64;45 64 64;90 64 64;135 64 64;180 64 64;225 64 64;270 64 64;315 64 64'/%3E%3C/g%3E%3C/svg%3E")
}

.body .swiper-lazy:not(.swiper-lazy-loaded) {
    opacity: 0
}

.body .swiper-slide:not(.swiper-slide-active) .swiper-lazy-preloader {
    display: none
}

.body .advantages-slider-wrap .swiper-buttons .swiper-button-next,.body .solutions-wrap .swiper-buttons .swiper-button-next,.body .tabs__content .advantages-slider-wrap .swiper-buttons .swiper-button-next {
    left: auto;
    right: -17px;
    top: 50%
}

.body .advantages-slider-wrap .swiper-buttons .swiper-button-prev,.body .solutions-wrap .swiper-buttons .swiper-button-prev,.body .tabs__content .advantages-slider-wrap .swiper-buttons .swiper-button-prev {
    left: -17px;
    right: auto;
    top: 50%
}

.body .tabs__content .js-accessory-slider .swiper-buttons .swiper-button-next,.body .tabs__content .js-accessory-slider .swiper-buttons .swiper-button-prev {
    top: 27%
}

.body .solutions-wrap .swiper-buttons .swiper-button-next,.body .solutions-wrap .swiper-buttons .swiper-button-prev {
    top: calc(50% - 27px)
}

.body .accessory .swiper-buttons .swiper-button-next,.body .media .swiper-buttons .swiper-button-next {
    right: -10px;
    left: auto;
    top: 37%
}

.body .accessory .swiper-buttons .swiper-button-prev,.body .media .swiper-buttons .swiper-button-prev {
    left: -10px;
    right: auto;
    top: 37%
}

.body .review-section .swiper-buttons .swiper-button-next,.body .review-section .swiper-buttons .swiper-button-prev {
    top: 0
}

.body .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    height: auto
}

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

.body .nav {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 40px;
    gap: 16px
}

.body .contacts {
    position: relative;
    color: #414141
}

.body .contacts:hover:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
    height: 20px;
    background-color: transparent;
    top: auto
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: .5
    }

    30% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1
    }

    to {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: .5
    }

    30% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1
    }

    to {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    5% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(-20deg) scale(1) skew(1deg);
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    35% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(-20deg) scale(1) skew(1deg);
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    65% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    80% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    to {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    5% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(-20deg) scale(1) skew(1deg);
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    35% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(-20deg) scale(1) skew(1deg);
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    65% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    80% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    to {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.body .promo-slider {
    width: 100%
}

.body .promo-slider .swiper-wrapper {
    min-height: 520px
}

.body .promo-slider .swiper-slide {
    height: auto;
    min-height: 520px;
    overflow: hidden;
    padding-bottom: 30px
}

.body .promo-slider .swiper-button-next,.body .promo-slider .swiper-button-prev {
    bottom: 38px;
    width: 43px;
    height: 43px
}

.body .promo-slider .swiper-button-next:after,.body .promo-slider .swiper-button-prev:after {
    right: 10px;
    top: 15px;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.body .promo-slider .swiper-button-prev {
    right: calc((100vw - 1280px) / 2 - (100vw - 100%) / 2 + 50px)
}

.body .promo-slider .swiper-button-next {
    right: calc((100vw - 1280px) / 2 - (100vw - 100%) / 2)
}

.body .promo-slider .swiper-button-next:after {
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.body .promo-slider__slide .page-title {
    width: 100%;
    margin-bottom: 20px
}

.body .promo-slider__slide .container {
    height: 100%
}

.body .promo-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    padding-top: 50px;
    position: relative
}

.body .promo-slider__content .look__note {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.body .promo-slider__text,.body .promo-slider__title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .2s 0s,-webkit-transform .15s 0s;
    transition: opacity .2s 0s,-webkit-transform .15s 0s;
    -o-transition: opacity .2s 0s,transform .15s 0s;
    transition: opacity .2s 0s,transform .15s 0s;
    transition: opacity .2s 0s,transform .15s 0s,-webkit-transform .15s 0s
}

.body .promo-slider__text {
    width: 100%;
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.01em;
    margin-bottom: 40px
}

.body .promo-slider__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.body .promo-slider__skew-img {
    position: absolute;
    height: inherit;
    width: 50%;
    top: 0;
    right: 0;
    -webkit-transform: skew(-8deg) translate(12%);
    -ms-transform: skew(-8deg) translate(12%);
    transform: skew(-8deg) translate(12%);
    overflow: hidden
}

.body .promo-slider__skew-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: skew(8deg) translate(-12%);
    -ms-transform: skew(8deg) translate(-12%);
    transform: skew(8deg) translate(-12%)
}

.body .swiper-slide-active .promo-slider__title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .6s .8s,-webkit-transform .6s .8s;
    transition: opacity .6s .8s,-webkit-transform .6s .8s;
    -o-transition: opacity .6s .8s,transform .6s .8s;
    transition: opacity .6s .8s,transform .6s .8s;
    transition: opacity .6s .8s,transform .6s .8s,-webkit-transform .6s .8s
}

.body .swiper-slide-active .promo-slider__text {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .6s .9s,-webkit-transform .6s .8s;
    transition: opacity .6s .9s,-webkit-transform .6s .8s;
    -o-transition: opacity .6s .9s,transform .6s .8s;
    transition: opacity .6s .9s,transform .6s .8s;
    transition: opacity .6s .9s,transform .6s .8s,-webkit-transform .6s .8s
}

.body .swiper-slide-active .look__note {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .6s 1.2s,-webkit-transform .6s 1.2s;
    transition: opacity .6s 1.2s,-webkit-transform .6s 1.2s;
    -o-transition: opacity .6s 1.2s,transform .6s 1.2s;
    transition: opacity .6s 1.2s,transform .6s 1.2s;
    transition: opacity .6s 1.2s,transform .6s 1.2s,-webkit-transform .6s 1.2s
}

@-webkit-keyframes e {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes e {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.body .page-header__form-wrapp .page-list {
    margin: 0
}

.body .page-header__form-wrapp .page-list__item {
    font-size: 17px
}

.body .page-header__form-wrapp .callback-success {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body .page-header__form-wrapp .callback-success .callback-success__title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.01em;
    font-weight: 700;
    margin-bottom: 10px
}

.body .page-header__form-wrapp .callback-success .callback-success__text {
    font-size: 17px
}

.body .page-header__form-wrapp .page-header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 840px;
    padding: 20px 60px;
    margin: 75px auto 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffd84e;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body .page-header__form-wrapp .page-header__form .page-header__from-title {
    margin-bottom: 20px;
    text-transform: uppercase
}

.body .page-header__form-wrapp .page-header__form .page-header__form-button {
    max-width: 250px;
    width: 100%
}

.body .page-header__form-wrapp .page-header__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.body .page-header__form-wrapp .page-header__form form .input-wrapper__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.body .page-header__form-wrapp .page-header__form form .input-wrapper {
    max-width: 170px;
    min-width: 90px
}

.body .page-header__form-wrapp .page-header__form form .input-wrapper input {
    padding: 8.5px 20px;
    font-size: 13px;
    background-color: #fff
}

.body .page-header__form-wrapp .page-header__form form button {
    padding: 8.5px 20px;
    font-size: 14px;
    background-color: #e0013f;
    font-family: "Noto Sans",sans-serif
}

.body .page-header__form-wrapp .page-header__form form button:hover {
    background-color: #414141
}

.body .acc_wrap .nav-section:first-of-type {
    padding-top: 0
}

.body .nav-section {
    margin-bottom: 80px
}

.body .nav-section--revert .nav-section__left {
    padding-left: 60px
}

.body .nav-section--revert .nav-section__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.body .nav-section .swiper-container {
    width: 100%;
    height: 450px;
    margin: 0
}

.body .nav-section--video-useful {
    margin-top: 52px;
    margin-bottom: 0
}

.body .nav-section--video-useful .nav-section__content {
    padding-top: 0;
    padding-right: 100px
}

.body .nav-section--video-useful .nav-section__desc {
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.73333
}

.body .nav-section__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 40%
}

.body .nav-section__right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60%
}

.body .nav-section__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.body .nav-section__content {
    padding-top: 38px;
    padding-right: 30px
}

.body .nav-section__content .content-list li:before {
    color: inherit
}

.body .nav-section__title {
    margin-bottom: 18px
}

.body .nav-section__desc {
    margin-bottom: 24px
}

.body .nav-section__desc a {
    border-bottom: 1px solid #a0d394;
    -webkit-transition: border-bottom .2s ease-out;
    -o-transition: border-bottom .2s ease-out;
    transition: border-bottom .2s ease-out
}

.body .nav-section__desc a:hover {
    border-bottom-color: #40a629
}

.body .slide {
    position: relative;
    overflow: hidden
}

.body .slide__media {
    width: 100%;
    height: 100%;
    padding-top: 0;
    overflow: hidden
}

.body .slide__media img,.body .slide__media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.body .slide__media .video__inner {
    padding-top: 0;
    height: 100%
}

.body .advantages-slider-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    position: relative
}

.body .advantages-link {
    border-bottom: 1px solid rgba(64,166,41,.5);
    -webkit-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.body .advantages-link:hover {
    border-color: #40a629
}

.body .text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 40px
}

.body .text-row__title {
    width: 50%;
    margin: 0
}

.body .text-row__title:only-child {
    margin: 0
}

.body .text-row__text {
    width: 50%;
    padding-left: 20px;
    line-height: 1.5
}

.page-title-small+.body .text-row__text {
    font-size: 17px
}

.body .text-row__text .btn {
    margin-top: 20px
}

.body .accessory .look__note {
    margin-top: 50px
}

.body .text-row__text-series {
    font-size: 20px;
    font-weight: 500
}

.body .hashtag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body .hashtag-list-link {
    line-height: 1.38;
    font-size: 13px;
    letter-spacing: -.01em;
    color: #b0b0b0;
    font-family: "Noto Sans",sans-serif;
    font-weight: 500
}

.body .hashtag-list-item {
    display: inline-block;
    position: relative
}

.body .hashtag-list-item:not(:last-child) {
    padding-right: 20px
}

.body .hashtag-list-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #b0b0b0;
    margin-top: 2px
}

.body input::-webkit-input-placeholder {
    opacity: 1;
    color: #b0b0b0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.body input:-moz-placeholder,.body input::-moz-placeholder {
    opacity: 1;
    color: #b0b0b0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.body input:-ms-input-placeholder {
    opacity: 1;
    color: #b0b0b0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.body input:focus::-webkit-input-placeholder {
    opacity: 0
}

.body input:focus:-moz-placeholder,.body input:focus::-moz-placeholder {
    opacity: 0
}

.body input:focus:-ms-input-placeholder {
    opacity: 0
}

.body .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 20px
}

.body .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    pointer-events: none
}

.body .input-wrapper {
    position: relative;
    width: 100%;
    padding-top: 25px
}

.body .input-main {
    width: 100%;
    background-color: #ecf1f7;
    border-radius: 3px;
    border: none;
    padding: 13px 20px 14px;
    color: #414141;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -.01em;
    -webkit-transition: background-color .05s ease;
    -o-transition: background-color .05s ease;
    transition: background-color .05s ease
}

.body .input-main:hover {
    background-color: #f5f5f5
}

.body .input-main[data-validation*=required]~.input-label:after {
    content: "*";
    color: #e0013f
}

.body .input-label,.body label {
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    line-height: 1.38;
    font-size: 13px;
    letter-spacing: -.01em;
    color: #414141
}

.body .input-label .page-link,.body label .page-link {
    font-size: inherit
}

.body .input-label {
    position: absolute;
    left: 0;
    top: 0
}

.body .form-wrap {
    position: relative
}

.body .callback-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
    font-family: "Noto Sans",sans-serif;
    line-height: 1.1;
    letter-spacing: -.01em
}

.body .callback-success__title {
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 5px
}

.body .callback-success__text {
    font-size: 13px;
    color: #414141
}

.body .tabs {
    position: relative
}

.body .tabs__container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.body .tabs__container:before {
    content: "";
    position: absolute;
    bottom: 28px;
    z-index: -1;
    pointer-events: none;
    width: 80vw;
    height: 2px;
    max-width: 1280px;
    left: calc((100vw - 1280px) / 2 - (100vw - 100%) / 2);
    background: #ecf1f7
}

.body .tab_select+.select2 {
    margin-bottom: 30px
}

.body .tabs__header {
    position: relative;
    width: 100%;
    max-width: calc(1280px + (100vw - 1280px) / 2 - (100vw - 100%) / 2);
    margin: 0;
    padding-bottom: 30px;
    padding-right: 40px;
    padding-left: calc((100vw - 1280px) / 2 - (100vw - 100%) / 2)
}

.body .tabs__header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    width: 70px;
    height: calc(100% - 30px);
    background: -webkit-gradient(linear,right top,left top,color-stop(40%,#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(right,#fff 40%,hsla(0,0%,100%,0));
    background: -o-linear-gradient(right,#fff 40%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(270deg,#fff 40%,hsla(0,0%,100%,0))
}

.body .tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.body .tabs__item {
    width: auto
}

.body .tabs__item:first-child .tabs__link {
    padding-left: 0
}

.body .tabs__item:first-child .tabs__link:after {
    left: 0;
    width: calc(100% - 15px)
}

.body .tabs__link {
    position: relative;
    padding: 9px 15px;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-size: 17px;
    line-height: 1.17647;
    font-weight: 500;
    color: #1f1f1f;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.body .tabs__link:before {
    left: 0;
    width: 100%;
    background: #ecf1f7
}

.body .tabs__link:after,.body .tabs__link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px
}

.body .tabs__link:after {
    left: 15px;
    width: calc(100% - 30px);
    background-color: #40a629;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.body .tabs__link:active,.body .tabs__link:focus,.body .tabs__link:hover {
    color: #40a629
}

.body .tabs__link.active,.body .tabs__link:active,.body .tabs__link:focus,.body .tabs__link:hover {
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.body .tabs__link.active {
    color: #1f1f1f
}

.body .tabs__link.active:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.body .tabs__content {
    position: relative;
    -webkit-transition: opacity .2s ease,-webkit-transform .3s ease;
    transition: opacity .2s ease,-webkit-transform .3s ease;
    -o-transition: transform .3s ease,opacity .2s ease;
    transition: transform .3s ease,opacity .2s ease;
    transition: transform .3s ease,opacity .2s ease,-webkit-transform .3s ease
}

@-webkit-keyframes f {
    0% {
        -webkit-box-shadow: 0 0 10px #4d4d4d;
        box-shadow: 0 0 10px #4d4d4d
    }

    50% {
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000
    }

    to {
        -webkit-box-shadow: 0 0 10px #4d4d4d;
        box-shadow: 0 0 10px #4d4d4d
    }
}

@keyframes f {
    0% {
        -webkit-box-shadow: 0 0 10px #4d4d4d;
        box-shadow: 0 0 10px #4d4d4d
    }

    50% {
        -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000
    }

    to {
        -webkit-box-shadow: 0 0 10px #4d4d4d;
        box-shadow: 0 0 10px #4d4d4d
    }
}

.body .news__item {
    width: 21.9%;
    margin-right: 3.1%;
    margin-bottom: 3.1%;
    height: auto
}

.body .news__item:last-child {
    margin-right: 0
}

.body .news__item--border .news__date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    color: hsla(0,0%,100%,.6)
}

.body .news__item--border .news__footer {
    padding: 25px 20px
}

.body .news__item--border .news__hover {
    border: 1px solid #dfdfdf
}

.body .news__item--border .news__hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(29.9%,transparent));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.7),transparent 29.9%);
    background: -o-linear-gradient(top,rgba(0,0,0,.7) 0,transparent 29.9%);
    background: linear-gradient(180deg,rgba(0,0,0,.7),transparent 29.9%);
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.body .news__hover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
    margin-right: 1px
}

.body .news__date {
    font-size: 13px;
    line-height: 1.38462;
    color: #b0b0b0
}

.body .news__footer {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 6px
}

.body .news__title {
    margin-bottom: 10px;
    color: #1f1f1f;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.17647;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.body .news__image {
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 0;
    padding-top: 76.4%
}

.body .news__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.body .media {
    position: relative
}

.body .media .swiper-buttons {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.body .media .tabs {
    margin-top: -65px
}

.body .video {
    width: 100%;
    position: relative;
    z-index: 2
}

.body .video iframe,.body .video img,.body .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

.body .video img {
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    font-family: "object-fit: cover"
}

.body .video iframe,.body .video video {
    z-index: 3
}

.body .video .video__inner img {
    margin: 0
}

.body .video__inner {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    contain: layout;
    overflow: hidden;
    background: #000;
    padding-top: 45%
}

.body .video__inner {
    position: relative;
    cursor: pointer
}

.body .video__inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    -webkit-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
    z-index: 2
}

.body .video__inner:hover:after {
    background: rgba(0,0,0,.5);
    -webkit-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.body .video__inner:hover svg {
    fill: #40a629;
    color: #40a629;
    -webkit-transition: fill .2s linear,color .2s linear;
    -o-transition: fill .2s linear,color .2s linear;
    transition: fill .2s linear,color .2s linear
}

.body .video__play {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #fff
}

.body .video__play svg {
    color: #fff;
    -webkit-transition: fill .2s linear,color .2s linear;
    -o-transition: fill .2s linear,color .2s linear;
    transition: fill .2s linear,color .2s linear
}

.body .accessory-item__img .video__inner {
    contain: none;
    position: static
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    90% {
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }

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

@keyframes g {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    90% {
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }

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

@-webkit-keyframes h {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    10% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    90% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg)
    }

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

@keyframes h {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    10% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    90% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg)
    }

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

@-webkit-keyframes i {
    0% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    33.3333% {
        -webkit-transform: translateZ(0) scale(1.1);
        transform: translateZ(0) scale(1.1)
    }

    66.6666% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    to {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

@keyframes i {
    0% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    33.3333% {
        -webkit-transform: translateZ(0) scale(1.1);
        transform: translateZ(0) scale(1.1)
    }

    66.6666% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    to {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

@-webkit-keyframes j {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0)
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(.9);
        transform: translateZ(0) scale(.9)
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0)
    }
}

@keyframes j {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0)
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(.9);
        transform: translateZ(0) scale(.9)
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0);
        transform: translateZ(0) scale(0)
    }
}

@-webkit-keyframes k {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    2% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    4% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    6% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    8% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    10% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    12% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    14% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    16% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    18% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    20% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    22% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    24% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    26% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    28% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    30% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    32% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    34% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    36% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    38% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    40% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    42% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    44% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    46% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes k {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    2% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    4% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    6% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    8% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    10% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    12% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    14% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    16% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    18% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    20% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    22% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    24% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    26% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    28% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    30% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    32% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    34% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    36% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    38% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    40% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    42% {
        -webkit-transform: translate3d(.01em,0,0);
        transform: translate3d(.01em,0,0)
    }

    44% {
        -webkit-transform: translate3d(-.01em,0,0);
        transform: translate3d(-.01em,0,0)
    }

    46% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.body .consultation-block {
    position: relative;
    z-index: 1;
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 30px;
    min-height: 290px
}

.body .consultation-block.measurement {
    padding: 30px 40px;
    background-color: #fff3c7;
    background: -webkit-linear-gradient(25.21deg,#fff3c7 1.83%,#efd988);
    background: -o-linear-gradient(25.21deg,#fff3c7 1.83%,#efd988 100%);
    background: linear-gradient(64.79deg,#fff3c7 1.83%,#efd988)
}

.body .consultation-block.measurement .consultation-block__text {
    max-width: 350px
}

.body .consultation-block.measurement .callback-success {
    max-width: 200px
}

.body .consultation-block form {
    max-width: 225px
}

.body .consultation-block .input-main {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px 15px 11px
}

.body .consultation-block .input-label {
    opacity: .6
}

.body .consultation-block__title {
    font-size: 20px;
    line-height: 1.3;
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    letter-spacing: -.064em;
    color: #1f1f1f;
    margin-bottom: 10px
}

.body .consultation-block__text {
    font-size: 13px;
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    color: #414141
}

.body .consultation-block__btn {
    padding-right: 35px;
    padding-left: 35px
}

.body .page-list {
    margin: 20px 0
}

.body .page-list__item {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px
}

.body .page-list__item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 8px;
    border-left: 3px solid #40a629;
    border-bottom: 3px solid #40a629;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.body .page-list__item {
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33333
}

.body .solutions-wrap {
    position: relative
}

.body .solutions-wrap .news__footer .news__date {
    display: none
}

.body .solutions {
    display: block
}

.body .solutions__img {
    width: 100%
}

.body .solutions__img-outer {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.body .solutions__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.body .solutions__title {
    padding: 20px 20px 0
}

.body .solutions__title p {
    line-height: 1.33333;
    font-size: 15px;
    letter-spacing: -.01em;
    color: #1f1f1f;
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.body .tyuioiuh .news__item--border .news__hover:before {
    display: none
}

.body .tyuioiuh .news__item--border .news__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(29.9%,transparent));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.7),transparent 29.9%);
    background: -o-linear-gradient(top,rgba(0,0,0,.7),transparent 29.9%);
    background: linear-gradient(180deg,rgba(0,0,0,.7),transparent 29.9%)
}

.body .accordion {
    display: block;
    counter-reset: b;
    text-align: left
}

.body .accordion:not(:only-child) {
    margin-bottom: 40px
}

.body .accordion-item {
    position: relative;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    counter-increment: b
}

.body .accordion-item:first-child {
    margin-top: 0
}

.body .accordion-item.active {
    border-color: #40a629
}

.body .accordion__quest {
    width: 100%;
    display: block;
    padding: 20px 50px 20px 60px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1f1f1f;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 20px;
    letter-spacing: -.01em
}

.body .accordion__quest:hover {
    color: #40a629
}

.body .accordion__quest:before {
    content: counter(b) ". ";
    color: currentColor;
    margin-right: 15px;
    position: absolute;
    top: 20px;
    -webkit-transform: translateX(calc(-100% - 9px));
    -ms-transform: translateX(calc(-100% - 9px));
    transform: translateX(calc(-100% - 9px))
}

.body .accordion__quest.js-acc-trig:after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #414141;
    border-bottom: 2px solid #414141;
    position: absolute;
    right: 25px;
    content: " ";
    top: 29px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.body .accordion__quest.active:after,.body .accordion__quest.js-acc-trig:after {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.body .accordion__quest.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.body .no-counter .accordion__quest {
    padding: 20px 50px 20px 30px
}

.body .no-counter .accordion__quest:before {
    content: normal
}

.body .accordion__answer {
    display: none;
    padding: 0 25px 30px 60px;
    opacity: 0;
    -webkit-transition: opacity .2s 0s;
    -o-transition: opacity .2s 0s;
    transition: opacity .2s 0s
}

.body .accordion__answer>* {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.01em;
    color: #414141;
    margin-bottom: 15px
}

.body .accordion__answer>:last-child {
    margin-bottom: 0
}

.body .accordion__answer.active {
    opacity: 1;
    -webkit-transition: opacity .2s .2s;
    -o-transition: opacity .2s .2s;
    transition: opacity .2s .2s
}

.body .acc_wrap .accordion-item.active .nav-section__title {
    font-weight: 700
}

.body .acc_wrap .accordion__quest {
    padding-left: 15px;
    line-height: 1
}

.body .acc_wrap .accordion__quest .nav-section__title {
    margin-bottom: 0;
    font-weight: 400
}

.body .look__img_link {
    margin: 15px 0 20px;
    display: inline-block;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 1px 0 #f5f5f5;
    box-shadow: 0 1px 0 #f5f5f5;
    border-radius: 3px;
    padding: 4px 15px 0
}

.body .look__img_link .page-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body .look__img_link svg {
    margin-right: 14px
}

.body .look__slider {
    margin-left: -10px;
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 10px
}

.body .look__slider.blurry:after {
    opacity: 1
}

.body .look__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    padding-bottom: 7px;
    margin-left: -10px;
    margin-right: -10px
}

.body .look__list li {
    width: 20%;
    max-width: 90px;
    min-width: 90px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 18px;
    cursor: pointer
}

.body .look__list li.active .look__color:after {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.body .look__list li.active .look__name {
    color: #414141;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.body .look__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.body .look__subtitle {
    margin-bottom: 18px;
    color: #414141;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33333
}

.body .look__color {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-size: cover
}

.body .look__color:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -1;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #40a629;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.body .look__name {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23077;
    text-align: center;
    color: rgba(65,65,65,.5);
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.body .look__note {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23077;
    color: #b0b0b0
}

.body .look__note:before {
    content: attr(data-star);
    padding-right: 3px;
    color: #e0013f
}

.body .collection_slider.swiper-container-initialized {
    position: relative
}

.body .collection_slider.swiper-container-initialized:after {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear,right top,left top,from(#fff),color-stop(50%,hsla(0,0%,100%,.7)),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(right,#fff,hsla(0,0%,100%,.7) 50%,hsla(0,0%,100%,0));
    background: -o-linear-gradient(right,#fff,hsla(0,0%,100%,.7) 50%,hsla(0,0%,100%,0));
    background: linear-gradient(270deg,#fff,hsla(0,0%,100%,.7) 50%,hsla(0,0%,100%,0));
    width: 60px;
    content: "";
    z-index: 444
}

.body .collection_slider.swiper-container-initialized .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.body .collection_slider_wrap {
    position: relative
}

.body .collection_slider_wrap .swiper-buttons .swiper-button-next,.body .collection_slider_wrap .swiper-buttons .swiper-button-prev {
    width: 25px;
    height: 25px;
    top: -19px
}

.body .collection_slider_wrap .swiper-buttons .swiper-button-next:after,.body .collection_slider_wrap .swiper-buttons .swiper-button-prev:after {
    right: 9px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-width: 1px
}

.body .collection_slider_wrap .swiper-buttons .swiper-button-prev {
    right: 32px
}

.body .collection_slider_wrap .swiper-buttons .swiper-button-prev:after {
    right: 5px
}

.body .advantages-tile-item {
    width: calc(100% / 4 - 15px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.body .advantages-tile-item__icon {
    display: block;
    margin-bottom: 15px;
    font-size: 0
}

.body .advantages-tile-item__title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.3;
    color: #1f1f1f;
    letter-spacing: -.04em;
    font-weight: 500
}

.body .advantages-tile-item__info {
    max-width: 280px;
    font-size: 15px;
    line-height: 1.33333;
    color: #414141;
    letter-spacing: -.04em
}

.body .advantages-tile-item__info a {
    font-size: inherit
}

.body .advantages-slider-wrap .properties_grids.swiper-container {
    margin-top: 0;
    margin-bottom: 0
}

.body .js-accessory-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

.body .accessory {
    position: relative
}

.body .accessory .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.body .tabs__content .accessory {
    position: static;
    margin-bottom: 80px
}

.body .accessory-item:not(.accessory-item-default):nth-child(-n+3),.body .accessory_nowrap .accessory-item:not(.accessory-item-default) {
    width: calc(33.33% - 40px);
}

.body .accessory-item:not(.accessory-item-default):nth-child(-n+3) .accessory-item__title,.body .accessory_nowrap .accessory-item:not(.accessory-item-default) .accessory-item__title {
    font-family: "Noto Sans",sans-serif;
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 7px
}

.body .accessory-item:not(.accessory-item-default):nth-child(-n+3) .accessory-item__text,.body .accessory_nowrap .accessory-item:not(.accessory-item-default) .accessory-item__text {
    line-height: 1.33333;
    font-size: 15px;
    margin-bottom: 10px
}

.body .accessory-item {
    width: calc(25% - 40px);
    margin: 0 20px 0px 0
}

.body .accessory-item .accessory-item__title_mobile {
    display: none
}

.body .accessory_link_go {
    color: #40a629;
    font-size: 13px
}

.body .accessory_link_go:hover {
    color: #414141
}

.body .accessory-item-info {
    padding: 0 20px
}

.body .accessory-item__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    margin-bottom: 20px;
    overflow: hidden
}

.body .accessory-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.body .accessory-item__title {
    line-height: 1.33333;
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 5px
}

.body .accessory-item__text,.body .accessory-item__title {
    letter-spacing: -.01em;
    font-family: "Noto Sans",sans-serif;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.body .accessory-item__text {
    line-height: 1.38462;
    font-size: 13px;
    color: #414141;
    font-weight: 500;
    margin-bottom: 11px
}

.body .accessory-item__price {
    line-height: 1.33333;
    font-size: 15px;
    letter-spacing: -.01em;
    color: #1f1f1f;
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.body .series-item__img {
    overflow: hidden;
    width: 100%;
    padding-bottom: 64%;
    position: relative
}

.body .series-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"
}

.body .bvyey5 .series-item__img {
    margin-bottom: 40px
}

.body .bvyey5 .series-item__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(53.05%,transparent),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,transparent 53.05%,rgba(0,0,0,.7));
    background: -o-linear-gradient(top,transparent 53.05%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(180deg,transparent 53.05%,rgba(0,0,0,.7))
}

.body .bvyey5 .series-item_text {
    font-size: 20px;
    margin-bottom: 30px
}

.body .series-item_inner {
    max-width: 510px
}

.body .uvxzrw {
    position: relative
}

.body .uvxzrw svg {
    position: absolute;
    right: -13px;
    top: 50%;
    margin: 0;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.body .compare_series {
    cursor: pointer;
    margin-right: 10px
}

.body .compare_series.active .uvxzrw svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.body .table_compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px
}

.body .table_compare_item {
    margin-left: 23px;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 20px;
    padding-right: 20px
}

.body .table_compare_item .series-info__info {
    max-width: none
}

.body .table_compare_wrap {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 0;
    overflow: hidden
}

.body .table_compare_wrap.active {
    height: auto
}

.body .hffn3454.active {
    display: none
}

.body .bvyey5 .series-item__img {
    margin-bottom: 20px
}

.body .bvyey5 .series-item__img:after {
    background: none
}

.body .bvyey5 .series-item_inner .text-row__title {
    margin-bottom: 30px
}

.body .series-info {
    position: relative
}

.body .series-info__icon {
    position: absolute;
    top: 0;
    left: -23px;
    width: 16px
}

.body .series-info__icon--ok {
    color: #40a629
}

.body .series-info__title {
    font-size: 15px;
    line-height: 1.33333;
    color: #1f1f1f;
    margin-bottom: 5px;
    font-family: "Noto Sans","sans-serif";
    font-weight: 500
}

.body .series-info__info {
    color: #b0b0b0;
    max-width: 270px;
    margin-bottom: 10px
}

.body .series-info__info {
    font-family: "Noto Sans","sans-serif";
    font-weight: 500;
    line-height: 1.38462;
    font-size: 13px
}

.body .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.body .select {
    position: relative
}

.body .product__price {
    margin-bottom: 30px
}

.body .product__price {
    margin-top: auto;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold
}

.body label {
    margin: 0;
    padding: 0
}

.body .rating {
    display: block;
    border: none;
    float: left
}

.body .rating>input {
    display: none
}

.body .rating>label {
    color: #c4c4c4;
    float: right;
    padding: 0 2px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.body .rating:not(:checked)>label:hover,.body .rating:not(:checked)>label:hover~label,.body .rating>input:checked~label {
    color: #ffd84e;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.body .rating>input:checked+label:hover,.body .rating>input:checked~label:hover,.body .rating>input:checked~label:hover~label,.body .rating>label:hover~input:checked~label {
    color: rgba(255,216,78,.6);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.body .side-supplement__title {
    line-height: 1.3;
    font-size: 20px;
    letter-spacing: -.01em;
    color: #1f1f1f;
    margin-bottom: 13px
}

.body .side-supplement__text {
    line-height: 1.38462;
    font-size: 13px;
    letter-spacing: -.01em;
    color: #414141;
    margin-bottom: 30px
}

.body .side-supplement__text p+p {
    margin-top: 10px
}

.body .side-supplement2 {
    border: 2px solid #e0013f;
    padding: 23px 12px;
    margin-left: 30px;
    margin-bottom: 40px
}

.body .side-supplement2:last-child {
    margin-bottom: 0
}

.body .side-supplement2 .side-supplement__title {
    font-weight: 700;
    margin-bottom: 10px
}

.body .side-supplement2 .side-supplement__text {
    margin-bottom: 20px
}

.body .side-supplement2 .side-supplement__img {
    display: block;
    margin: 0 -12px -23px 0;
    height: 159px;
    position: relative;
    z-index: -1;
    width: 100%
}

.body .side-supplement2 .side-supplement__img img {
    height: calc(100% + 44px);
    position: absolute;
    right: -16px;
    bottom: 0
}

.body .label {
    display: block;
    font-weight: 500;
    color: #414141;
    margin-bottom: 12px;
    position: static
}

.body .text-center {
    text-align: center
}

.body .req {
    color: #e0013f
}

.body .credit_akcia:before {
    content: "";
    background: -webkit-gradient(linear,left bottom,left top,color-stop(.01%,#000),color-stop(97.96%,rgba(0,0,0,.21)));
    background: -webkit-linear-gradient(bottom,#000 .01%,rgba(0,0,0,.21) 97.96%);
    background: -o-linear-gradient(bottom,#000 .01%,rgba(0,0,0,.21) 97.96%);
    background: linear-gradient(0deg,#000 .01%,rgba(0,0,0,.21) 97.96%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 1
}

.body .credit_akcia {
    position: relative;
    color: #fff;
    padding: 21px 20px
}

.body .credit_akcia_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    z-index: -1
}

.body .credit_akcia_inner {
    position: relative;
    z-index: 1
}

@-webkit-keyframes l {
    20% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    80% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes l {
    20% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    80% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.body .conversion2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #b0b0b0
}

.body .conversion2 .consultation-block__title {
    font-size: 32px;
    font-weight: 700
}

.body .conversion2 .consultation-block__text {
    font-size: 15px
}

.body .conversion2 .measurement {
    background: transparent;
    width: 100%;
    margin: 0
}

.body .conversion2-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

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

.body .conversion2_2 img {
    max-width: 100%
}

.body .perosnalpredl {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 60px
}

.body .perosnalpredl .page-title-small {
    margin-bottom: 40px
}

.body .perosnalpredl_text {
    margin-bottom: 40px
}

.body .perosnalpredl_conetn {
    max-width: 840px;
    margin: 0 auto
}

.body .perosnalpredl_conetn_cewnter {
    text-align: center
}

.body .nncvxeh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 70px;
    background: -webkit-linear-gradient(45deg,#ecd2d9,#f6b0c4);
    background: -o-linear-gradient(45deg,#ecd2d9 0,#f6b0c4 100%);
    background: linear-gradient(45deg,#ecd2d9,#f6b0c4);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px
}

.body .nncvxeh .input-row {
    margin-bottom: 0
}

.body .nncvxeh .input-main {
    min-width: 332px;
    background: #fff
}

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

.body .conversion4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #b0b0b0
}

.body .conversion4_item_content {
    padding: 70px;
    width: 50%
}

.body .conversion4_item_content .input-wrapper {
    width: 225px
}

.body .conversion4_item_content .input-main {
    background: #fff;
    border: 1px solid #dfdfdf
}

.body .conversion4_item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%
}

.body .properties_grids {
    margin-bottom: 30px;
    margin-top: 30px
}

.body .fullscreen {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 57px;
    z-index: 10;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0,0,0,.6));
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.6));
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: .2s all ease;
    transition: all .2s ease
}

.body .fullscreen svg {
    width: 100%;
    height: 100%
}

.body .fullscreen svg path {
    fill: currentColor
}

.body .fullscreen:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.body .img-fluid {
    max-width: 100%;
    height: auto
}

.body .urturtr {
    background: -webkit-gradient(linear,left top,right top,color-stop(52.88%,rgba(31,31,31,.6)),to(rgba(31,31,31,0)));
    background: -webkit-linear-gradient(left,rgba(31,31,31,.6) 52.88%,rgba(31,31,31,0));
    background: -o-linear-gradient(left,rgba(31,31,31,.6) 52.88%,rgba(31,31,31,0) 100%);
    background: linear-gradient(90deg,rgba(31,31,31,.6) 52.88%,rgba(31,31,31,0));
    color: #fff
}

.body .urturtr .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body .urturtr .btn {
    padding: 12px 52px
}

.body .urturtr_content {
    width: 70%;
    padding: 50px 0;
    padding-right: 40px
}

.body .urturtr_content .page-title {
    margin-bottom: 40px;
    color: #fff
}

.body .urturtr_text {
    font-weight: 500;
    margin-bottom: 40px
}

.body .fastconfig {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 80px;
    padding-bottom: 80px
}

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

.body .colfd {
    width: calc(50% - 20px)
}

.body .fastconfig_left {
    width: 33.33%
}

.body .fastconfig_right {
    width: 58.33%;
    margin-left: auto
}

.body .fastconfig_right .look__subtitle {
    margin-bottom: 13px
}

.body .bfuzc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.body .bfuzc input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px
}

.body .bfuzc label {
    position: relative
}

.body .bfuzc label:first-child .labelv {
    border-radius: 3px 0 0 3px
}

.body .bfuzc label:last-child .labelv {
    border-radius: 0 3px 3px 0
}

.body .labelv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-transition: border .2s linear;
    -o-transition: border .2s linear;
    transition: border .2s linear
}

.body input:checked+.labelv {
    border-color: #40a629
}

.body .fastconf_panel li {
    width: 19%;
    min-width: 0;
    max-height: 100px
}

.body .fastconf_panel .look__color {
    aspect-ratio: 134/190;
    height: 100%
}

.body .fastconf_colors li {
    min-width: 0;
    width: 65px;
    max-width: 65px
}

.body .fastconf_controls li {
    width: 110px;
    max-width: 110px
}

.body .fastconf_controls .look__color {
    aspect-ratio: 110/70;
    height: auto
}

.body .fastconf_colors_slider {
    display: none
}

.body .fastconf_colors_slider.active {
    display: block
}

.body .img_fastconf2 {
    margin-top: 60px;
    width: 100%
}

.body .fastconf_colors,.body .fastconf_controls,.body .fastconf_panel {
    margin-bottom: 7px
}

@-webkit-keyframes m {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(.7,.7,.7);
        transform: scale3d(.7,.7,.7)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes m {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(.7,.7,.7);
        transform: scale3d(.7,.7,.7)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes n {
    0% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    50% {
        -webkit-transform: scale3d(.85,.85,.85);
        transform: scale3d(.85,.85,.85)
    }

    to {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
}

@keyframes n {
    0% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    50% {
        -webkit-transform: scale3d(.85,.85,.85);
        transform: scale3d(.85,.85,.85)
    }

    to {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
}

@-webkit-keyframes o {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(.75,.75,.75);
        transform: scale3d(.75,.75,.75)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes o {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(.75,.75,.75);
        transform: scale3d(.75,.75,.75)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

    .body .promo-slider .swiper-button-prev {
        right: calc(100vw * 1.5 / 15 - (100vw - 100%) / 2 + 50px)
    }

    .body .promo-slider .swiper-button-next {
        right: calc(100vw * 1.5 / 15 - (100vw - 100%) / 2)
    }

    .body .tabs__container:before {
        left: calc(100vw * 1.5 / 15 - (100vw - 100%) / 2)
    }

    .body .tabs__header {
        max-width: calc(100vw - 100vw * 1.5 / 15 - (100vw - 100%) / 2);
        padding-left: calc(100vw * 1.5 / 15 - (100vw - 100%) / 2)
    }
}

@media only screen and (max-width: 1440px) {
    .body .page-title,.body h1 {
        font-size:45px
    }

    .body h2 {
        font-size: 38px
    }

    .body .js-accessory-slider {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px
    }

    .body .accessory .swiper-wrapper {
        margin-bottom: -20px
    }

    .body .accessory-item:not(.accessory-item-default):nth-child(-n+3),.body .accessory_nowrap .accessory-item:not(.accessory-item-default) {
        width: calc(33.33% - 20px)
    }

    .body .accessory-item {
        margin: 0 10px 20px;
        width: calc(25% - 20px)
    }
}

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

    .body .filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 1200px) {
    .body .page-title,.body h1 {
        font-size:40px
    }

    .body h2 {
        font-size: 32px
    }

    .body .col-s-desk-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .body .nav {
        margin-right: 20px
    }

    .body .accessory-item-info {
        padding: 0 10px
    }

    .body .bvyey5 .series-item_text {
        font-size: 17px
    }

    .body .side-supplement__text,.body .side-supplement__title {
        display: none
    }

    .body .side-supplement2 {
        margin-top: 30px;
        padding: 0;
        border: none;
        margin-left: 0;
        margin-bottom: 30px
    }

    .body .side-supplement2 .side-supplement__img {
        display: none
    }

    .body .fullscreen {
        right: 30px
    }
}

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

    .body .nav {
        display: none
    }

    .body .nav {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 1024px) {
    .body {
        font-size:16px
    }

    .body .page-title,.body h1 {
        font-size: 36px;
        line-height: 1.11111
    }

    .body h2 {
        font-size: 30px;
        line-height: 1.16667
    }

    .body .page-title-small {
        font-size: 28px;
        line-height: 1.16667
    }

    .body .content-list {
        font-size: 15px
    }

    .body .swiper-buttons .swiper-button-next,.body .swiper-buttons .swiper-button-prev {
        top: -46px
    }

    .body .nav {
        display: none
    }

    .body .promo-slider .swiper-wrapper {
        min-height: 360px
    }

    .body .promo-slider .swiper-slide {
        min-height: 360px;
        padding-bottom: 40px
    }

    .body .promo-slider__text {
        margin-bottom: 35px;
        font-size: 16px
    }

    .body .nav-section {
        margin-bottom: 60px
    }

    .body .nav-section--revert .nav-section__left {
        padding-left: 0
    }

    .body .nav-section .swiper-container {
        height: 480px
    }

    .body .nav-section .nav-section__left,.body .nav-section .nav-section__right {
        width: 100%
    }

    .body .nav-section--video-useful {
        margin-bottom: 0;
        margin-top: 0
    }

    .body .nav-section__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .body .nav-section__right {
        width: 100%
    }

    .body .nav-section__content {
        padding-top: 0;
        padding-bottom: 45px
    }

    .body .nav-section__title {
        margin-bottom: 22px
    }

    .body .text-row {
        margin-bottom: 30px
    }

    .body .input-main {
        font-size: 16px
    }

    .body .tabs__container {
        margin-bottom: 3px
    }

    .body .tabs__container:before {
        width: 90vw;
        left: calc(100vw * .75 / 15 - (100vw - 100%) / 2)
    }

    .body .tabs__header {
        max-width: calc(100vw - 100vw * .75 / 15 - (100vw - 100%) / 2);
        padding-left: calc(100vw * .75 / 15 - (100vw - 100%) / 2)
    }

    .body .news__item {
        width: 46.9%
    }

    .body .news__image {
        padding-top: 66.9%
    }

    .body .media .swiper-buttons {
        opacity: 1;
        pointer-events: all;
        visibility: visible
    }

    .body .consultation-block {
        width: 100%;
        margin: 0
    }

    .body .consultation-block:not(:last-child) {
        margin-bottom: 20px
    }

    .body .accordion:not(:only-child) {
        margin-bottom: 20px
    }

    .body .accordion__quest {
        font-size: 16px
    }

    .body .accordion__answer {
        padding: 0 15px 30px
    }

    .body .accordion__answer>* {
        font-size: 13px
    }

    .body .look__list {
        padding-bottom: 0
    }

    .body .advantages-tile-item {
        width: 47%;
        margin-bottom: 40px
    }

    .body .advantages-tile-item:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .body .js-accessory-slider {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .body .accessory .swiper-wrapper {
        margin: 0
    }

    .body .accessory-item,.body .accessory-item:not(.accessory-item-default):nth-child(-n+3),.body .accessory_nowrap .accessory-item:not(.accessory-item-default) {
        width: 32%;
        margin: 0;
        margin-right: 2%
    }

    .body .accessory-item:last-child {
        margin-right: 0
    }

    .body .product__price {
        font-size: 20px
    }

    .body .conversion2 .consultation-block__title {
        font-size: 28px
    }

    .body .nncvxeh {
        -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
    }

    .body .conversion4_item_content {
        padding: 50px 40px
    }

    .body .fullscreen {
        display: none
    }
}

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

    .body .text-row__title {
        width: 100%;
        margin-bottom: 10px
    }

    .body .text-row__text {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .d-md-max-none {
        display:none!important
    }
}

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

    .body .promo-slider__content {
        width: 100%;
        padding-top: 20px
    }

    .body .promo-slider__text {
        margin-bottom: 24px
    }

    .body .promo-slider__bg {
        position: relative;
        height: 0;
        padding-top: 55%
    }

    .body .promo-slider__skew-img {
        width: 100%;
        height: 100%
    }

    .body .promo-slider__skew-img,.body .promo-slider__skew-img img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .body .page-header__form-wrapp .callback-success {
        padding: 15px 20px
    }

    .body .page-header__form-wrapp .page-header__form {
        padding: 20px 30px;
        margin: 30px auto 0
    }

    .body .page-header__form-wrapp .page-header__form .page-header__from-title {
        font-size: 15px
    }

    .body .page-header__form-wrapp .page-header__form .page-header__form-button {
        max-width: none
    }

    .body .page-header__form-wrapp .page-header__form .page-header__form-button button {
        width: 100%
    }

    .body .page-header__form-wrapp .page-header__form form {
        -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
    }

    .body .page-header__form-wrapp .page-header__form form .input-wrapper {
        max-width: 100%
    }

    .body .nav-section--video-useful .nav-section__content {
        padding-right: 0
    }

    .body .slide__media {
        padding-top: 0
    }

    .body .js-tabs-wrapper .tabs__container {
        display: none
    }

    .body .video__play svg {
        width: 40px;
        height: 40px
    }

    .body .solutions__title p {
        font-size: 13px
    }

    .body .acc_wrap+.page-section {
        margin-top: 60px
    }

    .body .acc_wrap .container {
        width: auto
    }

    .body .acc_wrap .accordion__answer .nav-section__title {
        display: none
    }

    .body .look__img_link .page-link span {
        border-color: transparent
    }

    .body .accessory-item:not(.accessory-item-default):nth-child(-n+3),.body .accessory_nowrap .accessory-item:not(.accessory-item-default) {
        width: 49%
    }

    .body .accessory-item:not(.accessory-item-default):nth-child(-n+3) .accessory-item__title,.body .accessory_nowrap .accessory-item:not(.accessory-item-default) .accessory-item__title {
        font-size: 16px
    }

    .body .accessory-item:not(.accessory-item-default):nth-child(-n+3) .accessory-item__text,.body .accessory_nowrap .accessory-item:not(.accessory-item-default) .accessory-item__text {
        font-size: 13px
    }

    .body .accessory-item {
        width: 49%
    }

    .body .accessory-item__text {
        font-size: 11px
    }

    .body .accessory-item__price {
        font-size: 13px
    }

    .body .series-item__img {
        margin-bottom: 20px
    }

    .body .table_compare_wrap_w {
        display: none
    }

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

    .body .perosnalpredl .page-title-small {
        margin-bottom: 30px
    }

    .body .perosnalpredl_text {
        margin-bottom: 30px
    }

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

    .body .conversion4_item_content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }

    .body .conversion4_item_img {
        width: 70%
    }

    .body .urturtr {
        background: rgba(31,31,31,.6)
    }

    .body .urturtr .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .body .urturtr_content {
        width: 100%;
        padding-right: 0
    }

    .body .fastconfig_left {
        width: 100%;
        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;
        margin-bottom: 40px
    }

    .body .fastconfig_right {
        width: 100%
    }

    .body .img_fastconf2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        margin-bottom: 40px
    }

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

    .body .fastconf_colors,.body .fastconf_controls,.body .fastconf_panel {
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 650px) {
    .body {
        font-size:15px;
        line-height: 1.4
    }

    .body .page-title,.body h1 {
        font-size: 32px;
        line-height: 1.0625
    }

    .body h2 {
        font-size: 28px;
        line-height: 1.21429
    }

    .body .page-title-small {
        font-size: 22px;
        line-height: 1.36364
    }

    .body .page-title-xs,.body h4 {
        font-size: 16px;
        line-height: 1.5
    }

    .body .page-section {
        margin-bottom: 50px
    }

    .body .swiper-button-next,.body .swiper-button-prev {
        bottom: 20px
    }

    .body .advantages-slider-wrap .swiper-buttons .swiper-button-next,.body .solutions-wrap .swiper-buttons .swiper-button-next,.body .tabs__content .advantages-slider-wrap .swiper-buttons .swiper-button-next {
        right: -10px
    }

    .body .advantages-slider-wrap .swiper-buttons .swiper-button-prev,.body .solutions-wrap .swiper-buttons .swiper-button-prev,.body .tabs__content .advantages-slider-wrap .swiper-buttons .swiper-button-prev {
        left: -10px
    }

    .body .tabs__content .js-accessory-slider .swiper-buttons .swiper-button-next,.body .tabs__content .js-accessory-slider .swiper-buttons .swiper-button-prev {
        top: 0
    }

    .body .tabs__content .js-accessory-slider .swiper-buttons .swiper-button-next {
        right: 0
    }

    .body .tabs__content .js-accessory-slider .swiper-buttons .swiper-button-prev {
        left: auto;
        right: 52px
    }

    .body .promo-slider .swiper-slide,.body .promo-slider .swiper-wrapper {
        min-height: 250px
    }

    .body .swiper-slide-active .promo-slider__text,.body .swiper-slide-active .promo-slider__title {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .body .nav-section {
        margin-bottom: 50px
    }

    .body .nav-section .swiper-container {
        height: 300px
    }

    .body .nav-section--video-useful {
        margin-bottom: 0
    }

    .body .nav-section__content {
        padding-bottom: 25px
    }

    .body .nav-section__title {
        margin-bottom: 10px
    }

    .body .nav-section__desc {
        margin-bottom: 18px
    }

    .page-title-small+.body .text-row__text {
        font-size: 15px
    }

    .body .news__item {
        width: 100%;
        margin-right: 0
    }

    .body .media .tabs {
        margin-top: 0
    }

    .body .media .tabs__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .body .look__subtitle {
        margin-bottom: 15px
    }

    .body .advantages-tile-item {
        padding: 15px 40px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .body .advantages-tile-item__icon {
        max-width: 60px;
        margin-right: 20px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .body .advantages-tile-item__title {
        width: calc(100% - 81px);
        margin-bottom: 15px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .body .advantages-tile-item__info {
        max-width: 400px
    }

    .body .advantages-slider-wrap .properties_grids.swiper-container {
        border: 1px solid #eaeaea;
        border-radius: 3px
    }

    .body .filter {
        margin-bottom: 20px
    }

    .body .side-supplement2 {
        border: 2px solid #e0013f;
        padding: 23px 12px
    }

    .body .side-supplement2 .side-supplement__img,.body .side-supplement2 .side-supplement__text,.body .side-supplement2 .side-supplement__title {
        display: block
    }

    .body .conversion2 .consultation-block__title {
        font-size: 20px
    }

    .body .conversion2 .measurement {
        padding-right: 20px;
        padding-left: 20px
    }

    .body .perosnalpredl {
        padding-left: 0;
        padding-right: 0
    }

    .body .nncvxeh {
        padding-left: 40px;
        padding-right: 40px
    }

    .body .nncvxeh .input-row {
        width: 100%
    }

    .body .nncvxeh .input-main {
        min-width: auto
    }

    .body .conversion4_item_img {
        width: 100%
    }

    .body .properties_grids {
        overflow: hidden
    }

    .body .properties_grids .swiper-slide {
        height: auto
    }

    .body .fastconfig {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media not all and (-moz-touch-enabled:1),not all and (-ms-high-contrast:none) and (max-width: 600px),not all and (pointer:coarse) {
    .body .swiper-button-next:hover:not(.swiper-button-disabled),.body .swiper-button-prev:hover:not(.swiper-button-disabled) {
        color:#40a629;
        -webkit-transition: color .2s linear;
        -o-transition: color .2s linear;
        transition: color .2s linear
    }

    .body .news__hover:hover .news__title {
        color: #40a629;
        -webkit-transition: color .2s linear;
        -o-transition: color .2s linear;
        transition: color .2s linear
    }

    .body .news__hover:hover .news__image img {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }

    .body .solutions:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .body .solutions:not(.solutions_team):hover p {
        color: #40a629
    }

    .body .look__list li:hover .look__name {
        color: #40a629;
        -webkit-transition: color .2s linear;
        -o-transition: color .2s linear;
        transition: color .2s linear
    }

    .body a.accessory-item:hover {
        cursor: pointer
    }

    .body a.accessory-item:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .body a.accessory-item:hover .accessory-item__title,.body a.accessory-item:hover .accessory_link_go {
        color: #40a629
    }
}

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

    .body .page-header__form-wrapp .callback-success .callback-success__text {
        font-size: 15px
    }

    .body .page-header__form-wrapp .page-header__form {
        padding: 15px 20px
    }

    .body .page-header__form-wrapp .page-header__form form {
        gap: 20px
    }

    .body .page-header__form-wrapp .page-header__form form .input-wrapper__box {
        gap: 15px
    }

    .body .page-header__form-wrapp .page-header__form form button {
        margin-top: 10px
    }

    .body .input-label,.body label {
        font-size: 11px
    }

    .body .advantages-tile-item__title {
        font-size: 18px
    }

    .body .advantages-tile-item__info {
        font-size: 13px
    }

    .body .accessory-item,.body .accessory-item:not(.accessory-item-default):nth-child(-n+3),.body .accessory_nowrap .accessory-item:not(.accessory-item-default) {
        width: 100%;
        margin-right: 0
    }

    .body .accessory-item .accessory-item__title {
        display: none
    }

    .body .accessory-item .accessory-item__title_mobile {
        display: block;
        margin-bottom: 14px
    }

    .body .conversion4_item_content {
        padding-right: 20px;
        padding-left: 20px
    }
}

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

    .body .promo-slider .swiper-slide,.body .promo-slider .swiper-wrapper {
        min-height: 180px
    }

    .body .look__list li {
        max-width: 160px
    }
}

@media only screen and (min-width: 650px) and (max-width:600px) {
    .body .advantages-tile {
        width:100%;
        margin: 0
    }
}

@media only screen and (min-width: 650px) {
    .body .advantages-slider-wrap .properties_grids .swiper-wrapper {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .body .advantages-tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }

    .body .properties_grids+.swiper-buttons,.body .properties_grids .swiper-button-next,.body .properties_grids .swiper-button-prev {
        display: none
    }
}

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

    .body .js-tabs-wrapper .tab_select_wrap {
        display: none
    }

    .body .acc_wrap .accordion-item {
        border: 0;
        margin: 0
    }

    .body .acc_wrap .accordion__answer {
        display: block!important;
        opacity: 1!important;
        padding-left: 0;
        padding-right: 0
    }

    .body .acc_wrap .accordion__quest {
        display: none
    }

    .body .bvyey5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -20px;
        margin-right: -20px
    }

    .body .bvyey5 .accordion-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        padding-left: 20px;
        padding-right: 20px
    }

    .body .conversion2_1,.body .conversion2_2 {
        width: 50%
    }
}

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

    .body .accessory .swiper-buttons {
        display: none
    }

    .body .accessory .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .body .accessory.accessory_nowrap .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .body .accessory.accessory_nowrap .swiper-buttons {
        display: block
    }
}

@media only screen and (min-width: 1700px) {
    .body .promo-slider__content {
        width:54%
    }
}

.body ul {
    list-style-type: none
}

.body svg {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: visible
}

.body ::-moz-selection {
    background-color: rgba(64,166,41,.5);
    opacity: 1
}

.body ::selection {
    background-color: rgba(64,166,41,.5);
    opacity: 1
}

.body ul li>a {
    display: inline-block;
    width: 100%
}

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

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing-box-sizing: border-box
}

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

body {
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.body {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 17px;
    line-height: 1.47059;
    font-family: "Noto Sans","Arial",sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #414141;
    letter-spacing: -.01em
}

.nav-section__content p {
    margin-bottom: initial !important;
}

.body .page-title-medium,.body h2 {
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: -.04em
}

.body .page-title-medium,.body h2 {
    font-size: 42px;
    line-height: 1.14286
}

.body .page-title-small {
    font-size: 32px;
    line-height: 1.09375;
    letter-spacing: -.04em;
    margin-bottom: 10px
}

.body .page-title-small,.body h4 {
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    color: #1f1f1f
}

.body h4 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 15px
}

.body .page-section {
    margin-bottom: 80px
}

.body .page-section:last-child {
    margin-bottom: 0
}

.body img.lazy:not(.loaded) {
    opacity: 0
}

@-webkit-keyframes a {
    0% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    8.33% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    16.66% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    24.99% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    33.32% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    41.65% {
        -webkit-box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    49.98% {
        -webkit-box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    58.31% {
        -webkit-box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    66.64% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    74.97% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    83.3% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    91.63% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    to {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }
}

@keyframes a {
    0% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    8.33% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px -10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    16.66% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    24.99% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    33.32% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }

    41.65% {
        -webkit-box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca;
        box-shadow: 10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px -10px 0 5px #67b2ca
    }

    49.98% {
        -webkit-box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca;
        box-shadow: 10px 10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,10px 10px 0 5px #67b2ca
    }

    58.31% {
        -webkit-box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px 10px 0 5px #ff8000,-10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    66.64% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    74.97% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px -10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    83.3% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,10px 10px 0 5px #40a629,10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    91.63% {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px 10px 0 5px #40a629,-10px 10px 0 5px #e0013f,-10px 10px 0 5px #67b2ca
    }

    to {
        -webkit-box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca;
        box-shadow: -10px -10px 0 5px #ff8000,-10px -10px 0 5px #40a629,-10px -10px 0 5px #e0013f,-10px -10px 0 5px #67b2ca
    }
}
.body .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.body .review--decorative {
    background-color: #ecf1f7
}

.body .review--decorative .review__content,.body .review--decorative .review__media {
    padding: 40px 0 80px 40px;
    width: 50%
}

.body .review--decorative .review__media {
    height: auto;
    min-height: 500px
}

.body .review--decorative .review__media img {
    height: auto;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto
}

.body .review--no-image .review__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0
}

.body .review--no-image .review__part {
    width: 40%;
    padding-right: 60px
}

.body .review--no-image .review__part:last-child {
    width: 60%;
    padding-right: 0
}

.body .review--no-image .review__quote {
    padding-left: 0
}

.body .review--no-image .review__decor {
    left: -40px
}

.body .review__content {
    padding-top: 20px;
    padding-right: 60px
}

.body .review_tebn {
    font-size: 15px;
    margin-bottom: 10px
}

.body .review__media {
    position: relative;
    height: 520px
}

.body .review__media .swiper-wrapper,.body .review__media img,.body .review__media video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover
}

.body .review__title {
    margin-bottom: 24px;
    width: 100%;
    padding-right: 100px
}

.body .review__link {
    margin-bottom: 10px
}

.body .review_rating {
    margin-bottom: 18px;
    vertical-align: middle
}

.body .review_rating span.review__data {
    vertical-align: text-top;
    margin-left: 16px
}

.body .text-row+.review_rating {
    margin-top: -10px
}

.body .review__data {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 500;
    color: #b0b0b0
}

.body .review__data p {
    margin-bottom: 6px
}

.body .review__accent {
    color: #1f1f1f
}

.body .review__quote {
    position: relative;
    padding-left: 40px;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.73333;
    border-left: none !important;
}

.body .review__quote-body {
    margin-bottom: 10px
}

.body .review__quote-footer {
    font-family: "Noto Sans",sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.38462;
    color: #b0b0b0
}

.body .review__quote-footer .btn {
    margin-top: 40px
}

.body .review__quote-cite {
    display: block;
    margin-bottom: 6px;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.17647;
    font-style: normal;
    color: #414141
}

.body .review__decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 20px
}

.body .review__decor svg {
    width: 100%;
    height: 100%
}

.body .review__img-wrap {
    position: absolute;
    right: 0;
    bottom: 0
}

.body .view-review .review__content {
    width: 100%;
    padding-right: 10px;
    padding-top: 0
}

.body .view-review .review__img {
    margin-bottom: 25px
}
.body .properties_grids {
    margin-bottom: 30px;
    margin-top: 30px
}

.body .content-area .properties_grids .swiper-slide {
    height: auto;
    padding-top: 0
}

.body .properties_group_l .property__img {
    padding-top: 49.3%
}

.body .properties_group_l .property__img.property__img--flatt {
    padding-top: 35%
}

.body .properties_group_l .property__img.property__img--flatt img {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.body .properties_group_s .property__img {
    padding-top: 70.6%
}

.body .properties_grid {
    display: grid;
    gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: repeat(12,1fr)
}

.body .properties_grid .property--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
    grid-column-start: span 6
}

.body .properties_grid .property--row .property__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 20px);
    height: 100%;
    padding-top: 50%;
    margin-bottom: 0
}

.body .properties_grid .property--row .property__content {
    width: calc(50% - 20px)
}

.body .properties_grid .property:not(.property--border) {
    position: relative
}

.body .properties_grid .properties_grid_left {
    grid-column-start: span 6;
    grid-row-start: span 2
}

.body .properties_grid .property--wide {
    grid-column-start: span 12
}

.body .properties_grid .property--border {
    grid-column-start: span 3
}

.body .properties_grid .property-two-items {
    grid-column-start: span 9
}

.body .properties_grid .properties_group_l {
    grid-column-start: span 7
}

.body .properties_grid .properties_group_s {
    grid-column-start: span 5
}

.body .swiper_40 {
    margin-bottom: 40px
}

.body .swiper_40 .property--wide .property__content2 {
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.body .swiper_40 .property--wide:hover .slide__descr {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .1s linear,-webkit-transform .1s ease-out;
    transition: opacity .1s linear,-webkit-transform .1s ease-out;
    -o-transition: transform .1s ease-out,opacity .1s linear;
    transition: transform .1s ease-out,opacity .1s linear;
    transition: transform .1s ease-out,opacity .1s linear,-webkit-transform .1s ease-out
}

.body .swiper_40 .property--wide:hover .property__content2 {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.body .swiper_40 .property--wide:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20.07%,transparent),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,transparent 20.07%,rgba(0,0,0,.7));
    background: -o-linear-gradient(top,transparent 20.07%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(180deg,transparent 20.07%,rgba(0,0,0,.7));
    -webkit-transform: matrix(-1,0,0,1,0,0);
    -ms-transform: matrix(-1,0,0,1,0,0);
    transform: matrix(-1,0,0,1,0,0)
}

.body .swiper_40 .property__desc {
    margin-bottom: 10px
}

.body .swiper_40 .options__price {
    color: #fff;
    margin-bottom: 20px;
    width: 100%
}

.body .credit-properties__wrap .properties_grids {
    margin-top: 40px
}

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

.body .properties_grid.properties_grid--wrapp .property:first-child {
    width: 25%
}

.body .properties_grid.properties_grid--wrapp .property:not(:first-child) {
    width: 75%;
    gap: 25px
}

.body .properties_grid.properties_grid--wrapp .property__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body .properties_grid.properties_grid--wrapp .property-grid__slide-content {
    width: 65%
}

.body .properties_grid.properties_grid--wrapp .property-grid__content {
    width: 35%
}

.body .properties_grid.properties_grid--wrapp .property-grid__content .property__title {
    margin-bottom: 20px
}

.body .properties_grid.properties_grid--wrapp .swiper-button-prev {
    right: auto;
    left: 0
}

.body .properties_grid.properties_grid--wrapp .swiper-button-next {
    right: 0;
    left: auto
}

.body .properties_grid.properties_grid--wrapp .swiper-button-next,.body .properties_grid.properties_grid--wrapp .swiper-button-prev {
    top: 50%
}

.body .properties_grid.properties_grid--wrapp .property-grid__content-mobile {
    display: none
}

.body .properties_grid.properties_grid--wrapp .property__desc {
    font-size: 17px
}

.body .properties_grid.properties_grid--wrapp .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.body .advantages-slider-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    position: relative
}

.body .advantages-slider-wrap .advantages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.body .advantages-slider-wrap .advantages-item__text {
    text-align: center
}

.body .advantages-slider-wrap .advantages-item__icon {
    margin-bottom: 14px;
    margin-right: 30px
}

.body .advantages-slider-wrap .advantages-slider .advantages-item__icon {
    margin-right: 0
}

.body .advantages-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 25px 15px 30px;
    position: relative;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    color: #414141
}

.body .advantages-item:active,.body .advantages-item:hover,.body .advantages-item:visite {
    color: #414141
}

.body .advantages-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.body .advantages-item__icon svg {
    vertical-align: middle;
    min-height: 45px
}

.body .advantages-item__text {
    font-size: 15px;
    letter-spacing: -.01em;
    font-family: "Noto Sans SemiCond",sans-serif;
    font-weight: 500;
    line-height: 1.33333
}

.body .advantages-item__text:hover {
    cursor: pointer;
    color: #40a629
}

.body .advantages-item__text:hover .advantages-link {
    border-color: #40a629
}

.body .advantages-link {
    border-bottom: 1px solid rgba(64,166,41,.5);
    -webkit-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.body .advantages-link:hover {
    border-color: #40a629
}

.body .advantages {
    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;
    margin: 30px 0 60px
}

.body .advantages .advantages-title {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 32px;
    padding-right: 30px;
    letter-spacing: -.04em
}

.body .advantages .advantages-slider-wrap {
    width: 100%;
    margin: 0
}
.body .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -.01em
}

.body .feature--green .feature__icon {
    background: -webkit-linear-gradient(45deg,#a6d441,#b5dc5f);
    background: -o-linear-gradient(45deg,#a6d441 0,#b5dc5f 100%);
    background: linear-gradient(45deg,#a6d441,#b5dc5f)
}

.body .feature--orange-pink .feature__icon {
    background: -webkit-linear-gradient(45deg,#f9934a,#ff5282);
    background: -o-linear-gradient(45deg,#f9934a 0,#ff5282 100%);
    background: linear-gradient(45deg,#f9934a,#ff5282)
}

.body .feature--yellow .feature__icon {
    background: -webkit-linear-gradient(45deg,#ffd84e,#f4af0d);
    background: -o-linear-gradient(45deg,#ffd84e 0,#f4af0d 100%);
    background: linear-gradient(45deg,#ffd84e,#f4af0d)
}

.body .feature--purple .feature__icon {
    background: -webkit-linear-gradient(45deg,#874eff,#b15dc6);
    background: -o-linear-gradient(45deg,#874eff 0,#b15dc6 100%);
    background: linear-gradient(45deg,#874eff,#b15dc6)
}

.body .feature--red .feature__icon {
    background: -webkit-linear-gradient(45deg,#d44141,#dc7d5f);
    background: -o-linear-gradient(45deg,#d44141 0,#dc7d5f 100%);
    background: linear-gradient(45deg,#d44141,#dc7d5f)
}

.body .feature--decor .feature__icon {
    background: -webkit-linear-gradient(45deg,#40a629,#a6d514);
    background: -o-linear-gradient(45deg,#40a629 0,#a6d514 100%);
    background: linear-gradient(45deg,#40a629,#a6d514)
}

.body .feature--small .feature__icon svg {
    width: 24px;
    height: 24px
}

.body .feature__icon {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    color: #fff;
    background: -webkit-linear-gradient(45deg,#4184d4,#5fdcb7);
    background: -o-linear-gradient(45deg,#4184d4 0,#5fdcb7 100%);
    background: linear-gradient(45deg,#4184d4,#5fdcb7);
    border-radius: 3px
}

.body .feature__icon svg {
    width: 30px;
    height: 30px
}

.body .feature__content {
    padding-top: 2px;
    padding-right: 40px
}

.body .feature__title {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.33333;
    color: #1f1f1f;
    font-weight: 700
}

.body .feature__text {
    font-family: "Noto Sans",sans-serif;
    font-size: 13px;
    line-height: 1.38462
}
.body .prop {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.body .prop .prop_item {
    padding-right: 20px;
    padding-left: 20px
}

.body .prop .property__img {
    padding-top: 49%;
    margin-bottom: 0
}

.body .prop .property__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.body .property {
    position: relative;
    width: 100%;
    background: #fff
}

.body .property--border {
    box-sizing: border-box;
    padding: 38px 30px 50px;
    border: 2px solid #4184d4;
    -webkit-border-image: -webkit-linear-gradient(45deg,#4184d4,#5fdcb7);
    -o-border-image: -o-linear-gradient(45deg,#4184d4 0,#5fdcb7 100%);
    border-image: linear-gradient(45deg,#4184d4,#5fdcb7);
    border-image-slice: 1
}

.body .property--border:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 2px solid #4184d4;
    -webkit-border-image: -webkit-linear-gradient(45deg,#4184d4,#5fdcb7);
    -o-border-image: -o-linear-gradient(45deg,#4184d4 0,#5fdcb7 100%);
    border-image: linear-gradient(45deg,#4184d4,#5fdcb7);
    border-image-slice: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.body .property--border .property__desc {
    font-size: 13px;
    line-height: 1.38462
}

.body .property--orange-pink,.body .property--orange-pink:before {
    border-color: #ff5282;
    -webkit-border-image: -webkit-linear-gradient(45deg,#f9934a,#ff5282);
    -o-border-image: -o-linear-gradient(45deg,#f9934a 0,#ff5282 100%);
    border-image: linear-gradient(45deg,#f9934a,#ff5282);
    border-image-slice: 1
}

.body .property--yellow,.body .property--yellow:before {
    border-color: #ffd84e;
    -webkit-border-image: -webkit-linear-gradient(45deg,#ffd84e,#f4af0d);
    -o-border-image: -o-linear-gradient(45deg,#ffd84e 0,#f4af0d 100%);
    border-image: linear-gradient(45deg,#ffd84e,#f4af0d);
    border-image-slice: 1
}

.body .property--green,.body .property--green:before {
    border-color: #a6d441;
    -webkit-border-image: -webkit-linear-gradient(45deg,#a6d441,#b5dc5f);
    -o-border-image: -o-linear-gradient(45deg,#a6d441 0,#b5dc5f 100%);
    border-image: linear-gradient(45deg,#a6d441,#b5dc5f);
    border-image-slice: 1
}

.body .property--wide-new:after,.body .property--wide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(59.84%,transparent),to(rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,transparent 59.84%,rgba(0,0,0,.9));
    background: -o-linear-gradient(top,transparent 59.84%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(180deg,transparent 59.84%,rgba(0,0,0,.9))
}

.body .property--wide .property__img {
    padding-top: 40.6%;
    margin-bottom: 0
}

.body .property--wide .property__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-right: 50%
}

.body .property--wide .property__content.white-font {
    color: hsla(0,0%,100%,.8);
    text-shadow: 0 0 8px #414141
}

.body .property--wide .property__title {
    color: #fff;
    text-shadow: 0 0 8px #414141
}

.body .property--wide .property__desc {
    color: hsla(0,0%,100%,.8);
    text-shadow: 0 0 8px #414141
}

.body .property--wide .property__text {
    color: #fff;
    text-shadow: 0 0 8px #414141;
    margin-bottom: 10px
}

.body .property--wide .property__price {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    text-shadow: 0 0 8px #414141
}

.body .property--wide .property__more {
    width: 100%;
    text-shadow: 0 0 8px #414141
}

.body .property--wide .property__more a {
    font-size: 13px;
    color: #fff
}

.body .property__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 83.8%;
    margin-bottom: 30px;
    overflow: hidden
}

.body .property__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in,-webkit-transform .3s ease-in
}

.body .property__title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f1f1f
}

.body .property__desc {
    width: 100%;
    font-weight: 500
}

.body .property__desc svg {
    vertical-align: middle
}

.body .property__desc a {
    color: #40a629;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.body .property__desc a:hover {
    color: #414141
}

.body .property__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 70px;
    margin-bottom: 44px;
    color: #414141
}

.body .property__img_fix {
    padding-top: 0!important;
    height: auto
}

.body .property__img_fix img {
    position: static
}
#anc {
    padding: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
    #anc {
        padding: 30px 0 0 0;
    }
}
@media only screen and (max-width: 1024px) {
    .body .review--decorative .review__content,.body .review--decorative .review__media {
        width: 100%;
        padding: 40px
    }

    .body .review--decorative .review__media {
        display: none
    }

    .body .review--no-image .review__content {
        margin-bottom: 0
    }

    .body .review--no-image .review__part {
        width: 100%;
        padding-right: 0
    }

    .body .review--no-image .review__part:last-child {
        width: 100%
    }

    .body .review--no-image .review__quote {
        padding-left: 40px
    }

    .body .review--no-image .review__decor {
        left: 0
    }

    .body .review__content {
        width: 100%;
        margin-bottom: 25px;
        padding-top: 0
    }

    .body .review__content:last-child {
        margin-bottom: 0
    }

    .body .review__media {
        width: 100%;
        height: 0;
        padding-top: 58.3%
    }

    .body .review__title {
        margin-bottom: 17px
    }

    .body .review_rating {
        display: none
    }

    .body .review__quote-body p {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical
    }

    .body .review__quote-footer .btn {
        margin-top: 15px
    }
    .body .properties_group_l .property__img,.body .properties_group_s .property__img {
        padding-top: 56.5%
    }

    .body .properties_grid {
        grid-template-columns: repeat(6,1fr)
    }

    .body .properties_grid .property--row .property__img {
        padding-top: 30%
    }

    .body .properties_grid .properties_group_l,.body .properties_grid .properties_group_s,.body .properties_grid .property--wide,.body .properties_grid .property-two-items {
        grid-column-start: span 6
    }

    .body .properties_grid_four-items .property--border {
        grid-column-start: span 3
    }

    .body .properties_grid.properties_grid--wrapp .property-grid__content,.body .properties_grid.properties_grid--wrapp .property-grid__slide-content {
        width: 50%
    }
}
@media only screen and (max-width: 650px) {
    .body .reason_slide {
        width: 100%
    }

    .body .properties_grids {
        overflow: hidden
    }

    .body .properties_grids .swiper-slide {
        height: auto
    }

    .body .properties_grids .content-card {
        padding: 15px 40px
    }

    .body .properties_group_l .property__img.property__img--flatt {
        padding-top: 56.5%
    }

    .body .properties_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: unset
    }

    .body .properties_grid .property--row .property__img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding-top: 70%
    }

    .body .properties_grid .property--row .property__content {
        width: 100%
    }

    .body .properties_grid .property:not(.property--border):after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(64%,transparent),to(rgba(0,0,0,.9)));
        background: -webkit-linear-gradient(top,transparent 64%,rgba(0,0,0,.9));
        background: -o-linear-gradient(top,transparent 64%,rgba(0,0,0,.9) 100%);
        background: linear-gradient(180deg,transparent 64%,rgba(0,0,0,.9))
    }

    .body .properties_grid .property:not(.property--border) .property__img {
        margin-bottom: 0
    }

    .body .properties_grid .property:not(.property--border) .property__content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        width: 100%;
        height: 100%;
        padding: 20px 15px;
        padding-right: 100px
    }

    .body .properties_grid .property:not(.property--border) .property__title {
        color: #fff;
        text-shadow: 0 0 8px #414141
    }

    .body .properties_grid .property:not(.property--border) .property__desc {
        color: hsla(0,0%,100%,.8);
        text-shadow: 0 0 8px #414141;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .body .properties_grid.properties_grid--wrapp .property__desc {
        font-size: 13px
    }

    .body .series-slider__inner .swiper-slide {
        width: 25%
    }
}
.input-group {
    display: flex;
    gap: 30px;
    align-items: center;
}