

/* Start:/assets/css/about.css?178049341216260*/

.about-top-bg {
    position: relative;
    background-image: url(/img/n1/1122.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 561px;
    overflow: hidden;
}

.about-top-wrapper {
    padding: 0 10px;
}
.about-top-bg::before {
    position: absolute;
    content: 'Decofire';
    font-size: 239px;
    font-weight: 500;
    font-family: 'Gotham', 'sans-serif';
    line-height: 48px;
    color: #CFCFCF;
    right: 44px;
    width: 50%;
    height: 234px;
    opacity: 0.25;
    bottom: 36%;
}


.about-content {
    max-width: 772px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 89px;
    z-index: 1;
    margin: 0 auto;
    padding-top: 83px;
}


.about-text1,
.about-text2 {
    max-width: 358px;
}

.about-text1 {
    justify-items: end;
}

.about-text2 {
    align-self: end;
}

.about-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
}



.about-video {
    display: flex;
}

.about-video-player {
    position: relative;
    z-index: 2;
}

.about-video-link button {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.about-content-title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.about-content-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8B91;
}

.about-video-link img {
    display: block;
    width: 100%;
}

.about-content-video {
    position: relative;
    z-index: 1;
    width: 489px;
    padding-left: 120px;
    align-self: baseline;
    padding-top: 124px;
}

.about-content-video::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #1D1D1D;
    z-index: -1;
}

.dignity {
    background-color: #FF5710;
}

.about-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 14px;
}

.about-card-item {
    padding: 42px;
    border-radius: 20px;
    border: 1px solid #FF7222;
    height: 253px;
    display: flex;
    flex-direction: column;
}
.benefits-logo{
    height: 50px;
    margin-bottom: 40px;
}
.who {
    overflow: hidden;
}

.who-wrapper {
    background-color: #222222;
}

.who-top {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 178px 10px 124px;
}

.who-top-inner {
    display: flex;
    flex-direction: column;
}

.who-top::after {
    position: absolute;
    content: '';
    width: 580px;
    height: 131%;
    background-image: url(/img/n1/13.png);
    background-repeat: no-repeat;
    background-position: left;
    bottom: -270px;
    left: 25%;
    z-index: 1;
}

.who-middle {
    padding: 195px 10px 84px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.who-middle-wrapper {
    overflow: hidden;
}

.who-middle li span {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    color: #474747;
    margin-bottom: 28px;
    transition: .3s all ease;
}

.who-middle li:hover span{
    color: #fff;
}

.who-middle li p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.who-middle li {
    padding: 0 59px;
}

.who-middle li:hover {
    position: relative;
    z-index: 1;
}

.who-middle li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80vh;
    bottom: -60%;
    left: 0;
    background-color: #151515;
    z-index: -1;
    opacity: 0;
    transition: .3s all ease;
}
.who-middle li:hover:after{
    opacity: 1;
}

.who-top-title {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #232427;
    max-width: 439px;
}

.who-top-text {
    font-size: 16px;
    line-height: 24px;
    color: #8A8B90;
    max-width: 455px;
    align-self: flex-end;
}

.who-bottom {
    overflow: hidden;
}

.who-item {
    height: 402px;
}

.who-bottom-wrapper {
    position: relative;
    width: 100%;
    height: 458px;
}

.who-bottom-bg {
    position: absolute;
    background-image: url(/img/n1/114.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.btn-wraper-question {
    margin-top: 24px;
}

.btn-wraper-question .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #FF5710;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-question .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-question .ripple-effect:hover span {
    width: 150%;
    height: 500px;
}

.user-security {
    margin-top: 8px;
    text-align: center;
}

.user-security b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;

}

.user-security b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.user-security a {
    color: #555555;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
}

.user-security a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

.review-slider {
    padding: 132px 10px 161px;
    background-color: #f8f8f8;
}

.review-slider-top {
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-title.title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #232427;
}

.add-review span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FF6610;
    display: block;
}

