html {
    font-family: 'Source Sans Pro', Calibri, PT Sans, sans-serif;
    font-size: 16px
}

.button,
.container,
.play,
.top-panel {
    box-sizing: border-box
}

.hover-zoom,
img {
    max-width: 100%
}

.button,
.nav__item:first-letter,
.title,
.top-panel__socials,
.uppercase {
    text-transform: uppercase
}

.lang,
.title {
    margin-top: 0
}

.header__advantages li::after,
.header__details li::before,
.mask::after {
    content: ''
}

.block-advantages__list,
.footer__nav,
.footer__positions,
.footer__socials ul,
.header__details,
.lang,
.nav__list,
.top-panel__socials {
    list-style-type: none
}

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

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

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

.wrapper {
    overflow: hidden
}

.included-svg-sprite svg {
    display: none
}

.fixed-mobile {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10
}

@media (min-width:768px) {
    .fixed-mobile {
        display: none
    }
}

.play {
    -webkit-appearance: none;
    appearance: none;
    width: 70px;
    height: 70px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L0.499999 15.7942L0.5 0.205771L14 8Z' fill='white'/%3E%3C/svg%3E%0A") left 52% center no-repeat rgba(255, 255, 255, .2);
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: background-color .3s
}

.play:hover {
    background-color: rgba(255, 255, 255, .5)
}

input[type=text],
input[type=tel],
input[type=email] {
    padding: 13px 17px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C1C1C1;
    font-weight: 700;
    line-height: normal;
    font-size: 1rem;
    letter-spacing: .08em;
    background: 0 0;
    box-sizing: border-box
}

.mask::after,
.parallax {
    background-position: center;
    background-repeat: no-repeat
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
    color: inherit
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
    color: inherit
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
    outline: 0;
    border-bottom-color: #000
}

input[type=text].error,
input[type=tel].error,
input[type=email].error {
    border-bottom-color: #DC0000
}

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

    input[type=text],
    input[type=tel],
    input[type=email] {
        padding: 5px 10px
    }
}

.hover-zoom {
    display: inline-block;
    max-height: 100%;
    overflow: hidden
}

.hover-zoom img {
    -webkit-transform-origin: center;
    transform-origin: center
}

.hover-zoom:hover img {
    -webkit-animation: zoomIn 6s both;
    animation: zoomIn 6s both
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.cursor-zoom {
    cursor: zoom-in
}

.mask {
    position: relative
}

.mask::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='30' viewBox='0 0 28 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4913 12.228C23.4913 18.7143 18.3355 23.956 11.9957 23.956C5.65578 23.956 0.5 18.7143 0.5 12.228C0.5 5.74172 5.65578 0.5 11.9957 0.5C18.3355 0.5 23.4913 5.74172 23.4913 12.228Z' stroke='white'/%3E%3Cpath d='M11.5457 7.18408V12.2791H12.5457V7.18408H11.5457ZM11.5457 12.2791V17.3741H12.5457V12.2791H11.5457ZM12.0457 12.7791H17.0439V11.7791H12.0457V12.7791ZM12.0457 11.7791H7.04749V12.7791H12.0457V11.7791Z' fill='white'/%3E%3Cpath d='M19.0026 20.8672L26 28.0002' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
    opacity: 0;
    transition: opacity .3s
}

.mask:hover::after {
    opacity: 1
}

.dashed-underline {
    display: inline-block !important;
    font-weight: 700;
    line-height: 1.15;
    font-size: 1.25rem;
    letter-spacing: .02em;
    border-bottom: 2px dashed
}

.dashed-underline._red {
    border-color: #DC0000
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:576px) {
    .container {
        width: 540px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 720px
    }
}

@media screen and (min-width:992px) {
    .container {
        width: 960px
    }
}

@media screen and (min-width:1220px) {
    .container {
        width: 1170px
    }
}

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100
}

.nav,
.top-panel {
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0
}

.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    background-size: cover
}

.title {
    font-weight: 900;
    line-height: 1.13;
    font-size: 3.75rem;
    text-align: center;
    letter-spacing: .02em
}

.title span {
    display: block;
    font-weight: 300;
    line-height: 1.125;
    font-size: 2.5rem
}

@media screen and (max-width:575px) {
    .title {
        font-size: 2.8rem
    }

    .title span {
        font-size: 2.2rem
    }
}

.button {
    padding: 10px 20px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1rem;
    letter-spacing: .1em;
    font-weight: 700;
    border: none;
    transition: .3s
}

.nav,
.product__img-wrapper {
    transition: -webkit-transform .3s
}

