@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
@-webkit-keyframes up-down {
    0%,
    to {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0)
    }
    24%,
    74% {
        -webkit-transform: translate(1px, 10px);
        transform: translate(1px, 10px)
    }
    50% {
        -webkit-transform: translate(1px, 15px);
        transform: translate(1px, 15px)
    }
}

@keyframes up-down {
    0%,
    to {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0)
    }
    24%,
    74% {
        -webkit-transform: translate(1px, 10px);
        transform: translate(1px, 10px)
    }
    50% {
        -webkit-transform: translate(1px, 15px);
        transform: translate(1px, 15px)
    }
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

@media (max-width:1100px) {
    .container {
        padding: 0 30px
    }
}

@media (max-width:990px) {
    .container {
        max-width: 680px
    }
}

@media (max-width:350px) {
    .container {
        padding: 0 10px
    }
}

body > .catalog {
    font-weight: 300;
    line-height: 155%;
    color: #231f20
}

body > .catalog {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    background: #f6f6f6;
    font-size: 18px
}

@media (max-width:1100px) {
    body {
        font-size: 16px
    }
}

@media (max-width:700px) {
    body {
        font-size: 14px
    }
}

body.active {
    overflow: hidden
}

body.active:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(35, 31, 32, .5)
}

a {
    text-decoration: none
}

a:hover {
    color: #d64238
}

a,
path {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.built .built__slider .slider-slide.slick-active:hover .body .title,
.home-top .home-top__dsc .title span {
    color: #d64238
}

.btn-1,
.btn-1:hover {
    border: 1px solid #d64238
}

.btn-1 {
    max-width: 190px;
    max-height: 35px;
    padding: 8px 20px;
    background: #d64238;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .03em;
    /* text-transform: uppercase; */
    color: #fff
}

@media (max-width:1150px) {
    .btn-1 {
        padding: 13px 15px;
        max-width: 180px;
        font-size: 14px
    }
}

.btn-1:hover {
    background: #f6f6f6;
    color: #231f20
}

.home-top {
    position: relative;
    max-width: 1920px;
    margin: 150px auto 0;
    padding-top: 1px
}

@media (max-width:1100px) {
    .home-top {
        margin-top: 130px
    }
}

@media (max-width:700px) {
    .home-top {
        margin-top: 100px
    }
}

.home-top .h2 {
    font-weight: 400;
    font-size: 70px;
    line-height: 110%;
    color: #231f20;
    margin: 30px 0 80px
}

@media (max-width:1340px) {
    .home-top .h2 {
        font-size: 50px;
        margin: 0 0 40px
    }
}

@media (max-width:1100px) {
    .home-top .h2 {
        font-size: 42px;
        margin: 0 0 30px
    }
}

@media (max-width:990px) {
    .home-top .h2 {
        font-weight: 400;
        font-size: 47px;
        line-height: 110%;
        margin-bottom: 510px
    }
    .home-top .h2 br {
        display: none
    }
}

@media (max-width:700px) {
    .home-top .h2 {
        font-weight: 400;
        font-size: 35px;
        line-height: 110%;
        margin-bottom: 280px;
        color: #231f20
    }
}

.home-top .home-top__dsc {
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    padding: 30px;
    max-width: 400px;
    position: relative
}

@media (max-width:990px) and (min-width:700px) {
    .home-top .home-top__dsc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 49px
    }
}

@media (max-width:700px) {
    .home-top .home-top__dsc {
        padding: 20px
    }
}

.home-top .home-top__dsc .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #231f20;
    margin-bottom: 27px;
    max-width: 272px
}

@media (max-width:1100px) {
    .home-top .home-top__dsc .title {
        font-size: 16px;
        max-width: 262px
    }
}

@media (max-width:990px) and (min-width:700px) {
    .home-top .home-top__dsc .title {
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 0
    }
}

@media (max-width:700px) {
    .home-top .home-top__dsc .title {
        font-size: 14px;
        max-width: 250px
    }
}

.home-top .home-top__dsc svg {
    position: absolute;
    right: 30px;
    bottom: 29px
}

@media (max-width:1340px) {
    .home-top .home-top__dsc svg {
        max-width: 90px;
        height: auto
    }
}

@media (max-width:990px) and (min-width:700px) {
    .home-top .home-top__dsc svg {
        right: calc(50% - 55px);
        top: 0
    }
}

@media (max-width:700px) {
    .home-top .home-top__dsc svg {
        right: 20px;
        bottom: 20px
    }
}

.home-top .home-top__dsc .btn-1 {
    max-width: 199px;
    padding: 0 20px;
    height: 50px
}

@media (max-width:700px) {
    .home-top .home-top__dsc .btn-1 {
        width: 154px;
        height: 40px;
        font-size: 12px;
        padding: 0
    }
}

@media (max-width:990px) and (min-width:700px) {
    .home-top .home-top__dsc {
        width: 100%;
        max-width: 100%
    }
}

.home-top .home-top__slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    height: 100%;
    overflow: hidden
}

.home-top .home-top__slider .home-top__slider-wrapper,
.home-top .home-top__slider .slick-list,
.home-top .home-top__slider .slick-track {
    height: 100%
}

@media (max-width:1340px) {
    .home-top .home-top__slider {
        width: 60%
    }
}

@media (max-width:1100px) {
    .home-top .home-top__slider {
        width: 57%;
        margin-left: 30px
    }
}

@media (max-width:1020px) {
    .home-top .home-top__slider {
        width: 55%;
        margin-left: 30px
    }
}

@media (max-width:990px) {
    .home-top .home-top__slider {
        width: 100%;
        height: 450px;
        top: 130px
    }
}

@media (max-width:700px) {
    .home-top .home-top__slider {
        left: 30px;
        right: 30px;
        margin-left: 0;
        width: auto;
        height: 220px;
        top: auto;
        bottom: 194px
    }
}

.home-top .slider-prev,
.home-top .slider-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-top .slider-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-top .slider-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 90px;
    bottom: 20px;
    z-index: 1;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer
}

.home-top .slider-next:hover,
.home-top .slider-prev:hover {
    background: #d64238
}

.built .slider-next2:hover path,
.built .slider-prev2:hover path,
.home-top .slider-next:hover path,
.home-top .slider-prev:hover path,
.product__top .product-slider .slider-next:hover path,
.product__top .product-slider .slider-prev:hover path {
    stroke: #fff
}

@media (max-width:990px) {
    .home-top .slider-prev {
        right: 70px;
        bottom: 30px
    }
}

.home-top .slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    right: 40px;
    bottom: 20px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
    z-index: 1
}

@media (max-width:990px) {
    .home-top .slider-next {
        right: 30px;
        bottom: 30px
    }
}

.h3 {
    font-weight: 200;
    font-size: 50px;
    line-height: 110%;
    color: #231f20;
    margin-bottom: 40px
}

@media (max-width:1100px) {
    .h3 {
        font-size: 30px;
        line-height: 110%
    }
}

@media (max-width:700px) {
    .h3 {
        font-size: 25px
    }
}

.h4 {
    font-weight: 200;
    font-size: 35px;
    line-height: 110%;
    color: #231f20;
    margin-bottom: 40px
}

@media (max-width:1100px) {
    .h4 {
        font-size: 30px;
        line-height: 110%
    }
}

@media (max-width:700px) {
    .h4 {
        font-size: 25px
    }
}

.projects {
    margin: 150px 0 0
}

@media (max-width:1100px) {
    .projects {
        margin: 90px 0 0
    }
}

@media (max-width:700px) {
    .projects .h4 {
        max-width: 260px
    }
}

.projects .projects__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media (max-width:1100px) {
    .projects .projects__items {
        margin: 0 -10px
    }
}

.projects .projects__item {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px 20px;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    padding-bottom: 20px
}

@media (max-width:1100px) {
    .projects .projects__item {
        width: calc(33.3333333333% - 20px);
        margin: 0 10px 20px
    }
}

.projects .projects__item:last-child {
    display: none
}

.projects .projects__item .img {
    margin-bottom: 20px;
    width: 100%;
    height: 250px
}

.btn-2,
.projects .projects__item .img img {
    border-radius: 2px
}

.projects .projects__item .title {
    margin: 20px;
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #231f20
}

@media (max-width:990px) {
    .projects .projects__item .title {
        font-size: 16px
    }
}

@media (max-width:700px) {
    .projects .projects__item .title {
        font-size: 14px
    }
}

.projects .projects__item .body {
    padding: 0 20px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.building .building__item .text .title,
.projects .projects__item .price {
    font-weight: 200;
    font-size: 20px;
    line-height: 120%;
    color: #231f20;
    position: relative
}

@media (max-width:990px) {
    .projects .projects__item .price {
        font-size: 18px
    }
}

@media (max-width:700px) {
    .projects .projects__item .price {
        font-size: 14px
    }
}

.projects .projects__item .price span {
    font-size: 30px
}

@media (max-width:990px) {
    .projects .projects__item .price span {
        font-size: 25px
    }
}

@media (max-width:700px) {
    .projects .projects__item .price span {
        font-size: 22px
    }
}

.projects .projects__item .price:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 0;
    border-bottom: 2px solid #d64238;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.projects .projects__item .area {
    font-weight: 200;
    font-size: 30px;
    line-height: 120%;
    text-align: right;
    color: #231f20
}

@media (max-width:990px) {
    .projects .projects__item .area {
        font-size: 25px
    }
}

@media (max-width:700px) {
    .projects .projects__item .area {
        font-size: 22px
    }
}

.projects .projects__item .link {
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #d64238
}

.building .building__item .img:hover~.text,
.projects .projects__item:hover {
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .3);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .3)
}

.projects .projects__item:hover .price:after {
    width: 100%
}

@media (max-width:990px) {
    .projects .projects__item {
        width: calc(50% - 20px)
    }
    .projects .projects__item:last-child {
        display: block
    }
    .projects .projects__item .img {
        height: 200px
    }
}

@media (max-width:700px) {
    .projects .projects__item {
        width: calc(100% - 20px)
    }
    .projects .projects__item:last-child {
        display: none
    }
}

.projects .btn-2 {
    margin: 40px auto 0
}

@media (max-width:990px) {
    .projects .btn-2 {
        margin: 10px auto 0;
        font-size: 12px;
        width: 250px;
        height: 40px;
        max-width: 100%
    }
}

.btn-2 {
    width: 319px;
    height: 54px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    border: 1px solid #d64238;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20
}

.btn-2:hover {
    background: #d64238;
    color: #fff
}

.building {
    margin-top: 150px;
    padding-bottom: 10px
}

@media (max-width:1100px) {
    .building {
        margin: 90px 0 0
    }
}

@media (max-width:990px) {
    .building {
        margin-bottom: 30px
    }
}

@media (max-width:700px) {
    .building {
        margin: 60px 0 0
    }
}

.building .building__item {
    position: relative
}

@media (max-width:990px) {
    .building .building__item {
        margin-bottom: 40px
    }
}

@media (max-width:700px) {
    .building .building__item {
        margin-bottom: 30px
    }
}

.building .building__item .img {
    position: relative;
    z-index: 1;
    width: 65.5%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.building .building__item .img:hover~.text .title:after,
.building .building__item .text:hover .title:after {
    width: 160px
}

.building .building__item .img img,
.projects .projects__item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:990px) {
    .building .building__item .img {
        width: 74.19%;
        height: 240px
    }
}

@media (max-width:700px) {
    .building .building__item .img {
        width: 100%;
        height: 180px
    }
}

.building .building__item .text {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    display: block;
    width: 45.17%
}

@media (max-width:1100px) {
    .building .building__item .text {
        padding: 20px
    }
}

@media (max-width:990px) {
    .building .building__item .text {
        width: 70.81%;
        right: 0;
        position: relative;
        z-index: 1;
        top: inherit;
        margin-left: auto;
        margin-top: -25px
    }
}

@media (max-width:700px) {
    .building .building__item .text {
        width: 84%;
        right: 10px
    }
}

.building .building__item .text .title {
    font-size: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 25px
}

.building .building__item .text .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 0;
    border-top: 2px solid #d64238;
    width: 100px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media (max-width:1100px) {
    .building .building__item .text .title {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 15px
    }
}

@media (max-width:700px) {
    .building .building__item .text .title {
        font-size: 16px
    }
}

.building .building__item .text .desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    color: #231f20
}

@media (max-width:1100px) {
    .building .building__item .text .desc {
        font-size: 16px
    }
}