.review-slider-inner {
    overflow: hidden;
}

.review-slider-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 170px;
    padding-left: 28px;
}

.arrow-prev-review {
    background-image: url(/img/icons/left-arrow-bioflares.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 63px;
    height: 63px;
    filter: grayscale(1);
}

.arrow-next-review {
    background-image: url(/img/icons/right-arrow-bioflares.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 63px;
    height: 63px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 4px;
    filter: grayscale(1);
}

.arrow-prev-review:hover,
.arrow-next-review:hover {
    filter: grayscale(0);
    transition: all .3s ease-in-out;
}

.progress-bar-review {
    width: calc(100% - 170px);
    height: 1px;
    background-color: #ccc;
}

.wrap-bottom-review {
    display: flex;
    align-items: center;
}

.about-form-wrapper {
    display: flex;
    justify-content: end;
}

.dealers-about {
    padding: 144px 10px 144px;
}

.about-form {
    background: #F8F8F8;
}

.about-form-wrap {
    position: relative;
    z-index: 1;
    padding: 98px 10px 98px;
}


.about-form-wrap p {
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    color: #232427;
    margin-bottom: 23px;
}

.about-form-wrap span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #232427;
}

.about-input {
    color: #717171;
    background-color: transparent;
    border: 1px solid #717171;
    border-radius: 8px;
    padding: 20px;
    display: block;
}

.btn-wraper-form {
    display: contents;
}

.btn-wraper-form .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #FF5710;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-form .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #222222;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-form .ripple-effect:hover span {
    width: 150%;
    height: 500px;
}

.btn-wraper-form .ripple-effect:hover {
    color: #fff;
    transition: all .3s ease-in-out;
}

.form-wrap-greed {
    margin-top: 36px;
    max-width: 592px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}

.user-security-form {
    margin-left: 40px;
    text-align: start;
}

.user-security-form b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;
}

.user-security-form b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.user-security-form a {
    color: #555555;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
}

.user-security-form a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

.body-form {
    position: relative;
}