.button._red-gradient {
    background-image: linear-gradient(90deg, #F20000, #DC0000);
    color: #fff
}

.button._red-gradient:hover {
    background-image: linear-gradient(90deg, #FF4646 0, #FF1D1D 100%);
    box-shadow: 0 3px 25px rgba(0, 0, 0, .35)
}

.button._green-gradient {
    background-image: linear-gradient(90deg, #36BB02, #71D44F);
    color: #fff
}

.button._green-gradient:hover {
    background: linear-gradient(270deg, #02A749 0, #00C052 100%);
    box-shadow: 0 3px 25px rgba(0, 0, 0, .35)
}

.button._dark-green-gradient {
    background-image: linear-gradient(270deg, #007532 0, #00873A 100%);
    color: #fff
}

.button._dark-green-gradient:hover {
    background: linear-gradient(270deg, #02A749 0, #00C052 100%);
    box-shadow: 0 3px 25px rgba(0, 0, 0, .35)
}

.button._white {
    background-color: #fff;
    color: #DC0000;
    border: 1px solid #DC0000
}

.button._white-black {
    background-color: #fff;
    color: #000
}

.button._white-black:hover {
    background-color: #EDEDED
}

.button._white-transparent {
    background-color: transparent;
    color: #2E2E2E;
    border: 1px solid #E1E1E1
}

.button._white-transparent:hover {
    background: #000;
    color: #fff
}

.button._transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.button._square {
    border-radius: 5px
}

.button._radial {
    border-radius: 30px
}

.nav {
    width: 100%;
    height: 4.5rem;
    background-color: #2E2E2E;
    color: #E1E1E1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media screen and (max-width:767px) {
    .nav {
        display: none
    }
}

.nav._visible {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nav__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 1rem;
    font-size: .875rem
}

.nav__item:last-child {
    padding: 0px 20px;
}

.nav__item a {
    line-height: 2.5rem
}

.nav__item a:hover {
    opacity: .8
}

.moblang {
    display: none;
    padding: 10px 15px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 5px
}

.top-panel {
    right: 0;
    height: 5.7rem;
    transition: .3s
}

.top-panel._scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.top-panel._fixed {
    top: 4.5rem
}

@media screen and (max-width:767px) {
    .moblang {
        display: block
    }

    .lang {
        display: none
    }

    .top-panel._fixed {
        top: 0
    }
}

.top-panel__container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 13px
}

.top-panel__logo {
    height: 3.5rem
}

@media screen and (max-width:991px) {
    .top-panel__container {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .top-panel__logo {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.top-panel__logo img {
    width: 100%;
    display: block;
    min-width: 1px;
    max-width: 250px;
    min-height: 1px;
    max-height: 100%;
    margin-left: 0;
    text-align: left;
    margin-right: auto;
}

.top-panel__socials {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
    border-right: 1px solid #000
}

@media screen and (max-width:991px) {
    .top-panel__socials {
        margin-left: 1.5vw
    }
}

@media screen and (max-width:767px) {
    .top-panel__socials {
        margin-left: 0;
        border-right: none
    }
}

@media screen and (max-width:575px) {
    .top-panel__socials {
        margin-right: 15px;
        margin-left: auto
    }
}

.top-panel__socials li {
    margin-right: 25px
}

@media screen and (max-width:991px) {
    .top-panel__socials li {
        margin-right: 1vw
    }
}

.top-panel__socials a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 2.1875rem;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .02em;
    transition: color .3s linear
}

.top-panel__socials a:hover.instagram {
    color: #833AB4
}

.top-panel__socials a:hover.facebook {
    color: #3B5998
}

.top-panel__socials a:hover.facebook svg {
    fill: #3B5998
}

.top-panel__socials a:hover.whatsapp {
    color: #25D366
}

.top-panel__socials a:hover.whatsapp svg {
    fill: #25D366
}

.top-panel__socials a:hover.viber {
    color: #8F5DB7
}

.top-panel__socials a:hover.viber svg {
    fill: #8F5DB7
}

.top-panel__socials svg {
    -webkit-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    transition: fill .3s linear
}

.block-advantages__btn,
.lang__item {
    transition: .3s;
    box-sizing: border-box
}

.top-panel__socials svg.facebook {
    -webkit-flex: 0 0 9px;
    flex: 0 0 9px;
    width: 9px
}

.top-panel__socials span {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: none;
    margin-left: 10px;
    line-height: 1rem
}

.top-panel__tel {
    margin-left: 23px
}

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

    .top-panel__socials svg,
    .top-panel__socials svg.facebook {
        height: 1.2rem
    }

    .top-panel__socials span {
        display: none
    }

    .top-panel__tel {
        margin-left: 1.5vw
    }
}

@media screen and (max-width:767px) {
    .top-panel__socials li {
        margin-right: 2vw
    }

    .top-panel__socials li:last-child {
        margin-right: 0
    }

    .top-panel__tel {
        margin-left: 0
    }

    .top-panel__callback {
        display: none
    }
}

@media screen and (max-width:575px) {
    .top-panel__tel {
        display: none
    }
}

.top-panel__tel a {
    font-size: 1.25rem;
    letter-spacing: .05em;
    white-space: nowrap
}

.top-panel__tel div {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .1em;
    white-space: nowrap
}

.top-panel__callback {
    margin-left: 28px
}

.top-panel__callback .button {
    white-space: nowrap;
    padding: 13px 52px
}

@media screen and (max-width:1219px) {
    .top-panel__callback .button {
        padding-left: 13px;
        padding-right: 13px
    }
}

@media screen and (max-width:991px) {
    .top-panel__callback {
        margin-left: 1.5vw
    }

    .top-panel__callback .button {
        font-size: .8rem
    }
}

.lang {
    position: relative;
    margin-bottom: 0;
    margin-left: 45px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.25
}

@media screen and (max-width:991px) {
    .lang {
        margin-left: 1.5vw
    }
}

.lang__item {
    width: 50px;
    height: 2.8125rem;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .07)
}

.lang__item:nth-child(1) {
    border-bottom: 1px solid transparent
}

.lang__item:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    margin-top: -1px;
    border-top: 1px solid transparent;
    opacity: 0
}

.lang__item:hover {
    background-color: rgba(0, 0, 0, .15)
}

.lang__item a,
.lang__item span {
    display: inline-block;
    padding: 12px 11px;
    box-sizing: border-box
}

.lang__item span {
    cursor: default
}

.lang:hover .lang__item:nth-child(1) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: rgba(0, 0, 0, .11)
}

.lang:hover .lang__item:nth-child(2) {
    height: 2.8125rem;
    opacity: 1;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: rgba(0, 0, 0, .11)
}

.nowebp .header {
    background-image: url(../img/common/header-bg-1.jpg)
}

.webp .header {
    background-image: url(../img/common/combine-harvester-working-wheat-field\ \(2\).jpg)
}
.header::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
}
.popup-trigger {
    position: relative;
    z-index: 2;
}
.header {
    position: relative;
    min-height: 100vh;
    padding-top: 7.875rem;
    padding-bottom: 11rem;
    background-position: top center;
    background-size: 100% 120%;
    background-repeat: no-repeat;
    box-sizing: border-box
}

@media screen and (min-width:1650px) {
    .header {
        background-position: center center;
        background-size: cover
    }
}

@media screen and (max-width:575px) {
    .header {
        min-height: 0;
        background-size: cover
    }

    .header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, .6)
    }
}

.header__subheading,
.header__title {
    position: relative;
    line-height: 1.13;
    z-index: 2;
    text-transform: uppercase
}

.header__title {
    max-width: 70%;
    margin: 0;
    font-size: 3.75rem;
    letter-spacing: .02em
}
.header__paragraph {
    position: relative;
    z-index: 2;
}

@media screen and (max-width:767px) {
    .lang {
        margin-left: 0
    }

    .header__title {
        font-size: 2rem
    }
}

.header__title span {
    font-weight: 300
}

.header__subheading {
    font-size: 1.375rem;
    letter-spacing: .1em
}

.header__product {
    position: absolute;
    left: 51%;
    top: 30%
}

@media screen and (max-width:991px) {
    .lang__item {
        width: auto
    }

    .header__product {
        top: 35%
    }
}

@media screen and (max-width:767px) {
    .header__product {
        position: relative;
        top: 0;
        left: 0
    }
}

.header__advantages {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7.5rem;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .02em;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .header__advantages {
        height: 5.25rem
    }
}

.header__advantages ul {
    display: -webkit-flex;
    display: flex;
    height: 7.5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

@media screen and (max-width:767px) {
    .header__advantages ul {
        height: 5.25rem
    }
}

.header__advantages li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

.header__advantages li::after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 71px;
    background-color: #CDCDCD
}

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

.header__adv-icon {
    margin-left: 50px;
    margin-right: 50px
}

@media screen and (max-width:991px) {
    .header__adv-icon {
        margin-left: 1rem;
        margin-right: 2rem
    }
}

@media screen and (max-width:767px) {
    .header__advantages li::after {
        height: 70%
    }

    .header__adv-icon {
        margin-right: 1rem
    }
}

.header__adv-icon._shield {
    width: 3rem;
    height: 3.7rem
}

@media screen and (max-width:767px) {
    .header__adv-icon._shield {
        width: 2.5rem;
        height: 3rem
    }
}

