

/* Start:/bitrix/templates/aspro_max/components/bitrix/news/news.projects/bitrix/news.detail/.default/style.css?175706873924316*/
.page-top {
    position: relative;
}

.page-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background: #f8f8f8;
    transform: translateX(-50%);
}

.project_title {
    font-size: 24px;
}

.project_hero {
    display: flex;
    gap: 22px;
    margin-bottom: 150px;
    padding-top: 70px;
}

.project_hero--left {
    position: relative;
    display: flex;
    gap: 23px;
    padding: 25px 22px 20px 22px;
    width: 100%;
    max-width: 842px;
    border: 1px solid #CDCDCD;
}

.project_hero--control {
    width: 92px;
}

.project_hero--gallery-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--arrows_bg_black);
    border-radius: 3px;
    border: none;
    transform: translateY(-50%);
    transition: background .3s, left .3s, opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.project_hero--gallery-button:hover {
    background-color: var(--theme-base-color);
}

.project_hero--left:hover .project_hero--gallery-button {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.project_hero--gallery-prev {
    left: 144px;
}

.project_hero--left:hover .project_hero--gallery-prev {
    left: 174px;
}

.project_hero--gallery-prev:before {
    content: 'prev';
    background: url(/bitrix/templates/aspro_max/css/../images/svg/header_icons.svg) no-repeat;
    font-size: 0;
    width: 7px;
    height: 12px;
    background-position: var(--light, 0px -65px) var(--dark, 0px -81px);
}

.project_hero--gallery-prev:hover:before {
    background-position: 0 -81px;
}

.project_hero--gallery-next {
    right: 20px;
}

.project_hero--left:hover .project_hero--gallery-next {
    right: 50px;
}

.project_hero--gallery-next:before {
    content: 'next';
    background: url(/bitrix/templates/aspro_max/css/../images/svg/header_icons.svg) no-repeat;
    font-size: 0;
    width: 7px;
    height: 12px;
    background-position: var(--light, -11px -65px) var(--dark, -11px -81px);
}

.project_hero--gallery-next:hover:before {
    background-position: -11px -81px;
}

.project_hero--gallery {
    position: relative;
    width: calc(100% - 125px);
}

.swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6d6d6;
    transition: background-color .3s;
    opacity: 1 !important;
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover,
.swiper-pagination span:focus,
.swiper-pagination span:active {
    background-color: #e28e26;
}

.project_hero--control,
.project_hero--gallery {
    height: 358px;
}

.project_hero--control .swiper-slide,
.project_hero--gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.project_hero--control .swiper-slide img,
.project_hero--gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_hero--indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 21px;
}

.project_hero-indicator {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 25px 20px 25px;
    width: 47.7%;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333;
    background: #f8f8f8;
}

.project_hero-indicator span {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

.project_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 55px;
}

.project_tasks_desc {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.project_tasks_desc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #F8F8F8;
    transform: translateX(-50%);
}

.project_tasks_desc > * {
    position: relative;
    z-index: 1;
}

.project_desc {
    margin-left: auto;
    width: 100%;
    max-width: 1117px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.project_info-desc {
    padding: 37px 34px;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #dc9a36;
    background: rgba(220, 154, 54, 0.1);
    border-radius: 3px;
}

.project_desc ol {
    margin: 0;
    /*padding-left: 25px;*/
    max-width: 689px;
    list-style: none;
}

.project-line {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    height: 1px;
    background-color: #CDCDCD;
}

.project_reviews {
    margin-bottom: 120px;
    width: 100%;
}

.project_reviews-content-photo .swiper-slide {
    display: flex;
}

.project_reviews-content-photo img {
    display: block;
    width: 100%;
}

.project_reviews-content-photo .swiper-pagination {
    display: none;
}

.project_wont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 130px;
    padding: 42px 20px;
    background: #f8f8f8;
}

.project_wont-title {
    margin-bottom: 20px;
}