@media (max-width:700px) {
    .building .building__item .text .desc {
        font-size: 14px;
        line-height: 130%
    }
}

.building .building__item .text:hover {
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .3);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .3)
}

.building .building__item:nth-child(2) {
    margin-top: 40px
}

.building .building__item:nth-child(2) .img {
    margin-left: auto;
    width: 51.72%
}

@media (max-width:990px) {
    .building .building__item:nth-child(2) .img {
        width: 74.19%;
        height: 240px;
        margin-top: 0
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(2) .img {
        width: 100%;
        height: 180px
    }
}

.building .building__item:nth-child(2) .text {
    width: 47.76%;
    right: 35.6%
}

@media (max-width:990px) {
    .building .building__item:nth-child(2) .text {
        width: 70.81%;
        left: 0;
        right: auto;
        position: relative;
        z-index: 1;
        top: inherit;
        margin-top: -25px;
        margin-right: auto;
        margin-left: 0
    }
    .building .building__item:nth-child(2) .text .title {
        text-align: right
    }
    .building .building__item:nth-child(2) .text .title:after {
        left: auto;
        right: 0
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(2) .text {
        width: 84%;
        right: auto;
        left: 10px
    }
    .building .building__item:nth-child(2) .text .title {
        text-align: left
    }
    .building .building__item:nth-child(2) .text .title:after {
        left: 0;
        right: auto
    }
}

@media (max-width:990px) {
    .building .building__item:nth-child(3) {
        margin-top: 0
    }
}

.building .building__item:nth-child(3) .img {
    width: 44.83%;
    height: 453px
}

@media (max-width:990px) {
    .building .building__item:nth-child(3) .img {
        width: 74.19%;
        height: 240px
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(3) .img {
        width: 100%;
        height: 180px
    }
}

.building .building__item:nth-child(3) .text {
    width: 48.02%;
    right: 12.33%;
    top: auto;
    bottom: 81px
}

@media (max-width:990px) {
    .building .building__item:nth-child(3) .text {
        width: 70.81%;
        position: relative;
        z-index: 1;
        top: inherit;
        margin-top: -25px;
        right: 0;
        bottom: auto
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(3) .text {
        width: 84%;
        right: 10px
    }
}

.building .building__item:nth-child(4) {
    margin-top: -40px
}

@media (max-width:990px) {
    .building .building__item:nth-child(4) {
        margin-top: 0
    }
}

.building .building__item:nth-child(4) .img {
    margin-left: auto;
    width: 51.72%;
    height: 422px
}

@media (max-width:990px) {
    .building .building__item:nth-child(4) .img {
        width: 74.19%;
        height: 240px
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(4) .img {
        width: 100%;
        height: 180px
    }
}

.building .building__item:nth-child(4) .text {
    width: 47.76%;
    right: 20px;
    top: auto;
    bottom: -82px
}

@media (max-width:990px) {
    .building .building__item:nth-child(4) .text {
        width: 70.81%;
        position: relative;
        z-index: 1;
        top: inherit;
        bottom: inherit;
        margin-right: auto;
        margin-left: 0;
        margin-top: -25px;
        left: 0;
        right: auto
    }
    .building .building__item:nth-child(4) .text .title {
        text-align: right
    }
    .building .building__item:nth-child(4) .text .title:after {
        left: auto;
        right: 0
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(4) .text {
        width: 84%;
        right: auto;
        left: 10px;
        bottom: auto
    }
    .building .building__item:nth-child(4) .text .title {
        text-align: left
    }
    .building .building__item:nth-child(4) .text .title:after {
        left: 0;
        right: auto
    }
}

.building .building__item:nth-child(5) {
    margin-top: -225px
}

@media (max-width:990px) {
    .building .building__item:nth-child(5) {
        margin-top: 0
    }
}

.building .building__item:nth-child(5) .img {
    width: 44.83%;
    height: 387px
}

@media (max-width:990px) {
    .building .building__item:nth-child(5) .img {
        width: 74.19%;
        height: 240px
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(5) .img {
        width: 100%;
        height: 180px
    }
}

.building .building__item:nth-child(5) .text {
    width: 32.93%;
    right: auto;
    left: 20px;
    top: -118px
}

@media (max-width:990px) {
    .building .building__item:nth-child(5) .text {
        width: 70.81%;
        position: relative;
        z-index: 1;
        top: inherit;
        margin-top: -25px;
        right: 0;
        left: auto;
        bottom: auto
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(5) .text {
        width: 84%;
        right: 10px
    }
}

.building .building__item:nth-child(6) {
    margin-top: -45px;
    margin-bottom: 100px
}

@media (max-width:990px) {
    .building .building__item:nth-child(6) {
        margin-top: 0;
        margin-bottom: 0
    }
}

.building .building__item:nth-child(6) .img {
    margin-left: auto;
    width: 51.72%;
    height: 380px
}

@media (max-width:990px) {
    .building .building__item:nth-child(6) .img {
        width: 74.19%;
        height: 240px
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(6) .img {
        width: 100%;
        height: 180px
    }
}

.building .building__item:nth-child(6) .text {
    top: 84px;
    width: 47.76%;
    right: 42.76%
}

@media (max-width:990px) {
    .building .building__item:nth-child(6) .text {
        width: 70.81%;
        position: relative;
        margin-right: auto;
        margin-left: 0;
        z-index: 1;
        top: inherit;
        margin-top: -25px;
        left: 0;
        right: auto
    }
    .building .building__item:nth-child(6) .text .title {
        text-align: right
    }
    .building .building__item:nth-child(6) .text .title:after {
        left: auto;
        right: 0
    }
}

@media (max-width:700px) {
    .building .building__item:nth-child(6) .text {
        width: 84%;
        right: auto;
        left: 10px
    }
    .building .building__item:nth-child(6) .text .title {
        text-align: left
    }
    .building .building__item:nth-child(6) .text .title:after {
        left: 0;
        right: auto
    }
}

.design {
    margin-top: 150px
}

@media (max-width:1100px) {
    .design {
        margin: 90px 0 0
    }
}

.design .design_body {
    padding: 55px 60px 60px;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1100px) {
    .design .design_body {
        padding: 40px
    }
}

@media (max-width:990px) {
    .design .design_body {
        padding: 60px 25px 60px 30px
    }
}

@media (max-width:700px) {
    .design .design_body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 20px
    }
}

.design .design__text {
    width: 50%;
    max-width: 505px
}

@media (max-width:990px) {
    .design .design__text {
        width: 60%
    }
}

@media (max-width:700px) {
    .design .design__text {
        width: 100%
    }
}

.design .h4 {
    max-width: 420px;
    margin-bottom: 20px
}

.design p,
.director .desc p {
    margin-bottom: 30px
}

@media (max-width:990px) {
    .design p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width:700px) {
    .design p {
        font-size: 14px
    }
}

.design .btn-1 {
    width: 331px;
    height: 54px;
    max-width: 100%;
    font-size: 16px
}

@media (max-width:700px) {
    .design .btn-1 {
        height: 40px;
        width: 100%;
        padding: 0 5px;
        font-size: 12px
    }
}

.design .design__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40%
}

@media (max-width:990px) {
    .design .design__img {
        width: 37%
    }
}

@media (max-width:700px) {
    .design .design__img {
        width: 100%;
        margin-top: 30px
    }
}

.design .design__img img {
    max-width: 100%;
    height: auto
}

.director {
    margin-top: 150px;
    position: relative
}

@media (max-width:1100px) {
    .director {
        margin-top: 90px
    }
}

@media (max-width:700px) {
    .director {
        margin-top: 60px
    }
}

.director:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 125px;
    left: 0;
    border-bottom: 5px solid #d64238;
    z-index: -1
}

@media (max-width:1100px) {
    .director:after {
        bottom: 90px
    }
}

@media (max-width:990px) {
    .director:after {
        bottom: 160px;
        border-bottom: 3px solid #d64238
    }
}

@media (max-width:700px) {
    .director:after {
        bottom: 123px;
        border-bottom: 3px solid #d64238
    }
}

.director .director__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width:700px) {
    .director .director__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 80px
    }
}

.director .director__img {
    min-width: 350px;
    height: 350px;
    margin-right: 30px;
    background: #f6f6f6;
    border: 5px solid #d64238;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 12px;
    border-radius: 50%
}

@media (max-width:1100px) {
    .director .director__img {
        min-width: 250px;
        height: 250px
    }
}

@media (max-width:990px) {
    .director .director__img {
        min-width: 220px;
        height: 220px;
        padding: 8px;
        border: 3px solid #d64238;
        margin-bottom: auto;
        margin-top: 60px
    }
}

.director .director__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:700px) {
    .director .director__img {
        position: absolute;
        bottom: 65px;
        width: 150px;
        height: 150px;
        min-width: 150px;
        padding: 3px;
        left: -10px
    }
}

.director .director__text {
    width: calc(100% - 380px);
    max-width: 700px;
    position: relative
}

@media (max-width:1100px) {
    .director .director__text {
        width: calc(100% - 300px)
    }
}

@media (max-width:990px) {
    .director .director__text {
        width: calc(100% - 290px)
    }
}

@media (max-width:700px) {
    .director .director__text {
        width: 100%
    }
}

.director .bg-el {
    font-weight: 800;
    font-size: 100px;
    line-height: 100%;
    color: #d64238;
    position: absolute;
    left: -70px;
    top: -34px
}

@media (max-width:700px) {
    .director .bg-el {
        left: -29px;
        top: -51px;
        opacity: .15
    }
}

.director .desc {
    max-width: 658px;
    margin-bottom: 40px
}

@media (max-width:1100px) {
    .director .desc {
        margin-bottom: 30px
    }
}

@media (max-width:700px) {
    .director .desc {
        margin-bottom: 87px
    }
}

@media (max-width:1100px) {
    .director .desc p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width:990px) {
    .director .desc p {
        font-size: 14px
    }
}

@media (max-width:700px) {
    .director .desc p {
        font-size: 12px;
        line-height: 155%
    }
}

.director .director__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:990px) {
    .director .director__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:700px) {
    .director .director__bottom {
        max-width: 50%;
        margin-left: auto
    }
}

.director .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #231f20;
    margin-bottom: 10px
}

@media (max-width:700px) {
    .director .title {
        font-weight: 600;
        font-size: 14px;
        line-height: 130%
    }
}

.director .dcs {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #d64238;
    max-width: 257px
}

@media (max-width:990px) {
    .director .dcs {
        margin-bottom: 30px
    }
}

@media (max-width:700px) {
    .director .dcs {
        margin-bottom: 0;
        font-weight: 300;
        font-size: 10px;
        line-height: 130%
    }
}

.director .btn-1 {
    max-width: 400px
}

@media (max-width:700px) {
    .director .btn-1 {
        position: absolute;
        bottom: -80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 12px;
        padding: 0 5px;
        width: 237px;
        max-width: 100%
    }
}

.trusted {
    margin-top: 120px
}

@media (max-width:1100px) {
    .trusted {
        margin-top: 90px
    }
}

.trusted .trusted__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media (max-width:990px) {
    .trusted .trusted__items {
        margin: 0 -10px
    }
}

.trusted .trusted__item {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    height: 209px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 20px solid #d64238;
    padding-right: 15px
}

@media (max-width:1100px) {
    .trusted .trusted__item {
        height: 200px
    }
}

@media (max-width:990px) {
    .trusted .trusted__item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        height: 270px;
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:700px) {
    .trusted .trusted__item {
        width: calc(100% - 20px);
        height: 210px
    }
}

.trusted .img {
    width: 209px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1100px) {
    .trusted .img {
        width: 180px
    }
    .trusted .img img {
        max-width: 100px;
        max-height: 100px
    }
}

@media (max-width:990px) {
    .trusted .img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        text-align: left;
        padding-left: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:700px) {
    .trusted .img {
        width: 60px;
        padding-left: 0;
        margin-left: 20px;
        height: 50px;
        margin-bottom: 10px
    }
    .trusted .img img {
        max-width: 100%;
        max-height: 100%
    }
}

.trusted .text {
    width: calc(100% - 209px)
}

@media (max-width:1100px) {
    .trusted .text {
        width: calc(100% - 180px)
    }
}

@media (max-width:990px) {
    .trusted .text {
        width: 100%;
        padding-left: 20px;
        margin-bottom: auto
    }
}

.trusted .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 15px
}

@media (max-width:1100px) {
    .trusted .title {
        margin-bottom: 5px;
        font-size: 16px
    }
}

