.custom-scroll_container {
    overflow: hidden!important;
    position: relative
}

.custom-scroll_inner {
    overflow: scroll;
    height: 100%;
    -ms-overflow-style: none
}

.custom-scroll_inner::-webkit-scrollbar {
    width: 0;
    height: 0
}

.custom-scroll_bar-x,
.custom-scroll_bar-y {
    cursor: default;
    position: absolute;
    border-radius: 6px;
    background-color: #d8d8d8;
    z-index: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: opacity .2s
}

.custom-scroll_bar-y {
    top: 0;
    right: 1px;
    width: 8px
}

.custom-scroll_bar-x {
    left: 0;
    bottom: 1px;
    height: 8px
}

.custom-scroll_bar-x:hover,
.custom-scroll_bar-y:hover {
    opacity: .7
}

.custom-scroll_bar-x:active,
.custom-scroll_bar-y:active {
    opacity: 1
}

.custom-scroll_hidden-x>.custom-scroll_bar-x,
.custom-scroll_hidden-y>.custom-scroll_bar-y {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility step-end .3s
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body,
html {
    height: 100%
}

body {
    min-width: 320px;
    overflow-y: scroll;
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

body.touch.is-iOS,
body.touch.is-iOS * {
    cursor: pointer
}

.wrapper {
    overflow: hidden
}

.svg-arrow-icon {
    width: 7px;
    height: 11px
}

.svg-arrow-efficiency-icon {
    width: 26px;
    height: 15px
}

.svg-arrow-slider-icon {
    width: 10.7px;
    height: 18.9px
}

.svg-arrow-thin-icon {
    width: 8px;
    height: 9px
}

.svg-basket-icon {
    width: 17px;
    height: 12px
}

.svg-check-icon {
    width: 24px;
    height: 24px
}

.svg-compSlider-arrows-icon {
    width: 34.9px;
    height: 20.91px
}

.svg-cookies-icon {
    width: 37px;
    height: 37px
}

.svg-facebook-icon {
    width: 33px;
    height: 33px
}

.svg-fb-icon {
    width: 29px;
    height: 28px
}

.svg-flower-icon {
    width: 807.5px;
    height: 1024.8px
}

.svg-gp-icon {
    width: 29px;
    height: 28px
}

.svg-label-country-icon {
    width: 12px;
    height: 12px
}

.svg-li-icon {
    width: 29px;
    height: 28px
}

.svg-line-efficiency-icon {
    width: 26px;
    height: 2px
}

.svg-linkedin-icon {
    width: 33px;
    height: 33px
}

.svg-loading-icon {
    width: 19px;
    height: 19px
}

.svg-no-results-icon {
    width: 89px;
    height: 89px
}

.svg-play-icon {
    width: 25px;
    height: 25px
}

.svg-tw-icon {
    width: 29px;
    height: 28px
}

.svg-you-tube-icon {
    width: 33px;
    height: 33px
}

.button,
.button.white:hover {
    color: #fff;
    background: #0049bc
}

.button {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #0049bc;
    line-height: 1.1;
    -webkit-transition: color .15s, background .15s, border .15s;
    transition: color .15s, background .15s, border .15s;
    padding: 16px 26px 14px;
    text-align: center
}

@media (min-width:1920px) {
    .button {
        font-size: 1.4rem
    }
}

.button:hover {
    color: #0049bc;
    background: #fff
}

.button.old {
    -webkit-border-radius: 0;
    border-radius: 0
}

.button.white {
    border: 1px solid;
    background: #fff;
    color: #0049bc
}

.button.white:hover {
    border-color: #0049bc
}

.button.wide {
    padding: 16px 56px 14px
}

.button.full {
    width: 100%;
    text-align: center
}

.button.video {
    padding-left: 65px;
    padding-right: 50px;
    position: relative
}

.button.video:hover>svg {
    fill: #0049bc!important
}

.button.video>svg {
    top: 10px;
    left: 10px;
    position: absolute;
    fill: #fff!important
}

body:not(.no-script) .fade-in,
body:not(.no-script) .parallax {
    overflow: hidden
}

.fade-in {
    overflow: hidden
}

.fade-in__item {
    position: relative;
    opacity: 0
}

.fade-in__item.left-right {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.fade-in__item.bottom-top {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.fade-in.is-active .fade-in__item {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.link,
a {
    text-decoration: none;
    -webkit-transition: color .15s;
    transition: color .15s;
    color: #0049bc
}

.link:hover,
a:hover {
    color: #000
}

.link.has-border,
a.has-border {
    border-bottom: 1px solid
}

.about-block__more a,
.link.white,
a.white {
    color: #fff
}

.link.white:hover,
a.white:hover {
    color: rgba(255, 255, 255, .7)
}

.pseudo.has-border {
    border-bottom-style: dashed
}

.parallax,
body.is-show-popup {
    overflow: hidden
}

.parallax__item {
    -webkit-transition: top .15s;
    transition: top .15s
}

.about-block {
    background-color: #0049bc;
    position: relative
}

.about-block:after,
.about-block__images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.about-block:after {
    content: "";
    opacity: .8;
    background-color: #0049bc;
    z-index: 10
}

.about-block__images {
    z-index: 5
}

.about-block__image {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media (min-width:1440px) {
    .about-block__image {
        height: 575px
    }
}

@media (min-width:1920px) {
    .about-block__image {
        height: 760px
    }
}

.about-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 480px;
    padding-bottom: 22px;
    position: relative;
    z-index: 15
}

@media (min-width:768px) {
    .about-block__inner {
        padding: 12px 0 0
    }
}

@media (min-width:1440px) {
    .about-block__inner {
        height: 575px;
        padding: 0 0 23px
    }
}

@media (min-width:1920px) {
    .about-block__inner {
        height: 760px;
        padding: 0 0 6px
    }
}

.about-block__content {
    max-width: 380px;
    text-align: center;
    color: #fff
}

@media (min-width:1920px) {
    .about-block__content {
        max-width: 440px
    }
}

.about-block__title {
    margin: 0
}

.about-block__text {
    font-weight: 300;
    margin: 19px 0 0
}

@media (min-width:768px) {
    .about-block__text {
        margin: 25px 0 0
    }
}

@media (min-width:1440px) {
    .about-block__text {
        margin: 22px 0 0
    }
}

@media (min-width:1920px) {
    .about-block__text {
        margin: 30px 0 0
    }
}

.about-block__more {
    margin: 32px 0 0
}

@media (min-width:768px) {
    .about-block__more {
        margin: 30px 0 0
    }
}

@media (min-width:1440px) {
    .about-block__more {
        margin: 38px 0 0
    }
}

@media (min-width:1920px) {
    .about-block__more {
        margin: 46px 0 0
    }
}

@media (max-width:767px) {
    .product-preview__title {
        margin: 0 auto 15px;
        text-align: left;
        max-width: 500px
    }
    .filter-properties {
        max-width: 500px;
        justify-content: left;
        margin: 0, auto;
    }
    .about-block__more .lear-more {
        letter-spacing: 1.7px
    }
}

.about-block__dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    z-index: 15
}

@media (min-width:768px) {
    .about-block__dots {
        bottom: 40px
    }
}

@media (min-width:1024px) {
    .about-block__dots {
        bottom: 48px
    }
}

@media (min-width:1440px) {
    .about-block__dots {
        bottom: 57px
    }
}

.about-block__dots-inner ul {
    padding: 0;
    list-style: none;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-block__dots-inner ul li,
.basic-banner__dots ul li,
.main-slider__dots-inner ul li {
    margin: 0;
    padding: 0 10px;
    line-height: 10px
}

.about-block__dots-inner ul li button,
.basic-banner__dots ul li button,
.main-slider__dots-inner ul li button,
.slider__dots-inner ul li button {
    width: 11px;
    height: 11px;
    padding: 0;
    text-indent: -9999px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: background .15s;
    transition: background .15s
}

.about-block__dots-inner ul li button:hover {
    background: #fff
}

.about-block__dots-inner ul li.slick-active button {
    background: #fff;
    cursor: default
}

.address__top {
    min-height: 155px;
    padding: 50px 0 55px;
    background-position: 0 25%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: relative
}

@media (min-width:768px) {
    .address__top {
        padding: 55px 0
    }
}

@media (min-width:1024px) {
    .address__top {
        padding: 90px 0 95px
    }
}

@media (min-width:1440px) {
    .address__top {
        padding: 140px 0
    }
}

@media (min-width:1920px) {
    .address__top {
        padding: 190px 0 215px
    }
}

.address__top:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 73, 188, .9)
}

.address__top-inner {
    position: relative;
    z-index: 1
}

.address__title {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .address__title {
        margin-bottom: 30px
    }
}

.address__title_head {
    margin: 0 0 60px;
    text-align: center
}

@media (min-width:768px) {
    .address__title_head {
        margin: 0 0 90px
    }
}

@media (min-width:1024px) {
    .address__title_head {
        margin: 0 0 95px
    }
}

@media (min-width:1440px) {
    .address__title_head {
        margin: 0 0 80px
    }
}

@media (min-width:1920px) {
    .address__title_head {
        margin: 0 0 75px
    }
}

.address__filter {
    position: relative;
    height: 44px;
    margin: 0 25px
}

.address__list {
    padding-top: 25px
}

@media (min-width:768px) {
    .address__list {
        padding-top: 80px
    }
}

@media (min-width:1440px) {
    .address__list {
        padding-top: 85px;
        padding-bottom: 35px
    }
}

@media (min-width:1920px) {
    .address__list {
        padding-top: 135px
    }
}

.address__list_head {
    padding-top: 50px;
    padding-bottom: 15px;
    background-color: #f5f9ff
}

@media (min-width:768px) {
    .address__list_head {
        padding-top: 70px
    }
}

@media (min-width:1024px) {
    .address__list_head {
        padding-top: 85px
    }
}

@media (min-width:1440px) {
    .address__list_head {
        padding-top: 95px;
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    .address-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
    .address-list_head {
        display: block
    }
    .address-list_head .address-list__item {
        width: auto
    }
    .address-list_head .address-list-item {
        padding: 0
    }
    .address-list_head .address-list-item__section b,
    .address-list_head .address-list-item__section>a {
        padding-right: 40px;
        margin-bottom: 8px;
        display: inline-block
    }
}

@media (min-width:1440px) {
    .address-list_head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .address-list_head .address-list__item {
        width: 33.333333333333336%
    }
    .address-list_head .address-list-item {
        padding: 0 35px
    }
    .address-list_head .address-list-item__section>a {
        display: block
    }
}

.address-list__item {
    margin-bottom: 50px
}

@media (min-width:768px) {
    .address-list__item {
        width: 50%;
        margin-bottom: 80px
    }
}

@media (min-width:1440px) {
    .address-list__item {
        width: 33.333333333333336%
    }
}

@media (min-width:768px) {
    .address-list-item {
        padding: 0 15px
    }
}

@media (min-width:1440px) {
    .address-list-item {
        padding: 0 25px
    }
}

.address-list-item__title {
    font-size: 1.9rem;
    line-height: 1.26;
    font-weight: 800;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .address-list-item__title {
        font-size: 2.2rem;
        line-height: 1.18
    }
}

@media (min-width:1920px) {
    .address-list-item__title {
        font-size: 2.4rem;
        line-height: 1.12
    }
}

.address-list-item__section {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 20px
}

@media (min-width:1920px) {
    .address-list-item__section {
        font-size: 2.1rem
    }
}

.address-list-item__section:last-child {
    margin-bottom: 0
}

.address-list-item__section>a {
    display: block;
    font-weight: 700;
    color: #004abd
}

.address-list-item__section>a:hover {
    color: #000
}

.address-list-item__section>b {
    font-weight: 600
}

.answers {
    padding: 50px 38px 15px;
    position: relative;
    color: #fff
}

@media (min-width:768px) {
    .answers {
        padding: 90px 0 75px
    }
}

@media (min-width:1024px) {
    .answers {
        padding: 95px 0 80px
    }
}

@media (min-width:1920px) {
    .answers {
        padding: 95px 0 85px
    }
}

.answers:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-color: #0049bc;
    z-index: 1
}

.answers_revert {
    color: #000;
    border-bottom: 1px solid #dfe2e7;
    border-top: 1px solid #dfe2e7
}

.answers_revert:after {
    display: none
}

.answers__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.answers__inner {
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .answers__inner {
        margin: 0 auto;
        max-width: 480px
    }
}

@media (min-width:1024px) {
    .answers__inner {
        max-width: 700px
    }
}

@media (min-width:1920px) {
    .answers__inner {
        max-width: 1100px
    }
}

.answers__head {
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    margin: 0
}

@media (min-width:768px) {
    .answers__head {
        font-size: 2.2rem
    }
}

@media (min-width:1440px) {
    .answers__head {
        font-size: 2.8rem
    }
}

@media (min-width:1920px) {
    .answers__head {
        font-size: 3.4rem
    }
}

.answers__items {
    margin-top: 40px
}

@media (min-width:768px) {
    .answers__items {
        margin-top: 70px
    }
}

@media (min-width:1024px) {
    .answers__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 90px
    }
}

.answers__item {
    margin-bottom: 40px
}

@media (min-width:1024px) {
    .answers__item {
        width: 45%;
        margin-bottom: 45px
    }
}

.answers__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.38;
    margin-bottom: 22px
}

@media (min-width:1024px) {
    .answers__title {
        font-size: 1.7rem;
        margin-bottom: 18px
    }
}

@media (min-width:1920px) {
    .answers__title {
        font-size: 2.6rem;
        margin-bottom: 12px
    }
}

.answers__text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1440px) {
    .answers__text {
        font-size: 1.7rem;
        line-height: 1.76
    }
}

@media (min-width:1920px) {
    .answers__text {
        font-size: 2.1rem;
        line-height: 1.52
    }
}

.banner {
    overflow: hidden;
    position: relative;
    background: #0049bc
}

.banner__image {
    background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 205px
}

@media (min-width:768px) {
    .banner__image {
        height: 480px
    }
}

@media (min-width:1024px) {
    .banner__image {
        position: absolute;
        top: 0;
        height: 100%;
        right: 0;
        left: 50%;
        overflow: hidden
    }
}

@media (min-width:1280px) {
    .banner__image {
        left: -webkit-calc(50vw - 34.3%/2);
        left: calc(50vw - 34.3%/2)
    }
}

@media (min-width:1920px) {
    .banner__image {
        left: -webkit-calc(50vw - 35.5%/2);
        left: calc(50vw - 35.5%/2)
    }
}

.banner__image {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.banner__video {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 56.25%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%
}

.banner__video iframe,
.banner__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.banner__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:1024px) {
    .banner__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1920px) {
    .banner__inner {
        padding: 0 20px 0 90px
    }
}

.banner__content {
    padding: 30px 0 35px;
    background: #0049bc;
    color: #fff;
    position: relative;
    min-height: 182px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .banner__content {
        padding: 0 70px 0 0;
        min-height: 382px
    }
}

@media (min-width:1024px) {
    .banner__content {
        width: 50%;
        padding: 38px 57px 38px 0;
        min-height: 480px
    }
    .banner__content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        left: -9999px;
        background: #0049bc
    }
}

@media (min-width:1280px) {
    .banner__content {
        width: 34.3%;
        padding: 79px 61px 79px 0;
        min-height: 575px
    }
}

@media (min-width:1920px) {
    .banner__content {
        width: 35.5%;
        padding: 108px 90px 149px 0;
        min-height: 760px
    }
}

.banner__title {
    margin: 0 0 18px
}

@media (min-width:1024px) {
    .banner__title_small {
        font-size: 3.2rem;
        line-height: 1.125;
        margin: 0 0 30px
    }
}

@media (min-width:1440px) {
    .banner__title_small {
        font-size: 4rem;
        line-height: 1.1
    }
}

@media (min-width:1920px) {
    .banner__title_small {
        font-size: 4.8rem;
        line-height: 1.041666666666667;
        margin: 0 0 36px
    }
}

.banner__text {
    margin: 0;
    font-weight: 300
}

@media (min-width:768px) {
    .banner__text {
        display: block
    }
    .banner__text+.banner__desc {
        margin: 45px 0 0
    }
}

@media (min-width:1024px) {
    .banner__text+.banner__desc {
        margin: 51px 0 0
    }
}

@media (min-width:1280px) {
    .banner__text+.banner__desc {
        margin: 62px 0 0
    }
}

@media (min-width:1920px) {
    .banner__text+.banner__desc {
        margin: 159px 0 0
    }
}

@media (min-width:1024px) {
    .banner__text+.banner__desc-inner {
        float: right;
        width: 50%;
        padding: 0 0 0 57px
    }
}

@media (min-width:1280px) {
    .banner__text+.banner__desc-inner {
        width: 34.3%;
        padding: 0 0 0 61px
    }
}

@media (min-width:1920px) {
    .banner__text+.banner__desc-inner {
        width: 35.5%;
        padding: 0 0 0 90px
    }
}

.banner__more-wrapp {
    margin-top: 32px;
    display: none
}

@media (min-width:768px) {
    .banner__more-wrapp {
        display: block
    }
}

.banner__more {
    border: 1px solid rgba(255, 255, 255, .38);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 170px;
    padding: 12px 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff
}

.banner__more:hover {
    color: #0049bc;
    background: #fff;
    border-color: #fff;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}

@media (min-width:1024px) {
    .banner__more {
        margin: 0 22px 0 0
    }
}

@media (min-width:1440px) {
    .banner__more {
        margin: 0 18px 0 0
    }
}

@media (min-width:1920px) {
    .banner__more {
        margin: 0 24px 0 0
    }
}

.basic-banner {
    min-height: 155px;
    padding: 45px 0 50px;
    position: relative
}

@media (min-width:768px) {
    .basic-banner {
        padding: 75px 0 80px
    }
}

@media (min-width:1024px) {
    .basic-banner {
        padding: 100px 0 110px
    }
}

@media (min-width:1920px) {
    .basic-banner {
        padding: 160px 0 170px
    }
}

.basic-banner_big {
    height: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1440px) {
    .basic-banner_big {
        height: 575px
    }
}

@media (min-width:1920px) {
    .basic-banner_big {
        height: 760px
    }
}

.basic-banner__items,
.basic-banner__substrate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25
}

.basic-banner__substrate {
    z-index: 30
}

.basic-banner__items .slick-list,
.basic-banner__items .slick-track {
    height: 100%
}

.basic-banner__item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.basic-banner__content {
    position: relative;
    z-index: 75;
    color: #fff;
    width: 100%
}

.basic-banner__content_color-dark {
    color: #2b1b35
}

.basic-banner__inner {
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 700px
}

.basic-banner__title {
    font-weight: 800;
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.18
}

@media (min-width:768px) {
    .basic-banner__title {
        font-size: 2.8rem;
        line-height: 1.142857142857143
    }
}

@media (min-width:1440px) {
    .basic-banner__title {
        font-size: 3.4rem;
        line-height: 1.117647058823529
    }
}

@media (min-width:1920px) {
    .basic-banner__title {
        font-size: 4rem;
        line-height: 1.1
    }
}

.basic-banner__title_small {
    font-size: 1.9rem;
    line-height: 1.26
}

@media (min-width:768px) {
    .basic-banner__title_small {
        font-size: 2.2rem;
        line-height: 1.181818181818182
    }
}

@media (min-width:1440px) {
    .basic-banner__title_small {
        font-size: 2.8rem;
        line-height: 1.142857142857143
    }
}

@media (min-width:1920px) {
    .basic-banner__title_small {
        font-size: 3.4rem;
        line-height: 1.117647058823529
    }
}

.basic-banner__title_big {
    font-size: 2.6rem;
    line-height: 1.15
}

@media (min-width:768px) {
    .basic-banner__title_big {
        font-size: 3.2rem
    }
}

@media (min-width:1440px) {
    .basic-banner__title_big {
        font-size: 4rem
    }
}

@media (min-width:1920px) {
    .basic-banner__title_big {
        font-size: 4.8rem
    }
}

.basic-banner__text {
    line-height: 1.56;
    margin: 10px 0 0
}

.basic-banner__text_hide-on-mobile {
    display: none
}

@media (min-width:1024px) {
    .basic-banner__text_hide-on-mobile {
        display: block
    }
}

.basic-banner__text_thin {
    font-weight: 300
}

.basic-banner_big .basic-banner__text {
    margin: 19px 0 0
}

@media (min-width:768px) {
    .basic-banner_big .basic-banner__text {
        margin: 25px 0 0
    }
}

@media (min-width:1440px) {
    .basic-banner_big .basic-banner__text {
        margin: 22px 0 0
    }
}

@media (min-width:1920px) {
    .basic-banner_big .basic-banner__text {
        margin: 30px 0 0
    }
}

.basic-banner__more {
    margin: 27px 0 0
}

.basic-banner__more-inner {
    margin: -10px
}

.basic-banner_big .basic-banner__more {
    margin: 32px 0 0
}

@media (min-width:768px) {
    .basic-banner_big .basic-banner__more {
        margin: 30px 0 0
    }
}

@media (min-width:1440px) {
    .basic-banner_big .basic-banner__more {
        margin: 38px 0 0
    }
}

@media (min-width:1920px) {
    .basic-banner_big .basic-banner__more {
        margin: 46px 0 0
    }
}

.basic-banner__link {
    color: inherit;
    line-height: 1.15;
    display: inline-block;
    font-size: 1.5rem;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
    margin: 10px
}

.basic-banner__link:hover {
    color: inherit;
    opacity: .7
}

.basic-banner__link:focus {
    outline: none
}

.basic-banner__link .icon {
    display: inline-block;
    vertical-align: 0;
    line-height: 0;
    margin: 0 0 0 .5em
}

.basic-banner__link .text {
    text-transform: uppercase;
    letter-spacing: .8px
}

.basic-banner__link_strong .text {
    font-weight: 900
}

.basic-banner__link_bg-blue,
.basic-banner__link_border {
    color: #fff
}

.basic-banner__link_bg-blue,
.basic-banner__link_bg-white,
.basic-banner__link_border {
    border: 1px solid rgba(255, 255, 255, .38);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-align: center;
    display: inline-block
}

.basic-banner__link_bg-blue .icon,
.basic-banner__link_bg-white .icon,
.basic-banner__link_border .icon {
    vertical-align: -1px
}

.basic-banner__link_bg-white:hover {
    background-color: #fff
}