@media screen and (max-width:575px) {
    .header__title {
        max-width: 100%;
        text-align: center
    }

    .header__subheading {
        text-align: center
    }

    .header__advantages {
        font-size: .7rem
    }

    .header__adv-icon {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .header__adv-icon._shield {
        width: 1.9rem;
        height: 2.1rem
    }
}

.header__adv-icon._robot {
    width: 3.375rem;
    height: 3.375rem
}

@media screen and (max-width:767px) {
    .header__adv-icon._robot {
        width: 2.6rem;
        height: 2.6rem
    }
}

@media screen and (max-width:575px) {
    .header__adv-icon._robot {
        width: 1.8rem;
        height: 1.8rem
    }
}

.header__adv-icon._tools {
    width: 3rem;
    height: 3rem
}

@media screen and (max-width:767px) {
    .header__adv-icon._tools {
        width: 2.5rem;
        height: 2.5rem
    }

    .header__details {
        display: none
    }
}

.header__details {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    margin-left: 4.6rem;
    line-height: 1.11;
    font-size: 1.125rem;
    letter-spacing: .08em
}

@media screen and (max-width:575px) {
    .header__adv-icon._tools {
        height: 2rem;
        width: 2rem
    }

    .header__details {
        margin-top: 10vh
    }
}

.header__details li {
    margin-bottom: 1.4rem;
    position: relative
}

.header__details li::before {
    position: absolute;
    left: -15px;
    top: 0;
    display: inline-block;
    width: 7px;
    height: 1.05rem;
    background: #3C8B25;
    -webkit-transform: skew(-28deg) translateY(-40%);
    transform: skew(-28deg) translateY(-40%)
}

.header-product__img {
    position: relative;
    z-index: 1;
    height: auto
}



.header-product__background::before,
.header-product__label::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    content: ''
}

@media screen and (max-width:767px) {
    .header-product__background {
        width: 150px;
        height: 150px
    }
}

.header-product__background::before {
    top: 50%;
    width: 556px;
    height: 556px;
    border-radius: 50%;
    background: #FFF;
    opacity: .5;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    transform: translate(-50%, -50%)
}

.header-product__label {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 5
}

.header-product__label::before {
    top: 50%;
    width: 100%;
    padding-bottom: 100%;
    transform: translate(-50%, -50%);
    background: url(../img/common/Star.svg) center center/contain no-repeat
}

@media screen and (max-width:991px) {
    .header-product__img {
        margin-left: 0
    }

    .header-product__label {
        top: 50px
    }
}

.header-product__label span {
    position: relative;
    z-index: 1;
    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;
    padding: 2em;
    font-weight: 900;
    line-height: 1.17;
    font-size: 1rem;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff
}

.block-advantages {
    padding-top: 90px;
    padding-bottom: 7.5rem;
}

.block-advantages._concave {
    padding-bottom: 17rem
}

.block-advantages__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-left: 7.4rem;
    font-weight: 800;
    line-height: 1.15;
    font-size: 1.25rem;
    letter-spacing: .02em
}

@media screen and (max-width:767px) {
    .header-product__label {
        top: 0
    }

    .block-advantages__list {
        padding-left: 0
    }
}

.block-advantages__item {
    position: relative;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: .8rem 0;
    padding-left: 76px;
    padding-right: 75px;
    box-sizing: border-box
}

@media screen and (max-width:575px) {
    .block-advantages__item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%
    }
}

.block-advantages__item span:not(.dashed-underline) {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.125
}

.block-advantages__item::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: green;
    background-clip: padding-box;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.56972L6.96686 10L15 2' stroke='%23F8F8F8' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    border: 6px solid rgba(0, 0, 0, .3)
}

.block-excursion__images a::before,
.block-repairs__item::before,
.block-restore-demage__item::before {
    content: '';
    left: 50%
}

.block-advantages__btn-container {
    text-align: center;
    padding-top: 2.3rem;
    padding-bottom: 4.9rem
}