@media (max-width:700px) {
    .trusted .title {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.trusted .desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #231f20;
    max-width: 280px
}

@media (max-width:1100px) {
    .trusted .desc {
        font-size: 16px
    }
}

@media (max-width:700px) {
    .trusted .desc {
        font-size: 14px
    }
}

.trusted .link {
    margin-top: 15px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #d64238
}

@media (max-width:1100px) {
    .trusted .link {
        margin-top: 10px
    }
}

@media (max-width:700px) {
    .trusted .link {
        margin: 0
    }
}

.trusted .link:hover {
    color: #231f20
}

.trusted .trusted__contact {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
    background: linear-gradient(257.21deg, #fc4337 18.77%, #d64238 79.22%);
    border-radius: 2px;
    padding: 30px;
    position: relative
}

@media (max-width:990px) {
    .trusted .trusted__contact {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        padding: 95px 20px 20px
    }
}

@media (max-width:700px) {
    .trusted .trusted__contact {
        width: calc(100% - 20px)
    }
}

.trusted .trusted__contact .txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    max-width: 378px;
    margin-right: 60px;
    margin-bottom: 26px
}

@media (max-width:1100px) {
    .trusted .trusted__contact .txt {
        font-size: 14px
    }
}

@media (max-width:990px) {
    .trusted .trusted__contact .txt {
        margin-right: 0;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 20px
    }
}

@media (max-width:700px) {
    .trusted .trusted__contact .txt {
        font-size: 14px
    }
}

.btn-3,
.trusted .trusted__contact .btn-3 {
    width: 408px;
    height: 54px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20
}

.trusted .trusted__contact .btn-3 span {
    margin: 0 3px
}

@media (max-width:1100px) {
    .trusted .trusted__contact .btn-3 {
        font-size: 14px;
        width: 340px
    }
}

@media (max-width:990px) {
    .trusted .trusted__contact .btn-3 {
        max-width: 241px;
        height: 43px
    }
    .trusted .trusted__contact .btn-3 span {
        display: none
    }
}

.btn-3:hover,
.trusted .trusted__contact .btn-3:hover {
    background: #d64238;
    border-radius: 2px;
    color: #fff
}

.trusted .trusted__contact img {
    position: absolute;
    right: -5px;
    top: 10px;
    max-width: 115px;
    height: auto
}

@media (max-width:1100px) {
    .trusted .trusted__contact img {
        max-width: 100px
    }
}

@media (max-width:990px) {
    .trusted .trusted__contact img {
        max-width: 70px;
        right: auto;
        left: 20px;
        top: 10px
    }
}

@media (max-width:1100px) {
    .btn-3 {
        font-size: 14px;
        width: 340px
    }
}

@media (max-width:990px) {
    .btn-3 {
        max-width: 241px;
        height: 43px
    }
    .btn-3 span {
        display: none
    }
}

.built {
    overflow: hidden;
    margin: 110px auto 0;
    max-width: 1920px;
    padding-bottom: 80px;
    position: relative
}

@media (max-width:1100px) {
    .built {
        margin: 50px 0 0
    }
}

@media (max-width:700px) {
    .built {
        padding-bottom: 80px
    }
}

@media (max-width:1100px) {
    .built .h4 {
        margin-bottom: 20px
    }
}

.built .built__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

@media (max-width:1100px) {
    .built .built__title {
        margin-bottom: 30px
    }
}

@media (max-width:700px) {
    .built .built__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.built .built__title .left {
    width: 49.74%;
    margin-right: 30px
}

@media (max-width:700px) {
    .built .built__title .left {
        width: 100%;
        margin: 0
    }
}

.built .built__title .decs b {
    font-weight: 500
}

.built .built__title .btn-1 {
    font-size: 16px;
    max-width: 309px;
    padding: 16px 25px;
    height: 54px
}

@media (max-width:990px) {
    .built .built__title .btn-1 {
        font-size: 14px;
        height: 43px
    }
}

@media (max-width:700px) {
    .built .built__title .btn-1 {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        margin: 0 auto;
        height: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 225px;
        padding: 0
    }
}

.built .built__slider {
    position: relative;
    z-index: 0
}

.built .built__slider .slick-track,
.built .built__slider .slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.built .built__slider .slider-slide {
    height: auto;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px
}

.built .built__slider .slider-slide.slick-active:hover {
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .2);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .2)
}

.built .built__slider .slick-slide {
    margin: 0 10px;
    opacity: .4;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.built .built__slider .slick-slide.slick-active {
    opacity: 1
}

.built .built__slider .slick-list {
    margin: 0 -10px;
    overflow: inherit
}

.built .built__slider .img,
.built .slider-prev2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.built .built__slider .img img {
    width: 100%
}

@media (max-width:990px) {
    .built .built__slider .img {
        height: 300px
    }
    .built .built__slider .img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:700px) {
    .built .built__slider .img {
        height: 180px
    }
}

.built .built__slider .body {
    padding: 20px
}

.built .built__slider .body .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #231f20;
    margin-bottom: 4px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width:990px) {
    .built .built__slider .body .title {
        font-size: 16px;
        line-height: 130%
    }
}

.built .built__slider .body .desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #231f20;
    padding-left: 15px;
    position: relative
}

@media (max-width:990px) {
    .built .built__slider .body .desc {
        font-size: 12px
    }
}

.built .built__slider .body .desc:before {
    content: "«";
    position: absolute;
    left: 0;
    top: -6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #231f20
}

.built .slider-prev2 {
    position: absolute;
    left: 40px;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    top: 350px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
    z-index: 1
}

.built .slider-next2:hover,
.built .slider-prev2:hover {
    background: #d64238
}

@media (max-width:990px) {
    .built .slider-prev2 {
        top: 370px;
        left: 20px
    }
}

@media (max-width:700px) {
    .built .slider-prev2 {
        top: 260px;
        left: 40px
    }
}

.built .slider-next2 {
    position: absolute;
    right: 40px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    top: 350px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
    z-index: 1
}

@media (max-width:990px) {
    .built .slider-next2 {
        top: 370px;
        right: 20px
    }
}

@media (max-width:700px) {
    .built .slider-next2 {
        top: 260px;
        right: 40px
    }
}

.cooperate {
    margin-top: 70px
}

@media (max-width:1100px) {
    .cooperate {
        margin: 10px 0 0
    }
}

@media (max-width:700px) {
    .cooperate {
        margin: 90px 0 0
    }
}

.cooperate .h4.mob {
    display: none
}

@media (max-width:990px) {
    .cooperate .h4 {
        display: none
    }
    .cooperate .h4.mob {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }
}

.cooperate .cooperate__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:700px) {
    .cooperate .cooperate__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cooperate .cooperate__body .left {
    width: 51%;
    margin-right: 30px
}

@media (max-width:990px) {
    .cooperate .cooperate__body .left {
        width: 32%;
        margin: 0
    }
}

@media (max-width:700px) {
    .cooperate .cooperate__body .left {
        width: 100%
    }
}

.cooperate .cooperate__body .cooperate__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 540px;
    margin: 0 -10px
}