.basic-banner__link_border:hover {
    opacity: 1;
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.basic-banner__link_bg-blue {
    background-color: #0049bc;
    border-color: #0049bc
}

.basic-banner__link_bg-blue:hover {
    opacity: 1;
    border-color: #0049bc;
    background-color: #fff;
    color: #0049bc
}

.basic-banner__link_bg-white {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.basic-banner__link_bg-white:hover {
    opacity: .7;
    color: #000
}

.basic-banner__dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 50;
    text-align: center
}

@media (min-width:768px) {
    .basic-banner__dots {
        bottom: 20px
    }
}

@media (min-width:1024px) {
    .basic-banner__dots {
        bottom: 40px
    }
}

.basic-banner__dots ul {
    padding: 0;
    list-style: none;
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    margin: 0 -10px
}

.basic-banner__dots ul li:after,
.blog-list__dots .slick-dots li:after,
.blog-slider__dots .slick-dots li:after,
.main-slider__dots-inner ul li:after {
    content: none
}

.basic-banner__dots ul li button:hover {
    background: #fff
}

.basic-banner__dots ul li.slick-active button {
    background: #fff;
    cursor: default
}

.breadcrumbs {
    display: none;
    padding-top: 50px;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .breadcrumbs {
        display: block;
        padding-bottom: 0
    }
}

@media (min-width:1024px) {
    .breadcrumbs {
        padding-top: 40px
    }
}

@media (min-width:1920px) {
    .breadcrumbs {
        padding-top: 45px
    }
}

.breadcrumbs__item {
    color: rgba(0, 73, 187, .3);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 25px
}

.breadcrumbs__item:hover {
    color: #0049bb
}

.breadcrumbs__item:last-child {
    color: #2b1b35;
    margin-right: 0
}

@media (min-width:1024px) {
    .breadcrumbs__item {
        margin-right: 30px
    }
}

@media (min-width:1440px) {
    .breadcrumbs__item {
        margin-right: 25px
    }
}

@media (min-width:1920px) {
    .breadcrumbs__item {
        font-size: 1.4rem;
        margin-right: 60px
    }
}

.catalog-banner {
    min-height: 155px;
    padding: 45px 0 50px;
    background-position: 0 25%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: relative
}

.catalog-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
    background-color: #0049bc
}

.catalog-banner_dark-blue:after {
    opacity: .64
}

@media (min-width:768px) {
    .catalog-banner {
        padding: 75px 0 80px
    }
}

@media (min-width:1024px) {
    .catalog-banner {
        padding: 100px 0 110px
    }
}

@media (min-width:1920px) {
    .catalog-banner {
        padding: 160px 0 170px
    }
}

.catalog-banner__inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 700px;
    position: relative;
    z-index: 1;
    min-height: 155px;
}

.catalog-banner__title {
    font-size: 2.6rem;
    line-height: 1.15;
    margin: 0
}

@media (min-width:768px) {
    .catalog-banner__title {
        font-size: 3.2rem
    }
}

@media (min-width:1024px) {
    .catalog-banner__title {
        margin-bottom: 10px
    }
}

@media (min-width:1440px) {
    .catalog-banner__title {
        font-size: 4rem
    }
}

@media (min-width:1920px) {
    .catalog-banner__title {
        font-size: 4.8rem
    }
}

.catalog-banner__subtitle {
    display: none
}

@media (min-width:1024px) {
    .catalog-banner__subtitle {
        display: block;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.56;
        margin-bottom: 27px
    }
}

@media (min-width:1920px) {
    .catalog-banner__subtitle {
        font-size: 2.1rem
    }
}

@media (min-width:768px) {
    .catalog-banner__compare {
        margin-left: 30px
    }
}

.catalog-filters__inner {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .catalog-filters__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 768px;
        padding-top: 15px
    }
}

@media (min-width:1024px) {
    .catalog-filters__inner {
        padding-top: 20px
    }
}

@media (min-width:1440px) {
    .catalog-filters__inner {
        max-width: 100%;
        padding-top: 65px
    }
}

.catalog-filters__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 15px
}

@media (min-width:768px) {
    .catalog-filters__item {
        min-height: 66px;
        position: relative;
        margin-left: 50px
    }
}

.catalog-filters__item:first-child {
    margin: 0
}

@media (min-width:768px) {
    .catalog-filters__item_color {
        padding-right: 140px
    }
}

.catalog-filters__label {
    width: 48%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    top: -2px
}

@media (min-width:768px) {
    .catalog-filters__label {
        width: auto;
        margin-right: 15px
    }
}

@media (min-width:1024px) {
    .catalog-filters__label {
        font-size: 14px
    }
}

.catalog-filters__label_properties {
    width: auto;
    padding-right: 15px;
    line-height: 45px
}

@media (min-width:768px) {
    .catalog-filters__label_properties {
        font-size: 14px;
        margin: 0;
        padding-right: 20px
    }
}

.catalog-filters__select {
    width: 52%
}

@media (min-width:768px) {
    .catalog-filters__select {
        width: auto
    }
}

.catalog-list {
    position: relative;
    padding-bottom: 50px
}

@media (min-width:768px) {
    .catalog-list {
        padding-bottom: 75px
    }
}

@media (min-width:1024px) {
    .catalog-list {
        padding-bottom: 80px
    }
}

@media (min-width:768px) {
    .catalog-list__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.catalog-list__inner.is-hidden {
    display: none
}

.catalog-list__more {
    margin: 0;
    text-align: center
}

@media (min-width:768px) {
    .catalog-list__more {
        margin: 55px 0 0
    }
}

@media (min-width:1024px) {
    .catalog-list__more {
        margin: 85px 0 0
    }
}

@media (min-width:1440px) {
    .catalog-list__more {
        margin: 80px 0 0
    }
}

@media (min-width:1920px) {
    .catalog-list__more {
        margin: 62px 0 0
    }
}

.catalog-list__more span.icon.loading,
.catalog-list__more span.text.loading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.catalog-list__more span.text.loading {
    left: 0;
    right: 0
}

.catalog-list__more span.icon {
    display: inline-block;
    line-height: 0;
    margin: 0 0 0 12px
}

.catalog-list__more span.icon.loading {
    margin: 0;
    right: 20px
}

.blog-list__more a.is-loading span.icon,
.blog-list__more a.is-loading span.text,
.catalog-list__more a.is-loading span.icon,
.catalog-list__more a.is-loading span.text {
    opacity: 0
}

.catalog-list__more a.is-loading span.text.loading {
    opacity: 1
}

.catalog-list__more a.is-loading span.icon.loading {
    opacity: 1;
    -webkit-animation: loading 1s infinite;
    animation: loading 1s infinite
}

.catalog-list__more .button {
    position: relative;
    min-width: 270px
}

@media (min-width:768px) {
    .catalog-list__more .button {
        min-width: 320px
    }
}

.catalog-list__more .button.is-loading {
    background: #a2b7d7;
    color: #fff;
    cursor: not-allowed;
    border-color: transparent
}

.catalog-list__more .button.is-hidden {
    display: none
}

.catalog-list.is-reloading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    z-index: 100
}

.catalog-note {
    padding: 45px 0 55px
}

@media (min-width:768px) {
    .catalog-note {
        padding: 80px 0 85px
    }
}