.project_wont-text {
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: rgba(40, 40, 40, 0.85);
}

.project_title {
    margin-bottom: 100px;
}

.project_tasks_desc-place {
    position: absolute;
    left: -50px;
    top: 76px;
    display: flex;
    gap: .5rem;
    padding: 15px 50px;
    color: #DC9A36;
    border-radius: 3px;
    background-color: #F5EFE5;
}

.project_tasks_desc-place p {
    margin: 0;
    max-width: 195px;
}

.mfeedback-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 244px;
    height: 45px;
    font-weight: 500;
    font-size: 15px;
    line-height: 115%;
    text-align: center;
    color: #fff;
    background: #dc9a36;
    border: 1px solid #dc9a36;
    border-radius: 26px;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.mfeedback-button:hover, .mfeedback-button:focus, .mfeedback-button:active {
    color: #dc9a36;
    background-color: transparent;
}

.mfeedback-consultation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, .3);
    opacity: 0;
    visibility: hidden;
    transition: visibility .3s, opacity .3s;
    pointer-events: none;
}

.mfeedback-consultation._open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.mfeedback-consultation .mfeedback {
    position: relative;
    margin-bottom: 0;
    max-width: 495px;
    width: 100%;
    background-color: #fff;
}

.mfeedback-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-weight: 300;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background-color: rgba(0, 174, 239, 0.7);
    transition: background-color .3s;
    border: none;
}

.mfeedback-close:hover, .mfeedback-close:focus, .mfeedback-close:active {
    border-color: rgb(0, 174, 239);
}

.mfeedback-consultation .mfeedback-title {
    margin-bottom: 10px;
    padding: 30px 31px 5px;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    border-bottom: 1px solid rgba(82, 92, 105, 0.11);
}

.mfeedback-consultation .mfeedback form {
    padding: 14px 31px;
    width: 100%;
}

.mfeedback-consultation .mf-block {
    margin-bottom: 24px !important;
    width: 100%;
}

.mfeedback-consultation .mf-text {
    display: block;
    width: 100%;
}

.mfeedback-consultation .mf-text input {
    display: flex;
    align-items: center;
    padding: 0 10px 0;
    height: 52px;
    width: 100%;
    border-radius: 4px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
    transition: border .3s, background-color .3s;
}

.mfeedback-consultation .mf-text input:hover, .mfeedback-consultation .mf-text input:focus {
    border-color: rgb(0, 174, 239);
}

.mfeedback-consultation .mf-text._error input {
    background-color: rgba(242, 88, 48, 0.08);
    border-color: rgba(242, 88, 48, 0.25);
}

.mfeedback-consultation .mf-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    font-weight: 600;
    font-stretch: normal;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    border-radius: 4px;
    background-color: rgb(0, 174, 239);
    border: none;
    transition: background-color .3s;
    cursor: pointer;
}

.mfeedback-consultation .mf-submit:hover, .mfeedback-consultation .mf-submit:focus, .mfeedback-consultation .mf-submit:active {
    background-color: rgba(0, 174, 239, 0.7);
}

.mfeedback-consultation .mf-block-privacy {
    margin: 0 auto 20px auto;
    max-width: 300px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
}

.mf-error {
    color: rgba(242, 88, 48, 0.85);
}

.project_furniture {
    display: none;
    margin-bottom: 180px;
    width: 100%;
}

.project_furniture-title {
    margin-bottom: 31px;
    text-align: center;
}

.project_product {
    display: flex;
    gap: 25px;
    margin-bottom: 100px;
}

.project_product-margin {
    margin-bottom: 50px;
}

.project_product-left {
    max-width: 347px;
    width: 100%;
}

.project_product-left-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.project_product-left-control {
    display: flex;
    gap: 18px;
}

.project_product-left-control button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #494949;
    background-color: transparent;
    transition: opacity .3s;
    opacity: .3;
}

.project_product-left-control button:hover,
.project_product-left-control button:focus,
.project_product-left-control button:active {
    opacity: 1;
}