@media (max-width:990px) {
    .cooperate .cooperate__body .cooperate__items {
        height: 100%;
        max-width: 194px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:700px) {
    .cooperate .cooperate__body .cooperate__items {
        max-width: 100%
    }
}

.cooperate .cooperate__body .cooperate__item {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
    max-width: 220px;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cooperate .cooperate__body .cooperate__item img {
    width: 100%
}

@media (max-width:990px) {
    .cooperate .cooperate__body .cooperate__item {
        height: auto;
        width: calc(100% - 20px);
        margin-bottom: 0
    }
}

@media (max-width:700px) {
    .cooperate .cooperate__body .cooperate__item {
        width: calc(50% - 20px);
        height: 80px;
        margin-bottom: 10px
    }
}

.cooperate .cooperate__body .text {
    width: 39.66%;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    padding: 30px
}

@media (max-width:990px) {
    .cooperate .cooperate__body .text {
        width: calc(69% - 40px)
    }
}

@media (max-width:700px) {
    .cooperate .cooperate__body .text {
        width: 100%;
        padding: 20px
    }
}

.cooperate .cooperate__body .text .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #d64238;
    margin-bottom: 20px
}

@media (max-width:990px) {
    .cooperate .cooperate__body .text .title {
        font-size: 16px;
        margin-bottom: 10px
    }
}

@media (max-width:700px) {
    .cooperate .cooperate__body .text .title {
        font-size: 14px
    }
}

.cooperate .cooperate__body .text .desc {
    max-width: 370px;
    margin-bottom: 20px
}

.cooperate .cooperate__body .text .desc a {
    font-weight: 600;
    line-height: 155%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #231f20
}

.cooperate .cooperate__body .text .desc a:hover {
    color: #d64238;
    text-decoration: none
}

@media (max-width:700px) {
    .cooperate .cooperate__body .text .desc {
        font-size: 14px;
        line-height: 130%
    }
}

.cooperate .cooperate__body .text .btn-1 {
    font-size: 16px;
    height: 54px;
    max-width: 295px
}

@media (max-width:990px) {
    .cooperate .cooperate__body .text .btn-1 {
        font-size: 14px;
        width: 245px;
        height: 43px
    }
}

@media (max-width:700px) {
    .cooperate .cooperate__body .text .btn-1 {
        font-size: 12px
    }
}

.video {
    padding-top: 150px;
    max-width: 1920px;
    overflow: hidden
}

@media (max-width:1100px) {
    .video {
        padding-top: 90px
    }
}

.blog,
.video .container {
    position: relative
}

@media (max-width:990px) {
    .video .h4 {
        margin-bottom: 40px
    }
}

.video .video__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:700px) {
    .video .video__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.video .video__body .video__container {
    width: 60%;
    height: 450px;
    background: #4e4e4e;
    border-radius: 2px;
    overflow: hidden
}

@media (max-width:1100px) {
    .video .video__body .video__container {
        height: 340px
    }
}

@media (max-width:990px) {
    .video .video__body .video__container {
        height: 225px;
        width: 63%
    }
}

@media (max-width:700px) {
    .video .video__body .video__container {
        width: 100%;
        height: 190px
    }
}

.reviews .reviews__video iframe,
.video .video__body .video__container iframe {
    width: 100%;
    height: 100%
}

.video .text {
    width: 314px;
    position: relative
}

.video .text svg {
    position: absolute;
    right: 0;
    top: -70px;
    -webkit-animation: up-down linear 2s;
    animation: up-down linear 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@media (max-width:700px) {
    .video .text svg {
        top: -55px
    }
}

@media (max-width:990px) {
    .video .text {
        width: 199px
    }
    .video .text svg {
        width: 50px;
        height: auto
    }
}

@media (max-width:700px) {
    .video .text {
        width: 230px;
        max-width: 100%;
        margin: 70px auto 0
    }
}

.video .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20;
    margin: 0 auto 40px
}

@media (max-width:990px) {
    .video .title {
        font-size: 16px;
        margin: 0 auto 30px
    }
}

@media (max-width:700px) {
    .video .title {
        font-size: 14px;
        line-height: 155%;
        margin-bottom: 20px
    }
}

.video .btn-1 {
    max-width: 100%;
    height: 54px;
    font-size: 16px
}

.video .btn-1 .mob {
    display: none;
    margin-right: 3px
}

.video .btn-1 .pc {
    margin-right: 3px
}

@media (max-width:990px) {
    .video .btn-1 {
        width: 199px;
        height: 43px;
        font-size: 14px
    }
    .video .btn-1 .pc {
        display: none
    }
    .video .btn-1 .mob {
        display: block
    }
}

@media (max-width:700px) {
    .video .btn-1 {
        font-size: 12px;
        line-height: 16px;
        width: 100%
    }
}

.blog:after,
.video .bg-el {
    position: absolute;
    top: -65px;
    z-index: -1;
    left: 26.21%
}

@media (max-width:1100px) {
    .video .bg-el {
        width: 1000px;
        height: auto
    }
}

@media (max-width:990px) {
    .video .bg-el {
        width: 700px;
        display: none
    }
}

@media (max-width:700px) {
    .video .bg-el {
        display: block;
        width: 600px;
        height: auto;
        top: auto;
        bottom: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.video .bg-el-mob {
    position: absolute;
    top: -30px;
    z-index: -1;
    left: 44%;
    display: none
}

@media (max-width:990px) {
    .video .bg-el-mob {
        display: block
    }
}

@media (max-width:700px) {
    .video .bg-el-mob {
        display: none
    }
}

.blog {
    margin-top: 150px;
    margin-bottom: 90px
}

@media (max-width:1100px) {
    .blog {
        margin: 90px 0 60px;
        overflow: hidden
    }
}

.blog:after {
    content: "";
    width: 100%;
    height: 0;
    top: 200px;
    left: 0;
    border-bottom: 5px solid #d64238
}

@media (max-width:990px) {
    .blog:after,
    .blog:before {
        border-bottom: 3px solid #d64238
    }
    .blog:before {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        z-index: -1;
        top: 600px
    }
    .blog:after {
        top: 150px
    }
    .blog:after,
    .blog:before {
        display: none
    }
}

.blog .blog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media (max-width:1100px) {
    .blog .blog__items {
        margin: 0 -10px
    }
}

.blog .blog__item {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px;
    border: 1px solid silver;
    border-radius: 6px;
    display: block;
    position: relative
}

@media (max-width:1100px) {
    .blog .blog__item {
        width: calc(33.3333333333% - 20px);
        margin: 0 10px
    }
}

.blog .blog__item:last-child {
    display: none
}

@media (max-width:990px) {
    .blog .blog__item {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }
    .blog .blog__item:last-child {
        display: block
    }
}

@media (max-width:700px) {
    .blog .blog__item {
        width: calc(100% - 20px);
        margin: 0 10px 20px
    }
    .blog .blog__item:last-child {
        display: none
    }
    .blog .blog__item:before {
        content: "";
        height: 0;
        position: absolute;
        top: 105px;
        right: -30px;
        left: -30px;
        border-bottom: 2px solid #d64238;
        z-index: -1
    }
}

.blog .blog__item:hover .title:after {
    width: 160px
}

.blog .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog .img img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog .text {
    padding: 20px
}

.blog .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #231f20;
    margin-bottom: 20px;
    position: relative
}

.blog .title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    border-bottom: 2px solid #d64238;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width:700px) {
    .blog .title {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.blog .desc {
    margin-bottom: 10px;
    color: #231f20
}

.blog .link {
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #d64238
}

.catalog .catalog__body .catalog__left .filter__buttons,
.modal .wrapper input {
    display: none
}

.catalog .catalog__body .catalog__right .catalog__item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog__item_discount-2 a {
    display: flex;
    align-items: center;
}

.catalog__item_discount-2 .catalog__item-prom-img {
    height: auto;
    border-radius: 20px;
}

.catalog .catalog__body .catalog__right .catalog__item .price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.catalog .catalog__body .catalog__right .catalog__item .price-wrap .old-price {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.5);
}

.catalog .catalog__body .catalog__right .catalog__item .prom-date {
    margin-bottom: 6px;
}

@media all and (max-width: 600px) {

    .catalog .catalog__body .catalog__right .catalog__item .price-wrap .old-price {
        font-size: 14px;
    }

    .catalog .catalog__body .catalog__right .catalog__item .price-wrap {
        gap: 10px;
    }

    .catalog .catalog__body .catalog__right .catalog__item .prom-date {
        font-size: 14px;
    }

}

/* .catalog__item-prom-img {
    height: 100%;
    object-fit: cover;
    object-position: top;
} */

.catalog .catalog__body .catalog__right .catalog__item_discount .img-block {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}

.catalog .catalog__body .catalog__right .catalog__item_discount-1 .img-block {
    background-image: url("../image/promotion-img-1.png");
}

.catalog .catalog__body .catalog__right .catalog__item_discount-2 .img-block {
    background-image: url("../image/promotion-img-2.png");
}

.catalog__item_discount-1 a,
.catalog__item_discount-1 a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-info .desc p:last-child {
    margin-bottom: 0
}

.breadcrumb {
    padding: 130px 0 40px
}

@media (max-width:990px) {
    .breadcrumb {
        padding: 115px 0 2px
    }
}

@media (max-width:700px) {
    .breadcrumb {
        padding: 80px 0 20px
    }

    /*.breadcrumb {*/
    /*    padding: 185px 0 20px*/
    /*}*/
}

.breadcrumb ul,
.form-group label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb ul {
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb ul li {
    margin-right: 4px
}

.breadcrumb ul li a,
.breadcrumb ul li span,
.footer .copi {
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #231f20;
    opacity: .5
}

@media (max-width:990px) {
    .breadcrumb ul li a {
        font-size: 12px
    }
}

@media (max-width:700px) {
    .breadcrumb ul li a {
        font-size: 8px
    }
}

.breadcrumb ul li a:hover {
    opacity: 1;
    color: #d64238
}

@media (max-width:990px) {
    .breadcrumb ul li span {
        font-size: 12px
    }
}

@media (max-width:700px) {
    .breadcrumb ul li span {
        font-size: 8px
    }
}

.form-group {
    display: block;
    margin-bottom: 10px
}

.form-group svg {
    position: absolute;
    left: 1px;
    bottom: 1px;
    opacity: 0
}

.form-group input,
.form-group2 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.breadcrumb ul,
.form-group label,
.form-group label:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #231f20
}

@media (max-width:990px) {
    .form-group label {
        font-size: 12px
    }
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    min-width: 13px;
    width: 13px;
    height: 14px;
    border: 1px solid silver;
    border-radius: 2px;
    margin-right: 10px
}

.form-group input:checked+label svg {
    opacity: 1
}

.filters,
.form-group2 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px
}

.form-group input[type="radio"][disabled] + label,
.form-group2 input[type="radio"][disabled] + label {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-group input[type="radio"][disabled] + label:hover,
.form-group2 input[type="radio"][disabled] + label:hover {
    color: #231f20;
}

/* .filters .form-group2 {
    display: block;
    width: calc(20% - 4px);
    margin: 0 2px
} */

/* .filters.coll-4 .form-group2 {
    width: calc(25% - 4px)
} */

/* .form-group2 label {
    position: relative;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    height: 40px;
    border: 1px solid silver;
    border-radius: 2px;
    width: 100%;
    color: rgba(35, 31, 32, .3)
} */

@media (max-width:990px) {
    .form-group2 label {
        font-size: 14px;
        height: 35px
    }
}

.form-group2 label span {
    text-align: center;
    line-height: 70%
}

.form-group2 label span span {
    font-size: 9px;
    line-height: 70%
}

@media (max-width:990px) {
    .form-group2 label span span {
        font-size: 7px
    }
}

/* .form-group2 input:checked+label {
    background: #d64238;
    color: rgba(255, 255, 255, .8)
} */

.catalog .catalog__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.catalog .catalog__body .catalog__left {
    width: 100%;
}

/* @media (max-width:990px) {
    .catalog .catalog__body .catalog__left {
        width: 211px
    }
} */

@media (max-width:700px) {
    .catalog .catalog__body .catalog__left {
        width: 100%
    }
    .catalog .catalog__body .catalog__left .filter__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button1,
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button2,
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
        flex-direction: row-reverse;
    }
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button1.active {
        color: #d64238
    }
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button1.active path {
        fill: #d64238
    }
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button1 svg,
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button2 svg,
    .catalog .catalog__body .catalog__left .filter__buttons .filter__button3 svg {
        margin-left: 5px
    }
}

.catalog .catalog__body .catalog__left .h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: normal;
    color: black;
}

.catalog__header {
    margin-bottom: 22px;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* @media (max-width:990px) {
    .catalog .catalog__body .catalog__left .h2 {
        font-size: 30px;
        line-height: 110%;
        margin-top: 30px
    }
} */

.catalog .catalog__body .catalog__left .filter-clear_mobile {
    display: none;
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__left .h2 {
        margin: 0 0 0;
        font-size: 25px;
        line-height: 110%
    }
    .catalog .catalog__body .catalog__left .filter {
        display: none;
        width: 100%;
        left: 0;
        z-index: 1;
        background-color: #fff
    }
    .catalog .catalog__body .catalog__left .filter__body {
        /* max-width: 210px; */
        margin: 0 0 20px 0;
        padding: 0 20px;
    }

    .catalog .catalog__body .catalog__left .filter__body {
        grid-template-columns: 1fr !important;
    }

    .catalog .catalog__body .catalog__right .catalog__item {
        margin: 0 0 20px;
    }

    .catalog .catalog__body .catalog__left .filter-clear {
        display: none;
    }

    .catalog .catalog__body .catalog__left .filter-clear_mobile {
        display: inline-flex;
    }
}

.catalog .catalog__body .catalog__left .filter__body {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}

@media all and (max-width: 930px) {

    .catalog .catalog__body .catalog__left .filter__body {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media all and (max-width: 750px) {

    .catalog .catalog__body .catalog__left .filter__body {
        grid-template-columns: repeat(3, 1fr);
    }

}

.catalog .catalog__body .catalog__left .sort__mob {
    position: absolute;
    top: 90px;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #f5f5f5;
    display: none
}

.catalog .catalog__body .catalog__left .sort__mob .sort__body {
    z-index: 1;
    margin-bottom: 30px;
    max-width: 157px;
    margin-left: 50%;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%)
}

.catalog .catalog__body .catalog__left .sort__mob .sort__item {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #231f20;
    padding-bottom: 9px;
    margin-bottom: 6px;
    border-bottom: 1px solid silver;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__left .sort__mob .sort__item {
        font-size: 12px
    }
}

@media (max-width:340px) {
    .catalog .catalog__body .catalog__left .sort__mob .sort__item {
        font-size: 11px
    }
}

.catalog .catalog__body .catalog__left .sort__mob .sort__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.catalog .catalog__body .catalog__left .sort__mob .sort__item:hover {
    color: #d64238
}

/* .catalog .catalog__body .catalog__left .filter__item {
    margin-bottom: 30px
} */

.catalog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 500px) {
    
    .catalog__header {
        flex-direction: column;
        align-items: flex-start;
    }

}

.catalog__header .catalog__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog .catalog__body .catalog__left .filter__item .wrapper {
    min-height: auto;
    margin-top: 0;
}

.catalog .catalog__body .catalog__left .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #231f20;
    margin-bottom: 12px
}

.catalog .catalog__body .catalog__left .desc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #231f20;
    margin-bottom: 15px
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__left .desc-item {
        font-size: 12px
    }
}

.catalog .catalog__body .catalog__left .ico,
.catalog .catalog__body .catalog__right .catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog .catalog__body .catalog__left .ico {
    width: 30px;
    margin-right: 10px;
    opacity: .8
}

.catalog .catalog__body .catalog__left .ico svg {
    height: 20px;
    width: auto
}

.catalog .catalog__body .catalog__right {
    width: 100%;
    /* margin-left: 20px */
}

/* @media (max-width:990px) {
    .catalog .catalog__body .catalog__right {
        width: calc(100% - 231px)
    }
} */

@media (max-width:830px) {
    .catalog .catalog__body .catalog__right {
        width: 100%;
        margin-left: 0
    }
}

.catalog .catalog__body .catalog__right .catalog__top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: 24px
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__top {
        margin-top: 0
    }
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .catalog__top {
        display: none
    }
}

.catalog .catalog__body .sort,
.drop-down {
    position: relative;
}

.drop-down {
    width: 100%;
}

.filter__input-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f4f4f4;
    border: 1px solid silver;
    border-radius: 2px;
    padding: 8px 20px !important;
    width: 100%;
    text-align: left !important;
}

.filter__input-wrapper {
    height: 100% !important;
}

.catalog .catalog__body .sort .sort__title,
.drop-down__title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 14px 12px;
    width: 100%;
    border-radius: 8px;
}

.catalog .catalog__body .sort .sort__title {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f6f6f6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
}

/* @media (max-width:990px) {
    .catalog .catalog__body .sort .sort__title,
    .drop-down__title {
        width: 200px
    }
} */

.catalog .catalog__body .sort .sort__title span,
.field span,
.drop-down__title span {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 20px);
}

.catalog .catalog__body .sort .sort__body,
.drop-down__body {
    /* display: none; */
    position: absolute;
    left: 3px;
    right: 5px;
    top: calc(100% + 1px);
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    border-radius: 0 0 5px 5px;
    padding: 13px 40px 13px 17px
}

@media all and (max-width: 700px) {
    
    .catalog .catalog__body .sort .sort__body {
        left: auto;
        right: 0;
    }

}

@media all and (max-width: 500px) {
    
    .catalog .catalog__body .sort .sort__body {
        left: 0;
        right: auto;
    }

}

.catalog .catalog__body .sort .sort__body {
    width: 248px;
}

.drop-down__body {
    display: block;
}

@media (max-width:990px) {
    .catalog .catalog__body .sort .sort__body,
    .drop-down__body {
        padding: 13px 17px
    }
}