@media (min-width:1024px) {
    .catalog-note {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.catalog-note_about {
    padding: 45px 0 25px
}

@media (min-width:768px) {
    .catalog-note_about {
        padding: 80px 0 35px
    }
}

.catalog-note_more {
    padding: 0
}

.catalog-note_more:first-child {
    padding-top: 45px
}

.catalog-note_more:last-child {
    padding-bottom: 55px
}

@media (min-width:768px) {
    .catalog-note_more:first-child {
        padding-top: 80px
    }
    .catalog-note_more:last-child {
        padding-bottom: 85px
    }
}

@media (min-width:1024px) {
    .catalog-note__inner {
        width: 70%;
        margin: 0 0 0 auto;
        position: relative
    }
}

.catalog-note__figure,
.catalog-note__title {
    margin: 0 0 40px
}

@media (min-width:768px) {
    .catalog-note__figure {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1024px) {
    .catalog-note__figure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        left: -40%;
        width: 40%
    }
}

.catalog-note__figure-img img {
    margin: 0 auto 30px;
    display: block;
    max-width: 100%
}

@media (min-width:768px) {
    .catalog-note__figure-img {
        width: 50%;
        margin-right: 5%
    }
    .catalog-note__figure-img img {
        margin: 0 auto
    }
}

@media (min-width:1024px) {
    .catalog-note__figure-img {
        width: 100%;
        margin-right: 0
    }
    .catalog-note__figure-img img {
        margin: 0 auto
    }
}

.catalog-note__figure-caption {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #bababa
}

@media (min-width:768px) {
    .catalog-note__figure-caption {
        margin-top: 15px
    }
}

@media (min-width:1024px) {
    .catalog-note__figure-caption {
        max-width: 250px;
        margin-top: 40px
    }
}

.catalog-note__text {
    font-weight: 300;
    margin: 0 0 30px
}

.catalog-note__video {
    margin: 10px 0 30px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.catalog-note__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.catalog-note table {
    font-weight: 300;
    margin-bottom: 30px
}

.catalog-note__more {
    position: relative;
    margin: 20px 0 0
}

@media (min-width:768px) {
    .catalog-note__more {
        margin: 30px 0 0
    }
}

@media (min-width:1280px) {
    .catalog-note__more {
        margin: 49px 0 0
    }
}

.catalog-note__more-text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 0
}

.catalog-note__more:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    opacity: .9;
    border: solid 1px #e3e3e3;
    margin: 1px 0 0
}

.catalog-note__more span.icon {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #bbb;
    opacity: .9;
    line-height: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.catalog-note__more span.icon svg {
    width: 6px;
    height: 10px
}

.is-show .catalog-note__more span.icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.catalog-note__more span.hide,
.catalog-note__more span.show {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-transform: uppercase;
    color: #b3b3b3;
    padding: 0 20px 0 0
}

.catalog-note__more span.hide,
.is-show .catalog-note__more span.show {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute
}

.catalog-note__more span.show,
.is-show .catalog-note__more span.hide {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}

.catalog-note__slider {
    position: relative;
    z-index: 10
}

@media (min-width:1024px) {
    .catalog-note__slider {
        width: 100vw;
        padding: 0 74px;
        margin-left: -webkit-calc(-74px - 30vw);
        margin-left: calc(-74px - 30vw)
    }
}

@media (min-width:1440px) {
    .catalog-note__slider {
        padding: 0 84px;
        margin-left: -webkit-calc(-84px - 30vw);
        margin-left: calc(-84px - 30vw)
    }
}

@media (min-width:1920px) {
    .catalog-note__slider {
        padding: 0 260px;
        margin-left: -webkit-calc(-260px - 30vw);
        margin-left: calc(-260px - 30vw)
    }
}

.choose-purifier {
    background: #f1f6ff url(../images/noise.png) 50% 50%;
    padding: 63px 0 60px
}

@media (min-width:768px) {
    .choose-purifier {
        padding: 61px 0 72px
    }
}

@media (min-width:1024px) {
    .choose-purifier {
        padding: 61px 0 72px
    }
}

@media (min-width:1440px) {
    .choose-purifier {
        padding: 89px 0 75px
    }
}

@media (min-width:1920px) {
    .choose-purifier {
        padding: 128px 0 90px
    }
}

.choose-purifier__heading {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 260px
}

@media (min-width:768px) {
    .choose-purifier__heading {
        margin: 0 0 56px;
        max-width: none
    }
}

@media (min-width:1440px) {
    .choose-purifier__heading {
        margin: 0 0 68px
    }
}

@media (min-width:1920px) {
    .choose-purifier__heading {
        margin: 0 0 82px
    }
}

.choose-purifier__inner {
    padding: 0 32px
}

@media (min-width:768px) {
    .choose-purifier__inner {
        padding: 0 125px
    }
}

@media (min-width:1024px) {
    .choose-purifier__inner {
        padding: 0 117px
    }
}

@media (min-width:1440px) {
    .choose-purifier__inner {
        padding: 0 150px
    }
}

@media (min-width:1920px) {
    .choose-purifier__inner {
        padding: 0 250px
    }
}

.choose-purifier__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (min-width:768px) {
    .choose-purifier__items {
        margin: 0 -29px
    }
}

@media (min-width:1024px) {
    .choose-purifier__items {
        margin: 0 -25px
    }
}

@media (min-width:1440px) {
    .choose-purifier__items {
        margin: 0 -45px
    }
}

@media (min-width:1920px) {
    .choose-purifier__items {
        margin: 0 -64px
    }
}

.choose-purifier__items .slick-arrow {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: #fff;
    position: absolute;
    outline: none;
    cursor: pointer;
    color: #0049bc;
    -webkit-transition: color .15s, opacity .15s;
    transition: color .15s, opacity .15s;
    width: 44px;
    height: 44px;
    line-height: 1;
    top: 68px;
    z-index: 1;
    padding: 15px 20px
}

@media (min-width:768px) {
    .choose-purifier__items .slick-arrow {
        top: 93px;
        padding: 13px 20px
    }
}

@media (min-width:1440px) {
    .choose-purifier__items .slick-arrow {
        width: 62px;
        height: 62px;
        top: 132px;
        padding: 22px 28px
    }
}

@media (min-width:1920px) {
    .choose-purifier__items .slick-arrow {
        width: 70px;
        height: 70px;
        top: 155px;
        padding: 26px 31px
    }
}

.choose-purifier__items .slick-arrow:hover {
    color: #000
}

.choose-purifier__items .slick-arrow.slick-disabled {
    opacity: .6;
    cursor: default;
    color: rgba(0, 0, 0, .5)
}

.choose-purifier__items .slick-arrow.slick-next {
    right: -22px
}

@media (min-width:768px) {
    .choose-purifier__items .slick-arrow.slick-next {
        right: -80px
    }
}

@media (min-width:1024px) {
    .choose-purifier__items .slick-arrow.slick-next {
        right: -70px
    }
}

@media (min-width:1440px) {
    .choose-purifier__items .slick-arrow.slick-next {
        right: -80px
    }
}

@media (min-width:1920px) {
    .choose-purifier__items .slick-arrow.slick-next {
        right: -140px
    }
}

.choose-purifier__items .slick-arrow.slick-prev {
    left: -22px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .choose-purifier__items .slick-arrow.slick-prev {
        left: -80px
    }
}

@media (min-width:1024px) {
    .choose-purifier__items .slick-arrow.slick-prev {
        left: -70px
    }
}

@media (min-width:1440px) {
    .choose-purifier__items .slick-arrow.slick-prev {
        left: -80px
    }
}

@media (min-width:1920px) {
    .choose-purifier__items .slick-arrow.slick-prev {
        left: -140px
    }
}

.choose-purifier__items .slick-arrow .svg-arrow-slider-icon {
    width: 7px;
    height: 13px
}

@media (min-width:1440px) {
    .choose-purifier__items .slick-arrow .svg-arrow-slider-icon {
        width: 10.7px;
        height: 18.9px
    }
}

.choose-purifier__item {
    text-align: center;
    display: none
}

.choose-purifier__item:nth-child(1) {
    display: block
}

@media (min-width:768px) {
    .choose-purifier__item {
        padding: 0 29px
    }
    .choose-purifier__item:nth-child(1),
    .choose-purifier__item:nth-child(2) {
        display: block
    }
}

@media (min-width:1024px) {
    .choose-purifier__item {
        padding: 0 25px
    }
    .choose-purifier__item:nth-child(1),
    .choose-purifier__item:nth-child(2),
    .choose-purifier__item:nth-child(3) {
        display: block
    }
}

@media (min-width:1440px) {
    .choose-purifier__item {
        padding: 0 45px
    }
}

@media (min-width:1920px) {
    .choose-purifier__item {
        padding: 0 64px
    }
}

.choose-purifier__item.slick-slide {
    outline: none
}

.choose-purifier__image {
    border: none;
    outline: none;
    text-align: center;
    display: block
}

.choose-purifier__image img {
    vertical-align: top;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: inline-block;
    object-fit: cover;
}

@media (min-width:768px) {
    .choose-purifier__image img {
        width: 230px;
        height: 230px
    }
}

@media (min-width:1440px) {
    .choose-purifier__image img {
        width: 326px;
        height: 326px
    }
}

@media (min-width:1920px) {
    .choose-purifier__image img {
        width: 380px;
        height: 380px
    }
}

.choose-purifier__title {
    text-align: center;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.53;
    margin: 30px 0 0
}

@media (min-width:768px) {
    .choose-purifier__title {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 29px 0 13px
    }
}

@media (min-width:1440px) {
    .choose-purifier__title {
        margin: 35px 0 14px
    }
}

@media (min-width:1920px) {
    .choose-purifier__title {
        font-size: 1.8rem;
        line-height: 1.44;
        margin: 44px 0 19px
    }
}

.choose-purifier__text {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 12px 0 23px
}

@media (min-width:768px) {
    .choose-purifier__text {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

@media (min-width:1440px) {
    .choose-purifier__text {
        margin: 12px 0 27px
    }
}

@media (min-width:1920px) {
    .choose-purifier__text {
        max-width: 330px;
        font-size: 1.8rem;
        line-height: 1.44;
        margin: 12px auto 35px
    }
}

.choose-purifier__more {
    margin: 12px 0 0
}

.choose-purifier__choose {
    margin: 41px 0 0;
    text-align: center
}

@media (min-width:768px) {
    .choose-purifier__choose {
        margin: 51px 0 0
    }
}

@media (min-width:1440px) {
    .choose-purifier__choose {
        margin: 58px 0 0
    }
}

@media (min-width:1920px) {
    .choose-purifier__choose {
        margin: 74px 0 0
    }
}

.choose-purifier__choose a.button {
    width: 330px;
    max-width: 100%
}

@media (min-width:1440px) {
    .choose-purifier__choose a.button {
        width: 400px
    }
}

@media (min-width:1920px) {
    .choose-purifier__choose a.button {
        width: 460px
    }
}


.other-model {
    padding: 63px 0 60px;
    margin: 60px 0 80px;
    text-align: center;
}

@media (min-width:768px) {
    .other-model {
        padding: 61px 0 72px;
        margin: 75px 50px 135px;
    }
}

@media (min-width:1024px) {
    .other-model {
        padding: 61px 0 72px
    }
}

@media (min-width:1440px) {
    .other-model {
        padding: 89px 0 75px
    }
}

@media (min-width:1920px) {
    .other-model {
        padding: 128px 0 90px
    }
}

.other-model__inner {
    padding: 0 32px
}

.other-model a:focus {
    outline: none
}

.other-model__title {
    margin: 0 0 20px
}

.other-model__subtitle {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .other-model__subtitle {
        font-size: 1.8rem
    }
}

.other-model__button {
    margin-top: 80px
}

.other-model__inner {
    padding: 0 32px;
    position: relative;
>>>>>>> anton_COM5-167_FIX
}

@media (min-width:768px) {
    .other-model__inner {
        padding: 0 155px
    }
}

@media (min-width:1024px) {
    .other-model__inner {
        padding: 0 177px
    }
}

@media (min-width:1440px) {
    .other-model__inner {
        padding: 0 250px
    }
}

@media (min-width:1920px) {
    .other-model__inner {
        padding: 0 400px
    }
}

.other-model__items .slick-arrow {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: #fff;
    position: absolute;
    outline: none;
    cursor: pointer;
    color: #0049bc;
    -webkit-transition: color .15s, opacity .15s;
    transition: color .15s, opacity .15s;
    width: 44px;
    height: 44px;
    line-height: 1;
    top: 68px;
    z-index: 1;
    padding: 15px 20px;
}

@media (min-width:768px) {
    .other-model__items .slick-arrow {
        top: 93px;
        padding: 13px 20px
    }
}

@media (min-width:1440px) {
    .other-model__items .slick-arrow {
        width: 62px;
        height: 62px;
        top: 132px;
        padding: 22px 28px
    }
}

@media (min-width:1920px) {
    .other-model__items .slick-arrow {
        width: 70px;
        height: 70px;
        top: 155px;
        padding: 26px 31px
    }
}

.other-model__items .slick-arrow:hover {
    color: #fff;
    background: #0049bc;
}

.other-model__items .slick-arrow.slick-disabled {
    opacity: .6;
    cursor: default;
    color: rgba(0, 0, 0, .5)
}

.other-model__items .slick-arrow.slick-next {
    right: -22px;
    box-shadow: 0 2px 5px lightgray;
}

@media (min-width:768px) {
    .other-model__items .slick-arrow.slick-next {
        right: -80px
    }
}

@media (min-width:1024px) {
    .other-model__items .slick-arrow.slick-next {
        right: -70px
    }
}

@media (min-width:1440px) {
    .other-model__items .slick-arrow.slick-next {
        right: -80px
    }
}

@media (min-width:1920px) {
    .other-model__items .slick-arrow.slick-next {
        right: -140px
    }
}

.other-model__items .slick-arrow.slick-prev {
    box-shadow: 0 -2px 5px lightgray;
    left: -22px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .other-model__items .slick-arrow.slick-prev {
        left: -80px
    }
}

@media (min-width:1024px) {
    .other-model__items .slick-arrow.slick-prev {
        left: -70px
    }
}

@media (min-width:1440px) {
    .other-model__items .slick-arrow.slick-prev {
        left: -80px
    }
}

@media (min-width:1920px) {
    .other-model__items .slick-arrow.slick-prev {
        left: -140px
    }
}

.other-model__items .slick-arrow .svg-arrow-slider-icon {
    width: 7px;
    height: 13px
}

@media (min-width:1440px) {
    .other-model__items .slick-arrow .svg-arrow-slider-icon {
        width: 10.7px;
        height: 18.9px
    }
}

.other-model__item {
    text-align: center;
    display: none
}

.other-model__item:nth-child(1) {
    display: block
}

@media (min-width:768px) {
    .other-model__item:nth-child(1),
    .other-model__item:nth-child(2) {
        display: block
    }
}

@media (min-width:1024px) {
    .other-model__item:nth-child(1),
    .other-model__item:nth-child(2),
    .other-model__item:nth-child(3) {
        display: block
    }
}

.other-model__item.slick-slide {
    outline: none
}


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

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

.colors__item {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -7px;
    -webkit-transition: .2s;
    transition: .2s
}

.colors__item:first-child {
    margin-left: 0
}

.colors__item_white {
    background-color: #fff;
    border: solid 1px #dbdbdb
}

.comp-slider {
    position: relative
}

.comp-slider_user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .comp-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1440px) {
    .comp-slider {
        padding: 50px 0
    }
}

.comp-slider__inner {
    width: 100%;
    position: relative
}

.comp-slider__item:first-child {
    margin-bottom: 50px;
    padding-bottom: 65px;
    border-bottom: 1px solid #dfe2e7
}

@media (min-width:768px) {
    .comp-slider__item:first-child {
        margin-bottom: 75px;
        padding-bottom: 110px
    }
}

@media (min-width:1440px) {
    .comp-slider__item:first-child {
        width: 50%;
        margin: 0 0 0 auto;
        border-bottom: 0;
        padding-bottom: 0
    }
    .comp-slider__item:first-child .comp-slider__item-inner {
        padding: 0
    }
    .comp-slider__item:first-child .comp-slider__text-wrapp {
        text-align: right
    }
    .comp-slider__item:first-child .filter-properties {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .comp-slider__item:first-child .filter-properties__item {
        padding: 0 0 20px 20px
    }
    .comp-slider__item_second {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }
    .comp-slider__item_second .comp-slider__item-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0;
        width: 952.5px;
        position: absolute;
        top: 0;
        left: 0
    }
    .comp-slider__item_second .comp-slider__img-wrapp {
        margin-left: 5%;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .comp-slider__item-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1440px) {
    .comp-slider__item-inner {
        position: relative
    }
    .comp-slider__item-inner:before {
        content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, .89);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transition: .3s linear all;
        transition: .3s linear all;
        opacity: 0;
        z-index: 0
    }
    .comp-slider__item-inner_shadow:before {
        z-index: 2;
        opacity: 1
    }
}

@media (min-width:768px) {
    .comp-slider__img-wrapp {
        width: 45%;
        margin-right: 5%
    }
}

.comp-slider__img {
    max-width: 100%;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .comp-slider__img {
        margin-bottom: 0
    }
}

.comp-slider__title {
    color: #2b1b35;
    font-size: 1.8rem;
    line-height: 1.44;
    margin-bottom: 30px;
    font-weight: 800
}

@media (min-width:768px) {
    .comp-slider__title {
        font-size: 2.2rem
    }
}

@media (min-width:1440px) {
    .comp-slider__title {
        font-size: 2.8rem
    }
}

.comp-slider__text-wrapp.active {
    z-index: 1
}

@media (min-width:768px) {
    .comp-slider__text-wrapp {
        width: 60%;
        max-width: 360px;
        text-align: left
    }
}

.comp-slider__text {
    color: #2b1b35;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto 35px;
    max-width: 500px
}

@media (min-width:768px) {
    .comp-slider__text {
        margin: 0 0 50px
    }
}

@media (min-width:1440px) {
    .comp-slider__text {
        font-size: 1.8rem
    }
}

.comp-slider .resize {
    z-index: 2
}

.comp-slider .resize .comp-slider__item {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

@media (min-width:1440px) {
    .comp-slider .resize {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        overflow: hidden;
        background: #fff
    }
    .comp-slider .resize .comp-slider__item_second {
        width: 100%
    }
    .comp-slider .resize .comp-slider__item-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .comp-slider .resize .comp-slider__text-wrapp {
        text-align: left
    }
    .comp-slider .resize .comp-slider__img-wrapp {
        margin-right: 0;
        margin-left: 5%
    }
    .comp-slider .resize .filter-properties {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .comp-slider .resize .filter-properties__item {
        padding: 0 20px 20px 0
    }
}

.comp-slider .divider {
    display: none
}

@media (min-width:1440px) {
    .comp-slider .divider {
        display: block;
        position: absolute;
        height: 100%;
        border-right: 2px dashed #d0d0d0;
        left: 50%;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        cursor: ew-resize;
        z-index: 3
    }
    .comp-slider .divider__icon {
        position: absolute;
        left: -36px;
        top: 50%;
        margin-top: -34.5px;
        width: 72px;
        height: 69px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
        box-shadow: 0 0 50px rgba(0, 0, 0, .1)
    }
    .comp-slider__more,
    .comp-slider__properties {
        opacity: 0;
        -webkit-transition: .3s linear all;
        transition: .3s linear all
    }
    .comp-slider__more.active,
    .comp-slider__properties.active {
        opacity: 1
    }
}

.cookies,
.cookies.is-hide {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.cookies {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 73, 188, .86);
    text-align: center;
    padding: 21px 0 22px;
    -webkit-transition: opacity .15s ease-in-out 0s, -webkit-transform .15s ease-in-out 0s;
    transition: transform .15s ease-in-out 0s, opacity .15s ease-in-out 0s;
    transition: transform .15s ease-in-out 0s, opacity .15s ease-in-out 0s, -webkit-transform .15s ease-in-out 0s
}

.cookies.is-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cookies.is-hide {
    opacity: 0
}

@media (min-width:768px) {
    .cookies {
        padding: 30px 0 33px
    }
}

@media (min-width:1024px) {
    .cookies {
        padding: 15px 0
    }
    .cookies__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1920px) {
    .cookies__inner {
        padding-left: 113px;
        padding-right: 113px
    }
}

.cookies__image {
    display: none
}

@media (min-width:1024px) {
    .cookies__image {
        display: block;
        line-height: 0;
        margin: 0 26px 0 0
    }
}

@media (min-width:1440px) {
    .cookies__image {
        margin: 0 15px 0 0
    }
}

.cookies__desc {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #fff
}

@media (min-width:768px) {
    .cookies__desc {
        font-size: 13px
    }
}

@media (min-width:1024px) {
    .cookies__desc {
        text-align: left;
        margin: 0 110px 0 0
    }
}

@media (min-width:1440px) {
    .cookies__desc {
        font-size: 16px;
        max-width: none;
        margin: 0 50px 0 0
    }
}

@media (min-width:1920px) {
    .cookies__desc {
        font-size: 21px
    }
}

.cookies__control {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 14px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width:768px) {
    .cookies__control {
        margin: 14px 0 0
    }
}

@media (min-width:1024px) {
    .cookies__control {
        margin: 0 0 0 auto
    }
}

.cookies__accept,
.cookies__more {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
    display: block;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:1920px) {
    .cookies__accept,
    .cookies__more {
        font-size: 14px
    }
}

.cookies__accept {
    border: 1px solid rgba(255, 255, 255, .38);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 11px 22px;
    margin: 0 18px 0 0
}

.cookies__accept:hover {
    color: #0049bc;
    background: #fff;
    border-color: #fff;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}

@media (min-width:1024px) {
    .cookies__accept {
        margin: 0 22px 0 0
    }
}

@media (min-width:1440px) {
    .cookies__accept {
        margin: 0 18px 0 0
    }
}

@media (min-width:1920px) {
    .cookies__accept {
        margin: 0 24px 0 0
    }
}

.cookies__more:hover,
.footer-menu a:hover,
.footer__bar-item a:hover,
.footer__lang a:hover {
    color: rgba(241, 246, 255, .7)
}

.efficiency__inner {
    padding-top: 63px;
    text-align: center
}

@media (min-width:768px) {
    .efficiency__inner {
        padding-top: 39px
    }
}

@media (min-width:1440px) {
    .efficiency__inner {
        padding-top: 79px
    }
}

.efficiency__info {
    width: 360px;
    display: inline-block;
    max-width: 100%
}

.efficiency__container,
.efficiency__stuffs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.efficiency__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

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

.efficiency__icon {
    line-height: 15px;
    padding: 32px 16px
}

@media (min-width:1440px) {
    .efficiency__icon {
        padding: 37px 30px
    }
}

.efficiency__icon svg {
    vertical-align: 6px
}

.efficiency__icon .svg-arrow-efficiency-icon {
    width: 30px;
    height: 16px
}

.efficiency__icon .svg-line-efficiency-icon {
    width: 30px;
    height: 2px
}

.efficiency__stuffs.bad .efficiency__icon {
    color: #d0011b
}

.efficiency__stuffs.good .efficiency__icon,
.header__contacts a:hover,
.header__lang a:hover {
    color: #0049bc
}

.efficiency__stuff {
    font-weight: 300
}

.efficiency__element {
    width: 75px;
    height: 75px;
    line-height: 73px;
    border: 1px solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 2.2rem
}

@media (min-width:1440px) {
    .efficiency__element {
        width: 90px;
        height: 90px;
        line-height: 88px
    }
}

.efficiency__desc {
    font-size: 1.5rem;
    margin-top: 7px;
    white-space: nowrap
}

.efficiency__stuffs.bad .efficiency__element {
    border-color: #d0011b
}

.efficiency__stuffs.good .efficiency__element {
    border-color: #0049bc
}

.filter-properties {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .filter-properties {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 100%;
        margin: 0 0 30px
    }
    .filter-properties_comp-slider {
        margin: 0 0 10px
    }
    .filter-properties_comp-slider .filter-properties__item {
        padding: 0 20px 20px 0
    }
    .filter-properties_comp-slider .filter-properties__item:last-child {
        padding-right: 0
    }
}

@media (min-width:1440px) {
    .filter-properties_comp-slider {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.filter-properties_card-list {
    width: auto;
    max-width: 250px;
    margin: 0 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.filter-properties_card-list .filter-properties__item {
    padding: 0 10px 20px;
    width: auto
}

@media (min-width:768px) {
    .filter-properties_card-list .filter-properties__item {
        margin: 0
    }
}

.filter-properties_color {
    margin: 2em 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-properties_color .filter-properties__item {
    padding: 0
}

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

@media (min-width:768px) {
    .filter-properties__color {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.filter-properties__item {
    margin: 0;
    padding: 0 10px 20px
}

@media (min-width:768px) {
    .filter-properties__item {
        width: auto;
        padding: 0 40px 20px 0
    }
    .filter-properties__item:last-child {
        margin-right: 0
    }
}

.filter-properties__item dt {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.2;
    text-align: left;
    color: rgba(43, 27, 53, .41)
}

.filter-properties__item dd {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #2b1b35;
    margin: 0
}

.filter-properties__item_colors dt {
    margin: 0 0 5px
}

.filter-properties__item_select {
    bottom: -12px;
    text-align: left;
    position: relative
}

@media (min-width:768px) {
    .filter-properties__item_select {
        width: auto
    }
}

.footer {
    background-color: #0049bc;
    color: #fff;
    font-size: 1.2rem
}

@media (min-width:1440px) {
    .footer {
        display: block
    }
}

@media (min-width:1920px) {
    .footer {
        font-size: 1.4rem
    }
}

.footer__wrapper {
    padding-bottom: 28px
}

@media (min-width:768px) {
    .footer__wrapper {
        padding-top: 51px;
        padding-bottom: 36px
    }
}

@media (min-width:1024px) {
    .footer__wrapper {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media (min-width:1440px) {
    .footer__wrapper {
        padding-top: 43px;
        padding-bottom: 25px
    }
}

@media (min-width:1920px) {
    .footer__wrapper {
        padding: 55px 113px 50px
    }
}

.footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__menu {
    margin: 0 auto 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .footer__bottom {
        margin-top: 23px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1024px) {
    .footer__bottom {
        margin-top: 76px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1920px) {
    .footer__bottom {
        margin-top: 80px
    }
}

.footer__copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center
}

@media (min-width:768px) {
    .footer__copyright {
        text-align: left;
        width: 33.3333%
    }
}

@media (min-width:1024px) {
    .footer__copyright {
        width: 21%
    }
}

@media (min-width:1440px) {
    .footer__copyright {
        width: 22.5%
    }
}

.footer__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    margin: 30px 0 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

@media (min-width:768px) {
    .footer__bar {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 -16px;
        width: 33.3333%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        white-space: normal
    }
}

@media (min-width:1024px) {
    .footer__bar {
        width: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.footer__bar-item {
    padding: 0;
    width: auto
}

@media (min-width:768px) {
    .footer__bar-item {
        padding: 0 16px;
        margin-top: 8px;
        width: 100%
    }
    .footer__bar-item:first-child {
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .footer__bar-item {
        width: auto;
        margin-top: 0
    }
}

.footer__bar-item a {
    border: none;
    color: #f1f6ff
}

.footer__lang {
    margin: 10px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 700;
    font-size: 1.2rem
}

@media (min-width:768px) {
    .footer__lang {
        margin: 0 0 0 auto;
        text-align: left;
        width: 33.3333%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:1024px) {
    .footer__lang {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: right
    }
}

@media (min-width:1440px) {
    .footer__lang {
        width: 16%
    }
}

@media (min-width:1920px) {
    .footer__lang {
        width: 14%;
        font-size: 1.4rem
    }
}

.footer-menu a,
.footer__lang a {
    color: #f1f6ff
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media (min-width:1024px) {
    .footer-menu {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.footer-menu__group,
.footer-menu__group.big {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    border-bottom: 1px solid rgba(223, 226, 231, .2)
}

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

@media (min-width:768px) {
    .footer-menu__group {
        border-bottom: none;
        width: 33.333%;
        margin-bottom: 45px
    }
}

@media (min-width:1024px) {
    .footer-menu__group {
        width: 17%;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .footer-menu__group.big {
        border-bottom: none;
        width: 33.333%
    }
}

@media (min-width:1024px) {
    .footer-menu__group.big {
        width: 21%
    }
}

@media (min-width:1440px) {
    .footer-menu__group.big {
        width: 22.5%
    }
}

.footer-menu__group.follow {
    margin: 0 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    border-bottom: none
}

@media (min-width:768px) {
    .footer-menu__group.follow {
        width: 33.333%
    }
}

@media (min-width:1024px) {
    .footer-menu__group.follow {
        width: 59px
    }
}

@media (min-width:1440px) {
    .footer-menu__group.follow {
        width: 16%
    }
}

@media (min-width:1920px) {
    .footer-menu__group.follow {
        width: 14%
    }
}

.footer-menu__group.follow svg {
    width: 33px;
    height: 33px
}

.footer-menu__sub-title,
.footer-menu__title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    padding: 13px 0 12px;
    cursor: pointer
}

@media (min-width:768px) {
    .footer-menu__sub-title,
    .footer-menu__title {
        width: auto;
        display: inline;
        padding: 0
    }
}

@media (min-width:1920px) {
    .footer-menu__sub-title,
    .footer-menu__title {
        letter-spacing: 1.2px;
        font-size: 1.4rem
    }
}

.footer-menu__title .arrow {
    display: inline-block;
    vertical-align: -1px;
    margin: 0 0 0 5px
}

@media (min-width:768px) {
    .footer-menu__sub-title .arrow,
    .footer-menu__title .arrow {
        display: none
    }
}

.footer-menu__sub-title .arrow svg,
.footer-menu__title .arrow svg,
.menu-product__name .icon svg {
    width: 7px;
    height: 11px
}

.footer-menu__sub-title .arrow {
    vertical-align: 2px;
    display: inline-block;
    margin: 0 5px 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .footer-menu__sub-title {
        display: none
    }
}

.footer-menu__group.follow .footer-menu__title {
    display: none
}

@media (min-width:768px) {
    .footer-menu__group.follow .footer-menu__title {
        display: block
    }
}

@media (min-width:1024px) {
    .footer-menu__group.follow .footer-menu__title {
        display: none
    }
}

@media (min-width:1440px) {
    .footer-menu__group.follow .footer-menu__title {
        display: block
    }
}

.footer-menu__items {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.14;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #0049bc;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: width .3s, padding .3s height .3s;
    transition: width .3s, padding .3s, height .3s;
    white-space: nowrap
}

@media (min-width:768px) {
    .footer-menu__items {
        margin: 22px 0 0;
        display: block;
        position: static;
        white-space: normal;
        width: auto
    }
}

@media (min-width:1920px) {
    .footer-menu__items {
        font-size: 1.6rem
    }
}

.footer-menu__group.is-active .footer-menu__items {
    width: 100%;
    padding: 0px;
    overflow-y: auto;
    position: relative;
}

.footer-menu__group.follow .footer-menu__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 41px;
    position: static;
    width: auto
}

@media (min-width:768px) {
    .footer-menu__group.follow .footer-menu__items {
        margin-top: 22px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1024px) {
    .footer-menu__group.follow .footer-menu__items {
        margin: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1440px) {
    .footer-menu__group.follow .footer-menu__items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 22px 0 0
    }
}

.footer-menu__item {
    margin: 21px 0 0
}

@media (min-width:768px) {
    .footer-menu__item:nth-child(2) {
        margin-top: 0
    }
}

@media (min-width:1920px) {
    .footer-menu__item {
        margin: 23px 0 0
    }
}

.footer-menu__group.follow .footer-menu__item {
    width: auto;
    margin: 0 15px
}

@media (min-width:768px) {
    .footer-menu__group.follow .footer-menu__item {
        margin: 0 10px 10px
    }
    .footer-menu__group.follow .footer-menu__item:nth-child(3n+1) {
        margin: 0 10px 10px 0
    }
}

@media (min-width:1024px) {
    .footer-menu__group.follow .footer-menu__item {
        width: 100%;
        margin: 15px 0 0
    }
    .footer-menu__group.follow .footer-menu__item:nth-child(3n+1) {
        margin: 15px 0 0
    }
    .footer-menu__group.follow .footer-menu__item:first-child {
        margin: 0
    }
}

@media (min-width:1440px) {
    .footer-menu__group.follow .footer-menu__item {
        width: 33.3333%;
        margin: 0 0 20px
    }
    .footer-menu__group.follow .footer-menu__item:nth-child(3n+1) {
        margin: 0 0 20px
    }
}

.form-dealer {
    margin-bottom: 100px
}

@media (min-width:1440px) {
    .form-dealer {
        margin-bottom: 120px
    }
}

@media (min-width:1920px) {
    .form-dealer {
        margin-bottom: 140px
    }
}

.form-dealer_margin-top {
    margin-top: 100px
}

@media (min-width:1440px) {
    .form-dealer_margin-top {
        margin-top: 120px
    }
}

@media (min-width:1920px) {
    .form-dealer_margin-top {
        margin-top: 140px
    }
}

.form-dealer__title {
    text-align: center;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .form-dealer__title {
        margin-bottom: 55px
    }
}

@media (min-width:1024px) {
    .form-dealer__title {
        margin-bottom: 75px
    }
}

@media (min-width:1920px) {
    .form-dealer__title {
        margin-bottom: 90px
    }
}

.form-dealer__inner {
    margin: 0 auto;
    max-width: 395px
}

@media (min-width:1024px) {
    .form-dealer__inner {
        max-width: 369px
    }
}

.form-dealer__item {
    position: relative;
    margin-bottom: 25px
}


.form-dealer label,
.form-dealer__item>span.error {
    font-weight: 300;
    display: block;
    margin-left: 20px;
    font-size: 1.6rem
}


.form-dealer__item>span.error {
    color: #f55;
}

@media (min-width:1024px) {
    .form-dealer__item>span.error {
        position: absolute;
        right: -320px;
        width: 300px;
        top: 5px;
        margin: 0
    }
}

.form-dealer__item_done {
    display: none;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #26b863
}

.form-dealer__item_submit {
    text-align: center
}

.form-dealer__select-wrapp {
    height: 44px;
    position: relative
}

.form-dealer label {
    margin-bottom: 8px
}

@media (min-width:1024px) {
    .form-dealer label {
        position: absolute;
        left: -180px;
        line-height: 42px;
        width: 145px;
        text-align: right;
        margin: 0
    }
}

@media (min-width:1024px) {
    label[for='policy'] {
        position: relative;
        left: 0;
        line-height: 42px;
        width: 145px;
        text-align: right;
        margin: 0
    }
}


.form-dealer input[type=email],
.form-dealer input[type=text],
.form-dealer textarea {
    width: 100%;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: solid 1px #c4c4c4;
    padding: 15px 20px;
    outline: none;
    font-weight: 300;
    font-size: 1.6rem
}

.form-dealer input[type=email]:focus,
.form-dealer input[type=email]:hover,
.form-dealer input[type=text]:focus,
.form-dealer input[type=text]:hover,
.form-dealer textarea:focus,
.form-dealer textarea:hover {
    border: solid 1px #1d1d1d
}

.form-dealer input[type=email].error,
.form-dealer input[type=text].error,
.form-dealer textarea.error {
    border: solid 1px #f55
}

.form-dealer input[type=email],
.form-dealer input[type=text] {
    height: 44px;
    line-height: 44px
}

.form-dealer textarea {
    resize: none;
    overflow: auto
}

.form-dealer input[type=submit] {
    width: 100%;
    max-width: 279px;
    outline: none;
    cursor: pointer
}

.form-dealer .checkbox-block {
    position: static;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

@media (min-width:1024px) {
    .form-dealer .checkbox-block {
        display: block
    }
}

.form-dealer .checkbox-block input {
    display: none
}

.form-dealer .checkbox-block input[type=checkbox]:checked+.checkbox-block__checkbox>.checkbox-block__checkbox-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form-dealer .checkbox-block__checkbox {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    border: 2px solid #c1c1c1
}

@media (min-width:1024px) {
    .form-dealer .checkbox-block__checkbox {
        position: absolute;
        left: -60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.form-dealer .checkbox-block__checkbox-icon {
    display: none;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2px
}

.form-dealer .checkbox-block__text {
    display: inline-block
}

.form-dealer .g-recaptcha {
    -webkit-transform: scale(.895);
    -ms-transform: scale(.895);
    transform: scale(.895);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.form-dealer .g-recaptcha>div {
    margin: 0 auto
}

@media (min-width:375px) {
    .form-dealer .g-recaptcha {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.friendly-warning {
    text-align: center;
    padding: 60px 38px 30px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.63;
    border-bottom: 1px solid #dfe2e7
}

@media (min-width:768px) {
    .friendly-warning {
        padding: 60px 0 110px
    }
}

@media (min-width:1440px) {
    .friendly-warning {
        padding: 80px 0 110px;
        font-size: 1.8rem
    }
}

@media (min-width:1920px) {
    .friendly-warning {
        font-size: 2.1rem;
        padding: 75px 0 90px
    }
}

@media (min-width:768px) {
    .friendly-warning__inner {
        margin: 0 auto;
        max-width: 480px
    }
}

@media (min-width:1024px) {
    .friendly-warning__inner {
        max-width: 700px
    }
}

@media (min-width:1440px) {
    .friendly-warning__inner {
        max-width: 1240px
    }
}

.friendly-warning__title {
    font-size: 1.9rem;
    line-height: 1.26;
    margin: 0 0 30px
}

@media (min-width:768px) {
    .friendly-warning__title {
        font-size: 2.2rem
    }
}

@media (min-width:1440px) {
    .friendly-warning__title {
        font-size: 2.8rem
    }
}

@media (min-width:1920px) {
    .friendly-warning__title {
        font-size: 3.4rem
    }
}

.friendly-warning__subtitle {
    max-width: 540px;
    margin: 0 auto 50px
}

@media (min-width:768px) {
    .friendly-warning__subtitle {
        margin: 0 auto 70px
    }
}

@media (min-width:1024px) {
    .friendly-warning__subtitle {
        margin: 0 auto 60px
    }
}

@media (min-width:1440px) {
    .friendly-warning__subtitle {
        font-size: 1.7rem;
        line-height: 1.76
    }
}

@media (min-width:1920px) {
    .friendly-warning__subtitle {
        font-size: 2.1rem;
        line-height: 1.52
    }
}

.friendly-warning__items {
    counter-reset: friendly
}

@media (min-width:1024px) {
    .friendly-warning__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }
}

.friendly-warning__item {
    position: relative;
    max-width: 540px;
    min-height: 100px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.friendly-warning__item:after {
    counter-increment: friendly;
    content: counter(friendly);
    font-size: 14rem;
    font-weight: 900;
    color: #f4f3f5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (min-width:1024px) {
    .friendly-warning__item {
        width: 45%;
        margin: 0 0 100px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .friendly-warning__item:after {
        font-size: 18rem;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media (min-width:1440px) {
    .friendly-warning__item:after {
        -webkit-transform: translate(0, -55%);
        -ms-transform: translate(0, -55%);
        transform: translate(0, -55%)
    }
}

@media (min-width:1920px) {
    .friendly-warning__item:after {
        -webkit-transform: translate(0, -70%);
        -ms-transform: translate(0, -70%);
        transform: translate(0, -70%)
    }
}

@media (min-width:1440px) {
    .friendly-warning__item {
        width: 20%;
        margin: 0
    }
}

.friendly-warning__text {
    line-height: 1.5;
    position: relative;
    z-index: 2
}

@media (min-width:1440px) {
    .friendly-warning__text {
        font-size: 1.7rem;
        line-height: 1.76
    }
}

@media (min-width:1920px) {
    .friendly-warning__text {
        font-size: 2.1rem;
        line-height: 1.52
    }
}

.good-use {
    padding: 48px 0 64px;
    text-align: center
}

@media (min-width:768px) {
    .good-use {
        padding: 90px 0 83px
    }
}

@media (min-width:1440px) {
    .good-use {
        padding: 105px 0 50px
    }
}

.good-use__inner {
    margin: 0 auto;
    max-width: 550px
}

@media (min-width:1440px) {
    .good-use__inner {
        max-width: 1200px
    }
}

.good-use__title {
    margin: 0 0 20px
}

.good-use__subtitle {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .good-use__subtitle {
        font-size: 1.8rem
    }
}

@media (min-width:1440px) {
    .good-use__subtitle {
        margin-bottom: 100px
    }
}

@media (min-width:768px) {
    .good-use__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.good-use__item {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px
}

.good-use__item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .good-use__item {
        width: 50%
    }
}

@media (min-width:1440px) {
    .good-use__item {
        width: 25%
    }
    .good-use__item:last-child {
        margin-bottom: 60px
    }
}

.good-use__item dt {
    line-height: .67;
    font-size: 3.6rem;
    color: #014abd;
    margin: 0 0 30px
}

.good-use__item dt.line-through {
    text-decoration: line-through
}

.good-use__item dd {
    font-size: 1.6rem;
    line-height: 1.63;
    margin: 0
}

.header {
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    border-bottom: 1px solid #fafafa
}

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

@media (min-width:768px) {
    .header__inner {
        padding: 0 34px
    }
}

@media (min-width:1024px) {
    .header__inner {
        padding: 0 74px
    }
}

@media (min-width:1440px) {
    .header__inner {
        padding: 0 85px
    }
}

@media (min-width:1920px) {
    .header__inner {
        padding: 0 185px
    }
}

.header__logo {
    padding: 3px 10px 0 0
}

@media (min-width:768px) {
    .header__logo {
        padding: 6px 51px 0 0
    }
}

@media (min-width:1024px) {
    .header__logo {
        padding: 3px 50px 0 0
    }
}

@media (min-width:1440px) {
    .header__logo {
        padding: 0 71px 0 0
    }
}

@media (min-width:1920px) {
    .header__logo {
        padding: 0 100px 0 0
    }
}

.header__logo a {
    display: block
}

.header__logo img {
    vertical-align: bottom;
    width: 93px
}

@media (min-width:768px) {
    .header__logo img {
        vertical-align: top;
        width: 165px
    }
}

@media (min-width:1440px) {
    .header__logo img {
        width: 176px
    }
}

.header__menu {
    margin: 0 0 0 auto
}

@media (max-width:860px) {
    .header__menu:nth-of-type(1) {
        margin-right: 10px;
    }
}
@media (min-width:768px) {
    .header__menu {
        /*margin: 0*/
    }
}

.header__menu+.header__menu {
    margin: 0 0 0 20px
}

@media (min-width:768px) {
    .header__menu+.header__menu {
        margin: 0 0 0 33px
    }
}

@media (min-width:1024px) {
    .header__menu+.header__menu {
        margin: 0 0 0 36px
    }
}

@media (min-width:1440px) {
    .header__menu+.header__menu {
        margin: 0 0 0 53px
    }
}

@media (min-width:1920px) {
    .header__menu+.header__menu {
        margin: 0 0 0 45px
    }
}

.header__lang {
    margin: 0 20px 0 auto;
    display: none;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .4px;
    font-weight: 700
}

.header__lang a {
    color: #000
}

@media (min-width:768px) {
    .header__lang {
        display: block
    }
}

@media (min-width:1920px) {
    .header__lang {
        font-size: 1.4rem
    }
}

.header__contacts {
    margin: 0 0 0 auto;
    font-weight: 700;
    font-size: 1.2rem;
    display: none
}

@media (min-width:768px) {
    .header__contacts {
        display: block
    }
}

@media (min-width:1920px) {
    .header__contacts {
        font-size: 1.4rem
    }
}

.header__contacts a {
    border-bottom: none;
    color: #000
}

.header__lang+.header__contacts {
    margin: 0
}

.header__basket,
.meeting__more a {
    margin: 0 0 0 10px
}

@media (min-width:1280px) {
    .header__basket {
        margin: 0 0 0 20px
    }
}

.how-works {
    padding-top: 54px;
    padding-bottom: 62px;
    background-color: #f1f6ff
}

@media (min-width:1024px) {
    .how-works {
        padding-top: 82px;
        padding-bottom: 92px
    }
}

@media (min-width:768px) {
    .how-works__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 755px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1024px) {
    .how-works__inner {
        max-width: 1024px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1440px) {
    .how-works__inner {
        max-width: 1440px
    }
}

@media (min-width:1920px) {
    .how-works__inner {
        max-width: 1920px
    }
}

@media (min-width:1024px) {
    .how-works_align-left .how-works__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.how-works__item {
    text-align: center;
    margin-bottom: 75px
}

.how-works__item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .how-works__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .how-works__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .how-works__item:nth-child(even) .how-works__img-wrapp {
        text-align: right
    }
}

@media (min-width:1024px) {
    .how-works__item {
        width: 25%;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .how-works__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .how-works__item:nth-child(even) .how-works__img-wrapp {
        text-align: center
    }
    .how-works_align-left .how-works__item {
        margin: 0 0 60px
    }
}

@media (min-width:768px) {
    .how-works__img-wrapp {
        width: 40%;
        text-align: left
    }
}

@media (min-width:1024px) {
    .how-works__img-wrapp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 142px;
        text-align: center;
        margin-bottom: 45px
    }
    .how-works_align-left .how-works__img-wrapp {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.how-works__img {
    margin-bottom: 45px
}

@media (min-width:768px) {
    .how-works__img {
        margin-bottom: 0
    }
}

.how-works__title {
    color: #2b1b35;
    font-size: 1.8rem;
    line-height: 1.44;
    margin-bottom: 15px;
    font-weight: 800
}

@media (min-width:768px) {
    .how-works__text-wrapp {
        width: 60%;
        text-align: left;
        padding-right: 50px
    }
}

@media (min-width:1024px) {
    .how-works__text-wrapp {
        width: 100%;
        text-align: center;
        padding-right: 0
    }
    .how-works_align-left .how-works__text-wrapp {
        text-align: left;
        padding: 0 20px 0 0
    }
}

.how-works__text {
    color: #2b1b35;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    max-width: 185px;
    margin: 0 auto 25px
}

@media (min-width:768px) {
    .how-works__text {
        max-width: 100%
    }
}

@media (min-width:1440px) {
    .how-works__text {
        font-size: 1.8rem;
        line-height: 1.56
    }
}

.blog-list__dots .slick-dots li,
.blog-slider__dots .slick-dots li,
.lang {
    padding: 0;
    margin: 0
}

.lang__inner {
    display: none
}

.lear-more {
    border-bottom: none;
    letter-spacing: 1.1px;
    font-weight: 600;
    font-size: 1.1rem
}

.lear-more_chrystal {
    display: none
}

@media (min-width:768px) {
    .lear-more_chrystal {
        display: inline-block
    }
}

.lear-more_catalog-banner {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width:1024px) {
    .lear-more_catalog-banner {
        display: inline-block;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        background-color: #fff;
        color: #000;
        padding: 13px 40px
    }
    .lear-more_catalog-banner .icon {
        display: none
    }
}

@media (min-width:1920px) {
    .lear-more_catalog-banner {
        font-size: 1.4rem
    }
}

@media (min-width:1024px) {
    .lear-more_compare {
        color: #fff;
        background-color: #0049bc;
        -webkit-transition: color .15s, background .15s, border .15s;
        transition: color .15s, background .15s, border .15s
    }
    .lear-more_compare:hover {
        color: #0049bc;
        background: #fff
    }
}

@media (min-width:768px) {
    .lear-more {
        font-size: 1.2rem
    }
}

@media (min-width:1920px) {
    .lear-more {
        font-size: 1.4rem
    }
}

.lear-more_slider-desc {
    color: #fff;
    font-weight: 900;
    letter-spacing: .8px;
    font-size: 1.5rem;
    line-height: 1.15;
    display: inline-block
}

.lear-more_slider-desc:hover {
    color: rgba(255, 255, 255, .7)
}

.lear-more .text,
.lear-more_slider-desc {
    text-transform: uppercase
}

.lear-more .icon {
    vertical-align: 0;
    margin-left: 3px
}

.lear-more .icon .svg-arrow-icon {
    width: 5px;
    height: 8px
}

.main-categories {
    background: #f1f6ff;
    overflow: hidden
}

.main-categories__item,
.main-categories__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.main-categories__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px -1px 0
}

.main-categories__item {
    position: relative;
    border: none;
    padding: 32px 26px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    overflow: hidden;
    min-height: 240px;
    margin: 0;
    width: 100%
}

@media (min-width:768px) {
    .main-categories__item {
        min-height: 256px;
        padding: 42px 75px 50px
    }
}

@media (min-width:1024px) {
    .main-categories__item {
        width: 50%;
        min-height: 350px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media (min-width:1440px) {
    .main-categories__item {
        min-height: 290px;
        padding: 38px 85px 41px
    }
}

@media (min-width:1920px) {
    .main-categories__item {
        min-height: 384px;
        padding: 48px 113px 54px
    }
}

.main-categories__bg {
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 300ms cubic-bezier(.42, 0, .58, 1) 100ms;
    transition: opacity 300ms cubic-bezier(.42, 0, .58, 1) 100ms
}

@media (min-width:1024px) {
    .main-categories__bg {
        left: 1px;
        right: 1px
    }
}

.main-categories__item:hover .main-categories__bg {
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(.42, 0, .58, 1);
    transition: opacity 300ms cubic-bezier(.42, 0, .58, 1)
}

.main-categories__inner {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.main-categories__title {
    margin: 0 0 21px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.29
}

@media (min-width:768px) {
    .main-categories__title {
        font-size: 1.9rem;
        line-height: 1.16
    }
}

@media (min-width:1024px) {
    .main-categories__title {
        font-size: 2.1rem;
        line-height: 1.24
    }
}

@media (min-width:1920px) {
    .main-categories__title {
        font-size: 2.6rem;
        line-height: 1.23
    }
}

.main-categories__text {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: opacity 300ms cubic-bezier(.42, 0, .58, 1), -webkit-transform 300ms cubic-bezier(.42, 0, .58, 1);
    transition: opacity 300ms cubic-bezier(.42, 0, .58, 1), transform 300ms cubic-bezier(.42, 0, .58, 1);
    transition: opacity 300ms cubic-bezier(.42, 0, .58, 1), transform 300ms cubic-bezier(.42, 0, .58, 1), -webkit-transform 300ms cubic-bezier(.42, 0, .58, 1);
    display: none;
    margin-bottom: 50px;
    max-width: 100%
}

@media (min-width:1024px) {
    .main-categories__text {
        display: block
    }
}

.main-categories__item:hover .main-categories__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 300ms cubic-bezier(.42, 0, .58, 1) 100ms, -webkit-transform 300ms cubic-bezier(.42, 0, .58, 1) 100ms;
    transition: opacity 300ms cubic-bezier(.42, 0, .58, 1) 100ms, transform 300ms cubic-bezier(.42, 0, .58, 1) 100ms;
    transition: opacity 300ms cubic-bezier(.42, 0, .58, 1) 100ms, transform 300ms cubic-bezier(.42, 0, .58, 1) 100ms, -webkit-transform 300ms cubic-bezier(.42, 0, .58, 1) 100ms
}

.main-categories__link {
    margin: auto 0 0;
    white-space: nowrap;
    width: 100%
}

@media (min-width:768px) {
    .main-categories__link {
        width: auto
    }
}

.main-categories__link .button {
    padding: 15px 50px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #fff;
    text-transform: uppercase;
    background: #0049bc;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #0049bc;
    line-height: 1.1;
    text-align: center;
    width: 100%;
    -webkit-transition: all 300ms cubic-bezier(.42, 0, .58, 1);
    transition: all 300ms cubic-bezier(.42, 0, .58, 1)
}

@media (min-width:1024px) {
    .main-categories__link .button {
        padding: 15px 18px 12px 19px
    }
}

.main-categories__link .text {
    overflow: hidden;
    display: inline-block;
    -webkit-transition: max-width 300ms cubic-bezier(.42, 0, .58, 1);
    transition: max-width 300ms cubic-bezier(.42, 0, .58, 1);
    max-width: 200px
}

@media (min-width:1024px) {
    .main-categories__link .text {
        max-width: 0
    }
}

.main-categories__link .icon {
    vertical-align: -1px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: max-width 300ms cubic-bezier(.42, 0, .58, 1);
    transition: max-width 300ms cubic-bezier(.42, 0, .58, 1);
    max-width: 0
}

@media (min-width:1024px) {
    .main-categories__link .icon {
        max-width: 7px
    }
    .main-categories__item:hover .main-categories__link .button {
        padding: 15px 50px 12px;
        -webkit-transition: all 300ms cubic-bezier(.42, 0, .58, 1) 100ms;
        transition: all 300ms cubic-bezier(.42, 0, .58, 1) 100ms
    }
    .main-categories__item:hover .main-categories__link .icon,
    .main-categories__item:hover .main-categories__link .text {
        -webkit-transition: max-width 300ms cubic-bezier(.42, 0, .58, 1) 100ms;
        transition: max-width 300ms cubic-bezier(.42, 0, .58, 1) 100ms
    }
    .main-categories__item:hover .main-categories__link .text {
        max-width: 200px
    }
    .main-categories__item:hover .main-categories__link .icon {
        max-width: 0
    }
}

.main-slider {
    overflow: hidden;
    position: relative;
    background-color: #0049bb
}

.main-slider .slick-track {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.main-slider__item {
    position: relative;
    display: none;
    outline: none
}

.main-slider__item:first-child {
    display: block
}

.main-slider__item.slick-slide {
    opacity: 1!important;
    float: none!important;
    height: auto!important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:1024px) {
    .main-slider__item.slick-slide {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.main-slider__image {
    display: block;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 205px
}

@media (min-width:768px) {
    .main-slider__image {
        height: 480px
    }
}

@media (min-width:1024px) {
    .main-slider__image {
        background-position: 50% 50%;
        position: absolute;
        top: 0;
        height: 100%;
        left: 50%;
        right: 0;
        overflow: hidden
    }
}

@media (min-width:1280px) {
    .main-slider__image {
        left: -webkit-calc(50vw - 34.3%/2);
        left: calc(50vw - 34.3%/2)
    }
}

@media (min-width:1920px) {
    .main-slider__image {
        left: -webkit-calc(50vw - 35.5%/2);
        left: calc(50vw - 35.5%/2)
    }
}

.slick-slider .main-slider__image {
    -webkit-transition: opacity 0s ease .8s, -webkit-transform .5s ease .8s;
    transition: transform .5s ease .8s, opacity 0s ease .8s;
    transition: transform .5s ease .8s, opacity 0s ease .8s, -webkit-transform .5s ease .8s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.main-slider__item.slick-active .main-slider__image {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 0s ease .3s, -webkit-transform .5s ease .3s;
    transition: transform .5s ease .3s, opacity 0s ease .3s;
    transition: transform .5s ease .3s, opacity 0s ease .3s, -webkit-transform .5s ease .3s
}

@media (min-width:1024px) {
    .main-slider_content-right .main-slider__image {
        left: 0;
        right: 50%;
        overflow: hidden
    }
}

@media (min-width:1280px) {
    .main-slider_content-right .main-slider__image {
        right: -webkit-calc(50vw - 34.3%/2);
        right: calc(50vw - 34.3%/2)
    }
}

@media (min-width:1920px) {
    .main-slider_content-right .main-slider__image {
        right: -webkit-calc(50vw - 35.5%/2);
        right: calc(50vw - 35.5%/2)
    }
}

.main-slider__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:1024px) {
    .main-slider__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%
    }
}

@media (min-width:1920px) {
    .main-slider__inner {
        padding: 0 185px
    }
}

@media (min-width:1024px) {
    .main-slider_content-right .main-slider__inner {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.main-slider__content {
    margin: 0 -25px;
    padding: 17px 25px;
    background: #0049bc;
    color: #fff;
    position: relative;
    min-height: 182px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.slick-slider .main-slider__content {
    padding: 17px 25px 48px
}

@media (min-width:768px) {
    .main-slider__content {
        margin: 0 -75px;
        padding: 38px 75px;
        min-height: 382px
    }
    .slick-slider .main-slider__content {
        padding: 38px 75px 99px
    }
}

@media (min-width:1024px) {
    .main-slider__content {
        width: 50%;
        padding: 38px 57px 38px 0;
        min-height: 480px;
        margin: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .slick-slider .main-slider__content {
        padding: 38px 57px 110px 0
    }
    .main-slider__content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 9999px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #0049bc
    }
}

@media (min-width:1280px) {
    .main-slider__content {
        width: 34.3%;
        padding: 79px 61px 79px 0;
        min-height: 575px
    }
    .slick-slider .main-slider__content {
        padding: 79px 61px 129px 0
    }
}

@media (min-width:1920px) {
    .main-slider__content {
        width: 35.5%;
        padding: 108px 90px 149px 0;
        min-height: 760px
    }
    .slick-slider .main-slider__content {
        padding: 108px 90px 108px 0
    }
}

.main-slider__item.slick-slide .main-slider__content {
    opacity: 0;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s
}

.main-slider__item.slick-active .main-slider__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media (min-width:1024px) {
    .main-slider_content-right .main-slider__content {
        padding: 38px 0 38px 57px
    }
    .slick-slider .main-slider_content-right .main-slider__content {
        padding: 38px 0 110px 57px
    }
    .main-slider_content-right .main-slider__content:after {
        left: auto;
        right: -9999px;
        width: 9999px;
        background: #0049bc;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width:1280px) {
    .main-slider_content-right .main-slider__content {
        width: 34.3%;
        padding: 79px 0 79px 61px;
        min-height: 575px
    }
    .slick-slider .main-slider_content-right .main-slider__content {
        padding: 79px 0 129px 61px
    }
}

@media (min-width:1920px) {
    .main-slider_content-right .main-slider__content {
        width: 35.5%;
        padding: 108px 0 149px 90px;
        min-height: 760px
    }
    .slick-slider .main-slider_content-right .main-slider__content {
        padding: 108px 0 108px 90px
    }
}

.main-slider__title {
    margin: 0;
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.18
}

@media (min-width:768px) {
    .main-slider__title {
        font-size: 2.8rem;
        line-height: 1.142857142857143
    }
}

@media (min-width:1440px) {
    .main-slider__title {
        font-size: 3.4rem;
        line-height: 1.117647058823529;
        margin: 0 0 20px
    }
}

@media (min-width:1920px) {
    .main-slider__title {
        font-size: 4rem;
        line-height: 1.1
    }
}

.main-slider__title_size-big {
    font-size: 2.6rem;
    line-height: 1.153846153846154
}

@media (min-width:768px) {
    .main-slider__title_size-big {
        font-size: 3.2rem;
        line-height: 1.125
    }
}

@media (min-width:1440px) {
    .main-slider__title_size-big {
        font-size: 4rem;
        line-height: 1.1
    }
}

@media (min-width:1920px) {
    .main-slider__title_size-big {
        font-size: 4.8rem;
        line-height: 1.041666666666667
    }
}

.main-slider__text {
    display: none;
    margin: 0
}

@media (min-width:768px) {
    .main-slider__text {
        display: block;
        margin: 0 0 1.5em
    }
}

.main-slider__desc {
    display: none
}

@media (min-width:768px) {
    .main-slider__desc {
        display: block
    }
}

.main-slider__more-inner {
    margin: -10px
}

@media (min-width:768px) {
    .main-slider__more_with-margin {
        margin: 45px 0 0
    }
}

@media (min-width:1024px) {
    .main-slider__more_with-margin {
        margin: 51px 0 0
    }
}

@media (min-width:1280px) {
    .main-slider__more_with-margin {
        margin: 62px 0 0
    }
}

@media (min-width:1920px) {
    .main-slider__more_with-margin {
        margin: 159px 0 0
    }
}

.main-slider__link {
    color: #fff;
    line-height: 1.15;
    display: inline-block;
    font-size: 1.5rem;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
    margin: 10px
}

.main-slider__link:hover {
    color: rgba(255, 255, 255, .7)
}

.main-slider__link:focus {
    outline: none
}

.main-slider__link .icon {
    display: inline-block;
    vertical-align: 0;
    line-height: 0;
    margin: 0 0 0 .5em
}

.main-slider__link .text {
    text-transform: uppercase;
    letter-spacing: .8px
}

.main-slider__link_strong .text {
    font-weight: 900
}

.main-slider__link_bg-blue,
.main-slider__link_bg-white,
.main-slider__link_border {
    border: 1px solid rgba(255, 255, 255, .38);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-align: center;
    display: inline-block
}

.main-slider__link_bg-blue .icon,
.main-slider__link_bg-white .icon,
.main-slider__link_border .icon {
    vertical-align: -1px
}

.main-slider__link_bg-white:hover,
.main-slider__link_border:hover {
    background-color: #fff;
    color: #0049bc
}

.main-slider__link_bg-blue {
    background-color: #0049bc;
    border-color: #fff
}

.main-slider__link_bg-blue:hover,
.main-slider__link_bg-white {
    border-color: #0049bc;
    background-color: #fff;
    color: #0049bc
}

.main-slider__link_bg-white {
    border-color: #fff
}

.main-slider__dots,
.menu:after {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0
}

.menu:after {
    content: "";
    height: 2px;
    bottom: 0;
    left: 100%;
    background: #0049bc;
    -webkit-transition: left .15s;
    transition: left .15s
}

@media (min-width:768px) {
    .main-slider__dots {
        bottom: 40px
    }
}

@media (min-width:1024px) {
    .main-slider__dots {
        bottom: 48px
    }
}

@media (min-width:1440px) {
    .main-slider__dots {
        bottom: 57px
    }
}

@media (min-width:1920px) {
    .main-slider__dots .g-wrapper {
        padding: 0 185px
    }
}

@media (min-width:1024px) {
    .main-slider__dots-inner {
        float: left;
        width: 50%;
        padding: 0 57px 0 0
    }
}

@media (min-width:1280px) {
    .main-slider__dots-inner {
        width: 34.3%;
        padding: 0 61px 0 0
    }
}

@media (min-width:1920px) {
    .main-slider__dots-inner {
        width: 35.5%;
        padding: 0 90px 0 0
    }
}

.main-slider__dots-inner ul {
    padding: 0;
    list-style: none;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin: 0 -10px
}

.main-slider__dots-inner ul li button:hover {
    background: #fff
}

.main-slider__dots-inner ul li.slick-active button {
    background: #fff;
    cursor: default
}

@media (min-width:1024px) {
    .main-slider_content-right .main-slider__dots-inner {
        float: right;
        padding: 0 0 0 57px
    }
}

@media (min-width:1280px) {
    .main-slider_content-right .main-slider__dots-inner {
        width: 34.3%;
        padding: 0 0 0 61px
    }
}

@media (min-width:1920px) {
    .main-slider_content-right .main-slider__dots-inner {
        width: 35.5%;
        padding: 0 0 0 90px
    }
}

.meeting {
    font-size: 18px
}

@media (min-width:768px) {
    .meeting {
        font-size: 21px
    }
}

.meeting .heading2 {
    max-width: 380px
}

@media (min-width:1920px) {
    .meeting .heading2 {
        max-width: 580px
    }
}

.meeting__buttons {
    margin: 44px 0 0
}

@media (min-width:1024px) {
    .meeting__buttons {
        margin: 130px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.meeting .button {
    font-size: inherit;
    padding: 21px 10px 19px;
    text-transform: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width:1024px) {
    .meeting .button {
        padding: 21px 50px 19px;
        width: auto
    }
}

.meeting__select-country {
    margin: 20px 0 0
}

@media (min-width:1024px) {
    .meeting__select-country {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 0 0 30px
    }
}

.meeting__more {
    margin: 22px 0 0
}

.menu {
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: .9px;
    text-transform: uppercase;
    position: relative;
    margin: 0
}

body.touch .menu {
    cursor: pointer
}

@media (min-width:768px) {
    .menu {
        margin: 0 -25px;
        font-size: 1.2rem
    }
}

@media (min-width:1024px) {
    .menu {
        margin: 0 -25px
    }
}

@media (min-width:1280px) {
    .menu {
        margin: 0 -28px
    }
}

@media (min-width:1920px) {
    .menu {
        font-size: 1.4rem;
        margin: 0 -22px
    }
}

@media (min-width:1280px) {
    .menu:after {
        content: none
    }
}

.menu.hovered:after, .menu-product.hovered .menu-product__title:after {
    left: 0;
}

@media (min-width: 860px) {
    .menu-product:hover .menu-product__title:after,
    .menu:hover:after, .menu.hovered:after {
        left: 0
    }
}

.menu__inner {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    background: #f1f6ff;
    display: block;
    -webkit-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s;
    right: 0
}

@media (min-width:768px) {
    .menu__inner {
        right: auto;
        left: 0
    }
}

@media (min-width:1280px) {
    .menu__inner {
        position: static;
        overflow: visible;
        max-height: none;
        background: 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.menu:hover .menu__inner, .menu.hovered .menu__inner {
    z-index: 100
}

@media (max-width:860px) {
    .menu-product.hovered .menu-product__inner {
        max-height: 2000px;
    }

    .menu.hovered .menu__inner {
        max-height: 2000px;
        padding: 20px 0
    }
}

@media (min-width:1280px) {
    .menu__title {
        display: none
    }
}

.menu__item,
.menu__title {
    white-space: nowrap
}

.menu__item>a,
.menu__item>span,
.menu__title>a,
.menu__title>span {
    display: block;
    border-bottom: none;
    color: #000;
    padding: 26px 0 24px;
    -webkit-transition: color .15s, background .15s;
    transition: color .15s, background .15s
}

@media (min-width:1024px) {
    .menu__item>a,
    .menu__item>span,
    .menu__title>a,
    .menu__title>span {
        padding: 34px 25px 36px
    }
}

@media (min-width:1280px) {
    .menu__item>a,
    .menu__item>span,
    .menu__title>a,
    .menu__title>span {
        padding: 42px 28px 38px
    }
}

@media (min-width:1920px) {
    .menu__item>a,
    .menu__item>span,
    .menu__title>a,
    .menu__title>span {
        padding: 47px 22px 49px
    }
}

.menu-product__title>a:hover,
.menu-product__title>span:hover,
.menu__item>a:hover,
.menu__item>span:hover,
.menu__title>a:hover,
.menu__title>span:hover {
    color: #0049bc
}

.menu__item a {
    padding: 13px 25px
}

@media (min-width:1280px) {
    .menu__item a {
        padding: 42px 16px 38px
    }
}

@media (min-width:1920px) {
    .menu__item a {
        padding: 47px 22px 49px
    }
}

.menu__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 2px
}

@media (min-width:768px) {
    .menu__icon {
        margin: 0 0 0 5px
    }
}

.menu__icon .svg-arrow-icon {
    height: 8px
}

.menu-product {
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: .9px;
    text-transform: uppercase;
    margin: 0
}

@media (min-width:768px) {
    .menu-product {
        margin: 0 -25px;
        font-size: 1.2rem;
        position: relative
    }
}

/*@media (min-width:1024px) {*/
    /*.menu-product {*/
        /*margin: 0 -25px*/
    /*}*/
/*}*/

/*@media (min-width:1280px) {*/
    /*.menu-product {*/
        /*margin: 0 -28px*/
    /*}*/
/*}*/

@media (min-width:1920px) {
    .menu-product {
        font-size: 1.4rem;
        /*margin: 0 -22px*/
    }
}

.menu-product__inner {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background: #f1f6ff;
    display: block;
    -webkit-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s;
    right: 0;
    /*left: 0;*/
    z-index: 1000
}

@media (min-width:768px) {
    .menu-product__inner {
        right: auto
    }
}


@media (min-width:768px) {
    .menu-product:hover .menu-product__inner {
        max-height: 2000px;
        padding: 20px 0;
        z-index: 100
    }
}

@media (min-width:1024px) {
    .menu-product:hover .menu-product__inner,  .menu-product.hovered .menu-product__inner {
        padding: 0
    }
}

.menu-product__title {
    white-space: nowrap;
    position: relative
}

.menu-product__title>a,
.menu-product__title>span {
    display: block;
    border-bottom: none;
    color: #000;
    padding: 26px 0 24px;
    -webkit-transition: color .15s, background .15s;
    transition: color .15s, background .15s
}

.menu2 .menu-product__title>a{
    padding: 13px 25px;
}
@media (min-width: 1280px) {
    .menu2 .menu-product__title > a, .menu-product__title > span {
        padding: 42px 28px 38px;
    }
}
@media (min-width:768px) {
    .menu-product__title>a,
    .menu-product__title>span {
        padding: 26px 25px 24px
    }
}

@media (min-width:1024px) {
    .menu-product__title>a,
    .menu-product__title>span {
        padding: 34px 25px 36px
    }
}

@media (min-width:1280px) {
    .menu-product__title>a,
    .menu-product__title>span {
        padding: 42px 28px 38px
    }
}

@media (min-width:1920px) {
    .menu-product__title>a,
    .menu-product__title>span {
        padding: 47px 22px 49px
    }
}

.menu-product__title:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 100%;
    right: 0;
    background: #0049bc;
    -webkit-transition: left .15s;
    transition: left .15s
}
.menu-product-fix{

}
/*@media (min-width:1024px) {*/
    /*.menu-product__group {*/
        /*display: -webkit-box;*/
        /*display: -webkit-flex;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-webkit-box-align: stretch;*/
        /*-webkit-align-items: stretch;*/
        /*-ms-flex-align: stretch;*/
        /*align-items: stretch;*/
        /*border-bottom: 1px solid #dfe2e7*/
    /*}*/
/*}*/

.menu-product__item {
    border: none;
    color: #000;
    font-weight: 700;
    padding: 13px 25px;
    display: block
}

/*@media (min-width:1024px) {*/
    /*.menu-product__item {*/
        /*width: 250px;*/
        /*display: -webkit-box;*/
        /*display: -webkit-flex;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*border-left: 1px solid #dfe2e7;*/
        /*padding: 25px 25px 0;*/
        /*-webkit-box-flex: 1;*/
        /*-webkit-flex: 1 0 auto;*/
        /*-ms-flex: 1 0 auto;*/
        /*flex: 1 0 auto*/
    /*}*/
/*}*/

@media (min-width:1920px) {
    .menu-product__item {
   /*     width: 300px */
    }
}

.menu-product__item:hover {
    color: #0049bc
}

.menu-product__item:first-child {
    border: none
}

/*@media (min-width:1024px) {*/
    /*.menu-product__group.text .menu-product__item {*/
        /*padding: 30px 25px*/
    /*}*/
/*}*/

@media (min-width: 860px) {
    .menu-product__name {
       white-space: nowrap;
    }
}

@media (max-width: 860px) {
    .menu2 .menu-product__title a {
        min-width: 206px;
    }

    .menu-product__name {
        line-height: 17px;
        min-width: 156px;
    }

    .menu-product__inner, .menu__inner {
        left: auto;
        right: 0
    }
}

.menu-product__name .icon {
    display: none;
    vertical-align: -1px;
    -webkit-transition: margin .15s;
    transition: margin .15s
}

@media (min-width:1024px) {
    .menu-product__name .icon {
        display: inline
    }
}

.menu-product__item:hover .menu-product__name .icon {
    margin-left: 5px
}

.menu-product__image {
    display: none;
    text-align: center;
    margin: auto 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width:1024px) {
    .menu-product__image {
        display: block
    }
}

.blog-detail__content .image-full img,
.menu-product__image img {
    vertical-align: top;
    width: 100%
}

.no-results {
    padding: 25px 0 35px;
    text-align: center
}

.no-results.is-hidden {
    display: none
}

@media (min-width:768px) {
    .no-results {
        padding: 65px 0 60px
    }
}

@media (min-width:1440px) {
    .no-results {
        padding: 120px 0 110px
    }
}

.no-results__icon svg {
    width: 89px;
    height: 89px
}

.no-results__title {
    color: #b1b1b1;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.29
}

.not-found {
    padding-top: 165px;
    height: 360px;
    background: url(/static/images/404.png) no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width:768px) {
    .not-found {
        padding-top: 355px;
        height: 715px
    }
}

@media (min-width:1024px) {
    .not-found {
        padding-top: 365px;
        height: 765px
    }
}

@media (min-width:1440px) {
    .not-found {
        padding-top: 375px;
        height: 888px
    }
}

@media (min-width:1920px) {
    .not-found {
        padding-top: 500px;
        height: 952px;
        background-position: 50% 3%
    }
}

@media (min-width:2560px) {
    .not-found {
        padding-top: 715px;
        height: 1700px
    }
}

.not-found__inner {
    text-align: center
}

.not-found__title {
    font-size: 2.6rem;
    line-height: 1.15;
    text-align: center;
    color: #fff;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .not-found__title {
        font-size: 32px;
        line-height: 1.13;
        margin-bottom: 25px
    }
}

@media (min-width:1440px) {
    .not-found__title {
        font-size: 4rem;
        line-height: 1.1
    }
}

@media (min-width:1920px) {
    .not-found__title {
        font-size: 4.8rem;
        line-height: 1.04
    }
}

@media (min-width:2560px) {
    .not-found__title {
        font-size: 5.8rem
    }
}

.not-found__text,
ul.product-card-list__properties li:after {
    display: none
}

@media (min-width:768px) {
    .not-found__text {
        display: block;
        max-width: 490px;
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin: 0 auto 45px
    }
}

@media (min-width:1024px) {
    .not-found__text {
        max-width: 545px
    }
}

@media (min-width:1440px) {
    .not-found__text {
        max-width: 680px
    }
}

@media (min-width:1920px) {
    .not-found__text {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.44;
        max-width: 760px
    }
}

@media (min-width:2560px) {
    .not-found__text {
        font-size: 2.2rem;
        max-width: 920px
    }
}

.not-found__button {
    border: 1px solid #fff;
    background: #fff;
    color: #0049bc;
    padding-left: 36px;
    padding-right: 36px;
    position: relative
}

.not-found__button span {
    padding-right: 6px;
    display: inline-block;
    vertical-align: middle
}

.not-found__button>svg {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    fill: #0049bc!important
}

.other-filters {
    text-align: center;
    padding: 50px 0 55px
}

@media (min-width:1024px) {
    .other-filters {
        padding: 70px 0 75px
    }
}

@media (min-width:1440px) {
    .other-filters {
        padding: 80px 0 85px
    }
}

.other-filters__head {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 1.9rem
}

@media (min-width:768px) {
    .other-filters__head {
        font-size: 2.8rem;
        margin-bottom: 60px
    }
}

@media (min-width:1440px) {
    .other-filters__head {
        font-size: 3.4rem;
        margin-bottom: 70px
    }
}

@media (min-width:1024px) {
    .other-filters__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.other-filters__item {
    margin: 0 auto 45px;
    max-width: 350px
}

.other-filters__item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .other-filters__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 600px
    }
    .other-filters__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .other-filters__item:nth-child(even) .other-filters__img-wrapp {
        text-align: right
    }
}

@media (min-width:1024px) {
    .other-filters__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        max-width: 100%;
        margin-bottom: 0
    }
    .other-filters__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .other-filters__item:nth-child(even) .other-filters__img-wrapp {
        text-align: center
    }
}

@media (min-width:768px) {
    .other-filters__img-wrapp {
        width: 40%
    }
}

@media (min-width:1024px) {
    .other-filters__img-wrapp {
        width: 100%;
        height: 170px;
        margin-bottom: 30px
    }
}

.other-filters__img {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .other-filters__text-wrapp {
        width: 60%
    }
}

@media (min-width:1024px) {
    .other-filters__text-wrapp {
        width: 70%
    }
}

@media (min-width:1440px) {
    .other-filters__text-wrapp {
        width: 80%
    }
}

.other-filters__title {
    margin-top: 0;
    font-size: 1.8rem
}

.other-filters__subtitle {
    font-size: 1.6rem
}

@media (min-width:1440px) {
    .other-filters__subtitle {
        font-size: 1.8rem
    }
}

.our-customers {
    margin: 60px 0 80px
}

@media (min-width:768px) {
    .our-customers {
        margin: 90px 0 130px
    }
}

@media (min-width:1024px) {
    .our-customers {
        margin: 90px 0 70px
    }
}

.our-customers__title {
    text-align: center;
    margin-bottom: 60px
}

@media (min-width:1024px) {
    .our-customers__title {
        margin-bottom: 90px
    }
}

.our-customers__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

.our-customers__list-item {
    width: 50%;
    padding: 0 15px;
    text-align: center;
    position: relative
}

@media (min-width:1024px) {
    .our-customers__list-item {
        width: 25%;
        margin-bottom: 50px
    }
}

@media (min-width:1440px) {
    .our-customers__list-item {
        width: 16.666666666666668%;
        margin-bottom: 60px
    }
}

.our-customers__list-item img {
    max-width: 100%
}

/*
a.our-customers__list-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .71);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
*/

a.our-customers__list-item:hover:after {
    background-color: rgba(255, 255, 255, .71);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.our-products {
    margin: 45px 0 50px;
    text-align: center
}

@media (min-width:1024px) {
    .our-products {
        padding: 70px 0 75px
    }
}

@media (min-width:1440px) {
    .our-products {
        padding: 80px 0 85px
    }
}

.our-products__head {
    margin-top: 0;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .our-products__head {
        margin-bottom: 60px
    }
}

@media (min-width:1440px) {
    .our-products__head {
        margin-bottom: 70px
    }
    .our-products__items {
        position: relative;
        max-width: 1480px;
        margin: 0 auto
    }
}

.our-products__item {
    margin: 0 auto 45px;
    padding-bottom: 45px;
    max-width: 350px
}

.our-products__item:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #dfe2e7;
    width: 150%;
    left: -50%;
    margin-top: 45px
}

@media (min-width:768px) {
    .our-products__item:after {
        width: 200%;
        margin-top: 0;
        bottom: 0
    }
}

.our-products__item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .our-products__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 618px;
        position: relative
    }
    .our-products__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .our-products__item:nth-child(even) .our-products__img-wrapp {
        text-align: right
    }
}

@media (min-width:1024px) {
    .our-products__item {
        max-width: 770px
    }
}

@media (min-width:1440px) {
    .our-products__item {
        position: absolute;
        width: 320px;
        display: block;
        padding: 0;
        margin: 0
    }
    .our-products__item:after {
        display: none
    }
    .our-products__item_pitcher {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .our-products__item_undercounter {
        top: 0;
        right: 0;
        text-align: right
    }
    .our-products__item_catridges {
        bottom: 0;
        right: 0;
        text-align: right
    }
}

@media (min-width:768px) {
    .our-products__img-wrapp {
        width: 40%
    }
}

@media (min-width:1440px) {
    .our-products__img-wrapp {
        display: none
    }
}

.our-products__img {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .our-products__img {
        margin-bottom: 0
    }
    .our-products__text-wrapp {
        width: 60%
    }
}

@media (min-width:1440px) {
    .our-products__text-wrapp {
        width: 100%
    }
}

.our-products__title {
    margin-top: 0;
    font-size: 1.8rem
}

@media (min-width:1440px) {
    .our-products__title {
        font-size: 3.4rem;
        line-height: 1.12
    }
}

.our-products__subtitle {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 300
}

@media (min-width:1440px) {
    .our-products__subtitle {
        font-size: 1.8rem
    }
}

.our-products-changer {
    display: none;
    text-align: center
}

@media (min-width:1440px) {
    .our-products-changer {
        display: block
    }
}

.our-products-changer__img {
    display: none;
    max-width: 100%
}

.our-products-changer__img.show {
    display: inline-block
}

.our-products-changer__btn,
.our-products-changer__btn:after {
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.our-products-changer__btn {
    display: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #0049bc
}

.our-products-changer__btn:after {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #fff;
    left: 50%;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media (min-width:1440px) {
    .our-products-changer__btn {
        display: block
    }
}

.our-products-changer__btn_pitcher {
    right: -160px;
    top: 100px
}

.our-products-changer__btn_undercounter {
    left: -170px
}

.our-products-changer__btn_catridges {
    top: 100px;
    left: -120px
}

.pitcher {
    margin-top: 45px;
    text-align: center;
    overflow: hidden;
    color: #2b1b35
}

@media (min-width:768px) {
    .pitcher {
        margin-top: 70px
    }
}

@media (min-width:1024px) {
    .pitcher {
        margin-top: 80px
    }
}

@media (min-width:1440px) {
    .pitcher {
        margin-top: 50px
    }
}

@media (min-width:1920px) {
    .pitcher {
        margin-top: 90px
    }
}

.pitcher__title {
    margin: 0;
    font-size: 2.2rem;
    padding: 0 25px
}

@media (min-width:768px) {
    .pitcher__title {
        font-size: 2.8rem
    }
}

@media (min-width:1440px) {
    .pitcher__title {
        font-size: 3.4rem
    }
}

@media (min-width:1920px) {
    .pitcher__title {
        font-size: 4rem
    }
}

.pitcher__subtitle {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 15px auto 40px;
    padding: 0 25px;
    max-width: 500px
}

@media (min-width:530px) {
    .pitcher__subtitle {
        padding: 0
    }
}

@media (min-width:768px) {
    .pitcher__subtitle {
        margin: 25px auto 110px
    }
}

@media (min-width:1440px) {
    .pitcher__subtitle {
        font-size: 1.8rem;
        max-width: 585px
    }
}

@media (min-width:1920px) {
    .pitcher__subtitle {
        font-size: 2.1rem;
        max-width: 700px
    }
}

.pitcher__img {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -25px
}

@media (min-width:425px) {
    .pitcher__img {
        height: 230px
    }
}

@media (min-width:600px) {
    .pitcher__img {
        height: 300px
    }
}

@media (min-width:768px) {
    .pitcher__img {
        height: 345px;
        margin-bottom: -33px
    }
}

@media (min-width:960px) {
    .pitcher__img {
        height: 355px;
        background-size: contain
    }
}

@media (min-width:1440px) {
    .pitcher__img {
        height: 460px;
        margin-bottom: -60px
    }
}

@media (min-width:1920px) {
    .pitcher__img {
        height: 500px
    }
}

.new-popup {
    position: fixed;
    top: -200px;
    left: 0;
    width: 0;
    height: 0;
    overflow-y: scroll;
    z-index: 1000;
    background: 0 0;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    text-align: center;
    vertical-align: middle
}

.new-popup.is-active {
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
    .new-popup.is-active:before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle
    }
}

.new-popup__inner {
    text-align: left;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    min-height: 100%;
    opacity: 0;
    -webkit-transition: .15s;
    transition: .15s;
    background: #f1f6ff
}

@media (min-width:768px) {
    .new-popup__inner {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        max-width: 730px;
        margin: 5% 0;
        min-height: auto
    }
}

.new-popup.is-active .new-popup__inner {
    opacity: 1
}

.new-popup__close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px
}

.new-popup__close:after,
.new-popup__close:before {
    content: "";
    width: 24px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: background .15s;
    transition: background .15s
}

.new-popup__close:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.new-popup__close:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.new-popup__close:active:after,
.new-popup__close:active:before,
.new-popup__close:hover:after,
.new-popup__close:hover:before {
    background: #0049bc
}

.new-popup__body {
    padding: 40px 30px 20px
}

@media (min-width:768px) {
    .new-popup__body {
        padding: 40px 70px
    }
}

.new-popup__body>:first-child {
    margin-top: 0
}

.new-popup__body>:last-child {
    margin-bottom: 0
}

.new-popup .heading4 {
    margin: 0 0 1em
}

.new-popup__countries {
    margin: 0 0 0 -22px
}

@media (min-width:768px) {
    .new-popup__countries {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:1024px) {
    .new-popup__countries {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.new-popup__countries-button {
    margin-top: 3em;
    text-align: center
}

.new-popup__country {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1em;
    display: inline-block;
    padding: 0 0 0 22px
}

.new-popup__country a {
    border-bottom: none;
    color: #000
}

.new-popup__country a:hover {
    color: #0049bc
}

.new-popup__country .is-active {
    position: relative
}

.new-popup__country .is-active .icon {
    opacity: .3;
    position: absolute;
    left: -22px;
    top: 50%;
    margin-top: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.new-popup__country .is-active .icon svg {
    width: 13px;
    height: 13px
}

.new-popup#js-geolocation-popup:before {
    content: none!important
}

.new-popup#js-geolocation-popup .new-popup__inner {
    width: 100%;
    max-width: none;
    margin: 0
}

.new-popup#js-geolocation-popup .new-popup__body {
    padding: 0
}

.new-popup#js-meeting-popup .new-popup__inner {
    background: #fff;
    max-width: 480px;
    min-height: auto;
    width: auto;
    margin: 70px 10px 20px
}

@media (min-width:768px) {
    .new-popup#js-meeting-popup .new-popup__inner {
        margin: 0
    }
}

@media (min-width:1024px) {
    .new-popup#js-meeting-popup .new-popup__inner {
        max-width: 920px
    }
}

.new-popup#js-meeting-popup .new-popup__body {
    padding-bottom: 30px
}

.new-popup#popup-text-error .new-popup__inner,
.slider__dots-inner ul li button:hover {
    background: #fff
}

.new-popup#popup-text-error .heading2 {
    margin: 0 0 1em;
    text-align: center
}

.press-about-us {
    margin: 15px 0 70px
}

@media (min-width:768px) {
    .press-about-us {
        margin: 15px 0 100px
    }
}

@media (min-width:1024px) {
    .press-about-us {
        margin: 55px 0 100px
    }
}

.press-about-us__inner {
    max-width: 1440px;
    margin: 0 auto
}

.press-about-us__title {
    margin: 0 0 35px;
    text-align: center
}

@media (min-width:768px) {
    .press-about-us__title {
        margin: 0 0 45px
    }
}

@media (min-width:1024px) {
    .press-about-us__title {
        margin: 0 0 70px
    }
}

.press-about-us__articles {
    font-weight: 300;
    line-height: 1.5
}

@media (min-width:1024px) {
    .press-about-us__articles {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.press-about-us__articles p {
    margin: 0 0 30px
}

@media (min-width:768px) {
    .press-about-us__articles p {
        margin: 0 0 35px
    }
}

@media (min-width:1024px) {
    .press-about-us__articles p {
        width: 46%;
        padding: 0 4% 0 0
    }
    .press-about-us__articles p:nth-child(even) {
        padding: 0 0 0 4%
    }
}

.product {
    padding-top: 45px;
    border-bottom: 1px solid #dfe2e7
}

@media (min-width:768px) {
    .product {
        padding-top: 70px
    }
}

@media (min-width:1024px) {
    .product {
        padding-top: 80px
    }
}

@media (min-width:1920px) {
    .product {
        padding-top: 90px
    }
}

.product__title {
    text-align: center;
    margin: 0 0 10px
}

.product__subtitle {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.63;
    text-align: center;
    margin: 0 auto 10px;
    max-width: 500px
}

@media (min-width:768px) {
    .product__subtitle {
        margin-bottom: 15px
    }
}

@media (min-width:1440px) {
    .product__subtitle {
        font-size: 1.8rem
    }
}

@media (min-width:1920px) {
    .product__subtitle {
        font-size: 2.1rem;
        max-width: 700px;
        margin-bottom: 30px
    }
}

.product__more {
    text-align: center
}

@media (min-width:1024px) {
    .product__more {
        margin-bottom: 25px
    }
}

@media (min-width:1920px) {
    .product__more {
        margin-bottom: 35px
    }
}

.product__img {
    max-height: 385px;
    max-width: 100%;
    display: block;
    margin: 50px auto 0
}

@media (min-width:768px) {
    .product__img {
        margin: 100px auto 0
    }
}

@media (min-width:1024px) {
    .product__img {
        max-height: 445px;
        margin: 120px auto 0
    }
}

@media (min-width:1920px) {
    .product__img {
        max-height: 690px
    }
}

.product-card-list {
    display: block;
    text-align: center;
    cursor: pointer
}

.product-card-list:last-child {
    margin-bottom: 55px
}

@media (min-width:768px) {
    .product-card-list {
        width: 50%
    }
}

@media (min-width:1024px) {
    .product-card-list {
        width: 33.3333%
    }
}

.product-card-list_slide {
    cursor: initial;
    outline: none
}

.product-card-list_slide:last-child {
    margin-bottom: 0
}

.product-card-list_slide .product-card-list__inner {
    margin: 0;
    padding: 0
}

.product-card-list_slide .product-card-list__inner:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-card-list_slide .product-card-list__text {
    margin-bottom: 45px
}

.product-card-list__inner {
    padding: 20px 20px 30px
}

@media (min-width:768px) {
    .product-card-list__inner {
        margin: 10px;
        padding: 30px 30px 40px;
        -webkit-transition: .3s;
        transition: .3s
    }
    .product-card-list__inner:hover {
        -webkit-box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, .05);
        box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, .05)
    }
}

.product-card-list__img {
    max-width: 100%;
    margin: 0 auto
}

.product-card-list__title {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 800;
    margin-bottom: 30px;
    color: #2b1b35;
    display: block
}

@media (min-width:1440px) {
    .product-card-list__title {
        font-size: 2.8rem
    }
}

@media (min-width:1920px) {
    .product-card-list__title {
        font-size: 3.4rem
    }
}

.product-card-list__color {
    margin-bottom: 22px
}

ul.product-card-list__properties {
    margin-bottom: 0;
    color: #2b1b35
}

ul.product-card-list__properties li {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: 300
}

@media (min-width:1440px) {
    ul.product-card-list__properties li {
        font-size: 1.8rem
    }
}

@media (min-width:1920px) {
    ul.product-card-list__properties li {
        font-size: 2.1rem
    }
}

.product-card-list__text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #2b1b35;
    max-width: 250px;
    margin: 0 auto
}

.product-card-list__button {
    margin-top: 30px
}

.product-main__head {
    text-align: center;
    margin: 40px 0 10px
}

@media (min-width:768px) {
    .product-main__head {
        margin: 65px 0 15px
    }
}

.product-main__subtitle {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.63;
    text-align: center;
    margin: 0 auto 10px;
    max-width: 500px
}

@media (min-width:768px) {
    .product-main__subtitle {
        margin-bottom: 15px
    }
}

@media (min-width:1440px) {
    .product-main__subtitle {
        font-size: 1.8rem
    }
}

@media (min-width:1920px) {
    .product-main__subtitle {
        font-size: 2.1rem;
        max-width: 700px;
        margin-bottom: 30px
    }
}

.product-main__item {
    border-bottom: 1px solid #dfe2e7
}

.product-main__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 38px 0 0;
    overflow: hidden
}

@media (min-width:768px) {
    .product-main__inner {
        padding: 48px 0 0
    }
}

@media (min-width:1024px) {
    .product-main__inner {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.product-main__image {
    border: none;
    width: 100%;
    padding: 0 8.333333333333332%;
    text-align: center;
    position: relative
}

.product-main__image img {
    width: 100%
}

@media (min-width:1024px) {
    .product-main__image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding: 0;
    }
    .product-main__image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media (min-width:1024px) {
    .product-main__item.symmetry .product-main__image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.product-main__content {
    margin: 0 0 34px;
    z-index: 10;
    position: relative
}

@media (min-width:768px) {
    .product-main__content {
        margin: 0 0 60px
    }
}

@media (min-width:1024px) {
    .product-main__content {
        margin: 130px 0 120px;
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 8.333% 0 0
    }
}

@media (min-width:1440px) {
    .product-main__content {
        padding: 0 8.333%;
        margin: 170px 0 150px
    }
}

@media (min-width:1920px) {
    .product-main__content {
        padding: 0 16.666% 0 0
    }
}

@media (min-width:768px) {
    .product-main__content .g-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1024px) {
    .product-main__content .g-col {
        display: block
    }
    .product-main__item.symmetry .product-main__content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 0 8.333%
    }
}

@media (min-width:1440px) {
    .product-main__item.symmetry .product-main__content {
        padding: 0 8.333%
    }
}

@media (min-width:1920px) {
    .product-main__item.symmetry .product-main__content {
        padding: 0 16.666% 0 0
    }
}

.product-main__title {
    margin-top: 0;
    width: 220px;
    margin-right: 65px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width:1024px) {
    .product-main__title {
        width: auto
    }
}

.product-main__desc {
    margin: 0;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 300
}

@media (min-width:1024px) {
    .product-main__desc {
        margin: 20px 0 0;
        width: 100%
    }
}

@media (min-width:1440px) {
    .product-main__desc {
        font-size: 1.8rem
    }
}

@media (min-width:1920px) {
    .product-main__desc {
        font-size: 2.1rem
    }
}

.product-main__more {
    margin: 20px 0 0
}

@media (min-width:768px) {
    .product-main__more {
        margin: 42px 0 0
    }
}

.product-detail-photo-gallery {
    display: none
}

.product-detail-photo-gallery.show {
    display: block
}

.product-detail-main-photo-list,
.product-detail-preview-photo-list {
    list-style: none
}

.product-detail-main-photo-list {
    margin-bottom: 30px
}

.product-detail-preview-photo-list {
    margin-top: 30px
}

.product-detail-main-photo-list .slick-dots {
    display: none!important
}

.product-detail-main-photo,
.product-detail-preview-photo {
    text-align: center
}

.product-detail-main-photo img,
.product-detail-preview-photo img {
    max-width: 100%;
    display: inline-block
}

.product-detail-preview-photo {
    padding: 0 15px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .2s;
    transition: .2s
}

.product-detail-preview-photo:hover {
    opacity: .8
}

.blog-list__more a.is-loading span.text.loading,
.slick-current .product-detail-preview-photo {
    opacity: 1
}

.product-detail-preview-photo-list-item {
    width: 114px
}

.blog-list__dots .slick-dots button:focus,
.product-detail-preview-photo-list-item:focus,
.product-detail-preview-photo-list-item:hover,
.slick-slide:focus,
.slick-slide:hover,
.slick-slider:focus,
.slick-slider:hover,
.slick-track:focus,
.slick-track:hover {
    outline: none
}

@media (max-width:1920px) {
    .product-detail-preview-photo {
        padding: 0 20px
    }
}

.product-preview {
    padding: 40px 0 30px;
    border-bottom: 1px solid #dfe2e7;
    text-align: center
}

.product-preview_card {
    padding: 45px 0 80px;
    background: url(data/picture/mountain.png) no-repeat;
    background-position-y: 101%;
    background-position-x: -50%;
    background-size: 150%
}

@media (min-width:768px) {
    .product-preview_card {
        padding: 60px 0 80px;
        background-position-x: 160%;
        background-size: 70%
    }
}

@media (min-width:1024px) {
    .product-preview_card {
        padding: 80px 0 120px;
        background-position-x: 150%
    }
}

@media (min-width:1440px) {
    .product-preview_card {
        padding: 85px 0 170px;
        background-position-x: 170%
    }
}

@media (min-width:1920px) {
    .product-preview_card {
        padding: 80px 0 130px;
        background-position-x: 100%
    }
}

.product-preview_border-none {
    border-bottom: none;
    margin-bottom: 0
}

.product-preview__inner {
    padding: 0 35px;
    margin: 0 auto;
    max-width: 1600px
}

@media (min-width:768px) {
    .product-preview__inner {
        padding: 0 45px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .product-preview__inner_card {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:1024px) {
    .product-preview__inner {
        padding: 0 110px
    }
}

@media (min-width:1440px) {
    .product-preview__inner {
        padding: 0 130px
    }
}

@media (min-width:768px) {
    .product-preview__img-wrapp {
        width: 35%;
        margin-right: 5%
    }
}

.product-preview__img,
.promo__image img {
    max-width: 100%
}

.product-preview__img-gallery {
    margin-bottom: 35px
}

@media (min-width:768px) {
    .product-preview__img-gallery {
        width: 30%;
        margin-right: 10%;
        margin-bottom: 0
    }
}

@media (min-width:1440px) {
    .product-preview__img-gallery {
        width: 25%;
        max-width: 25%;
        margin-right: 10%
    }
}

.product-preview__title {
    color: #2b1b35;
    font-size: 2.2rem;
    line-height: 1.44;
    margin-bottom: 15px;
    font-weight: 800;
    display: block;
}

@media (min-width:768px) {
    .product-preview__title {
        font-size: 2.2rem
    }
}

@media (min-width:1024px) {
    .product-preview__title {
        font-size: 2.8rem
    }
}

@media (min-width:1440px) {
    .product-preview__title {
        font-size: 3.4rem
    }
}

@media (min-width:1920px) {
    .product-preview__title {
        font-size: 4rem
    }
}

@media (min-width:768px) {
    .product-preview__text-wrapp {
        width: 65%;
        max-width: 500px;
        text-align: left
    }
}

@media (min-width:1440px) {
    .product-preview__text-wrapp {
        max-width: 575px
    }
}

.product-preview__text {
    color: #2b1b35;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto 35px;
    max-width: 500px;
    text-align: left
}

@media (min-width:768px) {
    .product-preview__text {
        margin: 0 0 40px;
        max-width: initial
    }
}

@media (min-width:1440px) {
    .product-preview__text {
        font-size: 1.8rem
    }
}

@media (min-width:1920px) {
    .product-preview__text {
        font-size: 2.1rem
    }
}

.product-preview__buttons {
    margin-bottom: 60px
}

@media (min-width:768px) {
    .product-preview__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px;
        margin-bottom: 40px
    }
}

.product-preview__buttons-item {
    margin-top: 25px
}

@media (min-width:768px) {
    .product-preview__buttons-item {
        margin-top: 0
    }
    .product-preview__buttons-item:first-child {
        margin-right: 15px
    }
}

.product-preview__more_list {
    text-align: left
}

.product-preview__more_list .lear-more {
    margin-right: 40px;
    margin-bottom: 30px;
    display: inline-block
}

@media (min-width:768px) {
    .product-preview__more_list .lear-more {
        margin-bottom: 0
    }
}

.promo {
    background: #f1f6ff
}

.promo__heading {
    text-align: center;
    padding: 4em 0 0
}

.promo__inner {
    max-width: 1050px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 41px 25px 51px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .promo__inner {
        padding: 41px 75px 59px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1024px) {
    .promo__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 38px 74px 27px
    }
}

@media (min-width:1440px) {
    .promo__inner {
        padding: 35px 0 25px
    }
}

@media (min-width:1920px) {
    .promo__inner {
        padding: 50px 260px 57px;
        max-width: 1920px
    }
}

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

@media (min-width:768px) {
    .promo__inner_reverse .promo__image {
        margin: 0 0 0 65px
    }
}

@media (min-width:1024px) {
    .promo__inner_reverse .promo__image {
        margin: 0 0 0 50px
    }
}

@media (min-width:1440px) {
    .promo__inner_reverse .promo__image {
        margin: 0 0 0 95px
    }
}

@media (min-width:1920px) {
    .promo__inner_reverse .promo__image {
        margin: 0 0 0 143px
    }
}

@media (min-width:768px) {
    .promo__inner_img-bottom {
        padding-bottom: 0
    }
    .promo__inner_img-bottom .promo__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .promo__inner_img-bottom .promo__content {
        padding-bottom: 40px
    }
}

.promo__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: none;
    display: block;
    width: 220px;
    margin: 0 auto
}

@media (min-width:768px) {
    .promo__image {
        margin: 0 65px 0 0
    }
}

@media (min-width:1024px) {
    .promo__image {
        width: 224px;
        margin: 0 50px 0 0
    }
}

@media (min-width:1440px) {
    .promo__image {
        width: 271px;
        margin: 0 95px 0 0
    }
}

@media (min-width:1920px) {
    .promo__image {
        width: 335px;
        margin: 0 143px 0 0
    }
}

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

.promo__title {
    margin: 18px 0 19px
}

@media (min-width:768px) {
    .promo__title {
        margin: 18px 0 22px
    }
}

@media (min-width:1024px) {
    .promo__title {
        margin: -18px 0 18px
    }
}

@media (min-width:1440px) {
    .promo__title {
        margin: -2px 0 18px
    }
}

@media (min-width:1920px) {
    .promo__title {
        margin: 0 0 30px
    }
}

.promo__date {
    font-size: 1.2rem;
    letter-spacing: .4px;
    opacity: .5;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .promo__date {
        letter-spacing: 1.1px
    }
}

@media (min-width:1920px) {
    .promo__date {
        font-size: 1.4rem
    }
}

.promo__text {
    margin: 0;
    font-weight: 300;
    max-width: 650px
}

.promo__more {
    margin: 21px 0 0
}

@media (min-width:768px) {
    .promo__more {
        margin: 26px 0 0
    }
}

@media (min-width:1024px) {
    .promo__more {
        margin: 30px 0 0
    }
}

@media (min-width:1440px) {
    .promo__more {
        margin: 40px 0 0
    }
}

@media (min-width:1920px) {
    .promo__more {
        margin: 60px 0 0
    }
}

.nice-select {
    background-color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    overflow: hidden;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0 auto;
    text-transform: uppercase;
    outline: none;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 140px;
    -webkit-tap-highlight-color: transparent
}

@media (min-width:768px) {
    .nice-select {
        font-size: 1.4rem;
        position: absolute;
        top: -15px;
        width: 100%
    }
}

.nice-select:before {
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, #fff));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 25%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 25%);
    width: 35px;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 1
}

.nice-select:after,
.select-color__current:before {
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    content: '';
    display: block;
    height: 5px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 17.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
    z-index: 2
}

.nice-select.open {
    z-index: 99
}

.nice-select.open:after,
.select-color.open .select-color__current:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    pointer-events: auto;
    display: block;
    height: auto
}

.nice-select ul.list {
    padding: 0;
    margin: 10px 0 0;
    display: none;
    height: 0
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    outline: none;
    padding: 7.5px 0;
    margin: 0;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: normal;
    line-height: 1.2
}

.nice-select .option:after {
    display: none
}

@media (min-width:768px) {
    .select {
        position: relative
    }
    .select select {
        display: block!important;
        visibility: hidden;
        opacity: 0;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-family: "Proxima Nova", Roboto, Helvetica, sans-serif;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        padding: 0 30px 0 20px
    }
}

.select-color {
    text-align: left;
    position: relative;
    max-width: 140px;
    min-height: 44px;
    margin: 0 0 0 auto;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #e1e1e1;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    outline: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600
}

@media (min-width:768px) {
    .select-color {
        width: 140px;
        font-size: 1.4rem;
        position: absolute;
        top: -15px;
        right: 0;
        z-index: 30
    }
}

.select-color_properties-wrapp {
    position: relative;
    width: 140px;
    min-height: 45px;
    margin: 0 auto
}

.select-color_properties {
    top: 0;
    left: 0;
    margin: 0
}

.select-color__current {
    position: relative;
    padding: 16px 0 16px 20px;
    font-weight: 600
}

.select-color__current_circle {
    padding: 9px 0 7.5px 9px
}

.select-color__all input,
.select-color__item input,
.select-color__items,
.select-country:before {
    display: none
}

.select-color.open .select-color__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.select-color__item {
    width: 24px;
    height: 24px;
    margin: 9px 11px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.select-color__item_white {
    background-color: #fff;
    border: solid 1px #dbdbdb
}

.select-color__item.active {
    position: relative
}

.select-color__item.active:after {
    content: '';
    position: absolute;
    background-color: transparent;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    border: solid 1px #e6e6e6;
    width: 34px;
    height: 34px;
    left: -6px;
    top: -6px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.select-color__circle {
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.select-color__circle_white {
    background-color: #fff;
    border: solid 1px #dbdbdb
}

.select-color__all-wrapp {
    width: 100%
}

.select-color__all {
    margin: 10px 0 20px;
    text-align: center;
    display: block;
    letter-spacing: 1.1px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #0049bc;
    cursor: pointer
}

.select-color__all:hover {
    color: #000
}

@media (min-width:768px) {
    .select-color__all {
        font-size: 1.2rem
    }
}

@media (min-width:1920px) {
    .select-color__all {
        font-size: 1.4rem
    }
}

.select-country {
    position: relative;
    width: 100%;
    max-width: 367px;
    min-height: 44px;
    top: 0;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    outline: none;
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s
}

.select-country:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 14.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    z-index: 2
}

.select-country_form {
    border: solid 1px #c4c4c4;
    max-width: 100%
}

.select-country.open:after,
.select-country_form:after {
    border-color: #818181
}

.select-country.open {
    color: #000;
    background: #fff;
    border-color: rgba(129, 129, 129, .3)
}

.select-country.error+.select-country {
    border-color: #f55
}

.select-country .current {
    letter-spacing: 1.1px
}

.select-country .list {
    max-height: 369px;
    margin: 15px -10px 0 0!important
}

.select-country .option {
    padding: 10px 0;
    letter-spacing: 1.1px;
    font-weight: 600
}

.select-country .option.selected,
.select-country .option:hover {
    color: #004abd
}

.slider {
    overflow: hidden;
    position: relative;
    background: #0049bc
}

.slider .slick-track {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slider__item {
    position: relative;
    display: none;
    outline: none
}

.slider__item:first-child {
    display: block
}

.slider__item.slick-slide {
    opacity: 1!important;
    float: none!important;
    height: auto!important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:1024px) {
    .slider__item.slick-slide {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.slider__image {
    display: block;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 205px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.slick-slider .slider__image {
    -webkit-transition: opacity 0s ease .8s, -webkit-transform .5s ease .8s;
    transition: transform .5s ease .8s, opacity 0s ease .8s;
    transition: transform .5s ease .8s, opacity 0s ease .8s, -webkit-transform .5s ease .8s
}

@media (min-width:768px) {
    .slider__image {
        height: 480px
    }
}

@media (min-width:1024px) {
    .slider__image {
        background-position: 50% 50%;
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        right: 50%;
        overflow: hidden
    }
}

@media (min-width:1280px) {
    .slider__image {
        right: -webkit-calc(50vw - 34.3%/2);
        right: calc(50vw - 34.3%/2)
    }
}

@media (min-width:1920px) {
    .slider__image {
        right: -webkit-calc(50vw - 35.5%/2);
        right: calc(50vw - 35.5%/2)
    }
}

.slider__item.slick-active .slider__image {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.slick-slider .slider__item.slick-active .slider__image {
    -webkit-transition: opacity 0s ease .3s, -webkit-transform .5s ease .3s;
    transition: transform .5s ease .3s, opacity 0s ease .3s;
    transition: transform .5s ease .3s, opacity 0s ease .3s, -webkit-transform .5s ease .3s
}

.slider__video {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 56.25%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%
}

.slider__video iframe,
.slider__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.slider__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:1024px) {
    .slider__inner {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 100%
    }
}

@media (min-width:1920px) {
    .slider__inner {
        padding: 0 185px
    }
}

.slider__content {
    padding: 17px 0;
    background: #0049bc;
    color: #fff;
    position: relative;
    min-height: 182px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-slider .slider__content {
    padding: 17px 0 48px
}

@media (min-width:768px) {
    .slider__content {
        padding: 38px 0;
        min-height: 382px
    }
    .slick-slider .slider__content {
        padding: 38px 0 99px
    }
}

@media (min-width:1024px) {
    .slider__content {
        width: 50%;
        padding: 38px 0 38px 57px;
        min-height: 480px
    }
    .slick-slider .slider__content {
        padding: 38px 0 110px 57px
    }
    .slider__content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        right: -9999px;
        background: #0049bc
    }
}

@media (min-width:1280px) {
    .slider__content {
        width: 34.3%;
        padding: 79px 0 79px 61px;
        min-height: 575px
    }
    .slick-slider .slider__content {
        padding: 79px 0 129px 61px
    }
}

@media (min-width:1920px) {
    .slider__content {
        width: 35.5%;
        padding: 108px 0 149px 90px;
        min-height: 760px
    }
    .slick-slider .slider__content {
        padding: 108px 0 108px 90px
    }
}

.slider__item.slick-slide .slider__content {
    opacity: 0;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s
}

.slider__item.slick-active .slider__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.slider__title {
    margin-top: 0
}

@media (min-width:1280px) {
    .slider.small .slider__title {
        font-size: 3.2rem;
        line-height: 1.125
    }
}

@media (min-width:1440px) {
    .slider.small .slider__title {
        font-size: 4rem;
        line-height: 1.1
    }
}

@media (min-width:1920px) {
    .slider.small .slider__title {
        font-size: 4.8rem;
        line-height: 1.041666666666667;
        margin: 0 0 36px
    }
}

.slider__text {
    display: none;
    margin: 0
}

@media (min-width:768px) {
    .slider__text {
        display: block
    }
}

.slider__desc {
    display: none
}

@media (min-width:768px) {
    .slider__desc {
        display: block
    }
    .slider__text+.slider__desc {
        margin: 45px 0 0
    }
}

@media (min-width:1024px) {
    .slider__text+.slider__desc {
        margin: 51px 0 0
    }
}

@media (min-width:1280px) {
    .slider__text+.slider__desc {
        margin: 62px 0 0
    }
}

@media (min-width:1920px) {
    .slider__text+.slider__desc {
        margin: 159px 0 0
    }
}

.slider__dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0
}

@media (min-width:768px) {
    .slider__dots {
        bottom: 40px
    }
}

@media (min-width:1024px) {
    .slider__dots {
        bottom: 48px
    }
}

@media (min-width:1440px) {
    .slider__dots {
        bottom: 57px
    }
}

@media (min-width:1920px) {
    .slider__dots .g-wrapper {
        padding: 0 185px
    }
}

@media (min-width:1024px) {
    .slider__dots-inner {
        float: right;
        width: 50%;
        padding: 0 0 0 57px
    }
}

@media (min-width:1280px) {
    .slider__dots-inner {
        width: 34.3%;
        padding: 0 0 0 61px
    }
}

@media (min-width:1920px) {
    .slider__dots-inner {
        width: 35.5%;
        padding: 0 0 0 90px
    }
}

.slider__dots-inner ul {
    padding: 0;
    list-style: none;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin: 0 -10px
}

.slider__dots-inner ul li {
    margin: 0;
    padding: 0 10px;
    line-height: 10px
}

.slider__dots-inner ul li.slick-active button {
    background: #fff;
    cursor: default
}

.small-basket__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #000
}

.small-basket__inner:hover {
    color: #0c51b7
}

.small-basket__inner .text {
    display: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 4px
}

@media (min-width:1280px) {
    .small-basket__inner .text {
        display: block
    }
}

.small-basket__value {
    width: 16px;
    height: 16px;
    position: relative
}

.blog-intro__desc p,
.small-basket__value .icon {
    display: none
}

@media (min-width:1280px) {
    .small-basket__value .icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

.small-basket__value .count {
    display: block;
    width: 16px;
    height: 16px;
    color: #fff;
    background: #0c51b7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-align: center
}

@media (min-width:1280px) {
    .small-basket__value .count {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: none
    }
    .small-basket.is-active .small-basket__value .icon {
        display: none
    }
    .small-basket.is-active .small-basket__value .count {
        display: block
    }
}

.toggle {
    position: relative
}

.toggle__title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.toggle__body {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.toggle.is-show .toggle__body {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    max-height: 2000px
}

.undercounter {
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center
}

@media (min-width:768px) {
    .undercounter {
        padding-top: 85px;
        padding-bottom: 110px
    }
}

@media (min-width:1024px) {
    .undercounter {
        padding-top: 90px
    }
}

@media (min-width:1440px) {
    .undercounter {
        padding-top: 108px;
        padding-bottom: 72px
    }
}

.undercounter__title {
    margin: 0;
    font-size: 2.2rem
}

@media (min-width:768px) {
    .undercounter__title {
        font-size: 2.8rem
    }
}

@media (min-width:1440px) {
    .undercounter__title {
        font-size: 3.4rem
    }
}

@media (min-width:1920px) {
    .undercounter__title {
        font-size: 4rem
    }
}

.undercounter__subtitle {
    font-size: 1.6rem;
    margin: 15px auto 35px;
    max-width: 500px;
    font-weight: 300
}

@media (min-width:530px) {
    .undercounter__subtitle {
        padding: 0
    }
}

@media (min-width:768px) {
    .undercounter__subtitle {
        margin: 25px auto 90px
    }
}

@media (min-width:1440px) {
    .undercounter__subtitle {
        font-size: 1.8rem;
        max-width: 585px;
        margin: 25px auto 72px
    }
}

@media (min-width:1920px) {
    .undercounter__subtitle {
        font-size: 2.1rem;
        max-width: 700px
    }
}

.blog-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #dfe2e7;
    padding: 59px 0 0;
    margin: 49px 0 53px
}

@media (min-width:768px) {
    .blog-author {
        margin: 60px 0 53px;
        padding: 61px 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1440px) {
    .blog-author {
        margin: 68px 0 53px;
        padding: 70px 0 0
    }
}

@media (min-width:1920px) {
    .blog-author {
        margin: 88px 0 53px;
        padding: 83px 0 0
    }
}

.blog-author__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px
}

@media (min-width:768px) {
    .blog-author__image {
        width: 80px;
        height: 80px;
        margin-right: 31px
    }
}

@media (min-width:1024px) {
    .blog-author__image {
        margin-right: 28px
    }
}

@media (min-width:1440px) {
    .blog-author__image {
        margin-right: 30px
    }
}

@media (min-width:1920px) {
    .blog-author__image {
        width: 106px;
        height: 106px;
        margin-right: 39px
    }
}

.blog-author__name {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .blog-author__name {
        font-size: 12px;
        letter-spacing: 1.1px
    }
}

@media (min-width:1920px) {
    .blog-author__name {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 1.2px
    }
}

.blog-author__desc {
    opacity: .6;
    font-size: 14px;
    line-height: 1.57;
    margin: 6px 0 0
}

@media (min-width:768px) {
    .blog-author__desc {
        font-size: 15px;
        line-height: 1.6;
        margin: 12px 0 0
    }
}

@media (min-width:1920px) {
    .blog-author__desc {
        font-size: 16px;
        line-height: 1.5
    }
}

.blog-detail__inner {
    margin: 0 auto
}

@media (min-width:1024px) {
    .blog-detail__inner {
        max-width: 620px
    }
}

@media (min-width:1440px) {
    .blog-detail__inner {
        max-width: 690px
    }
}

@media (min-width:1920px) {
    .blog-detail__inner {
        max-width: 920px
    }
}

@media (min-width:640px) {
    .blog-detail__desc {
        text-align: center
    }
}

.blog-detail__info,
.blog-detail__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

.blog-detail__title.small {
    margin: 15px 0 23px
}

@media (min-width:640px) {
    .blog-detail__title.small {
        margin: 21px 0 30px
    }
}

@media (min-width:1024px) {
    .blog-detail__title.small {
        margin: 23px 0 33px
    }
}

@media (min-width:1440px) {
    .blog-detail__title.small {
        margin: 20px 0 31px
    }
}

@media (min-width:1920px) {
    .blog-detail__title.small {
        margin: 30px 0 39px
    }
}

.blog-detail__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1.1px;
    line-height: 1;
    margin: 0 0 11px
}

@media (min-width:640px) {
    .blog-detail__info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1440px) {
    .blog-detail__info {
        margin: 0 0 6px
    }
}

@media (min-width:1920px) {
    .blog-detail__info {
        margin: 0 0 4px
    }
}

.blog-detail__date,
.blog-detail__read {
    font-size: 12px;
    opacity: .5;
    font-weight: 600;
    text-transform: lowercase
}

@media (min-width:1920px) {
    .blog-detail__date,
    .blog-detail__read {
        font-size: 14px;
        letter-spacing: 1.2px
    }
}

.blog-detail__separate {
    width: 3px;
    height: 3px;
    background: #7f7f7f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: -1px 8px 0
}

@media (min-width:1024px) {
    .blog-detail__separate {
        margin: -1px 10px 0
    }
}

.blog-detail__content {
    margin: 43px 0 0
}

@media (min-width:640px) {
    .blog-detail__content {
        margin: 54px 0 0
    }
}

@media (min-width:1024px) {
    .blog-detail__content {
        margin: 55px 0 0
    }
}

@media (min-width:1440px) {
    .blog-detail__content {
        margin: 61px 0 0
    }
}

@media (min-width:1920px) {
    .blog-detail__content {
        margin: 60px 0 0
    }
}

.blog-detail__content p:not(.lead) {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.85
}

@media (min-width:640px) {
    .blog-detail__content p:not(.lead) {
        font-size: 19px;
        line-height: 1.79;
        margin: 1.8em 0
    }
}

@media (min-width:1440px) {
    .blog-detail__content p:not(.lead) {
        font-size: 21px;
        line-height: 1.75
    }
}

.blog-detail__content h2 {
    margin: 34px 0 17px
}

@media (min-width:640px) {
    .blog-detail__content h2 {
        margin: 51px 0 34px;
        text-align: center
    }
}

@media (min-width:1440px) {
    .blog-detail__content h2 {
        margin: 57px 0 38px
    }
}

.blog-detail__content h3 {
    margin: 45px 0 53px
}

@media (min-width:640px) {
    .blog-detail__content h3 {
        margin: 53px 0 58px;
        text-align: center
    }
}

@media (min-width:1024px) {
    .blog-detail__content h3 {
        text-align: left
    }
}

@media (min-width:1920px) {
    .blog-detail__content h3 {
        margin: 78px 0 85px
    }
}

.blog-detail__content h5 {
    font-size: 17px;
    line-height: 1.29
}

@media (min-width:768px) {
    .blog-detail__content h5 {
        font-size: 16px;
        line-height: 1.38
    }
}

@media (min-width:1440px) {
    .blog-detail__content h5 {
        font-size: 21px;
        line-height: 1.24
    }
}

@media (min-width:1920px) {
    .blog-detail__content h5 {
        font-size: 26px;
        line-height: 1.23
    }
}

.blog-detail__content .image-full {
    margin: 40px -25px
}

@media (min-width:768px) {
    .blog-detail__content .image-full {
        margin: 60px -75px
    }
}

@media (min-width:1024px) {
    .blog-detail__content .image-full {
        margin: 60px -125px
    }
}

@media (min-width:1440px) {
    .blog-detail__content .image-full {
        margin: 70px -180px
    }
}

@media (min-width:1920px) {
    .blog-detail__content .image-full {
        margin: 90px -240px
    }
}

.blog-detail__content .mark-block {
    margin: 50px -25px;
    background: #f1f6ff;
    padding: 48px 25px 68px
}

@media (min-width:768px) {
    .blog-detail__content .mark-block {
        margin: 60px -75px 53px;
        padding: 60px 75px
    }
}

@media (min-width:1024px) {
    .blog-detail__content .mark-block {
        margin: 60px -55px 53px;
        padding: 60px 55px
    }
}

@media (min-width:1440px) {
    .blog-detail__content .mark-block {
        margin: 70px -70px;
        padding: 55px 70px
    }
}

@media (min-width:1920px) {
    .blog-detail__content .mark-block {
        margin: 90px -95px;
        padding: 60px 95px
    }
}

.blog-detail__content .mark-block h3 {
    margin: 0 0 19px
}

@media (min-width:640px) {
    .blog-detail__content .mark-block h3 {
        text-align: left
    }
}

@media (min-width:768px) {
    .blog-detail__content .mark-block h3 {
        margin: 0 0 22px
    }
}

@media (min-width:1920px) {
    .blog-detail__content .mark-block h3 {
        margin: 0 0 33px
    }
}

.blog-detail__content .mark-block p {
    margin: 0
}

.blog-detail__content .mark-block>:first-child {
    margin-top: 0
}

.blog-detail__content .mark-block>:last-child {
    margin-bottom: 0
}

.blog-intro {
    min-height: 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin: 0 0 42px
}

@media (min-width:768px) {
    .blog-intro {
        min-height: 213px;
        margin: 0 0 61px
    }
}

@media (min-width:1024px) {
    .blog-intro {
        min-height: 283px;
        margin: 0 0 61px
    }
}

@media (min-width:1440px) {
    .blog-intro {
        min-height: 400px;
        margin: 0 0 71px
    }
}

@media (min-width:1920px) {
    .blog-intro {
        min-height: 532px;
        margin: 0 0 75px
    }
}

.blog-intro.has-content {
    margin: 0 0 39px
}

@media (min-width:768px) {
    .blog-intro.has-content {
        margin: 0 0 53px
    }
}

@media (min-width:1024px) {
    .blog-intro.has-content {
        min-height: 292px;
        margin: 0 0 56px
    }
}

@media (min-width:1440px) {
    .blog-intro.has-content {
        min-height: 400px;
        margin: 0 0 53px
    }
}

@media (min-width:1920px) {
    .blog-intro.has-content {
        min-height: 532px;
        margin: 0 0 97px
    }
}

.blog-intro.has-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    background-color: #0049bc;
    z-index: 1
}

.blog-intro__desc {
    color: #fff;
    position: relative;
    z-index: 10;
    text-align: center
}

.blog-intro__desc h3 {
    padding: 0 55px;
    margin-top: 0
}

@media (min-width:1024px) {
    .blog-intro__desc p {
        display: block;
        font-size: 18px;
        font-weight: 300;
        max-width: 600px;
        line-height: 1.56
    }
}

.blog-list {
    position: relative;
    margin: 0 0 80px
}

@media (min-width:768px) {
    .blog-list {
        margin: 0 0 98px
    }
}

@media (min-width:1280px) {
    .blog-list {
        margin: 0 0 112px
    }
}

@media (min-width:1920px) {
    .blog-list {
        margin: 0 0 173px
    }
}

.blog-list_slider {
    margin: 52px 0 80px
}

@media (min-width:768px) {
    .blog-list_slider {
        margin: 59px 0 80px
    }
}

@media (min-width:1440px) {
    .blog-list_slider {
        margin: 67px 0 110px
    }
}

@media (min-width:1920px) {
    .blog-list_slider {
        margin: 87px 0 120px
    }
}

.blog-list_preview {
    margin: 52px 0 62px
}

@media (min-width:768px) {
    .blog-list_preview {
        margin: 62px 0
    }
}

@media (min-width:1024px) {
    .blog-list_preview {
        margin: 72px 0 62px
    }
}

@media (min-width:1920px) {
    .blog-list_preview {
        margin: 90px 0 100px
    }
}

.blog-list.is-reloading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    z-index: 100
}

@media (min-width:1920px) {
    .blog-list .g-wrapper {
        padding: 0 183px
    }
}

.blog-list__title {
    text-align: center
}

.blog-list__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 33px 0 0
}

@media (min-width:1440px) {
    .blog-list__sort {
        margin: 37px 0 0
    }
}

@media (min-width:1920px) {
    .blog-list__sort {
        margin: 43px 0 0
    }
}

.blog-list__items {
    margin: 43px 0 0
}

@media (min-width:768px) {
    .blog-list__items {
        margin: 60px 0 0
    }
}

@media (min-width:1024px) {
    .blog-list__items {
        margin: 54px 0 0
    }
}

@media (min-width:1440px) {
    .blog-list__items {
        margin: 74px 0 0
    }
}

@media (min-width:1920px) {
    .blog-list__items {
        margin: 96px 0 0
    }
}

.blog-list__items-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -13px 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (min-width:768px) {
    .blog-list__items-inner {
        margin: -17px -20px
    }
}

@media (min-width:1024px) {
    .blog-list__items-inner {
        margin: -14px -13px
    }
}

@media (min-width:1440px) {
    .blog-list__items-inner {
        margin: -29px -18px
    }
}

@media (min-width:1920px) {
    .blog-list__items-inner {
        margin: -30px -29px
    }
}

.blog-list__item {
    width: 100%;
    padding: 13px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 416px
}

@media (min-width:768px) {
    .blog-list__item {
        width: 50%;
        padding: 17px 20px
    }
}

@media (min-width:1024px) {
    .blog-list__item {
        width: 33.3333%;
        padding: 14px 13px
    }
}

@media (min-width:1440px) {
    .blog-list__item {
        padding: 29px 18px
    }
}

@media (min-width:1920px) {
    .blog-list__item {
        padding: 30px 29px
    }
}

.blog-list__more {
    margin: 50px 0 0;
    text-align: center
}

@media (min-width:768px) {
    .blog-list__more {
        margin: 66px 0
    }
}

@media (min-width:1024px) {
    .blog-list__more {
        margin: 54px 0 0
    }
}

@media (min-width:1440px) {
    .blog-list__more {
        margin: 49px 0 0
    }
}

@media (min-width:1920px) {
    .blog-list__more {
        margin: 62px 0 0
    }
}

.blog-list__more span.icon.loading,
.blog-list__more span.text.loading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.blog-list__more span.text.loading {
    left: 0;
    right: 0
}

.blog-list__more span.icon {
    display: inline-block;
    line-height: 0;
    margin: 0 0 0 12px
}

.blog-list__more span.icon.loading {
    margin: 0;
    right: 20px
}

.blog-list__more a.is-loading span.icon.loading {
    opacity: 1;
    -webkit-animation: loading 1s infinite;
    animation: loading 1s infinite
}

.blog-list__more .button {
    position: relative;
    min-width: 270px
}

@media (min-width:768px) {
    .blog-list__more .button {
        min-width: 320px
    }
}

.blog-list__more .button.is-loading {
    background: #a2b7d7;
    color: #fff;
    cursor: not-allowed;
    border-color: transparent
}

.blog-list__arrows,
.blog-list__more .button.is-hidden {
    display: none
}

@media (min-width:1440px) {
    .blog-list__arrows {
        display: block
    }
}

.blog-list__arrows .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
    color: #0049bc
}

.blog-list__arrows .slick-arrow:hover {
    color: #000
}

.blog-list__arrows .slick-arrow.slick-next {
    right: -76px
}

.blog-list__arrows .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    left: -76px
}

.blog-list__dots {
    display: block;
    text-align: center;
    margin: 12px 0 0
}

@media (min-width:768px) {
    .blog-list__dots {
        margin: 12px 0 0
    }
}

@media (min-width:1440px) {
    .blog-list__dots {
        margin: 40px 0 0
    }
}

.blog-list__dots .slick-dots {
    padding: 0;
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    list-style: none;
    margin: -9px
}

.blog-list__dots .slick-dots button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #0049bc;
    background: 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    margin: 9px;
    -webkit-transition: background .15s ease-in-out 0s;
    transition: background .15s ease-in-out 0s
}

.blog-list__dots .slick-dots .slick-active button {
    background: #0049bc
}

.blog-list .slick-slide:focus,
.blog-slider__dots .slick-dots button:focus {
    outline: none
}

.blog-list_slider .slick-slide {
    height: auto
}

.blog-list_slider .slick-slide,
.blog-list_slider .slick-track,
.blog-preview__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.blog-list_slider .slick-track {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.blog-preview__inner {
    background: #f1f6ff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 36px;
    font-weight: 600
}

@media (min-width:640px) {
    .blog-preview__inner {
        padding: 0 0 31px
    }
}

.blog-preview__image-link {
    margin: 0 0 28px
}

@media (min-width:640px) {
    .blog-preview__image-link {
        margin: 0 0 29px
    }
}

@media (min-width:1440px) {
    .blog-preview__image-link {
        margin: 0 0 34px
    }
}

.blog-preview__image {
    height: 186px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%
}

@media (min-width:1440px) {
    .blog-preview__image {
        height: 292px
    }
}

.blog-preview__desc {
    padding: 0 30px
}

@media (min-width:640px) {
    .blog-preview__desc {
        padding: 0 34px
    }
}

@media (min-width:1024px) {
    .blog-preview__desc {
        padding: 0 31px
    }
}

.blog-preview__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1.1px;
    line-height: 1;
    margin: 0 0 11px
}

@media (min-width:1440px) {
    .blog-preview__info {
        margin: 0 0 6px
    }
}

@media (min-width:1920px) {
    .blog-preview__info {
        margin: 0 0 4px
    }
}

.blog-preview__date,
.blog-preview__read {
    font-size: 12px;
    opacity: .5
}

.blog-preview__separate {
    width: 3px;
    height: 3px;
    background: #7f7f7f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: -1px 8px 0
}

@media (min-width:1024px) {
    .blog-preview__separate {
        margin: -1px 10px 0
    }
}

.blog-preview__title {
    margin: 0 0 1em
}

@media (min-width:640px) {
    .blog-preview__title {
        margin: 0 0 .5em
    }
}

@media (min-width:1024px) {
    .blog-preview__title {
        margin: 0 0 1.85em
    }
}

@media (min-width:1920px) {
    .blog-preview__title {
        margin: 0 0 1.6em
    }
}

.blog-preview__title-link,
.blog-slider__arrows .slick-arrow:hover {
    color: #000
}

.blog-preview__image-link:hover+.blog-preview__desc .blog-preview__title-link,
.blog-preview__title-link:hover {
    color: #0049bc
}

.blog-preview__tags {
    margin: auto 0 0;
    padding: 0 30px
}

@media (min-width:640px) {
    .blog-preview__tags {
        padding: 0 34px
    }
}

@media (min-width:1024px) {
    .blog-preview__tags {
        padding: 0 31px
    }
}

.blog-preview__tags-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px
}

.blog-preview__tag {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 6px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.1px
}

.blog-share {
    background: rgba(241, 246, 255, .9);
    text-align: center;
    padding: 50px 0
}

@media (min-width:1440px) {
    .blog-share {
        padding: 55px 0
    }
}

.blog-share__hide {
    display: none
}

.blog-share__title {
    opacity: .9;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.18;
    margin: 0 0 29px
}

@media (min-width:768px) {
    .blog-share__title {
        font-size: 28px;
        line-height: 1.14;
        margin: 0 0 28px
    }
}

@media (min-width:1024px) {
    .blog-share__title {
        margin: 0 0 25px
    }
}

@media (min-width:1440px) {
    .blog-share__title {
        margin: 0 0 22px;
        font-size: 34px;
        line-height: 1.12
    }
}

@media (min-width:1920px) {
    .blog-share__title {
        margin: 0 0 36px;
        font-size: 40px;
        line-height: 1.1
    }
}

.blog-share__inner {
    margin: -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .blog-share__inner {
        width: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -5px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1920px) {
    .blog-share__inner {
        margin: -10px
    }
}

.blog-share__item {
    padding: 8px;
    width: 50%
}

@media (min-width:768px) {
    .blog-share__item {
        width: auto;
        padding: 5px
    }
}

@media (min-width:1920px) {
    .blog-share__item {
        padding: 10px
    }
}

.blog-share__link {
    color: #fff;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    opacity: .9;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase
}

.blog-share__link:hover {
    opacity: 1;
    color: #fff
}

@media (min-width:768px) {
    .blog-share__link {
        font-size: 12px;
        letter-spacing: 1.1px;
        padding: 0 25px
    }
}

@media (min-width:1024px) {
    .blog-share__link {
        height: 33px
    }
}

@media (min-width:1920px) {
    .blog-share__link {
        padding: 0 33px;
        height: 37px;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 1.2px
    }
}

.blog-share__link.facebook {
    background-color: #3b5998
}

.blog-share__link.twitter {
    background-color: #1da1f2
}

.blog-share__link.google {
    background-color: #dc4e41
}

.blog-share__link.linkedin {
    background-color: #0077b5
}

.blog-share__link svg {
    width: 28px;
    height: 28px
}

.blog-share__link .icon {
    line-height: 0;
    margin: 0 0 0 -7px
}

.blog-slider {
    margin: 49px 0 46px;
    position: relative
}

@media (min-width:640px) {
    .blog-slider {
        margin: 60px 0 46px
    }
}

@media (min-width:1440px) {
    .blog-slider {
        margin: 77px 0 67px
    }
}

@media (min-width:1920px) {
    .blog-slider {
        margin: 86px 0 78px
    }
}

.blog-slider__inner {
    position: relative;
    z-index: 10
}

.blog-slider__arrows,
.blog-slider__item {
    display: none
}

.blog-slider__item:first-child {
    display: block
}

.blog-slider__item img {
    vertical-align: top
}

.blog-slider img {
    max-width: 100%
}

@media (min-width:1440px) {
    .blog-slider__arrows {
        display: block
    }
}

.blog-slider__arrows .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
    color: #0049bc
}

.blog-slider__arrows .slick-arrow.slick-next {
    right: -76px
}

.blog-slider__arrows .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    left: -76px
}

.blog-slider__dots {
    display: block;
    text-align: center;
    margin: 12px 0 6px
}

@media (min-width:640px) {
    .blog-slider__dots {
        margin: 12px 0 8px
    }
}

@media (min-width:1440px) {
    .blog-slider__dots {
        display: none
    }
}

.blog-slider__dots .slick-dots {
    padding: 0;
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    list-style: none;
    margin: -9px
}

.blog-slider__dots .slick-dots button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #0049bc;
    background: 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    margin: 9px;
    -webkit-transition: background .15s ease-in-out 0s;
    transition: background .15s ease-in-out 0s;
    cursor: pointer
}

.blog-slider__dots .slick-dots .slick-active button {
    background: #0049bc
}

.blog-slider__info {
    opacity: .6;
    font-size: 14px;
    line-height: 1.57
}

@media (min-width:1024px) {
    .blog-slider__info {
        font-size: 15px;
        line-height: 1.6
    }
}

@media (min-width:1440px) {
    .blog-slider__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 21px 0 0
    }
}

@media (min-width:1920px) {
    .blog-slider__info {
        font-size: 16px;
        line-height: 2;
        margin: 27px 0 0
    }
}

.blog-slider__desc {
    text-align: center
}

@media (min-width:1440px) {
    .blog-slider__desc {
        text-align: left
    }
}

.blog-slider__pages {
    display: none
}

@media (min-width:1440px) {
    .blog-slider__pages {
        display: block
    }
}

.blog-tags {
    font-weight: 600;
    margin: 0
}

.blog-tags__title {
    margin: 0 17px 17px 0;
    display: inline-block;
    line-height: 1
}

@media (min-width:640px) {
    .blog-tags__title {
        font-size: 16px
    }
}

@media (min-width:1440px) {
    .blog-tags__title {
        font-size: 21px
    }
}

.blog-tags__items {
    display: inline-block;
    margin: 0 0 17px
}

.blog-tags__items-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.blog-tags__item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blog-tags__input {
    display: none
}

.blog-tags__input:not(:checked)+.blog-tags__text {
    background-color: #f1f6ff;
    color: rgba(0, 0, 0, .5)
}

.blog-tags__input:not(:checked)+.blog-tags__text:hover {
    background-color: #e5ecf8;
    color: #000
}

.blog-tags__text {
    margin: 5px;
    background-color: #ffdf6b;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    line-height: 1;
    padding: 7px 14px;
    font-size: 12px;
    letter-spacing: .3px;
    color: #000;
    -webkit-transition: .15s background ease-in-out 0s, .15s color ease-in-out 0s;
    transition: .15s background ease-in-out 0s, .15s color ease-in-out 0s
}

.blog-tags__text:hover {
    color: rgba(0, 0, 0, .7);
    background-color: rgba(255, 223, 107, .7)
}

@media (min-width:768px) {
    .blog-tags__text {
        padding: 9px 16px
    }
}

@media (min-width:1024px) {
    .blog-tags__text {
        padding: 9px 17px
    }
}

@media (min-width:1440px) {
    .blog-tags__text {
        letter-spacing: 1.1px
    }
}

@media (min-width:1920px) {
    .blog-tags__text {
        padding: 10px 22px;
        font-size: 14px;
        letter-spacing: 1.2px
    }
}

.blog-tags__back {
    text-transform: uppercase
}

.blog-tags__back .icon {
    display: inline-block;
    line-height: 0;
    -webkit-transform: rotate(-180deg) translateY(0);
    -ms-transform: rotate(-180deg) translateY(0);
    transform: rotate(-180deg) translateY(0)
}

.blog-tags__back .icon svg {
    width: 3px;
    height: 6px
}

.blog-tags__back .text {
    margin: 0 0 0 9px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px
}

.blog-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.blog-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tech-about {
    margin: 48px 0 56px
}

@media (min-width:640px) {
    .tech-about {
        margin: 63px 0 56px
    }
}

@media (min-width:1024px) {
    .tech-about {
        margin: 93px 0 56px
    }
}

@media (min-width:1280px) {
    .tech-about {
        margin: 122px 0 56px
    }
}

@media (min-width:1920px) {
    .tech-about {
        margin: 136px 0 56px
    }
}

@media (min-width:1280px) {
    .tech-about__inner {
        max-width: 1120px;
        margin: 0 auto
    }
}

@media (min-width:1920px) {
    .tech-about__inner {
        max-width: 1500px
    }
}

.tech-about__inner h2 {
    color: #2f6bc9;
    text-align: center;
    font-size: 22px;
    line-height: 1.32;
    margin: 0
}

@media (min-width:640px) {
    .tech-about__inner h2 {
        font-size: 28px;
        line-height: 1.46
    }
}

@media (min-width:1024px) {
    .tech-about__inner h2 {
        max-width: 800px;
        margin: 0 auto
    }
}

@media (min-width:1280px) {
    .tech-about__inner h2 {
        max-width: 1100px;
        font-size: 30px;
        line-height: 1.63
    }
}

@media (min-width:1920px) {
    .tech-about__inner h2 {
        font-size: 40px;
        line-height: 1.43;
        margin: 0 -50px;
        max-width: none
    }
}

.tech-about__desc {
    margin: 69px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:640px) {
    .tech-about__desc {
        max-width: 560px;
        margin: 72px auto 0
    }
}

@media (min-width:1024px) {
    .tech-about__desc {
        margin: 92px auto 0;
        max-width: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1280px) {
    .tech-about__desc {
        margin: 130px auto 0
    }
}

@media (min-width:1920px) {
    .tech-about__desc {
        margin: 150px auto 0;
        max-width: 1100px
    }
}

.tech-about__image {
    width: 100%;
    margin: 0 0 42px
}

@media (min-width:640px) {
    .tech-about__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0 62px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media (min-width:1024px) {
    .tech-about__image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 50px 0 0;
        width: 244px
    }
}

@media (min-width:1280px) {
    .tech-about__image {
        margin: 0 118px 0 0
    }
}

@media (min-width:1920px) {
    .tech-about__image {
        width: 290px;
        margin: 0 95px 0 0
    }
}

.tech-about__image-inner {
    width: 224px
}

@media (min-width:640px) {
    .tech-about__image-inner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media (min-width:1024px) {
    .tech-about__image-inner {
        width: 100%
    }
}

.tech-about__image-inner img {
    width: 100%
}

.tech-about__label {
    opacity: .27;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    width: 200px;
    margin: 13px 0 0
}

@media (min-width:640px) {
    .tech-about__label {
        margin: -3px 0 0 38px
    }
}

@media (min-width:1024px) {
    .tech-about__label {
        margin: 13px 0 0;
        width: auto
    }
}

@media (min-width:1920px) {
    .tech-about__label {
        font-size: 17px;
        line-height: 1.41
    }
}

.tech-intro {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.tech-intro:after {
    content: "1";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .43;
    background-color: #0049bc
}

.tech-intro__inner {
    position: relative;
    z-index: 10;
    color: #fff;
    height: 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .tech-intro__inner {
        height: 214px
    }
}

@media (min-width:1024px) {
    .tech-intro__inner {
        height: 291px
    }
}

@media (min-width:1280px) {
    .tech-intro__inner {
        height: 400px
    }
}

@media (min-width:1920px) {
    .tech-intro__inner {
        height: 532px
    }
}

.tech-intro__inner h1 {
    margin: 0 0 13px;
    max-width: 420px
}

@media (min-width:768px) {
    .tech-intro__inner h1 {
        font-size: 32px;
        line-height: 1.13
    }
}

@media (min-width:1280px) {
    .tech-intro__inner h1 {
        font-size: 40px;
        line-height: 1.1;
        max-width: 640px
    }
}

@media (min-width:1920px) {
    .tech-intro__inner h1 {
        font-size: 48px;
        line-height: 1.04;
        max-width: 790px
    }
}

.tech-slider {
    background: #f1f6ff url(../images/noise.png) 50% 50%;
    padding: 63px 0 60px
}

@media (min-width:768px) {
    .tech-slider {
        padding: 61px 0 72px
    }
}

@media (min-width:1024px) {
    .tech-slider {
        padding: 61px 0 72px
    }
}

@media (min-width:1440px) {
    .tech-slider {
        padding: 89px 0 75px
    }
}

@media (min-width:1920px) {
    .tech-slider {
        padding: 128px 0 90px
    }
}

.tech-slider__heading {
    text-align: center;
    margin: 0 auto 10px;
    max-width: 260px
}

@media (min-width:640px) {
    .tech-slider__heading {
        margin: 0 0 25px;
        max-width: none
    }
}

.tech-slider__desc {
    max-width: 540px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63
}

@media (min-width:640px) {
    .tech-slider__desc {
        font-size: 18px
    }
}

@media (min-width:1920px) {
    .tech-slider__desc {
        font-size: 21px
    }
}

.tech-slider__inner {
    padding: 0 32px
}

@media (min-width:768px) {
    .tech-slider__inner {
        padding: 0 125px
    }
}

@media (min-width:1024px) {
    .tech-slider__inner {
        padding: 0 117px
    }
}

@media (min-width:1440px) {
    .tech-slider__inner {
        padding: 0 150px
    }
}

@media (min-width:1920px) {
    .tech-slider__inner {
        padding: 0 250px
    }
}

.tech-slider__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media (min-width:768px) {
    .tech-slider__items {
        margin: 0 -29px
    }
}

@media (min-width:1024px) {
    .tech-slider__items {
        margin: 0 -25px
    }
}

@media (min-width:1440px) {
    .tech-slider__items {
        margin: 0 -45px
    }
}

@media (min-width:1920px) {
    .tech-slider__items {
        margin: 0 -64px
    }
}

.tech-slider__items .slick-arrow {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: #fff;
    position: absolute;
    outline: none;
    cursor: pointer;
    color: #0049bc;
    -webkit-transition: color .15s, opacity .15s;
    transition: color .15s, opacity .15s;
    width: 44px;
    height: 44px;
    line-height: 1;
    top: 68px;
    z-index: 1;
    padding: 15px 20px
}

@media (min-width:768px) {
    .tech-slider__items .slick-arrow {
        top: 93px;
        padding: 13px 20px
    }
}

@media (min-width:1440px) {
    .tech-slider__items .slick-arrow {
        width: 62px;
        height: 62px;
        top: 132px;
        padding: 22px 28px
    }
}

@media (min-width:1920px) {
    .tech-slider__items .slick-arrow {
        width: 70px;
        height: 70px;
        top: 155px;
        padding: 26px 31px
    }
}

.tech-slider__items .slick-arrow:hover {
    color: #000
}

.tech-slider__items .slick-arrow.slick-disabled {
    opacity: .6;
    cursor: default;
    color: rgba(0, 0, 0, .5)
}

.tech-slider__items .slick-arrow.slick-next {
    right: -22px
}

@media (min-width:768px) {
    .tech-slider__items .slick-arrow.slick-next {
        right: -80px
    }
}

@media (min-width:1024px) {
    .tech-slider__items .slick-arrow.slick-next {
        right: -70px
    }
}

@media (min-width:1440px) {
    .tech-slider__items .slick-arrow.slick-next {
        right: -80px
    }
}

@media (min-width:1920px) {
    .tech-slider__items .slick-arrow.slick-next {
        right: -140px
    }
}

.tech-slider__items .slick-arrow.slick-prev {
    left: -22px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .tech-slider__items .slick-arrow.slick-prev {
        left: -80px
    }
}

@media (min-width:1024px) {
    .tech-slider__items .slick-arrow.slick-prev {
        left: -70px
    }
}

@media (min-width:1440px) {
    .tech-slider__items .slick-arrow.slick-prev {
        left: -80px
    }
}

@media (min-width:1920px) {
    .tech-slider__items .slick-arrow.slick-prev {
        left: -140px
    }
}

.tech-slider__items .slick-arrow .svg-arrow-slider-icon {
    width: 7px;
    height: 13px
}

@media (min-width:1440px) {
    .tech-slider__items .slick-arrow .svg-arrow-slider-icon {
        width: 10.7px;
        height: 18.9px
    }
}

.tech-slider__item {
    text-align: center;
    width: 100%;
    display: none
}

.tech-slider__item:nth-child(1) {
    display: block
}

@media (min-width:640px) {
    .tech-slider__item {
        width: 50%;
        padding: 30px 29px;
        display: block
    }
}

@media (min-width:1024px) {
    .tech-slider__item {
        width: 33.3333%;
        padding: 37px 25px
    }
}

@media (min-width:1440px) {
    .tech-slider__item {
        padding: 49px 45px
    }
}

@media (min-width:1920px) {
    .tech-slider__item {
        padding: 45px 64px
    }
}

.tech-slider__item.slick-slide {
    outline: none
}

.tech-slider__image {
    border: none;
    outline: none;
    text-align: center;
    display: block
}

.tech-slider__image img {
    vertical-align: top;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: inline-block
}

@media (min-width:768px) {
    .tech-slider__image img {
        width: 230px;
        height: 230px
    }
}

@media (min-width:1440px) {
    .tech-slider__image img {
        width: 326px;
        height: 326px
    }
}

@media (min-width:1920px) {
    .tech-slider__image img {
        width: 380px;
        height: 380px
    }
}

.tech-slider__title {
    text-align: center;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.53;
    margin: 30px 0 0
}

@media (min-width:768px) {
    .tech-slider__title {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 29px 0 13px
    }
}

@media (min-width:1440px) {
    .tech-slider__title {
        margin: 35px 0 14px
    }
}

@media (min-width:1920px) {
    .tech-slider__title {
        font-size: 1.8rem;
        line-height: 1.44;
        margin: 44px 0 19px
    }
}

.tech-slider__text {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 12px 0 23px
}

@media (min-width:768px) {
    .tech-slider__text {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

@media (min-width:1440px) {
    .tech-slider__text {
        margin: 12px 0 27px
    }
}

@media (min-width:1920px) {
    .tech-slider__text {
        max-width: 330px;
        font-size: 1.8rem;
        line-height: 1.44;
        margin: 12px auto 35px
    }
}

.tech-slider__more {
    margin: 12px 0 0
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }
    to {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }
    to {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

.product-card-list__title {
    text-align: left;
    max-width: 250px;
    margin: 10px auto 15px;
}

.product-card-list__text {
    text-align: left
}

.filter-properties_card-list {
    justify-content: left;
}

@media (min-width: 768px) {
    .filter-properties_card-list,
    .product-card-list__title,
    .product-card-list__text {
        max-width: unset
    }
}


.js-footer-menu.opened .js-footer-menu-group:not(.is-active), .js-footer-menu-group.is-active .js-footer-menu-title:not(.footer-menu__sub-title) {
    display: none;
    width: 0;
}

.js-footer-menu.opened .footer-menu__item:last-child {
    margin-bottom: 21px;
}
.header__menu + .header__menu {
    margin: 0;
}

.menu-product {
    margin: 0;
}

.menu {
    margin: 0;
}

.menu .menu-product__title > a, .menu-product__title > span, .menu__title > span {
    padding: 42px 20px 38px;
}

.header__logo {
    padding: 4px 30px 0 0;
}

.header__lang {
    margin-top: 3px;
}


@media (max-width: 1280px) {
    .menu2 .menu__inner .menu-product__title > a, .menu2 .menu__inner .menu-product__title > span, .menu2 .menu__inner .menu__title > span {
        padding: 42px 12px 38px;
        letter-spacing: 0.5px;
    }

    .menu .menu-product__title > a, .menu-product__title > span, .menu__title > span {
        padding: 42px 12px 38px;
    }
    .menu:hover .menu__inner,  .menu.hovered .menu__inner {
        padding: 0;
    }

    .menu-product:hover .menu-product__inner,  .menu-product.hovered .menu-product__inner {
        padding: 0;
      /*  left: auto;*/
    }

    .header__inner {
        padding: 0 54px;
    }
}


@media (max-width: 1128px) {
    .menu2 .menu__inner .menu-product__title > a, .menu2 .menu__inner .menu-product__title > span, .menu2 .menu__inner .menu__title > span {
        padding: 42px 12px 38px;
        letter-spacing: 0.5px;
    }

    .menu-product__inner .menu-product__group {
        padding: 10px 0;
    }

    .header__inner {
        padding: 0 34px;
    }

    .header__lang {
        display: none;
    }

    .header__logo img {
        width: 104px;
    }
}

@media (min-width: 860px) {
    .menu__title {
        display: none;
    }

    .menu__inner {
        overflow: visible;
        display: flex;
        flex-wrap: nowrap;
        position: static;
        max-height: 1000px;
        background: transparent;
    }
}

@media (max-width: 860px) {
    .menu2 .menu__inner > div:last-child {
        margin-bottom: 10px;
    }

    .menu2 .menu__inner > div {
        margin-top: 13px;
    }

    .menu2 .menu__inner .menu-product__title > a, .menu2 .menu__inner .menu-product__title > span {
        padding: 13px 25px;
    }
}

/*.slick-list {*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
/*}*/

.menu:hover .menu-product__inner, .menu:hover .menu__inner {
    z-index: 9999;
}

@media (max-width: 860px) {
    .menu2 .menu-product:hover .menu-product__inner {

    }

    .menu2 .menu-product.hovered .menu-product__inner {
        position: relative;
    }

    .menu2 .menu-product__group .menu-product__item {
        font-size: 11px;
    }
}

.menu .menu-product__title > a, .menu-product__title > span, .menu__title > span {
    padding: 42px 15px 38px;
}

.header__lang a {
    display: block;
    margin-bottom: 4px;
}

.header__lang a.pseudo.has-border {
    display: inline;
    margin-top: 0;
    line-height: 20px;
}

@media (max-width: 1280px) {
    .menu2 .menu__inner .menu-product__title > a, .menu2 .menu__inner .menu-product__title > span, .menu2 .menu__inner .menu__title > span {
        /*padding: 42px 8px 38px;*/
    }
}


#vid {
    object-fit: cover;
    width: 100%;
}

.about-block__inner.processed {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

@media (max-width: 400px) {
    .about-block .processed .about-block__title {
        font-size: 1.8rem;
    }
    .about-block .processed .about-block__text {
          font-size: 1.3rem;
    }


}

@media (max-width: 360px) {
    .header__logo {
        padding-right: 12px;
    }
    .menu-product__title a {
        padding-right: 4px !important;
    }
    .header__inner {
        padding: 0 20px;
    }
}

@media (max-width: 860px) {
    .footer__bar.g-col {
        display: inline-block;
        text-align: center;
    }
}
