.article-title {
    display: none
}

.bgpage .contacts-module {
    margin-bottom: 60px
}

.bgpage,
.bgpage__block,
.bgpage__banner {
    margin: 0 calc(50% - 50vw);
    background-color: #fff
}

.bgpage>.container,
.bgpage__block>.container,
.bgpage__banner>.container {
    padding-right: 35px;
    padding-left: 35px
}

.bgpage__banner {
    background: linear-gradient(180deg, #f7f7f7 0%, #e8e8e8 100%)
}

.bgpage__banner>.container {
    margin-bottom: 60px;
    position: relative;
    display: flex;
    gap: 20px
}

.bgpage__content {
    padding: 100px 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.bgpage__image {
    position: absolute;
    right: -40px;
    top: 40px
}

.bgpage__image>img {
    display: block;
    position: relative;
    z-index: 1
}

.bgpage__video {
    position: absolute;
    right: -340px;
    top: 0;
    width: 100%;
    height: 100%
}

.bgpage__video::before {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 1000%;
    height: 64px;
    background-color: #fdfdfd;
    /* background: linear-gradient(to top, #faf8f6 0%, #f3f3f3 100%); */
}

.bgpage__video::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 1000%;
    height: 64px;
    background-color: #fff;
}

.bgpage__video>video {
    display: block;
    /* width: 630px; */
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bgpage__video>.mobile {
    display: none;
}

.bgpage__circle {
    position: absolute;
    top: 13px;
    right: 136px;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #df8844;
    font-family: 'Inter Bold';
    font-size: 25px;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.bgpage__circle>div {
    font-size: 36px
}

.bgpage__circle>div>span {
    font-family: 'Inter Light';
    font-size: 34px
}

.bgpage__title {
    margin: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    width: calc(100% - 560px);
    width: min-content;
    font-family: 'Inter Medium';
    font-size: 50px;
    line-height: normal;
    color: #333;
    text-align: left;
    letter-spacing: unset;
    white-space: nowrap
}

.bgpage__title>span {
    font-size: 32px;
}

.bgpage__span {
    position: absolute;
    top: 15px;
    right: 45px;
    padding: 5px 15px;
    background-color: #df8844;
    border-radius: 3px;
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: normal;
    color: #fff
}

p.bgpage__text {
    margin: 0;
    margin-bottom: 60px;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333
}

.bgpage__box p.bgpage__text {
    margin-top: 30px;
    margin-bottom: 0
}

p.bgpage__text b.countdown-weeks,
p.bgpage__text b.countdown-weeks+b {
    font-weight: normal
}

p.bgpage__text>a {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    border-bottom: 1px solid #333;
    text-decoration: none;
    transition: .3s ease-in-out
}

p.bgpage__text>a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(https://img.danila-master.ru/uploads/articlesImages/site/icons/icon_perehod.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

p.bgpage__text>a:hover {
    color: #df8844;
    border-color: #df8844;
    transition: .3s ease-in-out
}

p.bgpage__text>a:hover::after {
    background-image: url(https://img.danila-master.ru/uploads/articlesImages/site/icons/icon_perehod_orange.svg);
    transition: .3s ease-in-out
}

p.bgpage__text>a:active {
    color: #333;
    border-color: #333;
    transition: .3s ease-in-out
}

p.bgpage__text>a:active::after {
    background-image: url(https://img.danila-master.ru/uploads/articlesImages/site/icons/icon_perehod.svg);
    transition: .3s ease-in-out
}

p.bgpage__descr {
    margin: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #333;
    text-transform: uppercase
}

.bgpage__btn {
    display: block;
    position: relative;
    padding: 12px 30px;
    padding-right: 50px;
    width: fit-content;
    background-color: #333;
    border-radius: 7px;
    border: none;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    transition: background-color .3s ease-in-out
}

.bgpage__banner.animate .bgpage__btn {
    margin-bottom: 130px;
}

.bgpage__banner .bgpage__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(https://img.danila-master.ru/uploads/articlesImages/pages/main-menu/arrow-svg-hover2.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image .3s ease-in-out
}

.bgpage__btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 200px;
    margin-left: 60px;
    background: #fff;
    opacity: .5;
    position: absolute;
    left: -110px;
    top: -50px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all .1s;
    animation-name: slideme;
    animation-duration: 4s;
    animation-delay: .05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.bgpage__btn:hover {
    background-color: #df8844;
    transition: background-color .3s ease-in-out
}

.bgpage__btn:active {
    background-color: #333;
    transition: background-color .3s ease-in-out
}

.bgpage__subtitle {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Inter Light';
    font-size: 30px;
    line-height: normal;
    color: #333;
    text-align: left;
    letter-spacing: unset
}

.bgpage__subtitle span {
    font-weight: bold
}

.bgpage__message {
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.bgpage__message p.bgpage__text {
    margin: 0;
    font-family: 'Inter Light';
    font-size: 30px
}

.bgpage__message p.bgpage__text span {
    margin-top: 5px;
    display: block;
    font-weight: bold;
    font-size: 18px
}

.bgpage__message img {
    display: block;
    width: 60px
}

.bgpage__call {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.bgpage__call p.bgpage__text {
    margin-bottom: 0
}

.bgpage__catalog {
    margin-bottom: 60px
}

.bgpage__catalog .item-list {
    margin-bottom: 60px
}

.productItem {
    background-color: #f7f7f7;
    border-radius: 7px
}

.bgpage__catalog .item-list .productItem__visual>img {
    transition: .3s ease-in-out
}

.bgpage__catalog .item-list .productItem__visual>img:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out
}

.bgpage__catalog .item-list .productItem__visual>img:active {
    transform: scale(1);
    transition: .3s ease-in-out
}

.vip-info__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.vip-info__wrapper .productItem-info {
    background-color: #fff
}

.vip-info__wrapper .productItem__name.mob {
    display: none
}

.vip-info__button {
    background-color: #fff
}

.vip-info__btn {
    display: block;
    position: relative;
    padding: 12px;
    background-color: #efefef;
    border-radius: 7px;
    border: none;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
    text-align: center;
    overflow: hidden;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.vip-info__btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.vip-info__btn:active {
    background-color: #efefef;
    color: #333;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.vip-btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 200px;
    margin-left: 60px;
    background: #fff;
    opacity: .5;
    position: absolute;
    left: -40px;
    top: -50px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all .1s;
    animation-name: slideme;
    animation-duration: 4s;
    animation-delay: .05s;
    animation-delay: calc((var(--i) + 2) * 1s);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.bgpage__block {
    margin-bottom: 60px;
    padding: 30px 0;
    background-color: #f4f4f4
}

.bgpage__block>.container {
    display: flex;
    align-items: center;
    gap: 30px
}

.bgpage__info p.bgpage__text {
    margin-bottom: 30px
}

.bgpage__box {
    margin-bottom: 60px
}

.bgpage__columns {
    margin: 60px 0 30px;
    display: flex
}

.bgpage__photo {
    width: 50%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: contain;
    border-radius: 3px
}

.bgpage__column {
    width: 50%;
    display: flex;
    flex-direction: column
}

.bgpage__column .bgpage__btn {
    margin-top: 20px;
    padding: 15px 60px;
    background-color: #df8844
}

.bgpage__column .bgpage__btn:hover {
    background-color: #333
}

.bgpage__column .bgpage__btn:active {
    background-color: #df8844
}

.bgpage__list {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.bgpage__txt {
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: 'Inter Variable';
    font-size: 21px;
    line-height: normal;
    color: #333
}

.bgpage__icon {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover
}

.bgpage__discount {
    font-family: 'Inter Variable';
    font-size: 150px;
    line-height: normal;
    color: #333
}

.bgpage__count {
    display: flex;
    flex-direction: column;
    font-family: 'Inter Variable';
    font-size: 80px;
    line-height: normal;
    color: #333
}

.bgpage__count span {
    margin-top: -15px;
    font-size: 32px
}

@media screen and (max-width: 1366px) {
    .bgpage__video {
        right: -270px;
    }

    .bgpage__video::before,
    .bgpage__video::after {
        height: 62px;
    }

    .bgpage__circle {
        right: -40px;
    }

    .bgpage__banner.animate .bgpage__btn {
        margin-bottom: 56px;
    }
}

@media screen and (max-width:1024px) {
    .bgpage__banner>.container {
        justify-content: center
    }

    .bgpage__content {
        padding: 30px 0
    }

    .bgpage__title {
        margin-bottom: 10px;
        width: 100%;
        text-align: center
    }

    p.bgpage__descr {
        margin-bottom: 30px;
        text-align: center
    }

    .bgpage__image {
        margin: 0 auto 20px;
        width: fit-content;
        position: relative;
        top: auto;
        right: auto
    }

    .bgpage__video {
        margin-bottom: 30px;
        position: relative;
        height: auto;
        top: auto;
        right: auto
    }

    .bgpage__video>video {
        width: 100%;
        height: auto;
        display: none;
    }

    .bgpage__video>.mobile {
        display: block;
    }

    .bgpage__video::before,
    .bgpage__video::after {
        display: none;
    }

    .bgpage__circle {
        left: 0;
        top: -50px;
        display: none;
    }

    .bgpage__banner .bgpage__btn {
        margin: 0 auto
    }

    .bgpage__banner.animate .bgpage__btn {
        margin-bottom: 0;
    }
}

@media screen and (max-width:992px) {
    .bgpage__list {
        margin: 0
    }
}

@media screen and (max-width:768px) {

    .bgpage>.container,
    .bgpage__block>.container,
    .bgpage__banner>.container {
        padding-right: 15px;
        padding-left: 15px
    }

    .bgpage__banner>.container,
    .bgpage__catalog,
    .bgpage__catalog,
    .bgpage__catalog .item-list,
    .bgpage__block,
    .bgpage__box,
    .bgpage__message,
    .contacts-module {
        margin-bottom: 30px
    }

    .bgpage__title {
        font-size: 32px;
        text-align: center;
        white-space: wrap;
    }

    .bgpage__subtitle {
        font-size: 21px;
        text-align: center
    }

    .bgpage__span {
        display: none
    }

    p.bgpage__descr {
        margin-bottom: 20px
    }

    .bgpage__message {
        align-items: center;
        gap: 15px
    }

    .bgpage__message img {
        width: 50px
    }

    .bgpage__message p.bgpage__text {
        font-size: 21px
    }

    .bgpage__message p.bgpage__text span {
        font-size: 16px
    }

    .bgpage__block {
        padding: 20px 0
    }

    .bgpage__block>.container {
        flex-direction: column;
        gap: 10px
    }

    .bgpage__count {
        text-align: center
    }

    .bgpage__discount {
        font-size: 85px
    }

    .bgpage__info p.bgpage__text {
        margin-bottom: 20px;
        text-align: center
    }

    .bgpage__btn {
        margin: 0 auto
    }

    .bgpage__call {
        flex-direction: column;
        gap: 20px
    }

    .bgpage__call p.bgpage__text {
        text-align: center
    }

    .bgpage__columns {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .bgpage__column {
        width: 100%
    }

    .bgpage__photo {
        max-width: 500px;
        width: 100%
    }

    .bgpage__list {
        gap: 20px
    }

    .bgpage__txt {
        gap: 15px;
        font-size: 16px
    }

    .bgpage__icon {
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width:650px) {
    .bgpage__catalog .item-list .productItem {
        background-color: transparent
    }

    .bgpage__catalog .item-list .productItem__visual {
        background-color: #e1e1e1
    }

    .vip-info__wrapper {
        margin-top: 5px;
        flex-direction: row;
        align-items: center
    }

    .vip-info__wrapper .productItem-info {
        height: auto
    }

    .vip-info__wrapper .productItem__name {
        display: none
    }

    .vip-info__wrapper .productItem__name.mob {
        display: block;
        white-space: nowrap;
    }

    .vip-info__btn {
        padding: 6px 12px
    }

    .vip-info__btn span {
        display: none
    }
}

.bgpage-block {
    margin-bottom: 60px;
    position: relative;
}

.bgpage-block__video {
    display: block;
    width: 100%;
}

.bgpage-block__content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

p.bgpage-block__text {
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Inter Variable';
    font-size: 32px;
    line-height: normal;
    color: #333;
}

.bgpage-block__list {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bgpage-block__item {
    position: relative;
    padding-left: 25px;
    font-family: 'Inter Variable';
    font-size: 18px;
    line-height: normal;
    color: #333;
}

.bgpage-block__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    aspect-ratio: 127 / 150;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.1 15.5'%3E%3Cpath fill='%23333333' d='M0,15.5V0l13.1,7.7L0,15.5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.bgpage-block__btn {
    display: block;
    padding: 12px 30px;
    width: fit-content;
    background-color: #333;
    border-radius: 7px;
    border: none;
    font-family: 'Inter Variable';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.bgpage-block__btn:hover {
    background-color: #df8844;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
}

.bgpage-block__btn:active {
    background-color: #333;
    transition: background-color .3s ease-in-out;
}

@media screen and (max-width: 992px) {
    .bgpage-block__video {
        display: none;
    }

    .bgpage-block__content {
        position: static;
        transform: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .bgpage-block {
        margin-bottom: 30px;
    }

    p.bgpage-block__text {
        margin-bottom: 20px;
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .bgpage-block__btn {
        margin: 0 auto;
        max-width: 295px;
        width: calc(100% - 60px);
    }

    .vip-info__btn,
    .vip-info__wrapper .productItem__name.mob {
        font-size: 16px;
    }
}