.catalog .catalog__body .sort .sort__item,
.drop-down__item {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #231f20;
    padding-bottom: 9px;
    margin-bottom: 6px;
    border-bottom: 1px solid silver;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.drop-down__item input {
    display: none;
}

.drop-down__item label:before {
    display: none;
}

.drop-down__item svg {
    display: none;
}

@media (max-width:990px) {
    .catalog .catalog__body .sort .sort__item,
    .drop-down__item {
        font-size: 12px
    }
}

.catalog .catalog__body .sort .sort__item:last-child,
.drop-down__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.catalog .catalog__body .love-link:hover,
.catalog .catalog__body .sort .sort__item:hover,
.product-info .price span span,
.drop-down__item:hover {
    color: #d64238
}

.drop-down.active .drop-down__title svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.catalog .catalog__body .love-link {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f6f6f6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.catalog .catalog__body .catalog__right .catalog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 0 -10px */
}

.catalog .catalog__body .catalog__right .catalog__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    background: #f6f6f6;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__item {
        width: calc(100% - 20px)
    }
}

.catalog .catalog__body .catalog__right .catalog__item:hover {
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .3);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .3)
}

.catalog .catalog__body .catalog__right .catalog__item .img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.catalog .catalog__body .catalog__right .catalog__item .img-wrapper {
    position: relative;
    width: 100%;
}

.catalog .catalog__body .catalog__right .catalog__item .img-wrapper img {
    border-radius: 8px;
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .catalog__item .img {
        height: 180px
    }
}

.catalog .catalog__body .catalog__right .catalog__item .tags {
    position: absolute;
    right: 11px;
    top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.catalog .catalog__body .catalog__right .catalog__item .tag1 {
    margin-right: 7px;
    padding: 8px 16px;
    border-radius: 20px !important;
    background: #d64238;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog .catalog__body .catalog__right .catalog__item .tag1 span {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
}

/*@media (max-width:700px) {*/
/*    .catalog .catalog__body .catalog__right .catalog__item .tag1 {*/
/*        padding-bottom: 18px;*/
/*        width: 24px;*/
/*        height: 70px*/
/*    }*/
/*    .catalog .catalog__body .catalog__right .catalog__item .tag1 span {*/
/*        font-size: 8px;*/
/*        line-height: 120%*/
/*    }*/
/*}*/

.catalog .catalog__body .catalog__right .catalog__item .tag2 {
    margin-right: 7px;
    padding: 8px 16px;
    border-radius: 20px !important;
    background: #bae74e;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog .catalog__body .catalog__right .catalog__item .tag2 span {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: black;
}

@media (max-width:700px) {
    /* .catalog .catalog__body .catalog__right .catalog__item .tag2 {
        padding-bottom: 21px;
        width: 24px;
        height: 70px
    } */
    .catalog .catalog__body .catalog__right .catalog__item .tag2 span {
        font-size: 8px;
        line-height: 120%
    }
}

.catalog .catalog__body .catalog__right .catalog__item .tag3 {
    margin-right: 7px;
    padding: 8px 16px;
    border-radius: 20px !important;
    background: #d6af26;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog .catalog__body .catalog__right .catalog__item .tag3 span {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap
}

/*@media (max-width:700px) {*/
/*    .catalog .catalog__body .catalog__right .catalog__item .tag3 {*/
/*        padding-bottom: 55px;*/
/*        width: 24px;*/
/*        height: 137px*/
/*    }*/
/*    .catalog .catalog__body .catalog__right .catalog__item .tag3 span {*/
/*        font-size: 8px;*/
/*        line-height: 120%*/
/*    }*/
/*}*/

.catalog .catalog__body .catalog__right .catalog__item .love {
    padding: 0;
    background: 0 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 0;
    cursor: pointer;
    border: 1px solid rgba(214, 66, 56, 0.1);
    border-radius: 8px;
}

.catalog .catalog__body .catalog__right .catalog__item .love:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px #231f20;
    box-shadow: 0 0 10px #231f20;
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 3px
}

.catalog .catalog__body .catalog__right .catalog__item .love.active path,
.catalog .catalog__body .catalog__right .catalog__item:hover .ico path {
    fill: #d64238
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .catalog__item .love {
        top: 10px;
        right: 10px
    }
    .catalog .catalog__body .catalog__right .catalog__item .love:after {
        content: "";
        width: 10px;
        height: 10px
    }
}

.catalog .catalog__body .catalog__right .catalog__item .body {
    padding-top: 20px
}

.catalog .catalog__body .catalog__right .catalog__item_discount {
    border: 4px solid #B30000;
    transition: .5s;
}