.project_product-left-control button svg {
    stroke: #494949;
}

.project_product-right {
    width: 100%;
    max-width: 1125px;
    overflow: hidden;
}

.addition_product {
    display: flex !important;
    flex-direction: column;
    padding: 31px;
    width: 100%;
    box-shadow: inset 0 0 0 1px #ececec;
    background: #fff;
    transition: box-shadow .3s;
}

.addition_product:hover, .addition_product:focus, .addition_product:active {
    box-shadow: inset 0 0 0 1px #333;
}

.addition_product-image {
    position: relative;
    display: flex;
    gap: 2px;
    margin: 0 auto 20px auto;
    max-width: 100%;
    width: 313px;
    height: 313px;
}

.addition_product-image-hover {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #CDCDCD;
    transition: border .3s;
}

.addition_product-image-hover._active {
    border-color: #dc9a36;
}

.addition_product-image-hover._one {
    border-color: transparent;
}

.addition_product-image-hover img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100% - 2px);
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.addition_product-image-hover._active img,
.addition_product-image-hover._one img {
    display: block;
}

.addition_product-name {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #333;
    transition: color .3s;
}

.addition_product-price {
    margin-top: auto;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 145%;
    color: #555;
}

.project_furniture-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 180px auto;
    width: 260px;
    height: 46px;
    font-weight: 500;
    font-size: 15px;
    line-height: 115%;
    text-align: center;
    color: #fff;
    background: #dc9a36;
    border: 1px solid #dc9a36;
    border-radius: 26px;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.project_furniture-catalog:hover,
.project_furniture-catalog:focus,
.project_furniture-catalog:active {
    color: #dc9a36;
    background-color: transparent;
}

.project_like {
    display: none;
    margin-bottom: 130px;
    width: 100%;
}

.project_like-title {
    text-align: center;
}

.project_like-slider {
    position: relative;
}

.project_like-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 260px;
}

.project_like-slider .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #FFFFFF91;
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s;
}

.project_like-slider .swiper-slide:hover:before,
.project_like-slider .swiper-slide:focus:before,
.project_like-slider .swiper-slide:active:before {
    opacity: 1;
}

.project_like-slider .swiper-slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_like-slider .swiper-pagination {
    display: none;
}

.project_like-slider .swiper-slide p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    padding: 10% 10px 0 10px;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    max-width: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s, color .3s;
}

.project_like-slider .swiper-slide:hover p,
.project_like-slider .swiper-slide:focus p,
.project_like-slider .swiper-slide:active p {
    color: #fff;
    opacity: 1;
}

.project-item-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 96%;
    width: 230px;
    height: 135px;
    border-radius: 3px;
    transform: translateX(-50%);
    transition: all .3s;
}

.project-item-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.57);
    border-radius: 3px;
}

.project_like-slider .swiper-slide:hover .project-item-icon:before,
.project_like-slider .swiper-slide:focus .project-item-icon:before,
.project_like-slider .swiper-slide:active .project-item-icon:before {
    background: transparent;
    backdrop-filter: blur(0);
}

.project-item-icon img {
    position: relative;
    z-index: 3;
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}

.project_like-slider .swiper-slide:hover .project-item-icon img,
.project_like-slider .swiper-slide:focus .project-item-icon img,
.project_like-slider .swiper-slide:active .project-item-icon img {
    filter: invert(1);
}

.mfeedback-selection {
    margin-bottom: 150px;
}

#content {
    overflow: hidden;
}

@media (max-width: 1450px) {
    .project_hero-indicator {
        width: 47.4%;
    }

    .project_hero-indicator {
        font-size: 22px;
    }

    .project_hero-indicator span {
        font-size: 50px;
    }

    .project_desc {
        max-width: 950px;
    }
}

@media (max-width: 1400px) {
    .project_hero-indicator {
        width: 100%;
    }

    .addition_product-image {
        height: 230px;
    }

    .project_desc {
        max-width: 850px;
    }
}