.body-form::after {
    position: absolute;
    content: '';
    left: -161%;
    top: 0;
    background-image: url(/img/n1/115.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 199%;
    height: 100%;
}
.nums-item{
    width: 100% !important;
}
@media (max-width: 1400px) {
    .who-top::after {
        left: 20px;
    }

    .who-middle {
        padding: 81px 10px 73px;
    }
}

@media (max-width: 1200px) {
    .about-content-video {
        position: relative;
        z-index: 1;
        width: 489px;
        padding-left: 76px;
        align-self: baseline;
        padding-top: 55px;
    }

    .about-card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .who-top {
        background-color: #fff;
        z-index: 1;
        position: relative;
        padding: 338px 10px 36px;
    }

    .who-middle {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .who-middle li:first-child:after {
        display: none;
    }

    .who-middle li {
        border: 1px solid #474747;
        border-radius: 8px;
        padding: 12px;
    }
    .who-top::after {
        top: 20px;
        bottom: auto;
        height: 320px;
    }
}
@media (max-width: 960px) {
    .about-top-bg::before {
        display: none;
    }

    .about-content {
        padding-top: 34px;
    }

    .about-text2 {
        margin-top: 20px;
    }

    .about-content-title {
        font-size: 24px;
    }

    .about-content-text {
        font-size: 14px;
        line-height: 20px;
    }

    .about-content-video {
        padding: 0 10px;
        width: 100%;
    }

    .about-video {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-video-link {
        padding: 0 10px;
    }

    .about-video-player {
        margin-top: 30px;
    }

    .about-content-title {
        padding-top: 40px;
    }

    .who-bottom-wrapper {
        position: relative;
        width: 100%;
        height: 294px;
    }

    .about-form-wrapper {
        justify-content: center;
    }

    .about-form-wrap {
        padding: 500px 10px 98px;
    }

    .body-form::after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-image: url(/img/n1/115.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 150%;
        height: 100%;
    }
}
@media (max-width: 920px) {
    .body-form::after{
        display: none;
    }
    .about-form-wrapper{
        position: relative;
    }
    .about-form-wrapper::before{
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-image: url(/img/n1/115.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 760px) {
    .about-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-top-bg {
        position: relative;
        background-image: url(/img/main/about-top.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 50vh;
        background-position: bottom;
    }



    .about-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .who-top-title {
        font-size: 24px;
        line-height: 35px;
        color: #232427;
        margin-bottom: 16px;
    }

    .who-top-text {
        font-size: 14px;
        line-height: 24px;
        color: #8A8B90;
    }

    .review-slider-arrows {
        display: none;
    }

    .progress-bar-review {
        width: 100%;
    }

    .wrap-bottom-review {
        margin-top: 40px;
    }

    .dealers-about {
        padding: 50px 10px 80px;
    }
    .benefits-logo{
        margin-bottom: 25px;
    }
    .about-form-wrap {
        padding: 400px 10px 98px;
    }
    .who-top::after {
        top: 20px;
        bottom: auto;
        height: 320px;
        width: auto;
        right: 20px;
        background-size: contain;
    }
}
@media (max-width: 600px) {
    .about-form-wrap {
        padding: 340px 10px 50px;
    }
}
@media (max-width: 550px) {
    .who-middle {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .about-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }

    .about-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .who-bottom-wrapper {
        position: relative;
        width: 100%;
        height: 198px;
        margin-bottom: 50px;
    }
    .user-security > a {
        display: block;
    }

    .user-security .personal-data-consent a {
        display: inline;
    }
    .review-slider {
        padding: 50px 10px 60px;
        background-color: #f8f8f8;
    }

    .review-title.title {
        font-size: 24px;
        line-height: 48px;
    }
    .form-wrap-greed {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-gap: 14px;
    }
    .about-form-wrap p {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
    }
    .about-form-wrap span {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .who-bottom-bg {
        background-position: center -54px;
    }
    .about-card-item {
        height: auto;
        padding: 30px 50px;
    }
}
@media (max-width: 450px) {
    .about-form-wrap {
        padding: 250px 10px 50px;
    }
}
@media (max-width: 400px) {
    .about-form-wrap {
        padding: 220px 10px 50px;
    }
}
@media (max-width: 350px) {
    .about-form-wrap {
        padding: 190px 10px 50px;
    }
    .who-bottom .benefits-content{
        padding-top: 120px;
    }
}

.about-form-wrap .user-security-form .personal-data-consent {
    max-width: min(100%, 592px);
    justify-content: flex-start;
}

.about-form-wrap .user-security-form .personal-data-consent span {
    display: inline;
    min-width: 0;
    margin: 0;
    color: #555555;
    font-size: 11px;
    line-height: 140%;
}

.about-form-wrap .user-security-form .personal-data-consent a {
    color: #FF5710;
}

@media (max-width: 550px) {
    .about-form-wrap .form-wrap-greed {
        grid-template-rows: auto auto auto;
        align-items: start;
    }

    .about-form-wrap .user-security-form {
        grid-column: 1 / -1;
        margin-left: 0;
    }
}

/* End */


/* Start:/local/components/decor/nums/templates/.default/style.css?16795810005257*/
.nums {
    position: relative;
    background-color: #222222;
    overflow: hidden;
}

.nums-wrapper {
    display: flex;
    justify-content: space-between;
}

.nums-inner {
    flex-grow: 1;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 131px 10px 103px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.nums-item {
    position: relative;
    flex-grow: 1;
    padding: 15px 0 15px 25px;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 202px;
}
.bottom-text-content1{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #8D8D8D;
    display: block;
}
.nums-item:nth-child(4),
.nums-item:nth-child(2){
    padding: 15px 0 15px 85px;
}
.nums-inner::before,
.nums-inner::after{
    content: "";
    position: absolute;
    background: #2B2B2B;
}
.nums-inner::before{
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
}
.nums-inner::after{
    top: 50%;
    left: 25px;
    height: 1px;
    width: calc(100% - 25px);
}
.nums-item:first-child:before{
    content:"";
    position: absolute;
    background:#222;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-bottom: -1px;
    margin-right: -15px;
    z-index: 1;
}
.nums-content-text {
    padding-right: 20px;
}

.nums-content {
    display: block;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    color: #FF5710;
    margin-bottom: 16px;
}

.nums-text {
    position: relative;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 139%;
    color: #8D8D8D;
}

.nums-content-title {
    font-family: Gotham;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: white;
    margin-bottom: 36px;
}
.nums-content-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 55%;
    z-index: 1;
    background-color: #1D1D1D;
    padding: 0 0 0 90px;
    margin-left: 180px;
    align-items: center;
}
.nums-content-wrap::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    margin-right: -2000px;
    background-color: #1D1D1D;
    bottom: 0;
}
@media (max-width: 1275px) {
    .nums-content-wrap {
        margin-left: 100px;
    }
}
@media (max-width: 1250px) {
    .nums-content-wrap {
        justify-content: flex-start;
        height: auto;
    }
    .nums-content-wrap{
        width: 30%;
        padding: 80px 20px 80px 50px;
    }
    .nums-inner {
        width: 60%;
        padding: 80px 10px 80px;
    }

    .nums-content {
        font-size: 40px;
    }

    .nums-content {
        margin-bottom: 0;
    }

    .nums-content-title {
        font-family: Gotham;
        font-size: 29px;
        font-weight: 700;
        line-height: 34px;
        color: white;
        margin-bottom: 14px;
    }
    .nums-item:first-child:before{
        margin-bottom: -15px;
    }
    .nums-content-wrap {
        margin-left: 30px;
    }
}

@media (max-width: 1060px) {
    .nums-content-wrap {
        width: 25%;
    }
}
@media (max-width: 921px) {
    .nums-wrapper{
        flex-direction: column;
    }
    .nums-inner{
        width: 100%;
    }
    .nums-content-wrap{
        margin-top: 20px;
        margin-left: 0;
    }
    .nums-content-wrap {
        width: 100%;
    }
    .nums-content-text{
        max-width: 100%;
    }
}
@media (max-width: 860px) {
    .nums {
        padding: 24px 27px 24px;
    }
    .nums-item{
        min-height: 250px;
    }
    .nums-text{
        padding-right: 10px;
    }
    .nums-item:first-child:before {
        margin-right: -16px;
    }
}
@media (max-width: 750px) {
    .nums-content-title {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 13px;
    }

    .nums-content {
        font-size: 30px;
    }

    .nums-text {
        font-size: 14px;
        margin-top: 0;
    }
    .nums-content-wrap{
        padding: 20px;
    }

    .nums-content-wrap::after {
        left: -27px;
    }
    .nums-item{
        min-height: 220px;
    }
    .nums-item:nth-child(4), .nums-item:nth-child(2) {
        padding: 15px 0 15px 35px;
    }

    .nums-inner{
        padding: 30px 10px;
        margin-bottom: 0;
    }
}
@media (max-width: 550px) {
    .nums-wrapper {
        flex-direction: column;
    }
    .nums{
        padding: 20px;
    }
    .nums-content-wrap {
        width: 100%;
        padding: 0;
    }
    .nums-inner{
        padding: 15px 0;
    }
    .nums-content-wrap::after {
        position: absolute;
        z-index: -5;
        left: -36px;
        top: 0;
        content: '';
        width: 100vw;
        height: 180%;
    }
    .nums-item{
        min-height: 180px;
        padding: 15px 0 15px 15px;
    }
    .nums-item:nth-child(4), .nums-item:nth-child(2) {
        padding: 15px 0 15px 15px;
    }
    .nums-content-text {
        padding: 40px 0 20px;
    }

    .nums-content-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .nums-content {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 5px;
        min-height: 63px;
    }

    .nums-text {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/components/decor/company_about/templates/.default/style.css?16796063441292*/
.about-nums {
    background-color: #222222;
    overflow: hidden;
}
.nums-item2{
    position: relative;
    padding: 120px 0;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    overflow: hidden;
}
.nums-item2 > *{
    position: relative;
    z-index: 2;
}
.nums-item2-about-img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: .3s all ease;
}
.nums-item2:hover .nums-item2-about-img{
    opacity: 1;
}
.nums-item2-about-img img{
    object-position: center;
    object-fit: cover;
    max-width: none;
    opacity: .4;
    filter: brightness(.5);
}
.about-nums-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}
@media (max-width: 760px) {
    .about-nums-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        column-gap: 0;
    }
    .about-nums {
        background-color: #222222;
        padding: 58px 0 58px;
    }
    .nums-item2{
        padding: 50px 0;
        min-height: 250px;
        justify-content: flex-start;
    }
}
@media (max-width: 550px) {
    .nums-item2{
        min-height: 150px;
    }
}
/* End */


/* Start:/local/components/decor/benefits/templates/about/style.css?16624510693592*/
.benefits {
    padding: 100px 10px 106px;
    background-color: #FF5710;
}

.benefits-title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 34px;
    text-align: center;
}

.benefits-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.benefits-item {
    padding: 42px;
    border-radius: 20px;
    border: 1px solid #FF7222;
    height: 326px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.benefits-logo {
    width: 45px;
}

.benefits-img {
    width: 100%;
}

.benefits-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.benefits-text {
    font-size: 16px;
    line-height: 24px;
}

.benefits-bottom-wrapper {
    position: relative;
    width: 100%;
    margin-top: 12px;
    height: 348px;
}

.benefits-bottom-inner {
    overflow: hidden;
}

.benefits-bottom-bg {
    position: absolute;
    background-image: url(/local/components/decor/benefits/templates/about/../images/main/benefits-bottom-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 20px;

}



.benefits-logo-bg {
    max-width: 186px;
    margin: 0 auto;
    padding-top: 61px;
}

.benefits-bottom-img {
    width: 100%;
}

.benefits-content {
    position: absolute;
    padding-top: 54px;
    right: 20%;
}



.benefits-bottom-text {
    width: 140px;
}


@media (max-width: 1200px) {

    .benefits-card-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .benefits-logo-bg {
        max-width: 151px;
        padding-top: 55px;
    }
    .benefits-content {
        padding-top: 54px;
        right: 10%;
    }
    .benefits-bottom-wrapper {
        height: 280px;
    }
    .benefits {
        padding: 55px 10px 55px;
        background-color: #FF5710;
    }
    .benefits-title {
        font-size: 30px;
    }
}

@media (max-width: 960px){
    .benefits {
        padding: 27px 10px 70px;
    }
}

@media (max-width: 750px) {
    .benefits-item {
        padding: 42px;
        border-radius: 20px;
        border: 1px solid #FF7222;
        height: 270px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .benefits-bottom-text {
        width: inherit;
    }
    .benefits-bottom-wrapper {
        height: 200px;
    }
    .benefits-logo-bg {
        max-width: 125px;
        padding-top: 37px;
    }
    .benefits-content {
        position: static;
        padding-top: 124px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    .benefits-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .benefits-logo {
        width: 34px;
    }
    .benefits-text {
        font-size: 14px;
    }
    .benefits-subtitle {
        font-size: 16px;
    }
    .benefits-bottom-wrapper {
        height: 160px;
    }
    .benefits-logo-bg {
        padding-top: 25px;
    }
    .benefits-content {
        padding-top: 104px;
    }
    .benefits-title {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .benefits-item {
        padding: 35px;
        height: 236px;
    }
    .benefits-bottom-wrapper {
        height: 132px;
    }
    .benefits-logo-bg {
        padding-top: 16px;
        max-width: 60px;
    }
    .benefits-content {
        padding-top: 105px;
    }
    .benefits-text {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/components/decor/our-works/templates/.default/style.css?16747221214081*/
.our-works{
    padding: 80px 0 150px 0;
    background: #FAFAFA;
}
.our-works > .container{
    font-weight: 700;
    font-size: 36px;
    color: #000;
    font-family: 'Gotham';
    margin-bottom: 30px;
}
.our-works-w{
    display: flex;
}
.our-works-l{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.our-works-l .swiper{
    width: 720px;
    margin-right: 0;
    overflow: visible;
}
.our-works-l .swiper-wrapper{
    display: flex;
    height: auto;
}
.our-works-l .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.our-works-l .swiper-slide a{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.our-works-l .swiper-slide a img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.our-works-r{
    width: 50%;
    padding: 35px 0 0 100px;
    display: flex;
    justify-content: flex-start;
}
.our-works-r .swiper{
    width: 430px;
    margin-left: 0;
    display: flex;
    height: auto;
}
.our-works-r .swiper .swiper-wrapper{
    display: flex;
}
.our-works-r .swiper .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    height: auto;
}
.our-works-r .our-works-item-t{
    font-weight: 400;
    font-size: 18px;
    line-height:133%;
    margin-bottom: 40px;
    color: #000;
}
.our-works-r .our-works-item-d{
    flex-grow: 1;
    color: #4D4F57;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}
.our-works-nav-w{
    margin-top: 50px;
    display: flex;
}
.our-works-prog{
    transform: rotate(180deg);
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.our-works-prog .swipscrollbar{
    width: 100%;
    background-color: #D2D2D2;
}
.our-works-nav{
    flex-shrink: 0;
    display: flex;
    margin-left: 45px;
}
.our-works-nav > div{
    filter:grayscale(1);
    opacity: .5;
    transition: .3s all ease;
    width: 63px;
    height: 63px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
}
.our-works-nav > div:first-child{
    transform: scale(-1,1);
}
.our-works-nav > div:hover{
    filter:none;
    opacity: 1;
    background: #fff;
}
.our-works-nav > div:last-child{
    margin-left: 5px;
}
.our-works-nav-disable{
    visibility: hidden;
}
.our-works-item-a{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FF5710;
    transition: .3s all ease;
    padding: 20px 0;
    background: #F3F3F3;
    border-radius: 10px;
}
.our-works-item-a:hover{
    color: #fff;
    background:#FF5710;
}
@media (max-width: 1400px) {
    .our-works-r .swiper,
    .our-works-l .swiper{
        width: 100%;
    }
    .our-works{
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-works-r{
        padding: 35px 0 0 40px;
    }
}
@media (max-width: 993px) {
    .our-works > .container {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .our-works-r{
        padding: 0 0 0 20px;
    }
    .our-works-r .our-works-item-t {
        font-size: 16px;
    }
    .our-works-r .our-works-item-d {
        font-size: 14px;
    }
    .container.our-works-nav-w{
        margin-bottom: 0;
        margin-top: 0;
    }
    .our-works{
        padding-top: 45px;
        padding-bottom: 65px;
    }
    .our-works-item-a{
        padding: 15px 0;
        font-size: 14px;
        border-radius: 8px;
    }
}
@media (max-width: 577px) {
    .our-works > .container{
        font-size: 22px;
    }
    .our-works-w{
        display: block;
    }
    .our-works-l,
    .our-works-r{
        width: 100%;
    }
    .our-works-r{
        padding-left: 0;
        margin-top: 20px;
    }
    .our-works-r .our-works-item-t{
        margin-bottom: 16px;
    }
    .our-works-nav{
        display: none;
    }
    .our-works-prog{
        margin-top: 35px;
        transform: none;
    }
    .our-works-prog .swiper-scrollbar-drag{
        height: 2px !important;
    }
}
/* End */


/* Start:/local/components/decor/manager/templates/.default/style.css?17804934126803*/
.manager {
    position: relative;
    background-image: url(/img/main/manager-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 620px;
    width: 100%;
    margin: 0 auto;
}

.manager-form {
    position: relative;
    background-color: #151515;
    height: 100%;
    width: 542px;
    padding: 103px 127px;
    display: flex;
    flex-direction: column;
}

.manager-form::after {
    position: absolute;
    content: '';
    background-image: url(/img/main/manager.png);
    background-position: left;
    width: 765px;
    height: 675px;
    bottom: 0;
    left: -117%;
    z-index: 2;
}

.manager-wrapper {
    height: 620px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.manager-form-wrap p {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 14px;
}

.manager-form-wrap span {
    font-weight: 600;
    font-size: 13px;
    line-height: 169%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 35px;
}
.manager-input {
    color: #717171;
    background-color: transparent;
    border: 1px solid #717171;
    border-radius: 8px;
    padding: 20px;
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

.manager-bage {
    position: relative;
    margin-bottom: 67px;
    margin-left: 80px;
    padding: 30px 59px;
    width: 334px;
    z-index: 1;
}

.manager-bage::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 1px;
    background: #2D2219;
    opacity: 0.4;
    z-index: -1;
}

.manager-bage span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FF5710;
    margin-bottom: 9px;
}

.manager-bage p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.manager-form {
    width: 542px;
}
.user-security {
    margin-top: 12px;
    text-align: center;
}

.user-security b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;

}

.user-security b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.user-security a {
    color: #555555;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
}

.user-security a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

.user-security .personal-data-consent {
    max-width: min(100%, 280px);
    margin: 0 auto;
    color: #FFFFFF;
    text-align: left;
}

.user-security .personal-data-consent a {
    display: inline;
    color: #FF5710;
}

.user-security .personal-data-consent a:hover {
    color: #FFFFFF;
}

.user-security-form {
    margin-left: 40px;
    text-align: start;
}

.user-security-form b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;
}

.user-security-form b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.user-security-form a {
    color: #555555;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
}

.user-security-form a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
@media (max-width: 1400px) {
    .manager-bage {
        margin-bottom: 318px;
    }

    .manager-form::after {
        transform: scale(-1, 1);
    }
}
@media (max-width: 1200px) {
    .manager-form::after {
        background-size: contain;
        width: 615px;
        height: 550px;
        left: -100%;
        background-repeat: no-repeat;
    }
    .manager-bage{
        margin-left: 0;
    }
}
@media (max-width: 1100px) {
    .manager-form::after {
        width: 490px;
        height: 440px;
        left: -80%;
    }
}
@media (max-width: 1000px) {
    .manager-form::after {
        width: 400px;
        height: 360px;
    }
}
@media (max-width: 960px) {
    .manager-wrapper {
        flex-direction: column;
        padding-top: 113px;
        height: 726px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .manager-bage::before {
        display: none;
    }

    .manager-form::after {
        background-position: left;
        background-size: contain;
        width: 369px;
        background-repeat: no-repeat;
        height: 675px;
        top: -100%;
        left: 36%;
        z-index: 2;
    }

    .manager-form-wrap {
        position: relative;
        background-color: #151515;
        height: 100%;
        max-width: 542px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 0 20px;
    }

    .manager {
        height: 725px;
    }

    .manager-bage {
        margin-left: 0;
        margin-bottom: 0;
        align-self: flex-start;
    }

    .manager-form {
        position: relative;
        background-color: #151515;
        height: 82%;
        padding: 20px 0 20px;
        display: flex;
        flex-direction: column;
        z-index: 2;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .manager-form::after{
        left: auto;
        right: 0;
    }
}
@media (max-width: 550px) {
    .manager-bage {
        position: relative;
        margin-bottom: 67px;
        margin-left: 0;
        padding: 27px 27px;
        z-index: 1;
    }
    .manager-wrapper{
        position: relative;
    }
    .manager-wrapper::before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        background-image: url(/img/main/manager.png);
        background-repeat: no-repeat;
        transform: scale(-1,1);
        height: 277px;
        width: 311px;
        background-size: contain;
    }
    .manager-form::after {
        display: none;
    }

    .user-security .personal-data-consent a {
        display: inline;
    }
    .manager-bage span,
    .manager-bage p {
        font-size: 14px;
    }
}
@media (max-width: 434px) {
    .manager-bage {
        position: relative;
        margin-bottom: 67px;
        margin-left: 0;
        padding: 27px 27px;
        z-index: 1;
    }
    .manager-form::after {
        background-position: left;
        background-size: contain;
        width: 335px;
        background-repeat: no-repeat;
        height: 498px;
        top: -83%;
        left: 20%;
        z-index: 2;
    }
    .manager-wrapper::before{
        top: 58px;
        height: 220px;
        width: 246px;
    }
}
/* End */


/* Start:/local/components/decor/dealers/templates/.default/style.css?16673538372977*/
.dealers {
    padding: 85px 10px 100px;
}

.dealers-wrapper {
    display: grid;
    grid-template-columns: 1fr 39% 34%;
}

.dealers-designer,
.be-a-dealer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 64px;
    height: 433px;
}

.dealers-job-widthUS {
    padding: 64px;
    height: 433px;
}

.dealers-designer {
    background-color: #f8f8f8;
    border-radius: 10px 0 0 10px;
}

.dealers-title-black {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #232427;
    margin-bottom: 24px;
}

.dealers-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 24px;
}

.dealers-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8A8B91;
}

.dealers-job-widthUS {
    background: #222222;
}

.be-a-dealer {
    border-radius: 0 10px 10px 0;
    background-color: #FF5710;
}

.be-dealers-btn {
    padding: 20px 32px;
    background: #fff;
    border-radius: 8px;
    width: 50%;
}

.be-dealers-btn span {
    color: #222222;
}

.be-dealers-btn:hover {
    background-color: #222222;
}

.be-dealers-btn:hover span {
    color: #ffffff;
}

.dealers-designer-btn {
    padding: 20px 23px;
    background: #222222;
    border-radius: 8px;
    width: 63%;
    margin-top: 46px;
}

.dealers-designer-btn:hover {
    background-color: #FF5710;
    transition: all .3s ease;
}

.dealers-text-w {
    color: white;
}

.dealers-text-decor {
    width: 65%;
}

.text-decor-dealers {
    padding-left: 10px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.decor-dealers {
    margin-top: 5px;
}

.text-decor-wrap {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .dealers-designer,
    .be-a-dealer,
    .dealers-job-widthUS {
    padding: 40px 32px;
    }
    .dealers-title {
        margin-bottom: 16px;
        font-size: 20px;
    }
    .text-decor-dealers {
        font-size: 14px;
    }

    .dealers-title-black {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .dealers-text-decor{
        width: 100%;
    }
    .dealers-designer,
    .dealers-job-widthUS,
    .be-a-dealer{
        height: auto;
    }
    .dealers-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 960px) {
    .dealers-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }
    .be-a-dealer,
    .dealers-job-widthUS,
    .dealers-designer {
        border-radius: 10px;
    }
    .dealers-designer,
    .be-a-dealer {
        height: 310px;
    }
    .dealers {
        background: #E5E5E5;
        padding: 27px 10px 27px;
    }
}

@media (max-width: 550px) {
    .text-decor-dealers {
        font-size: 12px;
        margin-bottom: 12px;
    }

}

@media (max-width: 360px) {
    .dealers-designer, .be-a-dealer {
        height: 348px;
    }
}

/* End */
/* /assets/css/about.css?178049341216260 */
/* /local/components/decor/nums/templates/.default/style.css?16795810005257 */
/* /local/components/decor/company_about/templates/.default/style.css?16796063441292 */
/* /local/components/decor/benefits/templates/about/style.css?16624510693592 */
/* /local/components/decor/our-works/templates/.default/style.css?16747221214081 */
/* /local/components/decor/manager/templates/.default/style.css?17804934126803 */
/* /local/components/decor/dealers/templates/.default/style.css?16673538372977 */