.catalog .catalog__body .catalog__right .catalog__item_discount-1 .img-wrapper::before {
    content: "";
    position: absolute;
    right: 27px;
    bottom: 49px;
    width: 190px;
    height: 190px;
    background-image: url("../image/promotion-img-1-pseudo.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.catalog .catalog__body .catalog__right .catalog__item_discount-2 .img-wrapper::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 19px;
    width: 88px;
    height: 88px;
    background-image: url("../image/promotion-img-2-pseudo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.catalog .catalog__body .catalog__right .catalog__item_discount .tag4 {
    position: absolute;
    top: 11px;
    right: 11px;
    font-size: 13px;
    padding: 8px 16px;
    font-weight: 500;
    background: white;
    color: #B30000;
    border-radius: 20px;
    font-weight: 500;
}

.catalog .catalog__body .catalog__right .catalog__item .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: black;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.catalog .catalog__body .catalog__right .catalog__item_discount .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
    color: #B30000;
}

.catalog .catalog__body .catalog__right .catalog__item_discount .subtitle {
    font-size: 20px;
    margin-bottom: 16px;
}

.catalog .catalog__body .catalog__right .catalog__item_discount .promotion-time {
    font-size: 16px;
    color: #B30000;
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__item .title {
        font-size: 16px
    }
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .catalog__item .title {
        margin-bottom: 18px;
        font-size: 14px
    }
}

.catalog .catalog__body .catalog__right .catalog__item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.catalog .catalog__body .catalog__right .catalog__item .price {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
}

.catalog .catalog__body .catalog__right .catalog__item .view-btn {
    border-radius: 8px;
	padding: 0px 16px;
	width: auto;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
    gap: 8px;
	background: var(--red);
	color: var(--white);
	text-decoration: none;
	margin-right: 0px;
	margin-top: 16px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__item .price {
        font-size: 18px
    }
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .catalog__item .price {
        font-size: 14px
    }
}

.catalog .catalog__body .catalog__right .catalog__item .price span {
    color: black;
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__item .price span {
        font-size: 25px
    }
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .catalog__item .price span {
        font-size: 22px
    }
}

.catalog .catalog__body .catalog__right .catalog__item .area {
    font-weight: 200;
    font-size: 24px;
    line-height: 120%;
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
}

.catalog .catalog__body .catalog__right .catalog__item .area span {
    color: black;
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__item .area {
        font-size: 25px
    }
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .catalog__item .area {
        font-size: 22px
    }
}

.catalog .catalog__body .catalog__right .catalog__item .bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog .catalog__body .catalog__right .btn-load,
.catalog .catalog__body .catalog__right .catalog__item .bottom,
.catalog .catalog__body .catalog__right .catalog__item .bottom__item,
.catalog .catalog__body .catalog__right .catalog__item .ico,
.online {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog .catalog__body .catalog__right .catalog__item .ico {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.catalog .catalog__body .catalog__right .catalog__item .ico svg,
.catalog .catalog__body .catalog__right .catalog__item .txt {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__item .ico svg {
        max-height: 16px;
        width: auto
    }
}

.catalog .catalog__body .catalog__right .catalog__item .txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: black;
}

@media (max-width:990px) {
    .catalog .catalog__body .catalog__right .catalog__item .txt {
        font-size: 16px
    }
}

.catalog .catalog__body .catalog__right .catalog__item:hover .ico svg,
.catalog .catalog__body .catalog__right .catalog__item:hover .txt {
    opacity: 1
}

.catalog .catalog__body .catalog__right .btn-load,
.online {
    border-radius: 2px
}

.catalog .catalog__body .catalog__right .btn-load {
    margin: 20px auto 40px;
    border-radius: 8px;
	padding: 0px 16px;
	width: max-content;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background: var(--red);
	color: var(--white);
	text-decoration: none;
    font-family: inherit;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.catalog .catalog__body .catalog__right .btn-load:hover {
    /* background: #f6f6f6;
    color: #231f20;
    border: 2px solid #d64238 */
}

@media (max-width:700px) {
    .catalog .catalog__body .catalog__right .btn-load {
        height: 40px;
        width: 160px;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 20px
    }
}

.online {
    background: linear-gradient(257.21deg, #fc4337 18.77%, #d64238 79.22%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 150px 30px 30px;
    position: relative
}

@media (max-width:1050px) {
    .online {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.online svg {
    position: absolute;
    right: 0
}

@media (max-width:1050px) {
    .online svg {
        top: 55px
    }
}

@media (max-width:700px) {
    .online svg {
        width: 56px;
        height: auto;
        top: 20px
    }
}

.online .title {
    max-width: 334px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #fff
}

@media (max-width:1050px) {
    .online .title {
        max-width: 282px;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 90px
    }
}

@media (max-width:700px) {
    .online .title {
        max-width: 200px;
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 30px
    }
}

.online .btn-3 {
    max-width: 336px;
    padding: 0 15px;
    height: 54px;
    font-size: 16px
}

@media (max-width:700px) {
    .online .btn-3 {
        max-width: 247px;
        height: 40px;
        font-size: 12px
    }
}

.price-input,
.price-input2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px
}

.price-input .field,
.price-input2 .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px
}

.price-input .field:first-child,
.price-input2 .field:first-child {
    margin-left: 0
}

.field input {
    width: 100%;
    height: 100%;
    outline: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: black;
    padding: 0 8px;
    text-align: right;
    border-radius: 2px;
    -moz-appearance: textfield;
    padding: 14px 12px;
    width: 100%;
    border-radius: 8px;
    border: none;
}

.field input::placeholder {
    color: rgba(35, 31, 32, .5);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.price-input .separator,
.price-input2 .separator {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider,
.slider2 {
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(2.08%, rgba(250, 234, 233, .5)), to(rgba(243, 134, 126, .5)));
    background: linear-gradient(90deg, rgba(250, 234, 233, .5) 2.08%, rgba(243, 134, 126, .5) 100%);
    border: 1px solid silver;
    border-radius: 2px
}

.slider .progress,
.slider2 .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 2px
}

.range-input,
.range-input2,
.slider,
.slider2 {
    position: relative
}

.range-input input,
.range-input2 input {
    position: absolute;
    width: calc(100% + 4px);
    height: 10px;
    top: -12px;
    background: 0 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: -4px
}

input[type=range]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    background: radial-gradient(28.33% 37.5% at 50% 50%, #e2d0cf 0%, #d64238 100%);
    border: 1px solid rgba(35, 31, 32, .2);
    -webkit-box-shadow: 1px 1px 6px rgba(214, 66, 56, .5);
    box-shadow: 1px 1px 6px rgba(214, 66, 56, .5)
}

input[type=range]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(28.33% 37.5% at 50% 50%, #e2d0cf 0%, #d64238 100%);
    border: 1px solid rgba(35, 31, 32, .2);
    box-shadow: 1px 1px 6px rgba(214, 66, 56, .5);
    pointer-events: auto;
    -moz-appearance: none
}

.bottom-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px
}

.bottom-num span {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    color: #231f20;
    opacity: .5
}

.consult {
    margin-top: 120px
}

@media (max-width:1050px) {
    .consult {
        margin-top: 60px;
        margin-bottom: -30px
    }
}

.consult .consult__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 60px;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    position: relative
}

@media (max-width:990px) {
    .consult .consult__body {
        padding: 60px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:700px) {
    .consult .consult__body {
        padding: 60px 20px 200px
    }
}

.consult svg {
    margin-left: auto;
    margin-right: 26px
}

@media (max-width:990px) {
    .consult svg {
        position: absolute;
        top: 30px;
        right: 50px;
        margin: 0;
        max-width: 160px;
        height: auto
    }
}

@media (max-width:700px) {
    .consult svg {
        bottom: 60px;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 110px
    }
}

.consult .title {
    max-width: 357px;
    font-weight: 200;
    font-size: 35px;
    line-height: 110%;
    color: #231f20;
    margin-bottom: 30px
}

@media (max-width:990px) {
    .consult .title {
        max-width: 308px;
        font-size: 30px;
        line-height: 110%
    }
}

@media (max-width:700px) {
    .consult .title {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.consult .desc {
    width: 300px;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    color: #231f20
}

@media (max-width:990px) {
    .consult .desc {
        font-size: 16px;
        max-width: 271px
    }
}

@media (max-width:700px) {
    .consult .desc {
        font-size: 14px;
        max-width: 235px
    }
}

@media (max-width:990px) {
    .consult .consult__right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:700px) {
    .consult .consult__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.consult .consult__item,
.consult .consult__item .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.consult .consult__item {
    margin: 20px 0 24px
}

.consult .consult__item .img {
    margin-right: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    height: 60px
}

.consult .consult__item .img img {
    border-radius: 50%
}

@media (max-width:990px) {
    .consult .consult__item .img {
        height: 50px;
        width: 50px
    }
    .consult .consult__item .img img {
        width: 100%
    }
}

.consult .consult__item .img:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #bae74e;
    border: 2px solid #fff;
    bottom: -1px;
    right: -1px;
    border-radius: 50%
}

@media (max-width:990px) {
    .consult .consult__item .img:after {
        width: 12px;
        height: 12px
    }
}

.consult .consult__item .name,
.consult-v2 .desc a {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #d64238
}

@media (max-width:990px) {
    .consult .consult__item .name {
        font-size: 16px;
        margin-bottom: 5px
    }
}

@media (max-width:700px) {
    .consult .consult__item .name {
        font-size: 14px
    }
}

.consult .consult__item .dcs {
    font-weight: 300;
    max-width: 184px;
    font-size: 14px;
    line-height: 120%;
    color: #231f20
}

@media (max-width:990px) {
    .consult .consult__item .dcs {
        font-size: 12px;
        line-height: 120%
    }
}

@media (max-width:700px) {
    .consult .consult__item .dcs {
        font-size: 10px;
        max-width: 148px
    }
}

.consult .btn-1 {
    max-width: 367px;
    min-width: 367px;
    height: 54px;
    font-size: 16px;
    padding: 0
}

@media (max-width:990px) {
    .consult .btn-1 {
        max-width: 309px;
        min-width: 309px;
        font-size: 14px;
        margin-right: 30px
    }
}

@media (max-width:700px) {
    .consult .btn-1 {
        max-width: 100%;
        width: 100%;
        font-size: 11px;
        margin: 0;
        height: 40px;
        min-width: 20px
    }
}

.consult-v2 .consult__body {
    padding: 25px 60px
}

@media (max-width:990px) {
    .consult-v2 .consult__body {
        padding: 38px 30px 55px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:700px) {
    .consult-v2 .consult__body {
        padding: 60px 20px 200px
    }
}

.consult-v2 .desc {
    width: 350px;
    max-width: 100%
}

.consult-v2 .desc a {
    font-weight: 700;
    line-height: 155%;
    text-transform: uppercase
}

@media (max-width:700px) {
    .consult-v2 .desc a {
        font-size: 14px
    }
}

.consult-v2 .title {
    margin-bottom: 20px
}

@media (max-width:990px) {
    .consult-v2 .consult__right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:700px) {
    .consult-v2 .consult__right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .consult-v2 .consult__text {
        width: 100%
    }
}

@media (max-width:990px) {
    .consult-v2 .consult__item {
        margin-bottom: 0
    }
}

@media (max-width:700px) {
    .consult-v2 .consult__item {
        margin-bottom: 25px
    }
}

@media (max-width:990px) {
    .consult-v3 svg {
        position: absolute;
        top: 74px;
        right: 32px;
        margin: 0;
        max-width: 195px;
        height: auto
    }
}

@media (max-width:700px) {
    .consult-v3 svg {
        bottom: 60px;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 138px
    }
}

.consult-v3 .consult__body {
    padding: 25px 60px;
    z-index: 0
}

@media (max-width:990px) {
    .consult-v3 .consult__body {
        padding: 38px 30px 55px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:700px) {
    .consult-v3 .consult__body {
        padding: 60px 20px 200px
    }
}

.consult-v3 .title {
    max-width: 500px
}

.consult-v3 .desc {
    width: 520px;
    max-width: 100%
}

.consult-v3 .desc a {
    font-weight: 700;
    font-size: 18px;
    line-height: 155%;
    color: #d64238;
    text-transform: uppercase
}

@media (max-width:700px) {
    .consult-v3 .desc a {
        font-size: 14px
    }
}

@media (max-width:1100px) {
    .consult-v3 .desc {
        width: 420px
    }
}

@media (max-width:900px) {
    .consult-v3 .desc {
        width: 400px
    }
}

.consult-v3 .title {
    margin-bottom: 20px
}

.consult-v3 svg {
    margin-left: -90px;
    z-index: -1
}

@media (max-width:700px) {
    .consult-v3 svg {
        margin: 0 auto
    }
    .consult-v3 .consult__text {
        width: 100%
    }
}

.consult-v3 .btn-1 {
    max-width: 310px;
    min-width: 310px;
    height: 54px;
    font-size: 16px;
    padding: 0
}

@media (max-width:990px) {
    .consult-v3 .btn-1 {
        max-width: 260px;
        min-width: 260px;
        font-size: 14px;
        margin-right: 30px
    }
}

@media (max-width:700px) {
    .consult-v3 .btn-1 {
        max-width: 100%;
        width: 100%;
        font-size: 11px;
        margin: 0;
        height: 40px;
        min-width: 20px
    }
    .mob-none {
        display: none
    }
}

.consult-v4 {
    margin: 150px 0
}

@media (max-width:990px) {
    .consult-v4 {
        margin: 40px 0 60px
    }
    .consult-v4 svg {
        position: absolute;
        top: 50px;
        right: 30px;
        margin: 0;
        max-width: 200px;
        height: auto
    }
}

@media (max-width:700px) {
    .consult-v4 .consult__right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .consult-v4 .consult__right .dcs {
        max-width: 118px
    }
    .consult-v4 svg {
        bottom: 60px;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 142px
    }
}

.consult-v4 .consult__body {
    padding: 21px 60px 15px;
    border: 1px solid #d64238;
    border-right: 20px solid #d64238
}

@media (max-width:990px) {
    .consult-v4 .consult__body {
        padding: 38px 30px 55px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:700px) {
    .consult-v4 .consult__body {
        padding: 60px 20px 200px;
        border-right: 1px solid #d64238
    }
}

.consult-v4 svg {
    height: auto
}

.consult-v4 .desc {
    width: 376px;
    max-width: 100%
}

@media (max-width:990px) {
    .consult-v4 .desc {
        width: 326px
    }
}

.consult-v4 .desc a {
    font-weight: 700;
    font-size: 18px;
    line-height: 155%;
    color: #d64238;
    text-transform: uppercase
}

@media (max-width:700px) {
    .consult-v4 .desc a {
        font-size: 14px
    }
}

.consult-v4 .title,
.product-info .desc p {
    margin-bottom: 20px
}

@media (max-width:700px) {
    .consult-v4 .consult__text {
        width: 100%
    }
}

.consult-v4 .btn-1 {
    max-width: 310px;
    min-width: 310px;
    height: 54px;
    font-size: 16px;
    padding: 0
}

@media (max-width:990px) {
    .consult-v4 .btn-1 {
        max-width: 260px;
        min-width: 260px;
        font-size: 14px;
        margin-right: 30px
    }
}

@media (max-width:700px) {
    .consult-v4 .btn-1 {
        max-width: 100%;
        width: 100%;
        font-size: 11px;
        margin: 0;
        height: 40px;
        min-width: 20px
    }
}

.product__top {
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

@media (max-width:990px) {
    .product__top {
        margin-top: 28px
    }
}

@media (max-width:700px) {
    .product__top {
        margin-top: 0
    }
}

.product__top #tabs,
.product__top #tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product__top #tabs {
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style-type: none;
    top: 0
}

@media (max-width:700px) {
    .product__top #tabs {
        position: initial
    }
}

.product__top #tabs li a {
    background: #d64238;
    color: #fff;
    padding: 9px 20px;
    height: 40px;
    left: 1701px;
    top: 192px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: .03em;
    border-right: 1px solid #6f6e6e
}

@media (max-width:990px) {
    .product__top #tabs li a {
        padding: 6px 15px;
        height: 31px;
        font-size: 12px
    }
}

@media (max-width:700px) {
    .product__top #tabs li a {
        padding: 5px 10px;
        height: 25px;
        font-size: 10px;
        border: 0;
        -webkit-box-shadow: 2px 2px 10px rgba(35, 31, 32, .1);
        box-shadow: 2px 2px 10px rgba(35, 31, 32, .1)
    }
}

.product__top #tabs li a.inactive {
    background: rgba(255, 255, 255, .7);
    color: #231f20
}

@media (max-width:700px) {
    .product__top #tabs li a.inactive {
        background: #f6f6f6;
        border: 1px solid #eaeaea;
        border-left: none
    }
}

.product__top #tabs li a.inactive:hover {
    background: #fff
}

.product__top #tabs li:last-child a {
    border-right: 0
}

.product__top .product-slider {
    width: 100%
}

.product__top .product-slider .product-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 680px
}

@media (max-width:1100px) {
    .product__top .product-slider .product-slider-item {
        height: 450px
    }
}

@media (max-width:700px) {
    .product__top .product-slider .product-slider-item {
        height: auto
    }
}

.product__top .product-slider .product-slider-item img,
.product__top .product-slider .slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__top .product-slider .product-slider-item img {
    max-width: 100%;
    margin: 0 auto;
    width: auto
}

@media (max-width:700px) {
    .product__top .product-slider .product-slider-item img {
        width: 100%;
        height: auto
    }
}

.product__top .product-slider .slider-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 40px;
    bottom: 51%;
    z-index: 1;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer
}

.product__top .product-slider .slider-next:hover,
.product__top .product-slider .slider-prev:hover {
    background: #d64238
}

@media (max-width:990px) {
    .product__top .product-slider .slider-prev {
        left: 30px;
        bottom: 50%
    }
}

@media (max-width:700px) {
    .product__top .product-slider .slider-prev {
        top: calc(50% - 15px);
        left: 15px
    }
}

.product__top .product-slider .slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    right: 40px;
    bottom: 51%;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
    z-index: 1
}

@media (max-width:990px) {
    .product__top .product-slider .slider-next {
        right: 30px;
        bottom: 50%
    }
}

@media (max-width:700px) {
    .product__top .product-slider .slider-next {
        top: calc(50% - 15px);
        right: 15px
    }
}

.product-info {
    margin-top: 40px
}

@media (max-width:700px) {
    .product-info {
        margin-top: 25px
    }
}

.product-info .product-info__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media (max-width:900px) {
    .product-info .product-info__body {
        margin: 0
    }
}

@media (max-width:600px) {
    .product-info .product-info__body {
        margin: 0
    }
}

.product-info .left {
    width: calc(50% - 30px);
    margin: 0 15px;
    min-width: 560px
}

@media (max-width:900px) {
    .product-info .left {
        margin: 0
    }
}

@media (max-width:600px) {
    .product-info .left {
        width: 100%;
        margin: 0;
        min-width: 36px
    }
}

.product-info .h4 {
    position: relative;
    margin-bottom: 50px
}

@media (max-width:700px) {
    .product-info .h4 {
        margin-bottom: 35px
    }
}

.product-info .h4:after {
    content: "";
    width: 15000px;
    position: absolute;
    right: 0;
    bottom: -10px;
    border-bottom: 2px solid #d64238
}

.product-info .product-info__items,
.product-info .product-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .product-info .product-info__items {
        margin: 0 -20px
    }
}

.product-info .product-info__items:after {
    content: "";
    border-bottom: 1px solid silver;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 68px
}

@media (max-width:990px) {
    .product-info .product-info__items:after {
        top: 65px
    }
}

@media (max-width:600px) {
    .product-info .product-info__items:after {
        top: 54px
    }
    .product-info .product-info__items:before {
        content: "";
        border-bottom: 1px solid silver;
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        top: 110px
    }
}

.product-info .product-info__row:first-child .product-info__item {
    border-right: 1px solid silver
}

.product-info .product-info__row:first-child .product-info__item:nth-child(1) {
    padding-right: 20px
}

.product-info .product-info__row:first-child .product-info__item:nth-child(2) {
    padding: 0 20px
}

.product-info .product-info__row:first-child .product-info__item:nth-child(3) {
    padding: 0 20px;
    border-right: 0;
    margin-right: auto
}