@media screen and (max-width:767px) {
    .block-advantages__item {
        padding-left: 40px;
        padding-right: 10px
    }

    .block-advantages__item::before {
        width: 20px;
        height: 20px;
        background-size: 50%;
        border-width: 4px
    }

    .block-advantages__btn-container {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.block-advantages__btn {
    -webkit-appearance: none;
    appearance: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 350px;
    height: 99px;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 70px;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .02em;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .block-advantages__btn {
        width: 250px;
        height: 75px
    }
}

.block-advantages__btn:hover {
    background: #FFF;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
    border-color: #fff
}

.block-advantages__icon {
    width: 39px;
    height: 45px;
    margin-right: 13px
}

/*.block-advantages__background{min-height:100%}*/
.block-discount {
    height: 250px;
    text-align: center
}

.block-discount__container {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.block-discount__title {
    margin: 0;
    font-weight: 900;
    line-height: 1.13;
    font-size: 2.875rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #FFF
}

.block-discount__title span {
    display: block;
    font-weight: 300;
    line-height: 1.13;
    font-size: 1.875rem
}

.block-discount__button {
    margin-top: 35px;
    width: 180px
}

.block-discount__background {
    background-position: left 10% center
}

.block-restore-demage {
    padding-top: 9.4rem
}

@media screen and (max-width:767px) {
    .block-restore-demage {
        padding-top: 5rem
    }
}

.block-restore-demage__title {
    margin-bottom: 3rem;
    text-align: left
}

.block-restore-demage__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding-top: 3.2rem;
    padding-left: 0;
    list-style-type: none;
    border-top: 1px solid #D9D9D9
}

@media screen and (max-width:767px) {
    .block-restore-demage__list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-restore-demage__item {
    position: relative
}

.block-restore-demage__item::before {
    position: absolute;
    top: 50%;
    width: 70%;
    height: 40%;
    background-color: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:1219px) {
    .block-restore-demage__list {
        padding-left: 0;
        padding-right: 0
    }

    .block-restore-demage__item {
        -webkit-flex-basis: calc(25% - 20px);
        flex-basis: calc(25% - 20px)
    }
}

@media screen and (max-width:991px) {
    .block-discount__background {
        background-position: left 15% center
    }

    .block-restore-demage__item {
        -webkit-flex-basis: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
        padding-right: 10px
    }

    .block-restore-demage__item:last-child {
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    .block-restore-demage__item {
        -webkit-flex-basis: 48%;
        flex-basis: 48%
    }

    .block-restore-demage__item:nth-child(even) {
        padding-right: 0
    }
}

@media screen and (max-width:575px) {
    .block-restore-demage__list {
        display: block
    }

    .block-restore-demage__item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding-right: 0
    }

    .block-restore-demage__item a {
        min-width: 80%
    }

    .block-restore-demage__item img {
        width: 100%
    }
}

.block-restore-demage__text {
    margin: 1.6rem 0;
    font-weight: 400;
    line-height: normal;
    font-size: .875rem;
    letter-spacing: .08em
}

.block-repairs {
    padding-top: 2.2rem;
    padding-bottom: 5.1rem
}

@media screen and (max-width:767px) {
    .block-repairs {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.block-repairs__title {
    margin-top: 0;
    margin-bottom: 2.1rem;
    padding-top: .6rem;
    text-align: left
}

@media screen and (max-width:767px) {
    .block-repairs__title {
        margin-bottom: 1rem
    }

    .block-repairs__label {
        max-width: 250px
    }
}

.block-repairs__label {
    margin: 0;
    font-weight: 900;
    line-height: 1.17;
    font-size: .75rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #E00 0, #AF0000 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
    color: #fff;
    padding: 10px 50px 12px 30px
}

.block-repairs__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 77px;
    padding-left: 100px;
    padding-right: 100px
}

@media screen and (max-width:991px) {
    .block-repairs__list {
        padding-left: 30px;
        padding-right: 30px
    }
}

.block-repairs__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    background: 0 0;
    text-align: left;
    -webkit-flex: 0 0 270px;
    flex: 0 0 270px;
    width: 270px;
    line-height: 0
}

@media screen and (max-width:1219px) {
    .block-repairs__item {
        -webkit-flex: 0 0 31%;
        flex: 0 0 31%;
        width: 31%
    }
}

@media screen and (max-width:767px) {
    .block-repairs__list {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1rem
    }

    .block-repairs__item {
        -webkit-flex-basis: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px)
    }
}

.block-repairs__item:nth-child(n+4) {
    margin-top: 4.6rem
}

@media screen and (max-width:575px) {
    .block-repairs__item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .block-repairs__item:nth-child(n+3) {
        margin-top: 50px
    }
}

.block-repairs__item:focus {
    outline: 0;
    box-shadow: #fff 0 0 0 2px, #DC0000 0 0 0 4px
}

.block-repairs__item::before {
    position: absolute;
    top: 20%;
    width: 65%;
    height: 144px;
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

@media screen and (max-width:1219px) {
    .block-repairs__item::before {
        width: 120px;
        height: 100px
    }
}

.block-repairs__item._no-shadow::before {
    display: none
}

@media screen and (max-width:767px) {
    .block-repairs__item:nth-child(n+4) {
        margin-top: 50px
    }

    .block-repairs__item._title {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding-bottom: 2rem
    }
}

.block-repairs__img {
    position: relative;
    display: inline-block
}

.block-repairs__text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: .7rem
}

@media screen and (max-width:991px) {
    .block-repairs__item::before {
        width: 90px;
        height: 70px
    }

    .block-repairs__text {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding-top: 1rem
    }
}

.block-repairs__name {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    font-weight: 700;
    line-height: 1.15;
    font-size: 1.25rem;
    letter-spacing: .02em;
    text-transform: uppercase
}

@media screen and (max-width:991px) {
    .block-repairs__name {
        margin-left: 1rem
    }
}

@media screen and (max-width:767px) {
    .block-repairs__name {
        font-size: 1.1rem
    }
}

.block-repairs__name span {
    display: block;
    margin-top: 7px;
    font-weight: 400;
    line-height: 1.16;
    font-size: .75rem;
    letter-spacing: .02em
}

.block-repairs__num {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 700;
    line-height: 1.13;
    font-size: 3.75rem;
    text-align: right;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #E4E4E4
}

@media screen and (max-width:767px) {
    .block-repairs__num {
        font-size: 2.5rem;
        color: #cbcbcb
    }
}

.block-repairs__item-desc {
    padding-left: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16667;
    font-size: .75rem;
    letter-spacing: .02em
}

.block-repairs__btn-wrapper {
    margin-top: 3rem;
    text-align: center
}

.block-repairs__btn {
    padding: 1.2rem 3rem
}

.block-repairs._keys .block-repairs__title {
    padding-left: 300px
}

@media screen and (max-width:1219px) {
    .block-repairs._keys .block-repairs__title {
        padding-left: 22%
    }
}

@media screen and (max-width:767px) {
    .block-repairs._keys .block-repairs__title {
        padding-left: 0
    }
}

.block-repairs._reaper {
    padding-top: 7rem;
    padding-bottom: 12.6rem
}

.block-repairs._reaper .block-repairs__num {
    color: rgba(0, 0, 0, .15)
}

.block-repairs__img:hover .block-repairs__mask {
    opacity: 1
}

.block-form {
    position: relative;
    z-index: 1;
    margin-bottom: -15rem;
    padding-top: 0rem
}

.block-form__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% + 111px);
    margin-left: -55px;
    padding: 3rem 0 6rem;
    text-align: center;
    background: url(../img/sieves-page/block-form-bg.png) center bottom no-repeat, url(../img/common/form-backgrounds/full-size-form-bg-1.svg) center center/100% 100% no-repeat
}

.block-form__wrapper2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% + 111px);
    margin-left: -55px;
    padding: 3rem 0 6rem;
    text-align: center;
    background-color: white
}

.block-form__wrapper2{
    padding: 0 0 ;
}

@media screen and (max-width:1219px) {
    .block-form__wrapper2 {
        display: block;
        width: 100%;
        margin-left: 0;
        padding-top: 40px;
        padding-bottom: 50px;
        background-color: white;
    }
}

    {
    .block-form__wrapper {
        padding: 46px 0 112px
    }
}

@media screen and (max-width:991px) {
    .block-form__wrapper {
        padding-bottom: 88px;
        background-size: 220px, 1px 44%, 100% 100%
    }
}

