/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger--3dx .hamburger-box,
.hamburger--3dx-r .hamburger-box,
.hamburger--3dxy .hamburger-box,
.hamburger--3dxy-r .hamburger-box,
.hamburger--3dy .hamburger-box,
.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.nice-select,
.nice-select .list {
    box-sizing: border-box;
    background-color: #fff
}

body,
main {
    overflow-x: hidden
}

.wrapper.ui-wrapper,
img {
    max-width: 100%
}

.logo--column,
body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.check-block label a,
.slideb .text a:hover {
    text-decoration: underline
}

.feets-e .text p,
.feets-e .text strong,
.slideb .text a,
.slideb .text p {
    font-family: 'Open Sans', sans-serif
}

#ui-menu ul a,
.c-btn,
.nice-select,
.primery-btn {
    white-space: nowrap
}

.footer__col ul li a,
.ostyle a,
a,
button {
    text-decoration: none
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.nice-select,
.nice-select .option {
    font-weight: 400;
    cursor: pointer;
    outline: 0
}

.bslider,
.hamburger--emphatic,
.hamburger--emphatic-r,
.swiper-container {
    overflow: hidden
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::afeets-er,
.hamburger.is-active .hamburger-inner::before {
    background-color: #000
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.app-links li a,
.nav-btn span,
.nice-select,
.no-csspointerevents .nice-select.open .list,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
section.ostyle {
    display: block
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::afeets-er,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger--3dx .hamburger-inner,
.hamburger--3dx-r .hamburger-inner,
.hamburger--3dxy .hamburger-inner,
.hamburger--3dxy-r .hamburger-inner,
.hamburger--3dy .hamburger-inner,
.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger-inner::afeets-er,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::afeets-er {
    bottom: -10px
}

.hamburger--3dx .hamburger-inner::afeets-er,
.hamburger--3dx .hamburger-inner::before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-inner::afeets-er,
.hamburger--3dx-r .hamburger-inner::before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-inner::afeets-er,
.hamburger--3dy .hamburger-inner::before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-inner::afeets-er,
.hamburger--3dy-r .hamburger-inner::before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-inner::afeets-er,
.hamburger--3dxy .hamburger-inner::before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse .hamburger-inner,
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    bottom: 0
}

.hamburger--3dxy-r .hamburger-inner::afeets-er,
.hamburger--3dxy-r .hamburger-inner::before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner,
.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::afeets-er {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::afeets-er {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
    transition: top .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::afeets-er {
    transition: bottom .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
    transition: top .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
    transition: bottom .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::afeets-er {
    transition: bottom .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
    transition: top .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
    transition: bottom .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::afeets-er {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::afeets-er {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::afeets-er,
.hamburger--boring .hamburger-inner::before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner::afeets-er {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::afeets-er {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--elastic .hamburger-inner,
.hamburger--elastic-r .hamburger-inner {
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    top: 2px
}

.hamburger--collapse-r .hamburger-inner::afeets-er {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::afeets-er {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 125ms 275ms
}

.hamburger--elastic .hamburger-inner::afeets-er {
    top: 20px;
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms
}

.hamburger--emphatic .hamburger-inner,
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 125ms ease-in 175ms
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 125ms 275ms
}

.hamburger--elastic-r .hamburger-inner::afeets-er {
    top: 20px;
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 75ms
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms
}

.hamburger--emphatic .hamburger-inner::afeets-er {
    top: 10px;
    right: 0;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms
}

.hamburger--emphatic.is-active .hamburger-inner::afeets-er {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms
}

.hamburger--spin .hamburger-inner,
.hamburger--spin-r .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms
}

.hamburger--emphatic-r .hamburger-inner::afeets-er {
    top: 10px;
    right: 0;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms
}

.hamburger--emphatic-r.is-active .hamburger-inner::afeets-er {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms
}

.hamburger--minus .hamburger-inner::afeets-er,
.hamburger--minus .hamburger-inner::before {
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity linear
}

.hamburger--slider .hamburger-inner::before,
.hamburger--slider-r .hamburger-inner::before {
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--minus.is-active .hamburger-inner::afeets-er,
.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s linear 80ms
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::afeets-er {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner::before {
    top: 10px
}

.hamburger--slider .hamburger-inner::afeets-er {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px
}

.hamburger--slider-r .hamburger-inner::afeets-er {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::afeets-er {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner::before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::afeets-er {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::afeets-er {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin-r.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::afeets-er {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::afeets-er {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner,
.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--spring-r .hamburger-inner::afeets-er {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity linear
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::afeets-er {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.hamburger--stand .hamburger-inner::before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::afeets-er {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1), background-color 0s linear .15s
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::afeets-er {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1), background-color 0s linear .15s
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 75ms .12s, opacity 75ms
}

.hamburger--squeeze .hamburger-inner::afeets-er {
    transition: bottom 75ms .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 75ms, opacity 75ms .12s
}

.hamburger--squeeze.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::afeets-er,
.hamburger--vortex .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::afeets-er {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::afeets-er,
.hamburger--vortex.is-active .hamburger-inner::before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::afeets-er,
.hamburger--vortex-r .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::afeets-er {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::afeets-er,
.hamburger--vortex-r.is-active .hamburger-inner::before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::afeets-er {
    bottom: 0;
    transform: rotate(-90deg)
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    clear: both;
    float: left;
    font-family: inherit;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto
}

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:afeets-er {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 5px
}

.nice-select.open:afeets-er {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:afeets-er {
    border-color: #ccc
}

.n-select .list,
.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:afeets-er {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    margin-top: 4px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

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

.display-none,
.no-csspointerevents .nice-select .list {
    display: none
}

.api-error,
.form-error {
    color: #ff1f1f;
    font-weight: 600
}

.form-loader {
    font-weight: 600
}

.fines-result-error {
    margin: 10px
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: .2s;
    transition: .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

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

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

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

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

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

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

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

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

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

.swiper-slide {
    flex-shrink: 0;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

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

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

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

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

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

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

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

.swiper-pagination-clickable .swiper-pagination-bullet,
a,
button {
    cursor: pointer
}

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

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

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

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

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

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

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

.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    z-index: 10
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

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

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

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

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

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

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

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.input,
.input-wrap label,
.n-select,
body,
button,
textarea {
    font-family: Roboto, sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:afeets-er,
blockquote:before,
q:afeets-er,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    outline: 0
}

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

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

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

a,
button {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    background: 0 0
}

textarea {
    resize: vertical
}

input,
textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1f
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: Roboto, sans-serif;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    font-family: Roboto, sans-serif;
    opacity: 1
}

body {
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1f;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper {
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.wrapper--xs {
    max-width: 990px
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.check-block .checkbox .checkbox-mask,
.primery-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

img {
    display: block
}

.check-block,
.m-header-top ul,
.result-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.check-block .checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    margin-right: 14px;
    padding: 0
}

.feets-e .ic,
.slideb .ic {
    width: 60px;
    min-width: 60px;
    height: 60px
}

.check-block .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.check-block .checkbox .checkbox-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .5px solid #479e70;
    border-radius: 4px
}

.check-block .checkbox .checkbox-mask img {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.check-block .checkbox input:checked~.checkbox-mask {
    background-color: #479e70;
    border-color: #479e70
}

.check-block .checkbox input:checked~.checkbox-mask img {
    opacity: 1
}

.check-block label {
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    color: #1f2429
}

.check-block label a {
    color: #1f2429
}

.primery-btn {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 21px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    background: #479e70;
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.feets-e,
.logo,
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.submit-row .check-block {
    margin-top: 7px
}

.m-header {
    background: #fff;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .2)
}

.m-header-top {
    padding-top: 16px;
    padding-bottom: 15px;
    background: #479e70
}

.m-header-top ul li:not(:last-child) {
    margin-right: 24px
}

.m-header-top ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.m-header-content {
    padding-top: 22px;
    padding-bottom: 23px
}

.feets-e,
.logo {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo .text {
    margin-left: 24px;
    max-width: 400px
}

.logo .text strong {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #1f2429;
    margin-bottom: 8px
}

.contacts-box span,
.logo .text span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-weight: 400
}

.logo .text span {
    color: grey
}

.mfooter {
    background: #eff0f0;
    padding-top: 15px;
    padding-bottom: 15px
}

.mfooter>.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo--column {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.logo--column img {
    width: 72px;
    height: 80px
}

.logo--column .text {
    margin-left: 0;
    margin-top: 24px
}

.footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px
}

.footer-menu li:not(:last-child) {
    margin-bottom: 6px
}

.footer-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1f2429
}

.contacts-box,
.m_b4,
.result-list {
    margin-bottom: 40px
}

.s-title,
.ui-box-title {
    margin-bottom: 32px;
    line-height: 120%
}

.contacts-box span {
    color: #1f2429;
    margin-bottom: 8px
}

.contacts-box a {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #1f2429
}

.app-links .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1f2429;
    margin-bottom: 41px
}

.app-links li:not(:last-child),
.result-list li:not(:last-child) {
    margin-bottom: 12px
}

.app-links {
    max-width: 390px
}

.ui-content {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 256px 1fr;
    gap: 24px 24px
}

#ui-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 24px
}

#ui-menu ul li:not(:last-child) {
    margin-bottom: 20px
}

#ui-menu ul a {
    display: block
}

.ui-sidebar {
    padding-top: 40px
}

.ui-box {
    padding: 40px 0;
    border-bottom: 1px solid #333;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 24px
}

.bases,
.feets {
    padding-top: 60px;
    padding-bottom: 60px
}

.ui-box-title {
    font-size: 24px;
    font-weight: 700
}

.feets {
    background: #f4f4f4
}

.feets-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px
}

.feets-e .ic {
    margin-right: 16px
}

.feets-e .text strong {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #32303f;
    margin-bottom: 8px
}

.feets-e .text p {
    font-size: 14px;
    line-height: 120%;
    color: #333
}

.s-title {
    font-weight: 700;
    font-size: 32px;
    color: #1f2429
}

.input-wrap label,
.n-select {
    font-size: 16px;
    color: #a0a4a7
}

.bslider-container,
.input-wrap {
    position: relative
}

.nav {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #babcbd;
    z-index: 5
}

.nav.prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nav.next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

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

.slideb {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px
}

.slideb .ic {
    margin-right: 20px
}

.slideb .text a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #479e70;
    margin-bottom: 8px
}

.quq-links li:not(:last-child),
.result-list>span {
    margin-bottom: 16px
}

.slideb .text p {
    font-size: 14px;
    line-height: 120%;
    color: #1f2429
}

.main-section {
    padding-top: 54px;
    padding-bottom: 60px
}

.form-temolate {
    display: grid;
    grid-template-columns: 1fr 698px;
    grid-column-gap: 30px
}

.form-temolate .title-col .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #1f2429
}

.form-temolate .quq-links {
    margin-top: 48px
}

.input-row-container+.input-row-container,
.input-row-container+.input-wrap,
.input-wrap+.input-row-container,
.input-wrap+.input-wrap,
.n-select,
.submit-row {
    margin-top: 24px
}

.form-temolate .title-col .subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #479e70;
    margin-top: 8px
}

.quq-links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #479e70
}

.input,
.n-select {
    width: 100%;
    height: 50px;
    display: block;
    background: 0 0;
    border: 1px solid #a0a4a7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 16px;
    font-weight: 500
}

.b-container,
.b-wrapper {
    background-color: inherit
}

.input::-webkit-input-placeholder,
.n-select::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #a0a4a7
}

.input::-moz-placeholder,
.n-select::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #a0a4a7
}

.input:-ms-input-placeholder,
.n-select:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #a0a4a7
}

.input::-ms-input-placeholder,
.n-select::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #a0a4a7
}

.input::placeholder,
.n-select::placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #a0a4a7
}

.input-wrap label {
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    top: 19px;
    left: 16px;
    background-color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.input-wrap input {
    position: relative;
    z-index: 1
}

.input-wrap.focused label {
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0c9644;
    z-index: 2;
    font-size: 9px;
    line-height: 9px
}

.input-row .n-select,
.input-row--t2 .input-wrap+.input-wrap {
    margin-top: 0
}

.input-row-container .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1f2429;
    margin-bottom: 8px
}

.input-row {
    display: grid;
    grid-template-columns: 124px 1fr 124px;
    grid-column-gap: 14px
}

.n-select {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.n-select:hover {
    border: 1px solid #0c9644
}

.n-select:afeets-er {
    border-color: #0c9644;
    border-width: 1px;
    height: 9px;
    width: 9px;
    right: 20px
}

.n-select .list li,
.n-select.selected {
    color: #0e1521
}

.input-wrap small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #a0a4a7;
    margin-top: 8px
}

.list {
    max-height: 300px;
    overflow-y: auto
}

.input-row--t2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px
}

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

.note,
.result-list>span {
    display: block;
    font-size: 18px
}

.note {
    margin-bottom: 10px;
    line-height: 150%;
    color: #60616a
}

.result-list>span {
    font-weight: 800;
    line-height: 105.6%;
    color: #323134
}

.result-list li span {
    font-weight: 500;
    font-size: 18px;
    line-height: 105.6%;
    color: #60616a;
    margin-top: 3px
}

.result-list li img {
    margin-right: 12px
}

.check-block--row {
    margin-top: 26px
}

.check-block--row label {
    max-width: 592px
}

@media (max-width:1340px) {
    .nav.prev {
        left: 10px
    }
    .nav.next {
        right: 10px
    }
    .form-temolate .title-col .title {
        font-weight: 700;
        font-size: 30px;
        line-height: 36px
    }
    .form-temolate .quq-links {
        margin-top: 25px
    }
    .quq-links li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #479e70
    }
    .quq-links li:not(:last-child) {
        margin-bottom: 8px
    }
    .mfooter {
        background-image: none
    }
}

@media (max-width:980px) {
    .mfooter>.wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .app-links {
        max-width: 100%;
        width: 100%
    }
    .footer-navigation {
        margin-bottom: 40px;
        margin-top: 40px
    }
    .mfooter {
        padding-bottom: 10px
    }
    .form-temolate {
        grid-template-columns: 1fr 560px
    }
}

@media (max-width:840px) {
    .form-temolate {
        grid-template-columns: 1fr 460px
    }
}

@media (max-width:768px) {
    .feets-e .ic,
    .m-header-top ul li:not(:last-child) {
        margin-right: 12px
    }
    .feets-list,
    .form-temolate {
        grid-template-columns: 100%
    }
    .form-temolate .title-col {
        margin-bottom: 30px
    }
    .logo img {
        width: 60px;
        height: 60px
    }
    .logo .text strong {
        font-size: 20px;
        line-height: 20px
    }
    .logo .text {
        margin-left: 10px
    }
    .m-header-top ul li a {
        font-size: 12px
    }
    .main-section {
        padding-top: 30px;
        padding-bottom: 40px
    }
    .form-temolate .title-col .title {
        font-size: 26px
    }
    .bases,
    .feets {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .feets-e .ic {
        width: 40px;
        height: 40px;
        min-width: 40px
    }
    .feets-e .text strong {
        font-size: 16px
    }
    .feets-list {
        grid-row-gap: 30px
    }
    .primery-btn {
        font-size: 24px
    }
    .submit-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .submit-row .check-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px
    }
    .s-title {
        font-size: 25px;
        margin-bottom: 26px
    }
    .logo--column .text {
        margin-left: 0
    }
    .slideb {
        padding: 15px
    }
    .slideb .ic {
        margin-right: 15px
    }
}

@media (max-width:577px) {
    .input-row--t2 {
        grid-template-columns: 100%;
        grid-row-gap: 24px
    }
    .footer-menu li a {
        font-size: 14px
    }
    .app-links .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px
    }
    .contacts-box a {
        font-size: 22px;
        line-height: 30px
    }
    .input-row {
        display: grid;
        grid-template-columns: 100px 1fr 100px
    }
    .primery-btn,
    .submit-row .primery-btn {
        width: 100%
    }
    .input,
    .n-select {
        padding: 0 10px;
        font-size: 14px
    }
    .input-wrap label {
        left: 10px;
        font-size: 14px
    }
}

@media (max-width:340px) {
    .m-header-top ul li:not(:last-child) {
        margin-right: 6px
    }
    .m-header-top ul li a {
        font-size: 12px
    }
}

.b-wrapper {
    position: relative;
    max-width: 1160px;
    min-width: 320px;
    margin: 0 auto;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 0 20px
}

.footer__top,
.m_t4 {
    margin-top: 40px
}

.clearfix:before {
    content: "";
    display: table
}

.bcrumb {
    color: #959595
}

.c-btn {
    max-width: 100%;
    display: inline-block;
    font-size: .875em;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    transition: .3s;
    text-align: center;
    box-sizing: border-box
}

.c-btn--size3.c-btn {
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    text-transform: none
}

.bcrumb .c-btn {
    margin-right: 1em;
    float: left
}

.c-btn--green {
    color: #fff !important;
    background: #1994aa
}

.bcrumb__holder {
    padding: .4em 0;
    overflow: hidden
}

.clearfix:afeets-er {
    content: "";
    display: table;
    clear: both
}

.ostyle a {
    color: #03a06c
}

.ostyle h1 {
    margin: 30px 0;
    font-size: 1.75em;
    font-weight: 600
}

.footer__col ul,
.ostyle li,
.ostyle ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.b-detail>.listing,
.b-detail>h1 {
    max-width: 65.88078%
}

.b-detail_right {
    width: 31.76157%;
    max-width: 100%;
    float: right
}

.listing ul>li {
    position: relative;
    margin-top: 23px;
    margin-bottom: 23px;
    padding-left: 32px
}

.listing ul>li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .6em;
    width: 16px;
    height: 2px;
    background-color: #40ce73
}

.t-gray-italic {
    font-style: italic;
    font-size: .875em;
    opacity: .5
}

.t-gray-italic a {
    color: inherit
}

.c-btn.i-btn--back:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2020%22%3E%20%20%3Cg%3E%20%20%20%20%3Cpath%20id%3D%22Rectangle_8_copy_2%22%20data-name%3D%22Rectangle%208%20copy%202%22%20style%3D%22stroke%3A%20%23fff%3B%20stroke-width%3A%204px%3B%20fill%3A%20none%3B%22%20d%3D%22M9.565%2C19L1%2C10l8.566-9%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    content: '';
    width: 8px;
    height: 12px;
    margin-left: -12px;
    margin-right: 8px;
    margin-bottom: -2px;
    display: inline-block
}

@media (max-width:960px) {
    .b-detail_right {
        width: 100%;
        float: none
    }
    .b-detail>.listing {
        max-width: 100% !important;
        float: none
    }
    .c-btn--size3.c-btn {
        font-size: .875em
    }
    .bcrumb .c-btn {
        margin-right: 0;
        margin-bottom: 1em;
        padding: 0 30px;
        float: none;
        width: auto !important
    }
}

@media (max-width:640px) {
    .m-hidden {
        display: none
    }
}

.footer__col ul,
.footer__col ul li,
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.logo img {
    max-width: 60px
}

.footer__top {
    margin-bottom: 40px;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%
}

.w348 {
    max-width: 348px;
    width: 100%
}

.footer__col ul {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 92px
}

.footer__col ul,
.footer__col ul li {
    display: flex
}

.footer__col ul li {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.footer__col ul li a,
.footer__col._phone span {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -.04em;
    color: #333
}

.footer__col._phone {
    max-width: 277px
}

.footer__col._phone p {
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    color: #333
}

.footer__bottom {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    padding: 40px 0
}

.mrg-top10p {
	margin-top: 20px;
}
.links {
	margin-top: 5px;
}
.links a{
	color: #1f2429;
    font-size: 11px;
}

@media (max-width:768px) {
    .footer__col ul,
    .footer__col._phone,
    .footer__col._phone span {
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .footer__col ul,
    .footer__top {
        -webkit-box-direction: normal
    }
    .footer__top {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 290px;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 15px auto
    }
    .footer .logo-footer {
        margin-bottom: 14px
    }
    .footer__col {
        width: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: 0
    }
    .footer__col ul {
        width: auto;
        display: flex;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        align-items: center
    }
    .footer__col ul li {
        margin: 0
    }
    .footer__col ul li a {
        font-size: 14px;
        line-height: 20px
    }
    .footer__col._phone {
        margin-right: -15px;
        margin-left: -15px;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 16px;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }
    .footer__col._phone,
    .footer__col._phone span {
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: wrap
    }
    .footer__bottom {
        font-size: 10px;
        line-height: 16px;
        padding: 20px 0;
        text-align: center
    }
    .logo {
        margin-bottom: 23px
    }
}