@media (max-width:990px) {
    .product-info .product-info__row:first-child .product-info__item:nth-child(3) {
        margin-right: auto
    }
}

@media (max-width:600px) {
    .product-info .product-info__row:first-child .product-info__item:nth-child(1) {
        padding-right: 10px;
        padding-bottom: 5px
    }
    .product-info .product-info__row:first-child .product-info__item:nth-child(2) {
        border-right: 0;
        margin-right: auto;
        padding: 0 0 5px 10px
    }
    .product-info .product-info__row:first-child .product-info__item:nth-child(3) {
        border-right: 0;
        border-left: 1px solid silver;
        padding: 0 10px 6px;
        margin-left: 10px
    }
}

.product-info .product-info__row.row2+.product-info__item {
    width: 100%;
    padding-top: 15px;
    border-right: 0;
    padding-left: 0;
    border-top: 1px solid silver
}

@media (max-width:990px) {
    .product-info .product-info__row.row2+.product-info__item {
        margin-right: auto
    }
}

@media (max-width:600px) {
    .product-info .product-info__row.row2+.product-info__item {
        padding-top: 10px;
        border-right: 0;
        padding-left: 10px;
        margin-right: auto
    }
}

.product-info .product-info__row.row2 .product-info__item:nth-child(1) {
    padding-right: 21px;
    padding-top: 15px;
    padding-bottom: 15px
}

.product-info .product-info__row.row2 .product-info__item:nth-child(2) {
    padding: 15px 22px;
    border-right: 1px solid silver
}

.product-info .product-info__row.row2 .product-info__item:nth-child(3) {
    padding: 15px 22px
}

@media (max-width:600px) {
    .product-info .product-info__row.row2 .product-info__item:nth-child(1) {
        padding: 10px 10px 6px
    }
    .product-info .product-info__row.row2 .product-info__item:nth-child(2) {
        padding: 10px 10px 0
    }
    .product-info .product-info__row.row2 .product-info__item:nth-child(3) {
        padding: 10px 5px 0
    }
}

.product-info .titl {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    color: #231f20
}

@media (max-width:600px) {
    .product-info .titl {
        font-size: 10px
    }
}

.product-info .price,
.product-info .price span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #231f20
}

@media (max-width:600px) {
    .product-info .price {
        font-size: 11px;
        line-height: 17px
    }
}

.product-info .price span {
    font-size: 30px;
    line-height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:990px) {
    .product-info .price span {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width:600px) {
    .product-info .price span {
        font-size: 16px;
        line-height: 23px
    }
}

.product-info .dsc {
    font-weight: 300;
    font-size: 12px;
    line-height: 155%;
    color: #231f20;
    opacity: .5;
    text-align: right
}

@media (max-width:600px) {
    .product-info .dsc {
        font-size: 9px
    }
}

.product-info .txt {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #231f20
}

.product-info .txt svg {
    margin-right: 10px
}

@media (max-width:990px) {
    .product-info .txt {
        font-size: 20px;
        line-height: 30px
    }
    .product-info .txt svg {
        margin-right: 6px
    }
}

@media (max-width:600px) {
    .product-info .txt {
        font-size: 16px;
        line-height: 30px
    }
    .product-info .txt svg {
        margin-right: 6px
    }
}

.modal .logo a,
.product-info .ico,
.product-info .items,
.product-info .items .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-info .items {
    margin-top: 6px
}

.product-info .items .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-info .items .item {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #231f20;
    opacity: .3;
    margin-left: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer
}

@media (max-width:600px) {
    .product-info .items .item {
        font-size: 12px;
        margin-left: 10px
    }
}

.product-info .items .item:hover {
    color: #d64238;
    border-bottom: 2px solid #d64238;
    opacity: 1
}

.product-info .items .item.active {
    color: #231f20;
    border-bottom: 2px solid transparent;
    opacity: 1
}

.product-info .right {
    width: calc(50% - 30px);
    max-width: calc(100% - 621px);
    margin: 0 15px
}

@media (max-width:990px) {
    .product-info .right {
        width: 100%;
        max-width: 561px;
        margin: 0
    }
}

.product-info .title {
    margin: 37px 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #d64238
}

@media (max-width:700px) {
    .product-info .title {
        margin: 20px 0 10px
    }
}

@media (max-width:700px) {
    .product-info .desc p {
        margin-bottom: 10px;
        font-size: 14px
    }
}

.cooperate-product {
    margin-top: 150px
}

@media (max-width:1100px) {
    .cooperate-product {
        margin-top: 90px
    }
}

@media (max-width:700px) {
    .cooperate-product .h4 {
        margin-bottom: 30px
    }
}

.cooperate-product .cooperate-product__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -20px
}