@media screen and (max-width:767px) {
    .block-form__wrapper {
        background-image: url(../img/sieves-page/block-form-bg.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-color: #fff;
        border-radius: 30px;
        display: block;
        width: 100%;
        margin-left: 0;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.block-form__text {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 265px;
    margin: auto;
    -webkit-order: 1;
    order: 1
}

.block-form__title {
    font-weight: 700;
    font-size: 1.375rem;
    letter-spacing: .15em;
    text-transform: uppercase
}

.block-form__description {
    font-size: 1.125rem;
    letter-spacing: .02em;
    color: #838383;
}

.block-form__form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 50%;
    flex-basis: 50%
}

.block-form__form input {
    width: 270px;
    margin-top: 20px;
    background-color: transparent
}

@media screen and (max-width:991px) {
    .block-form__form input {
        width: 185px;
        margin-top: 1rem
    }
}

.block-form__form input[type=submit] {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:991px) {
    .block-form__form input[type=submit] {
        width: 175px;
        margin-top: 2rem;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.block-pay-delivery {
    background-repeat: no-repeat
}

.block-pay-delivery__title {
    margin-top: 0;
    margin-bottom: 2rem;
}

.block-form__title2{
    letter-spacing: 0;
}

.block-pay-delivery__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media screen and (max-width:575px) {
    .block-form__wrapper {
        background-image: none
    }

    .block-pay-delivery__list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-pay-delivery__item {
    -webkit-flex: 0 0 368px;
    flex: 0 0 368px
}

@media screen and (max-width:1219px) {
    .block-pay-delivery__item {
        -webkit-flex-basis: 46%;
        flex-basis: 46%;
        max-width: 46%
    }
}

@media screen and (max-width:575px) {
    .block-pay-delivery__item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.block-pay-delivery._delivery {
    height: 11.5rem;
    margin-bottom: 7rem;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F6F6F6;
    background-image: url(../img/common/delivery-bg.png);
    background-position: bottom right
}

@media screen and (max-width:575px) {
    .block-pay-delivery._delivery {
        height: auto
    }
}

.block-pay-delivery._delivery._reaper {
    height: 11.5rem;
    margin-bottom: 8.8rem
}

.block-pay-delivery._pay {
    padding-top: 15rem;
    padding-bottom: 120px;
    background-image: url(../img/common/pay-bg.png);
    background-position: left top 122px
}

@media screen and (max-width:575px) {
    .block-pay-delivery._pay {
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: none
    }
}

.block-pay-delivery._pay._reaper {
    background-image: url(../img/common/pay-bg.png), linear-gradient(to top, #F6F6F6, #F6F6F6 260px, transparent 260px)
}

.block-excursion {
    padding-top: 0rem;
    padding-bottom: 0rem
}

.block-excursion__wrapper {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 100px;
    padding-top: 70px;
}

.block-excursion__title {
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: .02em
}

@media screen and (max-width:1219px) {
    .block-excursion__title {
        max-width: 350px
    }
}

@media screen and (max-width:575px) {
    .block-excursion__wrapper {
        display: block
    }

    .block-excursion__title {
        text-align: center;
        max-width: 100%
    }
}

.block-excursion__description {
    font-weight: 300;
    line-height: 1.3;
    font-size: 1rem;
    letter-spacing: .02em
}

@media screen and (max-width:1219px) {
    .block-excursion__description {
        max-width: 350px
    }
}

.block-excursion__images {
    line-height: 0
}

@media screen and (max-width:991px) {
    .block-pay-delivery._pay {
        background-position: left top 20px
    }

    .block-excursion__images {
        -webkit-flex-basis: 50%;
        flex-basis: 50%
    }
}

@media screen and (max-width:767px) {
    .block-excursion__images {
        -webkit-flex-basis: 30%;
        flex-basis: 30%;
        margin-top: -50px
    }
}

@media screen and (max-width:575px) {
    .block-excursion__description {
        text-align: center;
        max-width: 100%
    }

    .block-excursion__images {
        display: none
    }

    .block-excursion__form .form {
        margin-left: auto;
        margin-right: auto
    }
}

.block-excursion__images a {
    display: inline-block;
    position: relative
}

.block-excursion__images a::before {
    position: absolute;
    z-index: 0;
    top: 75%;
    width: 60%;
    height: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.block-excursion__images img,
.block-excursion__images picture {
    position: relative;
    z-index: 1
}

.block-excursion__form {
    -webkit-flex: 0 0 497px;
    flex: 0 0 497px;
    padding-top: 5rem;
    padding-right: 4rem;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .block-excursion__form {
        padding-top: 0;
        padding-right: 0;
        -webkit-flex-basis: 50%;
        flex-basis: 50%
    }
}

.block-excursion._images-4 .block-excursion__images img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.block-more__control.disabled:focus,
.glightbox-clean .ginner-container {
    box-shadow: none
}

@media screen and (max-width:767px) {
    .block-excursion__form {
        -webkit-flex-basis: 70%;
        flex-basis: 70%
    }

    .block-excursion._images-4 .block-excursion__images img {
        margin-bottom: 15px
    }
}

.block-excursion._images-4 .block-excursion__images a {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px
}

.block-excursion._images-4 .block-excursion__images a:nth-child(odd) {
    max-width: 55%
}

.block-excursion._images-4 .block-excursion__images a:nth-child(even) {
    max-width: 44%;
    margin-right: 0
}

.block-excursion._images-4 .block-excursion__images a:nth-child(2) {
    margin-top: 125px
}

.block-excursion._images-4 .block-excursion__images a:nth-child(4) {
    margin-top: -67px
}

@media screen and (max-width:1219px) {
    .block-excursion._images-4 .block-excursion__images a:nth-child(1) {
        max-width: calc(60% - 30px)
    }

    .block-excursion._images-4 .block-excursion__images a:nth-child(2) {
        max-width: 40%;
        margin-top: 65px
    }

    .block-excursion._images-4 .block-excursion__images a:nth-child(3) {
        max-width: calc(60% - 30px)
    }

    .block-excursion._images-4 .block-excursion__images a:nth-child(4) {
        max-width: 40%;
        margin-top: -60px
    }
}

@media screen and (max-width:991px) {
    .block-excursion._images-4 .block-excursion__images a:nth-child(2) {
        margin-top: 0
    }

    .block-excursion._images-4 .block-excursion__images a:nth-child(4) {
        margin-top: -92px
    }
}

@media screen and (max-width:767px) {
    .block-excursion._images-4 .block-excursion__images a {
        float: none;
        max-width: 100% !important;
        margin-top: 0 !important;
        margin-right: 0 !important
    }

    .block-excursion._images-4 .block-excursion__images a:last-child {
        display: none
    }
}

.block-more {
    padding-bottom: 130px
}

.block-more .title {
    margin-bottom: 60px
}

.block-more__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-more__pagination,
.window {
    -webkit-flex-direction: column;
    box-sizing: border-box
}

.block-more__pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    max-width: 230px;
    max-height: 500px;
    overflow: hidden
}

.block-more__pagination .swiper-container {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .block-more {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .block-more .title {
        margin-bottom: 20px
    }

    .block-more__pagination {
        display: none
    }
}

.block-more__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-flex-basis: calc(100% - 230px);
    -ms-flex-preferred-size: calc(100% - 230px);
    flex-basis: calc(100% - 230px);
    max-width: calc(100% - 230px);
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .block-more__content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:575px) {
    .block-more__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-more__pag-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #000;
    font-size: 9px;
    line-height: 1.3;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.block-more__bullet,
.block-more__slide {
    display: -webkit-flex;
    display: -ms-flexbox
}

.block-more__pag-btn:focus {
    outline: 0
}

.block-more__pag-btn[aria-disabled=true] {
    opacity: .25;
    cursor: default
}

.block-more__pag-btn svg {
    width: 19px;
    height: 7px
}

.block-more__bullet {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .6;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
    transition: opacity .2s, -webkit-filter .2s;
    transition: opacity .2s, filter .2s;
    transition: opacity .2s, filter .2s, -webkit-filter .2s
}

.block-more__bullet.active,
.block-more__bullet:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.block-more__pag-img {
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    margin-right: 30px;
    text-align: center
}

.block-more__pag-img img {
    max-width: 100%;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .3))
}

.block-more__pag-text {
    font-size: 14px;
    letter-spacing: .02em;
    font-weight: 600;
    line-height: 1.13;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.block-more__slider {
    position: relative;
    -webkit-flex: 0 0 74.9%;
    -ms-flex: 0 0 74.9%;
    flex: 0 0 74.9%;
    width: 74.9%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 55px 7.5% 45px 13.5%
}

.block-more__slider::after,
.block-more__slider::before {
    content: '';
    position: absolute
}

.block-more__slider::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to right, #fff, transparent 15%, transparent 85%, #fff);
    pointer-events: none
}

.block-more__slider::before {
    top: 50%;
    left: 50%;
    width: 296px;
    height: 296px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #F1F1F1;
    border-radius: 50%
}

.block-more__slider .swiper-container {
    overflow: visible
}

@media screen and (max-width:991px) {
    .block-more__slider {
        padding: 0 5%
    }
}

@media screen and (max-width:575px) {
    .block-more__slider::before {
        width: 220px;
        height: 220px
    }

    .block-more__slider {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.block-more__slide {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    opacity: 0;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.block-more__category,
.block-more__links {
    display: -webkit-flex;
    display: -ms-flexbox
}

.block-more__slide.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.block-contacts__email:hover,
.block-contacts__tel:hover {
    opacity: .7
}

.block-more__links {
    -webkit-flex-basis: 25.1%;
    -ms-flex-preferred-size: 25.1%;
    flex-basis: 25.1%;
    max-width: 25.1%;
    padding-left: 1%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box
}

@media screen and (max-width:575px) {
    .block-more__links {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.block-more__category {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.39em;
    margin: 0;
    font-weight: 300;
    font-size: 32px;
    line-height: 113.13%;
    letter-spacing: .02em;
    text-transform: capitalize
}

.block-more__link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.block-more__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 160px;
    max-height: 60px;
    margin-top: 60px
}

@media screen and (max-width:1219px) {
    .block-more__category {
        font-size: 24px
    }

    .block-more__link {
        font-size: 18px
    }

    .block-more__controls {
        margin-top: 30px
    }
}

.block-more__control {
    width: 58px;
    height: 58px;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 1px solid #CCC;
    border-radius: 50%;
    transition: all .1s
}

.block-more__link,
.product__btn {
    -webkit-appearance: none;
    color: #DC0000
}

.block-more__control.disabled {
    color: #ccc
}

.block-more__control svg {
    width: 18px;
    height: 10px
}

.block-more__control:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6ac4c1
}

.block-more__link {
    display: inline-block;
    appearance: none;
    border: none;
    background: 0 0;
    padding: 0;
    position: relative;
    margin-top: .5rem;
    font-weight: 300;
    line-height: 1.14;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: .02em
}

.block-contacts__tel::after,
.block-more__link::after {
    content: '';
    top: 100%;
    left: 0;
    background-image: repeating-linear-gradient(to right, green, green 5px, transparent 5px, transparent 9px)
}

.block-more__link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.block-contacts {
    position: relative;
    height: 380px
}

@media screen and (max-width:991px) {
    .block-contacts {
        height: 320px
    }
}

@media screen and (max-width:575px) {
    .block-contacts {
        height: auto
    }
}

.block-contacts .container {
    height: 100%
}

.block-contacts__text {
    width: 30.8%;
    height: 100%;
    padding-top: 28px;
    padding-bottom: 40px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .block-contacts__text {
        width: 44%
    }
}

@media screen and (max-width:767px) {
    .block-contacts__text {
        width: 56%
    }
}

@media screen and (max-width:575px) {
    .block-contacts__text {
        width: 100%;
        text-align: center
    }
    .social-links__footer{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.h1_dostavim_do_sklad {
    text-align: center;
}

.block-contacts__title {
    margin-top: 0;
    margin-bottom: 2.4rem;
    text-align: left
}

.block-contacts__item {
    margin-bottom: 1.5rem;
    line-height: 1.11;
    font-size: 1.125rem;
    letter-spacing: .05em
}

.block-contacts__item h3 {
    margin: 5px 0;
    font-weight: 300;
    text-transform: uppercase
}

.block-contacts__tel {
    position: relative;
    display: inline-block;
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 700;
    color: green;
}

.block-contacts__tel::after {
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.block-contacts__email {
    font-weight: 700
}

.block-contacts__map {
    position: absolute;
    right: 0;
    top: 0;
    width: 61.3vw;
    height: 100%
}

.block-exchange-found__item::before,
.product__img-wrapper::before {
    top: 50%;
    left: 50%;
    z-index: -1;
    content: ''
}

@media screen and (max-width:991px) {
    .block-contacts__map {
        width: 55vw
    }
}

@media screen and (max-width:767px) {
    .block-contacts__map {
        width: 45vw
    }

    .block-exchange-found__title {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .block-contacts__title {
        text-align: center
    }

    .block-contacts__map {
        position: static;
        width: 100%
    }
}

.block-contacts__map iframe {
    width: 100%;
    height: 100%
}



.block-exchange-found {
    padding-top: 3.5rem;
    padding-bottom: 0rem
}

@media screen and (max-width:991px) {
    .block-exchange-found {
        padding-bottom: 1rem
    }
}

.block-exchange-found__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1.133;
    font-size: 3.75rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: center
}

.block-exchange-found__title span {
    display: block;
    font-weight: 300;
    line-height: 1.125;
    font-size: 2.5rem
}

.block-exchange-found__description {
    margin-top: 1.7rem;
    margin-bottom: 0;
    padding: 0 20%;
    font-weight: 300;
    line-height: 1.125;
    font-size: 1rem;
    letter-spacing: .02em;
    text-align: center
}

@media screen and (max-width:991px) {
    .block-exchange-found__description {
        padding-left: 30px;
        padding-right: 30%;
        text-align: left
    }
}

.block-exchange-found__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width:991px) {
    .block-exchange-found__wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-exchange-found__pictures {
    -webkit-flex-basis: 66%;
    flex-basis: 66%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width:1219px) {
    .block-exchange-found__pictures {
        -webkit-flex-basis: 70%;
        flex-basis: 70%
    }
}

@media screen and (max-width:991px) {
    .block-exchange-found__pictures {
        -webkit-flex-basis: 100%;
        flex-basis: 100%
    }
}

@media screen and (max-width:767px) {
    .block-exchange-found__description {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .block-exchange-found__pictures {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-exchange-found__item {
    position: relative;
    -webkit-flex-basis: 270px;
    flex-basis: 270px
}

.block-exchange-found__item::before {
    position: absolute;
    width: 70%;
    height: 90%;
    background-color: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
}

.block-exchange-found__icon {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .08);
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='36' viewBox='0 0 38 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0806 24.1484L16.2436 22.2721C16.5227 21.8224 16.3832 21.2409 15.9335 20.9617C15.4915 20.6826 14.9023 20.8222 14.6231 21.2719L13.4601 23.1482C11.3512 26.552 8.34279 28.5059 5.19486 28.5059H0.945929C0.41869 28.5059 0 28.9324 0 29.4596C0 29.9868 0.426444 30.4133 0.945929 30.4133H5.20261C9.0251 30.3978 12.6227 28.1182 15.0806 24.1484Z' fill='black'/%3E%3Cpath d='M37.7131 5.88124L33.1075 1.2679C32.7353 0.895727 32.1383 0.895727 31.7661 1.2679C31.394 1.64007 31.394 2.23709 31.7661 2.60925L34.759 5.60211C34.7512 5.60211 34.7512 5.60211 34.7435 5.60211H30.3472C26.5325 5.60211 22.9271 7.88165 20.4693 11.8514L19.7559 13.0067C19.4768 13.4564 19.6164 14.0379 20.0661 14.3171C20.2211 14.4101 20.3917 14.4566 20.5623 14.4566C20.8802 14.4566 21.1903 14.2938 21.3687 14.0069L22.082 12.8517C24.1909 9.44786 27.1993 7.50173 30.3472 7.50173H34.7357C34.7435 7.50173 34.7435 7.50173 34.7512 7.50173L31.7584 10.4946C31.3862 10.8668 31.3862 11.4638 31.7584 11.8359C31.9445 12.022 32.1848 12.1151 32.4329 12.1151C32.681 12.1151 32.9214 12.022 33.1075 11.8359L37.7208 7.2226C38.0852 6.85043 38.0852 6.24566 37.7131 5.88124ZM35.6894 6.56355C35.6894 6.5558 35.6894 6.5558 35.6894 6.54804C35.6894 6.54029 35.6894 6.54029 35.6894 6.53254L35.7049 6.54804L35.6894 6.56355Z' fill='black'/%3E%3Cpath d='M31.7584 34.732C31.9445 34.9181 32.1849 35.0112 32.433 35.0112C32.6811 35.0112 32.9214 34.9181 33.1075 34.732L37.7209 30.1187C38.093 29.7465 38.093 29.1495 37.7209 28.7773L33.1075 24.1717C32.7354 23.7996 32.1383 23.7996 31.7662 24.1717C31.394 24.5439 31.394 25.1409 31.7662 25.5131L34.759 28.5059C34.7513 28.5059 34.7513 28.5059 34.7435 28.5059H30.4868C27.3467 28.5059 24.3305 26.5521 22.2216 23.1483L15.2279 11.8514C12.77 7.87383 9.16466 5.60205 5.34993 5.60205H0.945929C0.41869 5.60205 0 6.02849 0 6.55573C0 7.08297 0.426444 7.50942 0.945929 7.50942H5.34218C8.48235 7.50942 11.4985 9.4633 13.6074 12.8593L20.6011 24.1562C23.059 28.1338 26.6644 30.4133 30.4791 30.4133H34.7358C34.7435 30.4133 34.7435 30.4133 34.7513 30.4133L31.7584 33.4062C31.394 33.7628 31.394 34.3599 31.7584 34.732ZM35.6894 29.4364L35.705 29.4519L35.6894 29.4674C35.6894 29.4596 35.6894 29.4596 35.6894 29.4519C35.6894 29.4441 35.6894 29.4441 35.6894 29.4364Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% 40%;
    border-radius: 50%
}

@media screen and (max-width:767px) {
    .block-exchange-found__item {
        -webkit-flex-basis: 40%;
        flex-basis: 40%
    }

    .block-exchange-found__item:last-child {
        text-align: right
    }

    .block-exchange-found__icon {
        margin: 1rem auto 1.2rem
    }
}

.block-exchange-found__text {
    -webkit-flex-basis: 44%;
    flex-basis: 44%
}

@media screen and (max-width:1219px) {
    .block-exchange-found__text {
        -webkit-flex-basis: 30%;
        flex-basis: 30%
    }
}

@media screen and (max-width:991px) {
    .block-exchange-found__text {
        -webkit-order: -1;
        order: -1;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 3rem
    }
}

@media screen and (max-width:767px) {
    .block-exchange-found__text {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-more {
    padding-top: 2.3rem
}

.block-more__title {
    margin-bottom: 2.2rem;
    font-weight: 800;
    line-height: 45px;
    font-size: 40px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase
}

.product__count,
.product__title {
    line-height: 25px;
    font-size: 22px
}

.block-more__title span {
    font-weight: 300
}

.block-more__list {
    display: -webkit-flex;
    display: flex;
    max-width: 770px;
    margin: auto;
    border-top: 1px solid #D9D9D9
}

@media screen and (max-width:575px) {
    .block-exchange-found__icon {
        width: 30px;
        height: 30px
    }

    .block-exchange-found__text {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block-more__list {
        display: block
    }
}

.block-more .product {
    overflow: visible;
    padding-top: 0
}

.product {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 0;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box
}

.product:hover .product__img-wrapper {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.product:hover .product__img-wrapper::before {
    background-color: rgba(0, 135, 58, .1)
}

.product:hover .product__count {
    display: none
}

.product:hover .product__btn {
    display: inline-block
}

.product__img-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 280px;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.product__img-wrapper::before {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 162px;
    height: 162px;
    margin-top: -1rem;
    background: #ECECEC;
    border-radius: 50%;
    transition: background-color .3s
}

.popup,
.window {
    display: none;
    transition: opacity .1s;
    opacity: 0
}

.product__img {
    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
    max-height: 100%
}

.product__text {
    padding-bottom: .5rem
}

.product__title {
    margin: 0;
    font-weight: 900;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase
}

.product__btn,
.product__count {
    font-weight: 300;
    letter-spacing: .02em
}

.product__count {
    margin-top: 10px;
    margin-bottom: 0
}

.product__btn {
    display: none;
    appearance: none;
    border: none;
    background: 0 0;
    position: relative;
    margin-top: .5rem;
    line-height: 1.14;
    font-size: 1.375rem;
    text-align: center
}

.product__btn::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-image: repeating-linear-gradient(to right, #DC0000, #DC0000 5px, transparent 5px, transparent 9px)
}

.popup,
.popup__backside {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.glightbox-clean .gdesc-inner {
    padding: 0
}

.glightbox-clean .gslide-description {
    padding-top: 25px;
    background-color: transparent;
    color: #fff;
    line-height: 1.67;
    font-size: .75rem;
    letter-spacing: .02em
}

.glightbox-clean .gslide-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1.15;
    font-size: 1.25rem;
    letter-spacing: .02em;
    text-transform: uppercase
}

.glightbox-clean .gslide-desc {
    margin: 0
}

.popup {
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    z-index: 100
}

.popup__backside {
    position: absolute
}

.window {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 90%;
    width: 800px;
    min-height: 533px;
    padding: 80px;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 150px rgba(0, 0, 0, .3)
}

.card__header,
.footer__header {
    -webkit-justify-content: space-between
}

@media screen and (max-width:575px) {
    .window {
        min-height: 0;
        padding: 3rem
    }
}

.window__btn {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1L7.5 7.5M1 14L7.5 7.5M7.5 7.5L1 1L14 14' stroke='white'/%3E%3C/svg%3E%0A") center no-repeat, linear-gradient(270deg, #242424 0, #545454 100%)
}

.window__btn:hover {
    opacity: .7
}

.window__title {
    margin: 0;
    font-weight: 300;
    font-size: 2.625rem;
    text-align: center
}

.window .form {
    margin: auto
}

.window._callback {
    background-position: bottom center;
    background-size: cover
}

.webp .window._callback {
    background-image: url(../img/common/callback-form-bg.webp)
}

.nowebp .window._callback {
    background-image: url(../img/common/callback-form-bg.jpg)
}

.card {
    width: 550px;
    height: 200px;
    padding: 45px 45px;
    background-color: #fff;
    box-shadow: 10px 5px 30px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    color: #343434
}

@media screen and (max-width:1219px) {
    .card {
        padding: 40px 40px;
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .card {
        height: 205px
    }

    .card__header {
        overflow: hidden
    }
}

@media screen and (max-width:767px) {
    .card {
        height: 185px;
        padding: 10px
    }
}

.card__header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 3.25rem
}

.card__header img {
    min-height: 1px;
    max-height: 100%
}

.card__header h3 {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 2rem;
    letter-spacing: .02em
}

@media screen and (max-width:767px) {
    .card__header {
        height: 4.75rem
    }

    .card__header h3 {
        font-size: 1.5rem
    }
}

.card__delivery-time,
.card__text {
    font-size: .75rem;
    letter-spacing: .02em
}

.card__delivery-time {
    max-width: 30%;
    font-weight: 700;
    text-align: right
}

@media screen and (max-width:1219px) {
    .card__delivery-time {
        max-width: 35%
    }
}

@media screen and (max-width:991px) {
    .card__delivery-time {
        max-width: 45%
    }
}

.card__text {
    padding-top: 1.1rem
}

.card_brand .card__header {
    border-bottom: 1px solid #DEDEDE
}

.form {
    width: 270px;
    max-width: 100%
}

.form input {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box
}

@media screen and (max-width:767px) {
    .card__text {
        padding-top: 0
    }

    .form input {
        margin-top: 1rem
    }
}

.form input[type=submit] {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:767px) {
    .form input[type=submit] {
        margin-top: 2rem;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.form._footer input:first-child {
    margin-top: 0
}

.form._footer input:not([type=submit]) {
    background-color: transparent;
    color: #fff
}

.social-links__footer {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.social-links__footer span a svg {
    margin-top: -90px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.social-links__footer span {
    height: max-content;
    width: max-content;
}

.footer {
    margin-top: 100px;
    background: #161616;
    color: #fff;
    content-visibility: auto
}

.footer__header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 2.8rem;
    border-bottom: 1px solid #585858
}

@media screen and (max-width:575px) {
    .footer__header {
        display: block;
        text-align: center
    }

    .footer__header .form {
        margin: auto
    }
}

.footer__title {
    margin: 0;
    font-weight: 900;
    font-size: 3.125rem;
    letter-spacing: .08em
}

@media screen and (max-width:991px) {
    .footer__title {
        font-size: 2.5rem
    }
}

@media screen and (max-width:767px) {
    .footer__header {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer__title {
        font-size: 2rem;
        padding-right: 1rem
    }
}

.footer__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 1.5rem
}

.footer__col {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.footer__col:nth-child(1) {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 220px;
    flex-basis: 220px;
    max-width: 220px
}

@media screen and (max-width:991px) {
    .footer__col:nth-child(1) {
        -webkit-flex-basis: 160px;
        flex-basis: 160px
    }
}

.footer__col:nth-child(2) {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 36%;
    flex-basis: 36%
}

.footer__col:nth-child(3) {
    padding-left: 9%
}

@media screen and (max-width:991px) {
    .footer__col:nth-child(2) {
        -webkit-flex-shrink: 1;
        flex-shrink: 1
    }

    .footer__col:nth-child(3) {
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .footer__content {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .footer__col {
        -webkit-flex: 1 1 40% !important;
        flex: 1 1 40% !important
    }
}

@media screen and (max-width:575px) {
    .footer__content {
        display: block;
        text-align: center
    }

    .footer__col:nth-child(1) {
        max-width: 100%
    }

    .footer__col {
        margin-bottom: 2rem
    }

    .footer__socials ul {
        -webkit-justify-content: center;
        justify-content: center
    }
}

.footer__socials ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0
}

.footer__item {
    width: 45px;
    height: 45px;
    margin-right: 25px;
    border-radius: 50%
}

@media screen and (max-width:991px) {
    .footer__socials ul {
        margin-top: 1.5rem;
        margin-bottom: 1.2rem
    }

    .footer__item {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width:575px) {
    .footer__item {
        margin-left: 15px;
        margin-right: 15px
    }
}

.footer__item._facebook {
    background-color: #3B5998
}

.footer__item._youtube {
    background-color: #F44336
}

.footer__item._instagram {
    background-color: #C13584
}

.footer__item a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.footer__icon._facebook {
    width: 7px;
    height: 14px;
    fill: #fff
}

.footer__icon._youtube {
    width: 20px;
    height: 14px
}

.footer__icon._instagram {
    width: 14px;
    height: 14px
}

.footer__small-logo {
    width: 1.725rem;
    height: 1.36rem
}

.footer__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 8em;
    margin: 0;
    padding-left: 80px;
    font-size: .875rem;
    color: #E1E1E1
}

@media screen and (max-width:991px) {
    .footer__nav {
        padding-left: 40px
    }

    .footer__subheading {
        position: relative;
        top: -.3rem
    }
}

@media screen and (max-width:575px) {
    .footer__nav {
        padding-left: 0
    }
}

.footer__nav li {
    max-width: 50%;
    margin-bottom: 8px
}

.footer__subheading {
    margin: 0;
    font-weight: 900;
    line-height: normal;
    font-size: 1.5rem;
    letter-spacing: .08em;
    color: #9C9C9C
}

.baner__text a::after,
.footer li a:after {
    content: '';
    top: 100%;
    height: 1px;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .footer__nav {
        max-height: 100%
    }

    .footer__nav li {
        max-width: 100%
    }

    .footer__subheading {
        padding-left: 15px
    }
}

@media screen and (max-width:575px) {
    .footer__subheading {
        padding-left: 0
    }
}

.footer__positions {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-columns: 2;
    columns: 2;
    font-size: .875rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

@media screen and (max-width:991px) {
    .footer__positions {
        margin-top: 1rem
    }
}

@media screen and (max-width:767px) {
    .footer__positions {
        padding-left: 15px;
        columns: 1
    }
}

@media screen and (max-width:575px) {
    .footer__positions {
        padding-left: 0
    }
}

.footer__positions li {
    margin-bottom: 10px;
    color: #9C9C9C
}

.footer li a {
    position: relative
}

.footer li a:after {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 0;
    margin-top: .3em;
    transition: .3s
}

.footer li a:hover::after {
    left: 0;
    width: 100%
}

.baner {
    display: -webkit-flex;
    display: flex;
    padding-top: 3.1rem;
    padding-bottom: 3rem;
}

@media screen and (max-width:767px) {
    .baner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 5rem
    }
}

.baner__img {
    -webkit-flex: 0 0 368px;
    flex: 0 0 368px
}

@media screen and (max-width:991px) {
    .baner__img {
        -webkit-flex-basis: 40%;
        flex-basis: 40%
    }
}

@media screen and (max-width:767px) {
    .baner__img {
        -webkit-flex-basis: 100%;
        flex-basis: 100%
    }

    .baner__img img {
        width: 100%
    }
}

.baner__text {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
    padding-left: 35px
}

@media screen and (max-width:767px) {
    .baner__text {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding-left: 0;
        padding-top: 1rem
    }
}

.baner__text h2 {
    margin-top: 1.3rem;
    margin-bottom: 0;
    font-family: 'Source Sans Pro', Calibri, PT Sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.05;
    font-size: 2.25rem;
    letter-spacing: .08em
}

@media screen and (max-width:991px) {
    .baner__text h2 {
        margin-top: 0
    }
}

.baner__text a {
    position: relative;
    font-weight: 700;
    white-space: nowrap
}

.baner__copy,
.baner__text h3 {
    font-weight: 400;
    letter-spacing: .08em
}

.baner__text a::after {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%
}

.baner__text h3 {
    margin-top: 1rem;
    margin-bottom: .8rem;
    font-style: normal;
    line-height: 1.11;
    font-size: 1.125rem
}

.baner__copy {
    text-align: right;
    line-height: normal;
    font-size: .75rem
}