@media (max-width: 1200px) {
    .project_hero--left {
        max-width: 700px;
    }

    .project_hero--control {
        display: none !important;
    }

    .addition_product-image {
        height: 313px;
    }

    .project_desc {
        max-width: 650px;
    }

    .project_hero--gallery-button {
        top: auto;
        bottom: 10px;
        background-color: var(--theme-base-color);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        cursor: pointer;
    }

    .project_hero--left {
        padding: 25px 22px 60px 22px;
    }

    .project_hero--gallery-prev,
    .project_hero--left:hover .project_hero--gallery-prev {
        left: calc(100% / 2 - 50px);
    }

    .project_hero--gallery-prev:before {
        background-position: 0 -81px;
    }

    .project_hero--gallery-next,
    .project_hero--left:hover .project_hero--gallery-next {
        right: calc(100% / 2 - 50px);
    }

    .project_hero--gallery-next:before {
        background-position: -11px -81px;
    }
}

@media (max-width: 1024px) {
    .project_title {
        font-size: 24px;
    }

    .project_solution-title{
        margin-bottom: 20px;
    }

    .project_hero {
        margin-bottom: 100px;
    }

    .project_hero-indicator {
        font-size: 20px;
    }

    .project_hero-indicator span {
        font-size: 40px;
    }

    .project_desc {
        font-size: 18px;
    }

    .project_hero--left {
        max-width: 600px;
    }

    .project_container {
        flex-wrap: wrap;
        gap: 0;
    }

    .project_desc {
        max-width: 100%;
    }

    .project_wont-text {
        font-size: 18px;
    }

    .project_product {
        flex-wrap: wrap;
    }

    .project_product-left {
        max-width: 100%;
    }

    .project_product-left .project_title {
        max-width: 350px;
    }

    .project_product-left .project_product-left-desc {
        max-width: 550px;
    }

    .project_product-left-control {
        justify-content: flex-end;
    }

    .project_reviews {
        margin-bottom: 100px;
    }

    .project_wont {
        margin-bottom: 100px;
    }

    .project_furniture {
        margin-bottom: 100px;
    }

    .project_furniture-catalog {
        margin: 0 auto 100px auto;
    }

    .project_like {
        margin-bottom: 100px;
    }

    .project_tasks_desc {
        flex-direction: column;
    }

    .project_tasks_desc .project_title {
        margin-bottom: 20px;
    }

    .project_tasks_desc-place {
        position: static;
        margin-bottom: 20px;
        width: max-content;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .project_hero-indicator {
        font-size: 18px;
    }

    .project_hero-indicator span {
        font-size: 30px;
    }

    .addition_product-image {
        height: 250px;
    }

    .project_like-slider .swiper-slide p {
        font-size: 20px;
    }
}

@media (max-width: 850px) {
    .project_hero {
        flex-wrap: wrap;
    }

    .project_hero--left {
        max-width: 100%;
    }

    .project_hero--indicators {
        flex-wrap: nowrap;
        width: 100%;
    }

    .project_hero-indicator {
        gap: 10px;
    }

    .addition_product-image {
        height: 200px;
    }

    .addition_product-price {
        font-size: 18px;
    }

    .addition_product-name {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .addition_product-image {
        height: 300px;
    }
}

@media (max-width: 650px) {
    .project_hero {
        margin-bottom: 80px;
    }

    .project_wont-text {
        max-width: 350px;
    }

    .project_title {
        font-size: 22px;
    }

    .project_desc {
        font-size: 16px;
    }

    .addition_product-image {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .project_hero--gallery {
        width: 100%;
        height: auto;
    }

    .project_hero-indicator span {
        font-size: 24px;
    }

    .project_hero-indicator {
        font-size: 16px;
    }

    .addition_product-image {
        height: 200px;
    }

    .project_info-desc {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .project_hero--indicators {
        flex-wrap: wrap;
    }

    .project_hero-indicator {
        text-align: center;
    }

    .addition_product {
        padding: 20px;
    }

    .addition_product-image {
        height: 160px;
    }

    .project_like-slider .swiper-slide {
        height: 200px;
    }

    .project_like-slider .swiper-slide p {
        font-size: 16px;
    }

    .project_wont {
        margin-bottom: 80px;
    }

    .project_reviews-content-photo .swiper-pagination {
        position: static;
        margin-top: 20px;
        display: block;
    }

    .project-item-icon {
        height: 110px;
    }

}

@media (max-width: 400px) {
    /*.addition_product-image {*/
    /*    height: 285px;*/
    /*}*/
    .addition_product {
        padding: 10px;
    }

    .addition_product-name {
        font-size: 14px;
    }

    .addition_product-price {
        font-size: 16px;
    }
}

.mfeedback-selection {
    display: flex;
    gap: 35px;
    padding: 44px 30px;
    width: 100%;
    background: #FBFBFB;
}

.mfeedback-selection-image {
    width: 329px;
    height: 290px;
}

.mfeedback-selection-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mfeedback-selection .mfeedback {
    margin-bottom: 0;
    width: auto;
}

.mfeedback-logo {
    width: 186px;
    height: 45px;
}

.mfeedback-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.mfeedback-selection .mfeedback-title {
    margin: 17px 0 40px 0;
    max-width: 750px;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #282828;
    text-align: start;
}

.mfeedback-selection form {
    width: 100%;
}

.mfeedback-selection .mfeedback-block {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.mfeedback-selection .mfeedback-block:not(:last-child) {
    margin-bottom: 20px;
}

.mfeedback-selection .mfeedback-block .mf-text {
    display: block;
    width: 50%;
}

.mfeedback-selection .mfeedback-block .mf-text input {
    display: flex;
    align-items: center;
    padding: 11px 20px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    transition: border .3s;
}

.mfeedback-selection .mfeedback-block .mf-text input::placeholder {
    color: #b8b8b8;
}

.mfeedback-selection .mfeedback-block .mf-text input:hover,
.mfeedback-selection .mfeedback-block .mf-text input:focus {
    border-color: #dc9a36;
}

.mfeedback-block input[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 46px;
    font-weight: 500;
    font-size: 15px;
    line-height: 115%;
    text-align: center;
    color: #fff;
    background: #dc9a36;
    border: 1px solid #dc9a36;
    border-radius: 26px;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.mfeedback-block input[type=submit]:hover,
.mfeedback-block input[type=submit]:focus,
.mfeedback-block input[type=submit]:active {
    color: #dc9a36;
    background-color: transparent;
}

.mfeedback-block-privacy {
    margin-bottom: 0;
    max-width: 267px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #909090;
}

.mf-captcha img {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .mfeedback-selection .mfeedback-title {
        max-width: 700px;
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .mfeedback-selection {
        margin-bottom: 100px;
    }

    .mfeedback-selection-image {
        display: none;
    }
}

@media (max-width: 650px) {
    .mfeedback-selection .mfeedback-title {
        max-width: 400px;
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .mfeedback-selection {
        gap: 20px;
        margin-bottom: 50px;
        padding: 44px 20px;
    }

    .mfeedback-selection .mfeedback-block {
        justify-content: center;
        flex-wrap: wrap;
    }

    .mfeedback-selection .mfeedback-block .mf-text {
        width: 100%;
    }

    .mfeedback-block-privacy {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .mfeedback-selection .mfeedback-title {
        margin-bottom: 20px;
        max-width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .mfeedback-selection .mfeedback-block {
        gap: 20px;
    }

    .mfeedback-selection .mfeedback-block:not(:last-child) {
        margin-bottom: 10px;
    }
}

.grecaptcha-badge {
    display: none !important;
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news/news.projects/bitrix/news.detail/.default/style.css?175706873924316 */