@media (max-width:990px) {
    .cooperate-product .cooperate-product__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cooperate-product .cooperate-product__left {
    width: calc(64.52% - 20px);
    margin: 0 20px
}

@media (max-width:990px) {
    .cooperate-product .cooperate-product__left {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width:700px) {
    .cooperate-product .cooperate-product__left {
        margin-bottom: 0
    }
}

.cooperate-product .h4 {
    max-width: 650px
}

.cooperate-product .cooperate-product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width:700px) {
    .cooperate-product .cooperate-product__items {
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cooperate-product .cooperate-product__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
    height: 197px;
    border: 1px solid #d64238;
    border-radius: 2px;
    padding: 20px;
    overflow: hidden;
    position: relative
}

.cooperate-product .cooperate-product__item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(99.89deg, #fc4337 0%, #d64238 30.59%);
    border: 1px solid #d64238;
    border-radius: 2px;
    left: calc(100% - 20px);
    top: 0;
    z-index: -1;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width:990px) {
    .cooperate-product .cooperate-product__item {
        height: 159px
    }
}

@media (max-width:700px) {
    .cooperate-product .cooperate-product__item {
        width: 100%;
        height: auto;
        margin: 0 0 20px
    }
}

.cooperate-product .cooperate-product__item .body {
    -webkit-transform: translateY(128px);
    transform: translateY(128px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-6,
.cooperate-product .cooperate-product__item .title {
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20
}

.cooperate-product .cooperate-product__item .title {
    margin-bottom: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 18px;
    line-height: 155%
}

.cooperate-product .cooperate-product__item:hover .body {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cooperate-product .cooperate-product__item:hover:after {
    left: 0
}

.cooperate-product .cooperate-product__item:hover .title {
    color: #fff;
    opacity: .3
}

@media (max-width:990px) {
    .cooperate-product .cooperate-product__item .body {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .cooperate-product .cooperate-product__item:after,
    .cooperate-product .cooperate-product__item:hover:after {
        left: calc(100% - 15px)
    }
    .cooperate-product .cooperate-product__item .title {
        color: #231f20;
        opacity: 1;
        font-size: 16px;
        line-height: 155%;
        margin-bottom: 10px
    }
    .cooperate-product .cooperate-product__item .desc {
        color: #231f20;
        font-size: 16px;
        line-height: 130%
    }
    .cooperate-product .cooperate-product__item:hover .title {
        color: #231f20;
        opacity: 1
    }
}

@media (max-width:700px) {
    .cooperate-product .cooperate-product__item .desc {
        max-width: 214px;
        font-size: 14px;
        line-height: 130%
    }
    .cooperate-product .cooperate-product__item .title {
        font-size: 14px;
        line-height: 155%;
        letter-spacing: .03em;
        text-transform: uppercase;
        color: #231f20;
        opacity: .5
    }
}

.cooperate-product .desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #fff
}

.cooperate-product .cooperate-product__right {
    width: calc(32.05% - 20px);
    margin: 0 20px
}

@media (max-width:990px) {
    .cooperate-product .cooperate-product__right {
        width: calc(100% - 20px)
    }
}

.cooperate-product .cooperate-product__desc {
    background: rgbA(246, 246, 246, .6);
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    padding: 30px;
    position: relative
}

@media (max-width:990px) {
    .cooperate-product .cooperate-product__desc {
        padding: 20px
    }
}

@media (max-width:700px) {
    .cooperate-product .cooperate-product__desc {
        border: 1px solid #d64238;
        -webkit-box-shadow: 15px 15px 50px transparent;
        box-shadow: 15px 15px 50px transparent
    }
}

.cooperate-product .titl {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #d64238;
    margin: 0 0 10px
}

@media (max-width:990px) {
    .cooperate-product .titl {
        max-width: 380px;
        font-size: 16px;
        line-height: 155%
    }
}

@media (max-width:700px) {
    .cooperate-product .titl {
        max-width: 149px;
        font-size: 14px
    }
}

.cooperate-product .dsc {
    margin-bottom: 20px
}

@media (max-width:990px) {
    .cooperate-product .dsc {
        max-width: 380px;
        font-size: 16px;
        line-height: 155%;
        margin-bottom: 30px
    }
}

@media (max-width:700px) {
    .cooperate-product .dsc {
        font-size: 14px;
        line-height: 155%
    }
}

.cooperate-product svg {
    position: absolute;
    right: 19px;
    top: 33px
}

@media (max-width:990px) and (min-width:700px) {
    .cooperate-product svg {
        width: 110px;
        height: auto;
        top: 20px;
        right: 20px
    }
}

@media (max-width:700px) {
    .cooperate-product svg {
        top: 18px
    }
}

.btn-6 {
    width: 271px;
    height: 53px;
    background: #f6f6f6;
    border: 1px solid #d64238;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 120%
}

.btn-6:hover {
    background: #d64238;
    color: #fff
}

@media (max-width:1100px) {
    .btn-6 {
        width: 225px;
        height: 41px;
        font-size: 14px;
        line-height: 120%
    }
}

@media (max-width:700px) {
    .btn-6 {
        width: 198px;
        height: 38px;
        font-size: 12px;
        line-height: 120%
    }
}

.reviews {
    margin-top: 120px
}

@media (max-width:990px) {
    .reviews {
        margin-top: 90px
    }
}

.reviews .reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:990px) {
    .reviews .reviews__items {
        margin: 0 -10px
    }
}

.reviews .reviews__item {
    width: calc(50% - 40px);
    margin: 0 20px;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px
}

@media (max-width:990px) {
    .reviews .reviews__item {
        width: calc(50% - 20px);
        margin: 0 10px
    }
}

@media (max-width:700px) {
    .reviews .reviews__item {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
    .reviews .reviews__item:last-child {
        margin-bottom: 0
    }
}

.reviews .reviews__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 310px
}

@media (max-width:990px) {
    .reviews .reviews__video {
        height: 170px
    }
}

.reviews .desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #231f20;
    padding: 20px
}

@media (max-width:990px) {
    .reviews .desc {
        font-size: 16px;
        line-height: 130%
    }
    .reviews .desc br {
        display: none
    }
}

@media (max-width:700px) {
    .reviews .desc {
        font-size: 14px;
        line-height: 130%
    }
    .reviews .desc br {
        display: none
    }
}

.modal {
    display: none;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    box-shadow: 15px 15px 50px rgba(35, 31, 32, .1);
    border-radius: 2px;
    padding: 40px;
    max-width: 600px;
    width: 100%
}

@media (max-width:700px) {
    .modal {
        padding: 30px 20px
    }
}

.modal .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    -webkit-transform: translateX(18%);
    transform: translateX(18%);
    margin: 0 auto 30px
}

.modal .logo a img {
    max-width: 80px;
    height: auto;
    width: 100%
}

@media (max-width:1100px) {
    .modal .logo a img {
        max-width: 60px
    }
}

@media (max-width:700px) {
    .modal .logo a img {
        max-width: 48px
    }
}

.modal .logo .logo-text {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    color: #231f20;
    position: relative;
    margin-left: 9px;
    margin-top: -6px
}

.modal .logo .logo-text:after {
    content: "";
    position: absolute;
    left: 0;
    width: 51px;
    height: 0;
    border-top: 1px solid #d64238
}

@media (max-width:990px) {
    .modal .logo .logo-text {
        margin-top: auto;
        font-size: 8px;
        line-height: 11px
    }
    .modal .logo .logo-text:after {
        width: 41px
    }
}

.modal .title {
    font-weight: 200;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 60px;
    position: relative
}

@media (max-width:700px) {
    .modal .title {
        font-size: 22px;
        margin-bottom: 40px
    }
}

.modal .title:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    height: 0;
    bottom: -30px;
    border-bottom: 2px solid #d64238
}

@media (max-width:700px) {
    .modal .title:after {
        bottom: -20px
    }
}

.modal .desc {
    padding-bottom: 20px;
    text-align: center
}

@media (max-width:700px) {
    .modal .desc {
        padding-bottom: 15px
    }
}

.modal .desc p,
.modal form input {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%
}

.modal .desc p {
    text-align: center;
    color: #231f20
}

.modal .desc p b {
    font-weight: 700
}

@media (max-width:700px) {
    .modal .desc p {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.modal form input {
    width: 100%;
    height: 54px;
    background: #fff;
    border-radius: 2px;
    border: 0;
    padding: 0 20px;
    color: rgba(35, 31, 32, .5)
}

@media (max-width:700px) {
    .modal form input {
        font-size: 14px;
        height: 40px;
        margin-bottom: 15px
    }
}

.modal form input:placeholder,
.modal form textarea:placeholder {
    font-family: "Manrope";
    color: rgba(35, 31, 32, .5)
}

.modal .wrapper label,
.modal form textarea {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 155%;
    border: 0
}

.modal form textarea {
    resize: none;
    color: rgba(35, 31, 32, .5);
    height: 100px;
    font-weight: 300;
    padding: 12px 20px
}

@media (max-width:700px) {
    .modal form textarea {
        font-size: 14px;
        height: 70px;
        margin-bottom: 15px
    }
}

.modal form button {
    width: 100%;
    max-width: 100%;
    height: 54px;
    font-size: 16px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer
}

@media (max-width:700px) {
    .modal form button {
        height: 40px;
        font-size: 12px
    }
}

.modal .wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    font-weight: 400;
    padding: 0 20px;
    color: #231f20;
    cursor: pointer
}

.modal .wrapper label span {
    margin-left: 15px
}

@media (max-width:700px) {
    .modal .wrapper label {
        font-size: 14px;
        height: 40px;
        margin-bottom: 15px
    }
    .modal .wrapper label svg {
        height: 20px;
        width: auto
    }
}

.included {
    margin-top: 150px
}

@media (max-width:1100px) {
    .included {
        margin-top: 90px
    }
}

.included .h4 {
    margin-bottom: 60px
}

@media (max-width:990px) {
    .included .h4 {
        margin-bottom: 40px
    }
}

@media (max-width:700px) {
    .included .h4 {
        margin-bottom: 30px
    }
}

.included .included__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width:700px) {
    .included .included__top {
        margin-bottom: 27px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.included .claer {
    width: 350px
}

@media (max-width:1100px) {
    .included .claer {
        width: 250px
    }
}

@media (max-width:990px) {
    .included .claer {
        display: none
    }
}

.included .top-item {
    width: 17.5%;
    border-right: 1px solid silver;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.included .top-item:last-child {
    border-right: 0
}

.included .top-item .title {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #d64238;
    margin-bottom: 3px
}

@media (max-width:990px) {
    .included .top-item .title {
        font-size: 16px
    }
}

@media (max-width:700px) {
    .included .top-item .title {
        font-size: 14px;
        color: #231f20
    }
}

.included .top-item .price {
    font-weight: 200;
    font-size: 18px;
    line-height: 120%;
    color: #231f20
}

.included .top-item .price span {
    font-size: 28px
}

@media (max-width:990px) {
    .included .top-item .price {
        font-size: 16px
    }
    .included .top-item .price span {
        font-size: 21px
    }
}

@media (max-width:700px) {
    .included .top-item .price {
        font-size: 14px
    }
    .included .top-item .price span {
        font-size: 19px
    }
}

@media (max-width:1100px) {
    .included .top-item {
        width: 19.75%
    }
}

@media (max-width:990px) {
    .included .top-item {
        width: 25%
    }
}

@media (max-width:700px) {
    .included .top-item {
        width: 50%;
        border-bottom: 1px solid silver;
        padding: 0 0 20px
    }
    .included .top-item:nth-child(3) {
        border-right: 0
    }
    .included .top-item:nth-child(4),
    .included .top-item:nth-child(5) {
        border-bottom: 0;
        padding: 20px 0 0
    }
    .included .top-item.active .price,
    .included .top-item.active .title {
        color: #d64238
    }
}

.included .accordion__item {
    margin-bottom: 20px
}

.included .accordion__title {
    background: #f6f6f6;
    -webkit-box-shadow: 5px 5px 25px rgba(35, 31, 32, .1);
    box-shadow: 5px 5px 25px rgba(35, 31, 32, .1);
    border-radius: 2px;
    padding: 19px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.included .accordion__title .accordion__arrow {
    width: 30px;
    height: 1px;
    background-color: #d64238;
    position: relative
}

.included .accordion__title .accordion__arrow:after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #d64238;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.included .accordion__title.active,
.included .accordion__title:hover {
    -webkit-box-shadow: 5px 5px 25px rgba(35, 31, 32, .3);
    box-shadow: 5px 5px 25px rgba(35, 31, 32, .3)
}

.included .accordion__title.active .accordion__arrow:after {
    opacity: 0
}

.included .accordion__title:hover {
    color: #d64238
}

@media (max-width:990px) {
    .included .accordion__title {
        padding: 15px 20px;
        font-size: 16px
    }
    .included .accordion__title .accordion__arrow {
        width: 25px
    }
    .included .accordion__title .accordion__arrow:after {
        height: 25px
    }
}

@media (max-width:700px) {
    .included .accordion__title {
        font-size: 14px;
        line-height: 120%;
        padding: 11px 20px
    }
    .included .accordion__title .accordion__arrow {
        width: 20px
    }
    .included .accordion__title .accordion__arrow:after {
        height: 20px
    }
}

.included .accordion__content {
    display: none;
    padding: 20px 0 0
}

.included .included__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid silver
}

.included .included__item:last-child {
    border-bottom: 0
}

@media (max-width:990px) {
    .included .included__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid silver
    }
}

@media (max-width:700px) {
    .included .included__item {
        margin-bottom: 10px
    }
    .included .included__item:last-child {
        margin-bottom: 0
    }
}

.included .included__item .table-title {
    width: 350px;
    border-right: 1px solid silver;
    padding: 10px 15px
}

@media (max-width:1100px) {
    .included .included__item .table-title {
        width: 250px
    }
}

@media (max-width:990px) {
    .included .included__item .table-title {
        width: 100%;
        border-right: 0
    }
}

@media (max-width:700px) {
    .included .included__item .table-title {
        padding: 0 15px
    }
}

.included .included__item .table-br {
    width: 17.5%;
    border-right: 1px solid silver;
    padding: 10px 5px;
    text-align: center
}

@media (max-width:1100px) {
    .included .included__item .table-br {
        width: 19.75%
    }
}

@media (max-width:990px) {
    .included .included__item .table-br {
        width: 25%
    }
    .included .included__item .table-br:last-child {
        border-right: 0
    }
}

@media (max-width:700px) {
    .included .included__item .table-br {
        border-right: 0;
        padding: 0;
        display: none;
        margin: 10px 0;
        width: 150px
    }
    .included .included__item .table-br.active {
        display: block
    }
}

.included .mob-btn {
    display: none
}

@media (max-width:700px) {
    .included .mob-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        line-height: 120%;
        width: 100%;
        max-width: 100%;
        height: 38px;
        margin-top: 40px
    }
}

.included .included__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:990px) {
    .included .included__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.included .included__bottom .bottom__prev {
    width: 350px;
    border-right: 1px solid silver
}

@media (max-width:1100px) {
    .included .included__bottom .bottom__prev {
        width: 250px
    }
}

@media (max-width:990px) {
    .included .included__bottom .bottom__prev {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }
}

@media (max-width:700px) {
    .included .included__bottom .bottom__prev {
        width: 100%;
        margin-top: 20px
    }
}

.included .included__bottom .btn-6 {
    width: 317px;
    height: 45px;
    font-size: 16px
}

@media (max-width:1100px) {
    .included .included__bottom .btn-6 {
        width: 250px;
        font-size: 12px
    }
}

@media (max-width:700px) {
    .included .included__bottom .btn-6 {
        width: 100%;
        height: 38px
    }
}

.included .included__bottom .bottom__item {
    width: 17.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid silver;
    padding: 0 5px
}

.included .included__bottom .bottom__item:last-child {
    border-right: 0
}

@media (max-width:1100px) {
    .included .included__bottom .bottom__item {
        width: 19.75%
    }
}

@media (max-width:990px) {
    .included .included__bottom .bottom__item {
        width: 25%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:700px) {
    .included .included__bottom .bottom__item {
        display: none
    }
}

.included .included__bottom .btn-1 {
    width: 136px;
    height: 43px;
    font-size: 16px
}

@media (max-width:990px) {
    .included .included__bottom .btn-1 {
        width: 107px;
        height: 35px;
        font-size: 14px
    }
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    height: 12px;
    width: 12px;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(28.33% 37.5% at 50% 50%, #e2d0cf 0%, #d64238 100%);
    border: 1px solid rgba(35, 31, 32, .2);
    -webkit-box-shadow: 1px 1px 6px rgba(214, 66, 56, .5);
    box-shadow: 1px 1px 6px rgba(214, 66, 56, .5);
    pointer-events: auto;
    -moz-appearance: none
}

.ui-widget.ui-widget-content {
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(2.08%, rgba(250, 234, 233, .5)), to(rgba(243, 134, 126, .5)));
    background: linear-gradient(90deg, rgba(250, 234, 233, .5) 2.08%, rgba(243, 134, 126, .5) 100%);
    border: 1px solid silver;
    border-radius: 2px;
    width: 100%;
    position: relative
}

.ui-slider-horizontal .ui-slider-range {
    display: none
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.1em;
    margin-left: -.3em
}

/* New */

.breadcrums_white {
    background: none !important;
    margin-bottom: 30px;
}

/* Catalog Category */

.catalog-category {
    width: 100%;
    padding: 24px;
    background: #F4F4F4;
    border-radius: 16px;
    cursor: pointer;
    transition: .5s;
}

.catalog-category:hover {
    background: #b30000;
    color: white;
}

.catalog-category:hover .catalog-category__link,
.catalog-category:hover .catalog-category__price {
    color: white;
}

.catalog-category__img {
    max-width: 100%;
    width: 100%;
    height: 286px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin-bottom: 24px;
}

.catalog-category__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.catalog-category__link {
    font-size: 20px;
    color: black;
    font-weight: 500;
}

.catalog-category__price {
    font-size: 18px;
    color: #9E9E9E;
    font-weight: 500;
}

.catalog .catalog__body .catalog__right .catalog__items_category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
}

.catalog .catalog__body .ipoteka-banner_category {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 0;
}

.catalog__info {
    width: 100%;
    background: #F4F4F4;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
}

.catalog__info-text {
    font-size: 16px;
}

.catalog__info-text_brus,
.catalog__info-text_carcas {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 5px;
}

.catalog__info-text_brus::after {
    content: "";
    height: 28px;
    min-width: 28px;
    background-image: url("../image/brus-pseudo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.catalog__info-text_carcas::after {
    content: "";
    height: 28px;
    min-width: 28px;
    background-image: url("../image/stone-pseudo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.breadcrums__list .breadcrums__current {
    color: black;
    opacity: 1;
}

.catalog .filter__tags {
    gap: 8px;
    max-width: 530px;
    margin-top: 0;
}

.catalog .filter__tag {
    padding: 16px 24px;
    border-radius: 60px;
}

.catalog__left-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog__right-column {
    max-width: 532px;
    width: 100%;
}

.catalog .catalog__body .catalog__left .filter__body {
    display: flex !important;
}

.filter__item {
    max-width: 256px;
    width: 100%;
}

.filter__input-wrapper_nameinput {
    position: relative;
}

.filter__input-wrapper_nameinput::before {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("../image/search-icon-2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
}

.filter__input-name {
    padding-right: 32px !important;
}

@media all and (max-width: 800px) {

    .catalog__left-row {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .catalog .filter__tags {
        padding: 0;
    }

    .catalog .filter__input-name {
        height: 46px;
    }

}

@media all and (max-width: 600px) {

    .catalog .catalog__body .catalog__right .catalog__items_category {
        grid-template-columns: 1fr;
    }

    .catalog .catalog__body .ipoteka-banner_category,
    .banners_catalog,
    .akcii_catalog {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
    }

    .catalog__info-text_brus::after,
    .catalog__info-text_carcas::after {
        display: none;
    }

    .catalog__info {
        text-align: left;
    }

    .catalog__info-text_brus,
    .catalog__info-text_carcas {
        display: inline;
    }

    .catalog .catalog__body .catalog__left .filter__body {
        flex-direction: column;
    }

}