@-webkit-keyframes moving {
    30%,
    to {
        webkit-transform: skewX(-45deg) translateX(33.5em);
        -webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);
    }
}
@keyframes moving {
    30%,
    to {
        webkit-transform: skewX(-45deg) translateX(33.5em);
        -webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);
    }
}


@media (min-width: 1000px) {
    body div#page-wrapper {
        margin-top: 0 !important;
    }
}
#page-wrapper {
    overflow: hidden;
}
.new-main {
    font-family: "Inter", sans-serif;
    line-height: 1.55;
}
.new-main .absolute {
    position: absolute;
}
.new-main .two-color-bg {
    background: #fff;
    background: linear-gradient(90deg, #f8f9fd 0%, #f8f9fd 50%, #fff 50%, #fff 100%);
}
.new-main .anchor {
    position: absolute;
    top: -150px;
}
.new-main .container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
@media (max-width: 1330px) {
    .new-main .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1199px) {
    .new-main .container {
        flex-direction: column;
    }
}
.new-main .half-width {
    width: 50%;
}
@media (max-width: 1199px) {
    .new-main .half-width {
        width: 70%;
    }
}
@media (max-width: 991px) {
    .new-main .half-width {
        width: 100%;
    }
}
.new-main .full-width {
    width: 100%;
}
.new-main h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .new-main h2 {
        font-size: 32px;
    }
}
.new-main p {
    color: #333;
    font-size: 18px;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .new-main p {
        font-size: 16px;
    }
}
.new-main .fz42 {
    font-size: 42px;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    .new-main .fz42 {
        font-size: 28px;
    }
}
.new-main img {
    max-width: 100%;
}
.new-main .blue-button {
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0043a4;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in;
}
.new-main .blue-button:hover {
    background: #0655cc;
}
.new-main .dot-line-right {
    position: relative;
    text-align: center;
    color: #0043a4;
    font-size: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .new-main .dot-line-right {
        font-size: 22px;
    }
}
.new-main .dot-line-right:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
    display: block;
    margin-left: 10px;
}
.new-main .dot-line-right:before {
    content: "";
    background: #000;
    display: block;
    width: 50vw;
    height: 1px;
    position: absolute;
    right: -50vw;
}
.new-main .dot-line-left {
    position: relative;
    text-align: center;
    color: #0043a4;
    font-size: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .new-main .dot-line-left {
        font-size: 22px;
    }
}
.new-main .dot-line-left:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
    display: block;
    margin-right: 10px;
}
.new-main .dot-line-left:after {
    content: "";
    background: #000;
    display: block;
    width: 50vw;
    height: 1px;
    position: absolute;
    left: -50vw;
}
.new-main .sticky-menu {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .new-main .sticky-menu {
        top: 0;
        z-index: 1;
    }
    .new-main .sticky-menu + div {
        padding-top: 120px;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .new-main .sticky-menu + div {
        padding-top: 160px;
    }
}
.new-main .sticky-menu.sticky {
    top: 0;
    z-index: 3;
}
.new-main .sticky-menu .promo-top {
    height: 40px;
    background: #000;
    position: relative;
}
@media (max-width: 767px) {
    .new-main .sticky-menu .promo-top {
        height: 90px;
    }
}
.new-main .sticky-menu .promo-top.hidden {
    display: none;
}
.new-main .sticky-menu .promo-top__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.new-main .sticky-menu .promo-top__close {
    color: rgba(255, 255, 255, 0.37);
    font-size: 24px;
    position: absolute;
    right: 15px;
    width: 40px;
    text-align: center;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
@media (max-width: 575px) {
    .new-main .sticky-menu .promo-top__close {
        right: 0;
    }
}
.new-main .sticky-menu .promo-top__container {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media (max-width: 767px) {
    .new-main .sticky-menu .promo-top__container {
        flex-direction: column;
    }
}
.new-main .sticky-menu .promo-top__content {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .new-main .sticky-menu .promo-top__content {
        font-size: 12px;
        max-width: 300px;
    }
}
.new-main .sticky-menu .promo-top__btn {
    background: #8528fc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    box-sizing: border-box;
}
.new-main .sticky-menu .menu {
    background-color: rgba(255, 255, 255, 0.6);
    height: 50px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 1199px) {
    .new-main .sticky-menu .menu {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .new-main .sticky-menu .menu {
        background: #fff;
    }
}
@media (max-width: 575px) {
    .new-main .sticky-menu .menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.new-main .sticky-menu .menu .logo {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
}
.new-main .sticky-menu .menu .desktop-menu {
    display: flex;
    align-items: center;
    gap: 25px;
}
@media (max-width: 1199px) {
    .new-main .sticky-menu .menu .desktop-menu {
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .new-main .sticky-menu .menu .desktop-menu {
        display: none;
    }
}
.new-main .sticky-menu .menu .desktop-menu a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
.new-main .sticky-menu .menu .desktop-menu a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #0043a4;
    box-shadow: inset 0 -1px 0 0 #0043a4;
    transition: all 0.3s ease;
}
.new-main .sticky-menu .menu .desktop-menu a:hover:after {
    opacity: 1;
    bottom: -1px;
}
.new-main .sticky-menu .menu .desktop-menu a.login_btn {
    padding: 0.313em 1em;
    color: #fff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    background-color: #0043a4;
}
@media (max-width: 1199px) {
    .new-main .sticky-menu .menu .desktop-menu a.login_btn {
        padding: 4px 8px;
        color: #fff;
        font-size: 14px;
    }
}
.new-main .block-top__cards .card.card-promo .cb-box .cb-image,
.new-main .sticky-menu .menu #burger-menu,
.new-main .sticky-menu .menu .desktop-menu a.login_btn:after {
    display: none;
}
@media (max-width: 991px) {
    .new-main .sticky-menu .menu #burger-menu {
        display: block;
    }
}
.new-main .sticky-menu .menu #burger-menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.new-main .sticky-menu .menu #burger-menu span,
.new-main .sticky-menu .menu #burger-menu span:after,
.new-main .sticky-menu .menu #burger-menu span:before {
    background: #000;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
}
.new-main .sticky-menu .menu #burger-menu span:after,
.new-main .sticky-menu .menu #burger-menu span:before {
    content: "";
}
.new-main .sticky-menu .menu #burger-menu span {
    right: 0;
    top: 13px;
    width: 27px;
}
.new-main .sticky-menu .menu #burger-menu span:before {
    left: 0;
    top: -10px;
    width: 27px;
}
.new-main .sticky-menu .menu #burger-menu span:after {
    left: 0;
    top: 10px;
    width: 27px;
}
.new-main .sticky-menu .menu #burger-menu.close span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
}
.new-main .sticky-menu .menu #burger-menu.close span:after,
.new-main .sticky-menu .menu #burger-menu.close span:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 27px;
}
.new-main .sticky-menu .menu #burger-menu.close span:after {
    left: 0;
    opacity: 0;
    width: 0;
}
.new-main .sticky-menu #mobile-menu {
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: auto;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
}
.new-main .sticky-menu #mobile-menu.overlay {
    visibility: visible;
    opacity: 1;
    padding-top: 0;
    background: rgba(78, 78, 78, 0.6);
}
.new-main .sticky-menu #mobile-menu ul {
    background: #fff;
    padding-bottom: 15px;
    width: 100%;
    top: 0;
    position: absolute;
}
.new-main .sticky-menu #mobile-menu a {
    color: #000;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    text-decoration: none;
}
.new-main .block-top {
    background: #f0f2fc;
    display: flex;
    position: relative;
    flex-direction: column;
}
@media (max-width: 575px) {
    .new-main .block-top {
        padding-bottom: 30px;
    }
}
.new-main .block-top__nav {
    display: flex;
    justify-content: space-between;
    padding: 0.688rem 1.75rem;
    margin-bottom: 0.625rem;
}
@media (max-width: 991px) {
    .new-main .block-top__nav {
        display: none;
    }
}
.new-main .block-top__nav > div,
.new-main .sticky-menu .menu {
    display: flex;
    align-items: center;
}
.new-main .block-top__nav .links {
    display: flex;
    gap: 2rem;
}
.new-main .block-top__nav .links a {
    color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    text-decoration: none;
}
.new-main .block-top__nav .links a:hover {
    color: #000;
}
.new-main .block-top__nav .buttons {
    margin-left: 2.5rem;
}
.new-main .block-top__nav .buttons a {
    border: 0;
    padding: 0.656rem 0.938rem 0.781rem;
    height: 4rem;
    font-size: 1.125rem;
    line-height: 1.188rem;
    background-color: transparent;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
}
.new-main .block-top__nav .buttons a.active,
.new-main .block-top__nav .buttons a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.new-main .block-top h1 {
    background: linear-gradient(to right, #6a58f4 2%, #45b1f8 10%, #47d3d3 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.new-main .block-top h1,
.new-main .block-top h2 {
    margin: 0;
    padding-top: 1rem;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.01em;
    text-transform: none;
}
.new-main .block-top h2 {

}
@media (max-width: 575px) {
    .new-main .block-top h1,
    .new-main .block-top h2 {
        font-size: 1.875rem;
        line-height: normal;
    }
    .new-main .block-top h2 {
        font-size: 1.875rem;
    }
}
.new-main .block-top .inner {
    max-width: 1555px;
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1599px) {
    .new-main .block-top .inner {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
}
.new-main .block-top__cards {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin-top: 2.688rem;
    padding-bottom: 0.5rem;
    gap: 25px;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .new-main .block-top__cards {
        grid-template-columns: 1fr;
    }
}
.new-main .block-top__cards .card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
    justify-content: space-between;
    max-width: 370px;
    padding: 1.813rem 2.25rem;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    border-radius: 1.75rem;
    box-shadow: 0 3.2px 14px rgba(0, 0, 0, 0.06), 0 0.6px 1.8px rgba(0, 0, 0, 0.04);
}
@media (min-width: 900px) and (max-width: 1920px) {
    .new-main .block-top__cards .card {
        justify-content: initial;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .new-main .block-top__cards .card {
        flex-direction: row;
        padding: 2rem;
    }
    /* .new-main .block-top__cards .card:not(.card-promo):not(.card-friday) > div:not(.card__icon) {
        background: #fff;
        margin-left: -50px;
        padding-left: 15px;
    } */
}

.new-main .block-top__cards .card.card-forecast .card__title {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin: 0 0 12px;
    text-align: left;
}
@media (min-width: 900px) and (max-width: 1920px) {
    .new-main .block-top__cards .card.card-forecast .card__title {
        font-weight: 500;
        font-size: 17px;
        line-height: 22px;
        margin: 0 0 20px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-forecast .card__title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.06em;
        color: #191a1a;
        margin: 0 0 1rem;
    }
}
.new-main .block-top__cards .card.card-forecast .card__list {
    list-style-type: none;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-forecast .card__list {
        margin: 0 0 14px;
    }
}
.new-main .block-top__cards .card.card-forecast .card__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.67);
    margin: 0;
    position: relative;
    padding-left: 25px;
}
@media (min-width: 900px) and (max-width: 1920px) {
    .new-main .block-top__cards .card.card-forecast .card__list li {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-forecast .card__list li {
        font-size: 12px;
        line-height: 15px;
    }
}
.new-main .block-top__cards .card.card-forecast .card__list li:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    content: "";
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.67);
    box-sizing: border-box;
    display: block;
    border-radius: 50%;
}
.new-main .block-top__cards .card.card-forecast .card__btn {
    margin-top: auto;
    background: linear-gradient(99.39deg, #8658e8 33.62%, #4f73e6 130.26%), #4093f4;
    border-radius: 8px;
}
.new-main .block-top__cards .card.card-promo {
    padding: 25px;
    justify-content: flex-start;
    background: url(/bitrix/templates/furniture_gray/images/home/card-bg_130922.png) no-repeat center/cover;
    box-shadow: 0 3.2px 14px rgba(0, 0, 0, 0.06), 0 0.6px 1.8px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}
@media (max-width: 1367px) {
    .new-main .block-top__cards .card.card-promo {
        min-height: 330px;
        border: 2px solid #ffd5af;
        border-radius: 10px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo {
        background: url(/bitrix/templates/furniture_gray/images/home/card-bg-mob_130922.png) no-repeat center/cover;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__type {
    padding: 7px 8px;
    align-self: flex-start;
    background: #86b81a;
    border-radius: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__type {
        font-size: 14px;
        line-height: 14px;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin: 0 0 12px;
    text-align: left;
}
@media (min-width: 900px) and (max-width: 1600px) {
    .new-main .block-top__cards .card.card-promo .card-promo__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__title {
        width: 90%;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.06em;
        color: #191a1a;
        margin: 0 0 18px;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__title span {
    color: #ef9a4b;
}
.new-main .block-top__cards .card.card-promo .card-promo__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__list {
        margin: 0;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin: 0 0 24px;
    position: relative;
    padding-left: 25px;
}
@media (min-width: 900px) and (max-width: 1600px) {
    .new-main .block-top__cards .card.card-promo .card-promo__list li {
        font-size: 14px;
        margin: 0 0 20px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__list li {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 18px;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__list li:last-child {
    margin: 0 0 5px;
}
.new-main .block-top__cards .card.card-promo .card-promo__list li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #5eb1ff;
    background: #5eb1ff;
    box-sizing: border-box;
    display: block;
    border-radius: 50%;
}
.new-main .block-top__cards .card.card-promo .card-promo__subtitle {
    margin-top: 45px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.08em;
    color: #73b330;
    text-align: left;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__subtitle {
        margin-top: 30px;
        font-size: 22px;
        line-height: 27px;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__text {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: left;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__text {
        margin-top: 18px;
        font-size: 14px;
        line-height: 20px;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__date {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 9px 37px;
    background: #5eb1ff;
    border-radius: 60px;
    align-self: flex-start;
    margin: 10px 0;
}
@media (min-width: 900px) and (max-width: 1600px) {
    .new-main .block-top__cards .card.card-promo .card-promo__date {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__date {
        font-size: 12px;
        line-height: 15px;
        padding: 8px 22px;
        margin: 10px 0 18px;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__price {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ef9a4b;
    text-align: right;
    margin: 0 0 25px;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__price {
        font-size: 15px;
        line-height: 18px;
    }
}
.new-main .block-top__cards .card.card-promo .card-promo__price span {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.new-main .block-top__cards .card.card-promo .cb-box {
    margin: 20px 0 0;
    max-width: 100%;
}
@media (max-width: 575px) {
    .new-main .block-top__cards .card.card-promo .cb-box {
        margin-top: 7px;
    }
}
.new-main .block-top__cards .card.card-promo .cb-box .cb-btn {
    position: static;
    -webkit-transform: none;
    transform: none;
}
.new-main .block-top__cards .card.card-promo .cb-box .cb-btn button {
    padding: 10px 20px;
    font-family: "Inter";
    width: 100%;
    background: #cf45ca;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.new-main .block-top__cards .card.card-promo .card-promo__info {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ef9a4b;
    border-radius: 7px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    margin-top: auto;
}
@media (min-width: 900px) and (max-width: 1600px) {
    .new-main .block-top__cards .card.card-promo .card-promo__info {
        height: 42px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-promo .card-promo__info {
        margin-top: 10px;
        font-weight: 500;
    }
}
.new-main .block-top__cards .card.card-friday {
    padding: 25px;
    flex-direction: column !important;
    background-color: radial-gradient(55.37% 55.37% at 50% 44.63%, #373737 0%, #1c1c1c 100%);
    box-shadow: 0 3.2px 14px rgba(0, 0, 0, 0.06), 0 0.6px 1.8px rgba(0, 0, 0, 0.04);
    background-image: url(https://chronos.mg/bitrix/templates/furniture_gray/images/home/friday-img_2.jpg);
    background-position: top center;
    background-color: #1c1c1c;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .new-main .block-top__cards .card.card-friday {
        min-height: 330px;
        background-image: url(https://chronos.mg/bitrix/templates/furniture_gray/images/home/friday-img_mob.jpg);
        background-position: top right;
        background-repeat: no-repeat;
    }
}
.new-main .block-top__cards .card.card-friday .card-date {
    font-size: 15px;
    line-height: 21px;
}
@media (max-width: 1367px) {
    .new-main .block-top__cards .card.card-friday .card-date {
        font-size: 13px;
        line-height: 16px;
    }
}
.new-main .block-top__cards .card.card-friday .card-date span {
    font-weight: 700;
    color: #f0e285;
}
.new-main .block-top__cards .card.card-friday .card-title {
    margin-top: auto;
    font-weight: 800;
    font-size: 23px;
    line-height: 26px;
    color: #e8a545;
}
@media (max-width: 1367px) {
    .new-main .block-top__cards .card.card-friday .card-title {
        font-size: 24px;
        line-height: 29px;
    }
}
.new-main .block-top__cards .card.card-friday .card-text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 23px;
}
@media (max-width: 1367px) {
    .new-main .block-top__cards .card.card-friday .card-text {
        margin-top: 8px;
        font-size: 13px;
        line-height: 16px;
    }
}
.new-main .block-top__cards .card.card-friday .card-button {
    margin-top: 27px;
    padding: 13px 20px;
    background: linear-gradient(93.5deg, #ddb456 4.58%, #9b6b29 97.12%);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
}
@media (max-width: 1367px) {
    .new-main .block-top__cards .card.card-friday .card-button {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 15px;
    }
}
.new-main .block-top__cards .card.card-friday ul {
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 1367px) {
    .new-main .block-top__cards .card.card-friday ul {
        margin: 3px 0 0;
    }
}
.new-main .block-top__cards .card.card-friday ul li {
    position: relative;
    margin: 7px 0 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 21px;
}
@media (max-width: 1367px) {
    .new-main .block-top__cards .card.card-friday ul li {
        margin: 5px 0 0;
        font-size: 13px;
        line-height: 20px;
    }
}
.new-main .block-top__cards .card.card-friday ul li:before {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(93.5deg, #ddb456 4.58%, #9b6b29 97.12%), linear-gradient(180deg, #4776e6 0%, #8e54e9 100%);
}
.new-main .block-top__cards .card.card-friday ul li span {
    font-weight: 700;
}
.new-main .block-top__cards .card.card-astrologer {
    padding: 30px 24px 25px;
    justify-content: initial;
}
@media (max-width: 600px) {
    .new-main .block-top__cards .card.card-astrologer {
        padding: 30px 25px 25px 50px;
    }
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__img img {
    display: block;
    margin: 0 0 9px;
}
@media (max-width: 600px) {
    .new-main .block-top__cards .card.card-astrologer .card-astrologer__img img {
        width: 90px;
        height: 90px;
        max-width: initial;
        margin: 5px 0 0;
    }
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 7px;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 143.19%;
    color: rgba(0, 0, 0, 0.67);
    margin: 0;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__offer {
    margin: 0 0 8px;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__calendar li,
.new-main .block-top__cards .card.card-astrologer .card-astrologer__offer li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143.19%;
    color: rgba(0, 0, 0, 0.67);
    position: relative;
    padding-left: 20px;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__calendar li:before,
.new-main .block-top__cards .card.card-astrologer .card-astrologer__offer li:before {
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #ffc837 0%, #ff8008 100%), linear-gradient(180deg, #94d3f7 -90%, #26d2c4 106.67%), #d9d9d9;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__calendar {
    margin: 0 0 12px;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__calendar li {
    line-height: 16px;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__calendar li:before {
    top: 3px;
}
.new-main .block-top__cards .card.card-astrologer .card-astrologer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ff8008 0%, #ffc837 100%), linear-gradient(99.75deg, #94d3f7 -16.25%, #00b0a1 47.41%), #03c0b0;
    border-radius: 8px;
    width: 250px;
    height: 42px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    padding: 0;
    margin: auto 0 0;
}
.new-main .block-top__cards .card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 2rem;
}
@media (min-width: 900px) and (max-width: 1920px) {
    .new-main .block-top__cards .card__icon {
        flex-grow: initial;
        flex-shrink: initial;
        align-items: initial;
    }
}
@media (max-width: 575px) {
    .new-main .block-top__cards .card__icon {
        padding: 0;
    }
}
.new-main .block-top__cards .card__icon img {
    width: 180px;
    height: 180px;
}
@media (max-width: 575px) {
    .new-main .block-top__cards .card__icon img {
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 900px) and (max-width: 1920px) {
    .new-main .block-top__cards .card__content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
}
.new-main .block-top__cards .card__title {
    margin: 0 0 1rem;
    font-size: 2.125rem;
    line-height: 2.438rem;
    font-weight: 500;
}
@media (max-width: 1920px) {
    .new-main .block-top__cards .card__title {
        font-size: 18px;
    }
}
.new-main .block-top__cards .card p {
    margin-bottom: 1.212rem;
    font-size: 1rem;
    line-height: 143.19%;
    color: rgba(0, 0, 0, 0.67);
}
.new-main .block-top__cards .card a {
    display: inline-block;
    padding: 0.875rem 1.313rem 1rem;
    font-size: 1.215rem;
    line-height: 1.188rem;
    min-height: 3rem;
    background-color: transparent;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 900px) and (max-width: 1920px) {
    .new-main .block-top__cards .card a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: auto;
        margin-bottom: 8px;
        font-size: 16px;
        height: 42px;
    }
}
.new-main .block-top__cards .card a.blue {
    background: linear-gradient(99.39deg, #4093f4 33.62%, #4ef4ff 130.26%), #4093f4;
}
.new-main .block-top__cards .card .magenta {
    background: linear-gradient(280.63deg, #974cf8 12.12%, rgba(111, 108, 255, 0) 113.51%), #335aea;
}
@media (min-width: 1600px) {
    .new-main .block-top__cards .card .magenta {
        font-size: 1.1rem;
    }
}

.new-main .block-top__cards .card.card--new {
    flex-direction: column;
    justify-content: flex-end;
}
.new-main .block-top__cards .card.card--forecast {
    background-image: url(/local/templates/furniture_gray/images/home/card2-240225.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-main .block-top__cards .card .card__head {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5rem;
}
.new-main .block-top__cards .card .card__head-icon {
    max-width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.new-main .block-top__cards .card .card__head-icon img,
.new-main .block-top__cards .card .card__head-icon svg {
    width: 14rem;
    max-width: 180px;
}
.new-main .block-top__cards .card.card--forecast .card__head-icon svg {
    display: none;
}
.new-main .block-top__cards .card .card__head-icon svg {
    height: 100%;
}
.new-main .block-top__cards .card .card__head-title {
    text-align: left;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    font-weight: 500;
    color: #000;
    padding-top: 2rem;
}
.new-main .block-top__cards .card .card__head-title b {
    color: #008bf0;
}
/* card btns styles */
.new-main .block-top__cards .card .card__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.125rem;
    padding: 1em;
    line-height: 0.875;
    border-radius: 10rem;
    background: #5061FA;
}
.new-main .block-top__cards .card .card__btn svg {
        height: 1.125em;
        padding-left: 0.125em;
}
.new-main .block-top__cards .card .card__btn.green {
    background: linear-gradient(99.75deg, #94d3f7 -16.25%, #00b0a1 47.41%), #03c0b0;
}
.new-main .block-top__cards .card .card__btn.blue {
    background: #008BF0;
}
.new-main .block-top__cards .card .card__btn.peach {
    color: #1B0341;
    background-color: #FFCAAB;
    box-shadow: 0 0 72px 0 rgba(255, 179, 48, 0.80);
}
.new-main .block-top__cards .card .card__content ul {
    list-style: disc;
    font-size: 1rem;
    padding-left: 2em;
    margin-bottom: 1.212rem;
}
@media (max-width: 1600px) {
}
@media (max-width: 575px) {
    .new-main .block-top__cards .card .card__head {
        flex-direction: row;
        align-items: center;
    }
    .new-main .block-top__cards .card .card__head-icon {
        max-width: 4rem;
        max-height: 4rem;
        flex: auto;
    }
    .new-main .block-top__cards .card .card__head-icon img,
    .new-main .block-top__cards .card .card__head-icon svg {
        max-width: 100%;
    }
    .new-main .block-top__cards .card.card--forecast .card__head-icon svg {
        display: block;
    }
    .new-main .block-top__cards .card .card__head-title {
        margin-left: 0.5em;
        padding-top: 0;
    }
    .new-main .block-top__cards .card .card__btn {
        font-size: 1rem;
    }
    .new-main .block-top__cards .card p,
    .new-main .block-top__cards .card .card__content ul {
        font-size: 1rem;
    }
}

.new-main .block-top__bottom {
    justify-content: space-between;
    padding-top: 2.188rem;
    padding-bottom: 2.5rem;
}
@media (max-width: 575px) {
    .new-main .block-top__bottom {
        display: none;
    }
}
.new-main .block-top__bottom .left {
    color: rgba(0, 0, 0, 0.6);
}
.new-main .block-top__bottom,
.new-main .block-top__bottom .right {
    display: flex;
    align-items: center;
}
.new-main .block-top__bottom .nav {
    display: flex;
    align-items: center;
    gap: 25px;
}
.new-main .block-top__bottom .nav a {
    color: rgba(0, 0, 0, 0.37);
    text-decoration: none;
}
.new-main .block-top__bottom .social {
    margin-left: 2rem;
}
.new-main .block-top__bottom .social a {
    text-decoration: none;
}
.new-main .block-top__bottom .social img {
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
}
.lighting {
    overflow: hidden;
    position: relative;
}
.lighting:after {
    content: "";
    background-color: #fff;
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    transition: none;
    webkit-animation: moving 2s ease-in-out infinite;
    -webkit-animation: moving 2s ease-in-out infinite;
    animation: moving 2s ease-in-out infinite;
}
.new-main .card-promo {
    background: url(https://chronos.mg/bitrix/templates/furniture_gray/images/home/every-year.png) no-repeat center/cover;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 15px !important;
    flex-direction: column !important;
    cursor: pointer;
}
.new-main .card-promo__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.new-main .card-promo__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.new-main .card-promo__course {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -0.015em;
    color: #8528fc;
    padding: 6px 13px;
    text-transform: uppercase;
}
.new-main .card-promo__title {
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.015em;
    margin: 16px 0;
}
.new-main .card-promo__desc {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.79);
    text-align: center;
    margin: 0 auto 24px;
}
.new-main .card-promo__record {
    margin-bottom: 15px;
    padding: 8px 16px;
    background-color: #190039;
    border-radius: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.new-main .card-promo__btn {
    background-color: #8528fc;
    border-radius: 8px;
    height: 42px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-top: auto;
}
.new-main .block-1 {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .new-main .block-1 .half-width {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.new-main .block-1 .container {
    align-items: center;
}
.new-main .block-1 b {
    display: block;
    font-size: 22px;
    font-weight: 500;
    max-width: 460px;
    margin-bottom: 15px;
}
.new-main .block-1 p {
    max-width: 530px;
}
.new-main .block-1 .circle,
.new-main .block-1 .circle .center {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.new-main .block-1 .circle {
    position: relative;
    border: 1px solid #000;
    margin: 30px auto 60px;
    width: 450px;
    height: 450px;
}
.new-main .block-1 .circle .center {
    width: 250px;
    height: 250px;
    background: #f5f9ff;
    font-size: 42px;
    font-weight: 700;
}
.new-main .block-1 .circle .absolute {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-main .block-1 .circle .absolute div {
    margin-top: 5px;
    z-index: 2;
}
.new-main .block-1 .circle .absolute img {
    z-index: 2;
}
.new-main .block-1 .circle .top {
    top: -23px;
}
.new-main .block-1 .circle .top:before {
    content: "";
    display: block;
    width: 32px;
    height: 20px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 11px;
}
@media (max-width: 1199px) {
    .new-main .block-1 .circle .top:before {
        background: linear-gradient(90deg, #f8f9fd 0%, #f8f9fd 50%, #fff 50%, #fff 100%);
    }
}
.new-main .block-1 .circle .top img {
    width: 60px;
}
.new-main .block-1 .circle .right {
    right: 0;
    -webkit-transform: translateX(45%);
    transform: translateX(45%);
}
.new-main .block-1 .circle .bottom:before,
.new-main .block-1 .circle .right:before {
    content: "";
    display: block;
    width: 40px;
    height: 110px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: -10px;
}
.new-main .block-1 .circle .right img {
    width: 138px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
.new-main .block-1 .circle .bottom {
    bottom: -62px;
}
.new-main .block-1 .circle .bottom:before {
    width: 90px;
    height: 40px;
    top: 0;
}
@media (max-width: 1199px) {
    .new-main .block-1 .circle .bottom:before {
        background: linear-gradient(90deg, #f8f9fd 0%, #f8f9fd 50%, #fff 50%, #fff 100%);
    }
}
.new-main .block-1 .circle .bottom img,
.new-main .block-1 .circle .left img {
    width: 135px;
    height: 60px;
    margin-right: 3px;
    -o-object-fit: cover;
    object-fit: cover;
}
.new-main .block-1 .circle .left {
    left: 0;
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
}
.new-main .block-1 .circle .left:before {
    content: "";
    display: block;
    width: 40px;
    height: 110px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: -10px;
}
@media (max-width: 1199px) {
    .new-main .block-1 .circle .left:before {
        background: #f8f9fd;
    }
}
@media (max-width: 575px) {
    .new-main .block-1 .circle {
        width: 260px;
        height: 260px;
    }
    .new-main .block-1 .circle .center {
        width: 150px;
        height: 150px;
        font-size: 22px;
    }
    .new-main .block-1 .circle .absolute {
        font-size: 14px;
    }
    .new-main .block-1 .circle .top {
        top: -16px;
    }
    .new-main .block-1 .circle .top img {
        width: 40px;
    }
    .new-main .block-1 .circle .right:before {
        height: 90px;
    }
    .new-main .block-1 .circle .right img {
        width: 98px;
        height: 47px;
    }
    .new-main .block-1 .circle .bottom {
        bottom: -48px;
    }
    .new-main .block-1 .circle .bottom:before {
        width: 71px;
        height: 40px;
    }
    .new-main .block-1 .circle .bottom img {
        width: 105px;
        height: 50px;
    }
    .new-main .block-1 .circle .left:before {
        width: 40px;
        height: 90px;
    }
    .new-main .block-1 .circle .left img {
        width: 105px;
        height: 47px;
    }
}
.new-main .block-1__bottom {
    margin-top: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.new-main .block-1__bottom a {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.new-main .block-2 {
    padding-bottom: 60px;
    padding-top: 160px;
}
@media (max-width: 991px) {
    .new-main .block-2 {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-2 .half-width {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.new-main .block-2 .container {
    align-items: center;
}
.new-main .block-2 .left {
    padding-right: 2px;
}
.new-main .block-2 img {
    margin-right: 1px;
}
.new-main .block-2 .right {
    padding-left: 60px;
}
@media (max-width: 1199px) {
    .new-main .block-2 .right {
        padding-left: 0;
        padding-top: 50px;
    }
}
.new-main .block-3 {
    position: relative;
}
.new-main .block-3:before {
    content: url(https://chronos.mg/src/images/tild6439-3764-4534-b538-326639336336___3.webp);
    position: absolute;
    opacity: 0.55;
    right: calc(50vw + 260px);
    bottom: -250px;
}
.new-main .block-3 .full-width:first-child {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.new-main .block-3__items {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 30px;
}
.new-main .block-3__items .item {
    display: flex;
    width: 31%;
    margin-bottom: 50px;
}
@media (max-width: 1199px) {
    .new-main .block-3__items .item {
        width: 42%;
    }
}
@media (max-width: 991px) {
    .new-main .block-3__items .item {
        width: 430px;
    }
}
@media (max-width: 575px) {
    .new-main .block-3__items .item {
        width: 320px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .new-main .block-3__items .item:nth-child(4),
    .new-main .block-3__items .item:nth-child(5) {
        width: 34%;
    }
}
.new-main .block-3__items .item .icon {
    width: 70px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 9px;
}
.new-main .block-3__items .item .title {
    font-size: 22px;
    font-weight: 500;
}
.new-main .block-3__items .item .description {
    font-size: 16px;
}
.new-main .block-4 {
    padding-top: 120px;
}
@media (max-width: 991px) {
    .new-main .block-4 {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-4 .half-width {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.new-main .block-4 .container {
    align-items: center;
}
@media (min-width: 1200px) {
    .new-main .block-4 .left p {
        padding-right: 80px;
    }
}
.new-main .block-4 .items-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .new-main .block-4 .items-title {
        margin-top: 20px;
    }
}
.new-main .block-4__items {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-column-gap: 15px;
    grid-row-gap: 60px;
}
@media (max-width: 1199px) {
    .new-main .block-4__items {
        grid-template-columns: 1fr 1fr;
        padding: 30px 0;
        text-align: left;
    }
}
@media (max-width: 575px) {
    .new-main .block-4__items {
        grid-template-columns: 1fr;
    }
}
.new-main .block-4__items .item {
    display: flex;
}
@media (max-width: 991px) {
    .new-main .block-4__items .item {
        width: 300px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.new-main .block-4__items .item .icon {
    width: 70px;
    flex-shrink: 0;
    margin-right: 15px;
}
@media (max-width: 991px) {
    .new-main .block-4__items .item .icon {
        margin-right: 0;
    }
}
.new-main .block-4 .dot-line-left {
    margin-top: 120px;
}
@media (max-width: 991px) {
    .new-main .block-4 .dot-line-left {
        margin-top: 80px;
    }
}
.new-main .block-5 {
    position: relative;
    padding-top: 150px;
}
@media (max-width: 991px) {
    .new-main .block-5 {
        padding-top: 90px;
    }
}
.new-main .block-5:before {
    content: url(https://chronos.mg/src/images/tild3663-6333-4233-b837-323733343639___3.webp);
    position: absolute;
    left: calc(50vw + -260px);
    opacity: 0.55;
    -webkit-transform: rotate(280deg);
    transform: rotate(280deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    bottom: 200px;
}
@media (max-width: 1199px) {
    .new-main .block-5 .half-width {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.new-main .block-5 .container {
    align-items: center;
}
@media (min-width: 1200px) {
    .new-main .block-5 .right {
        padding-left: 60px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-5 .right {
        padding-top: 60px;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .new-main .block-5__items {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-5__items {
        text-align: left;
    }
}
.new-main .block-5__items .item {
    margin-top: 30px;
    display: flex;
}
@media (max-width: 575px) {
    .new-main .block-5__items .item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.new-main .block-5__items .item .icon {
    width: 70px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-top: 9px;
}
@media (max-width: 575px) {
    .new-main .block-5__items .item .icon {
        margin-right: 0;
    }
}
.new-main .block-5__items .item .title {
    font-size: 22px;
    font-weight: 500;
}
.new-main .block-5 .dot-line-right {
    margin-top: 80px;
}
.new-main .block-6 {
    position: relative;
    padding-top: 150px;
}
@media (max-width: 991px) {
    .new-main .block-6 {
        padding-top: 80px;
    }
}
.new-main .block-6:before {
    content: url(https://chronos.mg/src/images/tild6535-3636-4463-b931-313064373564___.webp);
    position: absolute;
    opacity: 0.55;
    right: calc(50vw + 400px);
    top: -435px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.new-main .block-6:after {
    content: url(https://chronos.mg/src/images/tild3663-6333-4233-b837-323733343639___3.webp);
    position: absolute;
    opacity: 0.55;
    left: calc(50vw + 130px);
    bottom: -84px;
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg);
}
@media (max-width: 1199px) {
    .new-main .block-6 .half-width {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.new-main .block-6 .container {
    align-items: center;
}
@media (min-width: 1200px) {
    .new-main .block-6 .left {
        padding-right: 120px;
    }
}
@media (max-width: 1199px) {
    .new-main .block-6 .left {
        text-align: center;
    }
}
.new-main .block-6__items {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .new-main .block-6__items {
        text-align: left;
        margin-bottom: 60px;
        margin-top: 0;
    }
}
.new-main .block-6__items .item {
    margin-top: 30px;
    display: flex;
}
@media (max-width: 575px) {
    .new-main .block-6__items .item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.new-main .block-6__items .item .icon {
    width: 70px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-top: 9px;
}
@media (max-width: 575px) {
    .new-main .block-6__items .item .icon {
        margin-right: 0;
    }
}
.new-main .block-6__items .item .title {
    font-size: 22px;
    font-weight: 500;
}
.new-main .block-6 .dot-line-left {
    margin-top: 80px;
}
.new-main .block-7 {
    padding-top: 140px;
}
@media (max-width: 991px) {
    .new-main .block-7 {
        padding-top: 80px;
    }
}
.new-main .block-7 .fz42 {
    text-align: center;
}
.new-main .block-7 .fz42:first-child {
    margin-bottom: 60px;
}
.new-main .block-7 .bottom {
    text-align: center;
    margin-bottom: 80px;
}
.new-main .block-7 .bottom div {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
}
.new-main .block-7 .bottom a {
    margin-left: auto;
    margin-right: auto;
}
.new-main .block-7 .bottom-first {
    margin-top: 30px;
}
.new-main .block-8 {
    padding: 50px;
}
@media (max-width: 991px) {
    .new-main .block-8 {
        padding-top: 0;
    }
}
.new-main .block-8 .glide__arrow {
    position: absolute;
    top: 32%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
}
.new-main .block-8 .glide__arrow--left {
    left: -35px;
}
.new-main .block-8 .glide__arrow--right {
    right: -35px;
}
.new-main .block-8 .slider-title {
    font-size: 22px;
    text-align: center;
    padding: 10px 0 30px;
    line-height: 1em;
}
.new-main .block-8 .slide-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}
.new-main .block-8 .slide-inner img {
    display: block;
    width: 250px;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.new-main .block-8 .slide-inner a {
    color: #333;
    text-decoration: none;
    padding: 5px;
    width: 260px;
    max-width: 260px;
}
footer {
    background-color: #222;
    padding-top: 34px;
    color: #fff;
    font-size: 16px;
}
footer .f-container {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding: 30px 15px;
}
@media (max-width: 991px) {
    footer .f-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .footer-sg-link {
    margin-bottom: 40px;
    font-size: 12px;
    color: #aaa;
}
footer .footer-sg-link a {
    color: #aaa;
}
footer form input {
    background: rgba(255, 255, 255, 0.25);
    outline: 0;
    margin: 0 0 12px;
    border: 1px solid green;
    font-size: 16px;
    width: 100%;
    height: 46px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding-left: 15px;
}
footer form input::-webkit-input-placeholder {
    color: #fff;
}
footer form input::-moz-placeholder {
    color: #fff;
}
footer form input::-ms-input-placeholder {
    color: #fff;
}
footer form input::placeholder {
    color: #fff;
}
footer .footer-title,
footer form button {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}
footer form button {
    background: #ba68c8;
    border: 0;
    text-align: center;
    width: 100%;
    height: 46px;
    border-radius: 30px;
    outline: 0;
}
footer .footer-title {
    margin-bottom: 10px;
}
footer .footer-socials {
    margin-bottom: 15px;
}
footer .footer-email span,
footer .footer-socials span {
    display: block;
    width: 95px;
}
footer .footer-socials a {
    margin-right: 10px;
}
footer .footer-email,
footer .footer-socials {
    display: flex;
    align-items: center;
}
footer .footer__column {
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px) {
    footer .footer__column {
        margin-bottom: 35px;
    }
}
footer .footer__column:nth-child(4) {
    max-width: 312px;
}
@media (max-width: 1199px) {
    footer .footer__column:nth-child(4) {
        max-width: 225px;
    }
}
footer .footer__column > a:last-child {
    margin-top: auto;
    font-size: 14px;
    color: #aaa;
}
@media (max-width: 991px) {
    footer .footer__column > a:last-child {
        display: none;
    }
}
footer .footer__column .footer__certificate {
    margin-top: 35px;
    font-weight: 500;
    color: #ba68c8;
}
footer .footer__column.mobile {
    display: none;
}
@media (max-width: 991px) {
    footer .footer__column.mobile {
        display: flex;
    }
    footer .footer__column.mobile a {
        font-size: 14px;
        color: #aaa;
    }
    footer .footer__column.mobile a:last-child {
        display: inline-block;
        margin-top: 0;
    }
}
.popup-wheel__form--message {
    color: #353535;
}
.new-main .block-top__cards .card.card-promo .card-promo__date {
    border-radius: 30px;
    border: 1px solid #b01873;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 24px;
    margin: 0px auto;
    margin-top: 23px;
}
.new-main .block-top__cards .card.card-promo .card-promo__date span {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}
.new-main .block-top__cards .card.card-promo {
    background-color: white;
    background-image: url("/images/promo-card-bg.png");
    background-size: contain;
    background-position-x: right;
    background-position-y: top;
}
.new-main .block-top__cards .card.card-promo .card-promo__title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.new-main .block-top__cards .card.card-promo .card-promo__title span {
    color: #7d074d;
    font-weight: 700;
}
.new-main .block-top__cards .card.card-promo .card-promo__list li {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.new-main .block-top__cards .card.card-promo .card-promo__list li:before {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border: none;
    background: #f83391;
    border: none !important;
    box-shadow: none !important;
    top: 50%;
    transform: translateY(-50%);
}
.new-main .block-top__cards .card.card-promo .card-promo__price span {
    color: #5b5b5b;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.new-main .block-top__cards .card.card-promo .card-promo__price {
    color: #b01873;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.new-main .block-top__cards .card.card-promo .card-promo__info {
    border-radius: 7px;
    background: linear-gradient(92deg, #f83391 16.3%, #b01873 86.3%);
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}
.new-main .block-top__cards .card.card-promo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-main .block-top__cards .card.card-promo .card-promo__price {
    margin: 0px;
}
.new-main .block-top__cards .card.card-promo .card-promo__title {
    margin: 0px;
}
.new-main .block-top__cards .card.card-promo {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0.6px 1.8px 0px rgba(0, 0, 0, 0.04), 0px 3.2px 14px 0px rgba(0, 0, 0, 0.06);
}
.new-main .block-top__cards .card.card-promo .card-promo__date {
    border-radius: 30px;
    border: 1px solid #9c00b6;
    background: #fff;
}
.new-main .block-top__cards .card.card-promo .card-promo__date svg path {
    fill: #9c00b6;
}
.new-main .block-top__cards .card.card-promo .card-promo__list li:before {
    background: #9c00b6;
}
.new-main .block-top__cards .card.card-promo .card-promo__price {
    color: #9c00b6;
}
.new-main .block-top__cards .card.card-promo .card-promo__info {
    border-radius: 7px;
    background: linear-gradient(92deg, #9c00b6 16.3%, #b01873 86.3%);
}
.new-main .block-top__cards .card.card-promo {
    background-image: url("/images/promo-card-bg-pc.png");
    background-size: cover;
}
@media (max-width: 992px) {
    .new-main .block-top__cards .card.card-promo .card-promo__price {
        margin-bottom: 14px;
        margin-top: 14px;
        align-items: center;
        text-align: center !important;
        justify-content: center;
    }
    .new-main .block-top__cards .card.card-promo .card-promo__title {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

body div#card_style_changes_2804 {
    background-image: url("/images/home/card2-240225.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
div#card_style_changes_2804 .card__title {
    color: #000;
    font-size: 19px;
    line-height: 120%;
    font-weight: 500;
}
div#card_style_changes_2804 .card__title span {
    color: #008bf0;
    font-weight: 700;
}
div#card_style_changes_2804 li {
    line-height: 156%;
    color: #000;
}
.card.card-forecast ul li:before {
    left: 0;
    width: 10px;
    height: 10px;
    background: #008bf0;
}
div#card_style_changes_2804 a {
    background: #008bf0;
}
div#card_style_changes_2804 a svg {
    margin-left: 5px;
}
.new-main .block-top__cards .card__content {
    justify-content: flex-end;
}

@media (max-width: 575px) {
    body div#card_style_changes_2804 {
        max-height: 396px !important;
        min-height: 396px !important;
        height: 396px;
        align-items: flex-end;
    }
    div#card_style_changes_2804 a {
        display: flex;
        width: 100%;
        justify-content: center;
        min-width: 100%;
        font-size: 17px;
    }
    div#card_style_changes_2804 .card__content {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: auto;
        box-sizing: border-box;
        justify-content: flex-end;
    }
}



.card-promo__free {
    border-radius: 30px;
    border: 1px solid #4239F4;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 9px 23px;
    margin: 23px auto 0;
}

.card-promo__free span {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 500;
    margin-left: 10px;
}
.new-main .block-top__cards .card.card-promo.card-consultation .card-promo__list li:before {
    background: #4239F4;
    top: 30%;
}
.new-main .block-top__cards .card.card-promo.card-consultation .card-promo__info {
    border-radius: 10px;
    background: #8039F4;
    margin-top: 20px;
}
.new-main .block-top__cards .card.card-promo.card-consultation {
    background-image: url(/src/images/promo-card_express-cons-2.png);
    background-size: cover;
    border: none;
}
.new-main .block-top__cards .card.card-promo {
    border: none;
}
@media (max-width: 767px) {
    .new-main .block-top__cards .card.card-promo.card-consultation .card-promo__title {
        margin-top: 15px;
    }
}

body div#card_style_changes_2804 {
    background-image: url(/local/templates/furniture_gray/images/home/card2-240225.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
div#card_style_changes_2804 .card__title {
    color: #000;
    font-size: 19px;
    line-height: 120%;
    font-weight: 500;
}
div#card_style_changes_2804 .card__title span {
    color: #008bf0;
    font-weight: 700;
}
div#card_style_changes_2804 li {
    line-height: 156%;
    color: #000;
}
.card.card-forecast ul li:before {
    left: 0;
    width: 10px;
    height: 10px;
    background: #008bf0;
}
div#card_style_changes_2804 a {
    background: #008bf0;
}
div#card_style_changes_2804 a svg {
    margin-left: 5px;
}
.new-main .block-top__cards .card__content {
    justify-content: flex-end;
}

@media (max-width: 575px) {
    body div#card_style_changes_2804 {
        max-height: 396px !important;
        min-height: 396px !important;
        height: 396px;
        align-items: flex-end;
    }
    div#card_style_changes_2804 a {
        display: flex;
        width: 100%;
        justify-content: center;
        min-width: 100%;
        font-size: 17px;
    }
    div#card_style_changes_2804 .card__content {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: auto;
        box-sizing: border-box;
        justify-content: flex-end;
    }
}

/* block - offers */
.home__offers {
    background-color: #f0f2fc;
}
.home__offers-grid {
    max-width: 1600px;
    min-height: 39rem;
    margin: 0 auto;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.offer {
    min-height: 24rem;
    padding: 1.813rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 1.75rem;
    box-shadow: 0 3.2px 14px rgba(0, 0, 0, 0.06), 0 0.6px 1.8px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
    will-change: transform;
}
.offer:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(20, 30, 50, .1);
}
.offer::after {
    content: "";
    position: absolute;
    inset: -20% -60%;
    background:
      linear-gradient(120deg,
        transparent 0%,
        rgba(255,255,255,.2) 45%,
        transparent 70%);
    transform: translateX(-100%);
    transition: transform .6s ease;
    pointer-events: none;
}
.offer:hover::after {
    transform: translateX(100%);
}
.offer--avatar {
    color: #fff;
    background-image: url(/local/templates/furniture_gray/images/offer-avatar-bg.png), linear-gradient(180deg, #1E0763 0%, #5A00AA 100%);
    background-color: #5A00AA;
    background-position: center -6rem;
    background-size: auto 70%, auto;
    background-repeat: no-repeat;
}
.offer--natal {
    background-image: url(/local/templates/furniture_gray/images/offer-natal-bg.png), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 139, 240, 0.1) 113.02%);
    background-color: #fff;
    background-position: center top;
    background-size: 100% auto, auto;
    background-repeat: no-repeat;
}
.offer--plus {
    background-image: url(/local/templates/furniture_gray/images/offer-plus-bg.png),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 50%, rgba(128, 57, 244, 0.1) 113.02%);
    background-color: #fff;
    background-position: center top;
    background-size: 100% auto, auto;
    background-repeat: no-repeat;
}
.offer--meeting {
    background-image: url(/local/templates/furniture_gray/images/offer-meeting-bg.png),
    linear-gradient(180deg, rgba(244, 57, 169, 0.2) -17.5%, rgba(255, 255, 255, 0.2) 47.13%);
    background-color: #fff;
    background-position: center top;
    background-size: 100% auto, auto;
    background-repeat: no-repeat;
}
.offer--ipr {
    background-image: linear-gradient(0deg, rgba(3, 192, 176, 0.1) 0, rgba(255, 255, 255, 0.2) 45%);
    background-color: #fff;
}

.offer__head {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.offer__icon {
    padding-bottom: 1rem;
}
.offer__icon img {
    width: 12rem;
    max-width: 130px;
}
.offer__title {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
}
.offer__subtitle {
    padding-top: 0.5em;
    font-size: 1.125rem;
    line-height: 1.215;
}
.offer__subtitle--magenta {
    color: var(--cl-magenta);
}
.offer__subtitle--pink {
    color: var(--cl-pink);
}
.offer__subtitle--green {
    color: var(--cl-green);
}
.offer__label {
    margin-bottom: 0.5em;
    padding: 0.5em 1.125em;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 0.875;
    color: #000;
    border-radius: 10rem;
    border: 1.5px solid #333;
}
.offer__label--magenta {
    color: var(--cl-magenta);
    border-color: var(--cl-magenta);
}
.offer__label--pink {
    color: var(--cl-pink);
    border-color: var(--cl-pink);
}
.offer__label--blue {
    color: var(--cl-blue);
    border-color: var(--cl-blue);
}
.offer__label--green {
    color: var(--cl-green);
    border-color: var(--cl-green);
}
.offer--natal b {
    color: var(--cl-blue);
}
.offer__content {

}
.offer__content p,
.offer__list {
    margin-bottom: 0;
    padding-bottom: 1em;
    color: inherit;
    font-size: 1rem;
    line-height: 1.215;
}
.offer__list {
    list-style: disc;
    padding-left: 1.25em;
}
.offer__list li {
    margin-bottom: 0.215em;
}
.offer__list li:last-child {
    margin-bottom: 0;
}
.offer__list li::marker {
    font-size: 1.2em;
}
.offer__list--magenta li::marker{
    color: var(--cl-magenta);
}
.offer__list--blue li::marker{
    color: var(--cl-blue);
}
.offer__list--pink li::marker{
    color: var(--cl-pink);
}

.offer__price {
    padding-bottom: 0.5em;
    display: flex;
    align-items: center;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 0.875;
    text-align: left;
}
.offer__price-new {
    color: #009823;
    padding-right: 0.5em;
}
.offer__price-old {
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
}

.offer__btn {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer--avatar .offer__btn {
    box-shadow: 0 0 72px 0 rgba(255, 179, 48, 0.80);
}

.new-main .block-top__cards .card.card--avatar {
    color: #fff;
    background: linear-gradient(180deg, #1E0763 0%, #5A00AA 100%);

}

@media (max-width: 900px) {
    .home__offers-grid {
        padding: 1.215rem;
        grid-template-columns: 1fr 1fr;
    }
    .offer--natal {
        background-position: center -15rem, 0 0;
    }
    .offer--plus {
        background-size: 70% auto, auto;
    }
}
@media (max-width: 575px) {
    .home__offers-grid {
        grid-template-columns: 1fr;
    }
    .offer--plus .offer__label {
        display: none;
    }
    .offer--plus,
    .offer--meeting {
        min-height: 33rem;
    }
    .offer--plus {
        background-size: 100% auto, auto;
    }
    .offer--natal {
        background-position: center -11rem, 0 0;
    }
    .offer--ipr .offer__icon {
        display: none;
    }  
}