.cookie-check__buttons .confirm-btn.decline-btn-cookie {
    display: none;
}

.header-btn .header-btns__im-link {
    display: none;
}

@media (max-width: 600px) {
    .header-btn .header-btns__im-link {
        display: flex;
    }
}

.header-btns__im-link > svg {
    width: 15px;
    height: 15px;
}

.navbar a {
    padding: 20px 28px;
}

@media (max-width: 1450px) {
    header {
        padding: 30px 20px;
    }
}

@media (max-width: 1200px) {
    .navbar a {
        padding: 20px 15px;
    }
}

@media (max-width: 600px) {
    header {
        padding: 10px 16px;
    }
}

.footer {
    background-color: #3A8A7D;
    padding-bottom: 150px;
}

.footer-content {
    justify-content: space-between;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.footer-copyright {
    max-width: 960px;
    margin: 62px auto 0;
    padding-left: 0;
    line-height: 110%;
    color: #fff;
}

.footer-link {
    color: #fff;
}

.age-block {
    padding: 16px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    /*color: #000000;*/
}

.age-block__container {
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: center;
}

.age-block__text {
    text-align: left;
    font-weight: 700;
}

.age-block__container > svg {
    flex-shrink: 0;
}

main {
    overflow: hidden;
}

.popup-menu.active {
    top: 100px;
}

@media (max-width: 600px) {
    .popup-menu.active {
        top: 60px;
        display: block;
    }
}

/* im-container */
.im-container {
    max-width: 1282px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

/* im-hero */
.im-hero__wrapper {
    padding: 60px 60px;
    display: flex;
    gap: 120px;
    max-width: 2560px;
    margin: 0 auto;
    background-repeat: no-repeat, no-repeat;
    background-color: #1E665A;
    background-size: auto 100%, auto 120%;
    background-position: 0 0, 100% 0;
    background-image: url('/local/templates/new_index/assets/images/veloNew/hero-bg.png'), url('/local/templates/new_index/assets/images/veloNew/hero-wave.png');
}


.im-hero__content {
    max-width: 1060px;
}

.im-hero__media {
    flex: 0 0 calc(min(460px, 35%));
}

.im-hero__device {

}

.im-hero__device-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
}

.im-hero__device-img .im-product-card__label {
    z-index: 2;
    width: 102px;
    height: 102px;
    margin-top: 0;
    left: 0;
}

.im-hero__device-img .im-product-card__label:before {
    background-color: #ffffff;
}

.im-hero__device-img .im-product-card__label span {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    inset: -1px;
    background-color: #1E665A;

    z-index: 2;
}


.im-hero__device-text {
    font-size: 32px;
    color: #ffffff;
    margin-top: 18px;
}

.im-hero__device-title {
    font-size: 56px;
    line-height: 125%;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    word-spacing: 5px;
}

.im-hero__title {
    margin-bottom: 60px;
    font-size: 72px;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #fff;

}

.im-hero__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.im-hero__item svg {
    max-width: 80px;
    max-height: 80px;
    flex-shrink: 0;
}

.im-hero__text {
    max-width: 320px;
    color: #fff;
    font-size: 22px;
    line-height: 120%;
}

.im-hero__description {
    font-size: 21px;
    /*line-height: 120%;*/
}

.im-hero__description {
    margin-top: 60px;
    color: #FFA8B0;
    font-size: 16px;
}

/* im-info-block */
.im-info-block {
    position: relative;
    padding: 40px 0;
    background-color: #EDEDED;
    font-weight: 700;
    line-height: 110%;
    font-size: 16px;
}

.im-info-block__container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

/* im-filter-block */
.im-filter-block {
    padding: 130px 0;
    background-color: #F4F4F4;
}

.im-filter-block__wrap {
    max-width: 724px;
    margin: 0 auto;
}

.im-filter-block__title {
    margin-bottom: 64px;
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #5EA79B;
    font-weight: 900;
    word-spacing: 5px;
}

.im-filter-block__title > span {
    color: #1E665A;
}

.im-filter-block__btn-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px 24px;
}

.im-filter-block__btn {
    display: flex;
    justify-content: center;
    padding: 26px;
    min-width: 320px;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.im-filter-block__btn--1 {
    background-color: #1E665A;
}

.im-filter-block__btn--2 {
    background-color: #5EA79B;
}

/* im-card-list */
.im-card-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.im-card-list__item {
    position: relative;
    width: 50%;
    padding-bottom: 118px;
    min-height: 630px;
}

.im-card-list__item--left {
    padding-right: 266px;
    padding-left: 80px;
}

.im-card-list__item--left .im-product-card {
    margin-left: auto;
}

.im-card-list__item--right {
    padding-left: 114px;
    padding-right: 80px;
}

/*.im-card-list__item:nth-child(1)::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 410px;*/
/*    height: 425px;*/
/*    background: url('/local/templates/new_index/img/graphics/blue-left-to-right.svg') left top/contain no-repeat;*/
/*    transform: translate(0, -34%);*/
/*}*/

/* .im-card-list__item:nth-child(2)::before {
    background-image: url('/local/templates/new_index/img/graphics/card-1.svg');
}

.im-card-list__item--right:last-child::before {
    background-image: url('/local/templates/new_index/img/graphics/card-3.svg');
}
 */
.im-card-list__item--green {
    background-color: #009681;
}

.im-card-list__item--blue {
    background-color: #418DD2;
}

.im-card-list__item--red {
    background-color: #1E665A;
}

.im-card-list__item--gray {
    background-color: #C0C9D3;
}

.im-card-list__item--orange {
    background-color: #F69A00;
}

.im-card-list__item--primary-blue {
    background-color: #3F3BAD;
}

.im-card-list__item--full {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 181px;
    padding-left: 80px;
    padding-right: 80px;
    background-color: #3F3BAD;
}

.im-card-list__item--3 {
    display: flex;
    justify-content: center;
    width: calc(100% / 3);
    padding-bottom: 118px;
}

/* .im-card-list__item--full::before {
    position: absolute;
    top: -220px;
    left: -45px;
    width: 100%;
    height: 738px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('/local/templates/new_index/img/graphics/card-2.svg');
    content: '';
} */

.im-card-list__item--full .im-product-card {
    display: flex;
    align-items: flex-end;
    column-gap: 125px;
    max-width: 970px;
}

.im-card-list__item--full .im-product-card__img {
    margin-bottom: 0;
    margin-top: 0;
}

.im-card-list__item--full .im-product-card__content {
    margin-bottom: 30px;
}

/* im-product-card */
.im-product-card {
    position: relative;
    z-index: 5;
    max-width: 384px;
    color: #fff;
}

.im-product-card__label {
    position: absolute;
    top: 60px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 4px;
    margin-top: -30px;
    background-color: #147868;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 110%;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
	 z-index: 1;
	 backdrop-filter: blur(30px);
	 box-shadow: 0 3px 20px rgba(255, 255, 255, 0.5);
	 
}

.im-product-card__label {
	left: 17%;
	margin-top: -45px;
	z-index: 11;
}

@media (max-width: 1249px) {
	.im-product-card__label {
		left: 50%;
		transform: translateX(-170%);
	}
}

@media (max-width: 430px) {
	.im-product-card__label {
		left: 14%;
		transform: translateX(0%);
	}
}



/* .im-product-card__label::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 50%;
    background-color: #2CD5C4;
    animation: 1s infinite pulse;
    content: '';
} */

.im-card-list__item--primary-blue .im-product-card__label::before {
    background-color: #F2802B;
}

.wsnw{
    white-space: nowrap;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.im-product-card__second-img {
    position: absolute;
    left: -244px;
    bottom: 10px;
}

.im-product-card__img-wrap {
    position: relative;
}

.im-product-card__img {
    margin-bottom: 48px;
    margin-top: -30px;
}

.im-product-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}

.im-product-card__title {
    max-width: 384px;
    font-size: 36px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.im-product-card__text {
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
}

.im-product-card__circle {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #D12C38;
    border-radius: 50%;
    flex-shrink: 0;
}

.im-product-card__circle--full {
    background-color: #D12C38;
}

.im-product-card__circle--half::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #D12C38;
    content: '';
}

.im-product-card__characteristics {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.im-product-card__characteristics-text {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #ffffff;
}

/* im-product-popup */
.im-product-popup {
    position: relative;
    width: 500px;
    max-width: 328px;
    padding: 16px;
    color: #10145B;
	 z-index: 1;
    text-align: left;
    background-color: #fff;
    box-shadow: 3px 3px 48px 0px rgba(0, 0, 0, 0.12);
}

.im-product-popup__title {
    padding-right: 20px;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 107%;
    text-transform: uppercase;
}

.im-product-popup__title > span {
    color: #009681;
}

.im-product-popup__text {
    font-size: 16px;
}

.im-product-popup__icon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.im-product-popup-custom{
	position: static;
	display: contents;
}
.im-product-popup-custom .im-product-popup{
	position: absolute;
	bottom: 100%;
	font-weight: 400;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	text-transform: none;
}


@media (max-width: 767px) {
	.im-product-popup-custom .im-product-popup{
		left: -20px;
	}
}

.im-product-popup-custom.active .im-product-popup{
	opacity: 1;
	visibility: visible;
}


/* @media(hover:hover){
	.im-product-popup-custom button:hover .im-product-popup{
		opacity: 1;
		visibility: visible;
	}
}
@media  (hover: none) {

 } */

@media (max-width: 1600px) {
    .im-hero__title {
        margin-bottom: 100px;
    }
}

@media (max-width: 1366px) {
    .im-card-list__item--right::before {
        right: -120px;
    }

    .im-card-list__item--full::before {
        left: -160px;
    }

    .im-hero__title {
        margin-bottom: 80px;
        font-size: 48px;
    }

    .im-hero__slider .swiper-wrapper {
        gap: 40px;
    }

    .im-hero__wrapper {
        gap: 60px;
    }

    .im-hero__device-title {
        font-size: 36px;
    }

    .im-hero__device-text {
        font-size: 22px;
    }

    .im-hero__text {
        font-size: 17px;
    }
}

@media (max-width: 1280px) {
    .im-card-list__item--left {
        padding-left: 40px;
    }

    .im-card-list__item--right {
        padding-right: 40px;
    }

    .im-card-list__item--right::before {
        top: -290px;
    }

    .im-card-list__item--full::before {
        left: -190px;
    }

    .im-card-list__item--left .im-product-card {
        margin-left: unset;
    }

    .im-card-list__item--left {
        padding-right: 40px;
    }

    /*.im-hero__content {*/
    /*    padding: 100px 48px;*/
    /*}*/
}

@media (max-width: 1279px) {
    .im-card-list__item--right::before {
        top: -210px;
        right: -140px;
    }

    .im-card-list__item--right {
        padding-left: 40px;
    }

    .im-card-list__item--full {
        padding-left: 40px;
        padding-right: 40px;
    }

    .im-card-list__item--full .im-product-card {
        max-width: 700px;
        column-gap: 40px;
    }

    .im-card-list__item--full::before {
        top: -145px;
    }

    .im-product-card__second-img {
        left: -210px;
    }

    .im-product-card__second-img > img {
        height: 400px;
        object-fit: contain;
    }

    .im-product-card__second-img::before {
        bottom: -130px;
    }
}

@media (max-width: 1024px) {
    .im-card-list__item {
        width: 100%;
        display: flex;
        justify-content: center;
    }


    /*.im-card-list__item:nth-child(1)::before {*/
    /*    display: none;*/
    /*}*/
    /*.im-card-list__item:nth-child(2)::before {*/
    /*    content: '';*/
    /*    width: 275px;*/
    /*    height: 180px;*/
    /*    background-position: left top;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: -105px;*/
    /*    background-image: url('/local/templates/new_index/img/graphics/mobile-green-left-to-right.svg');*/
    /*}*/
    /*.im-card-list__item:nth-child(3) {*/
    /*    background: #3F3BAD;*/
    /*}*/
    /*.im-card-list__item:nth-child(3)::before {*/
    /*    content: '';*/
    /*    width: 275px;*/
    /*    height: 180px;*/
    /*    background-position: left top;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: -105px;*/
    /*    background-image: url('/local/templates/new_index/img/graphics/mobile-primary-blue-left-to-right.svg');*/
    /*}*/
    /*.im-card-list__item:nth-child(4) {*/
    /*    background: #009681;*/
    /*}*/
    /*.im-card-list__item:nth-child(4)::before {*/
    /*    content: '';*/
    /*    width: 275px;*/
    /*    height: 180px;*/
    /*    background-position: left top;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: -105px;*/
    /*    background-image: url('/local/templates/new_index/img/graphics/mobile-green-white-left-to-right.svg');*/
    /*}*/
    /*  .im-card-list__item--left {
         padding-left: 16px;
     }

     .im-card-list__item--right {
         padding-right: 16px;
     }

     .im-card-list__item--full {
         padding-left: 16px;
         padding-right: 16px;
     }

     .im-card-list__item--full .im-product-card {
         flex-direction: column;
         row-gap: 30px;
     } */
    /*  .im-card-list__item--left {
         padding-left: 16px;
     }

     .im-card-list__item--right {
         padding-right: 16px;
     }

     .im-card-list__item--full {
         padding-left: 16px;
         padding-right: 16px;
     }

     .im-card-list__item--full .im-product-card {
         flex-direction: column;
         row-gap: 30px;
     } */
    .im-hero__wrapper {
        flex-direction: column-reverse;
    }

    .im-hero__wrapper > * {
        width: 100%;
    }

    .im-filter-block {
        padding: 100px 0;
    }

    .im-filter-block__btn {
        min-width: unset;
        width: 50%;
    }

    .im-product-card__second-img {
        display: none;
    }

    .im-card-list__item--full .im-product-card__content {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {


    .im-card-list__item--full {
        justify-content: flex-start;
    }

    /* .im-card-list__item:nth-child(2)::before {
        background-image: url('/local/templates/new_index/img/graphics/card-1-mobile.svg');
    }

    .im-card-list__item--full::before {
        height: 180px;
        background-image: url('/local/templates/new_index/img/graphics/card-2-mobile.svg');
        background-position: right top;
        left: unset;
        right: 0;
        top: -105px;
    }

    .im-card-list__item:nth-child(4)::before {
        position: absolute;
        right: 0;
        top: -105px;
        width: 100%;
        height: 180px;
        background-image: url('/local/templates/new_index/img/graphics/card-3-mobile.svg');
        background-repeat: no-repeat;
        background-position: right top;
        content: '';
    }

    .im-card-list__item--right:last-child::before {
        content: none;
    }

    .im-card-list__item--right::before {
        height: 180px;
        right: 0;
        top: -105px;
    } */
    .im-card-list__item {
        min-height: unset;
        padding-bottom: 64px;
    }

    .im-card-list__item--right {
        padding-left: 16px;
    }

    .im-card-list__item--left {
        padding-right: 16px;
    }

    .im-card-list__item {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 40px;
    }

    .im-card-list__item--full .im-product-card {
        align-items: center;
    }

    .im-product-card__img {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .im-info-block__container {
        row-gap: 40px;
    }

    /*.im-hero__content {*/
    /*    padding: 40px 16px;*/
    /*}*/
    /*.im-hero__title {*/
    /*    padding: 0 16px;*/
    /*    margin-bottom: 40px;*/
    /*    font-size: 26px;*/
    /*}*/
    /*.im-hero__text {*/
    /*    font-size: 16px;*/
    /*}*/
    .im-hero__slider .swiper-slide {
        width: 42%;
    }

    /*.im-hero__content {*/
    /*    width: calc(100% + 32px);*/
    /*    margin-left: -16px;*/
    /*}*/
    .im-hero__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /*.im-hero__description {*/
    /*    margin-top: 30px;*/
    /*}*/
    .im-filter-block {
        padding: 40px 0;
    }

    .im-filter-block__btn-wrap {
        flex-direction: column;
    }

    .im-filter-block__btn {
        font-size: 18px;
        width: 100%;
        padding: 21px;
    }

    .im-filter-block__title {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .age-block {
        padding: 8px 0;
        font-size: 13px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 130px;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        text-transform: uppercase;
    }

    .footer-copyright {
        font-size: 16px;
        text-align: left;
        font-weight: 700;
        margin: 40px auto 0;
    }

    .im-product-card__img {
        margin-bottom: 32px;
    }

    .im-product-card__content {
        row-gap: 16px;
    }

    .im-product-card__title {
        font-size: 24px;
    }

    .im-product-card__text {
        font-size: 18px;
    }

    .im-product-card__img {
        width: 200px;
        height: 200px;
        object-fit: contain;
    }

    .im-product-card__label {

        font-size: 11px;
    }

    .im-product-popup__title {
        margin-bottom: 12px;
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .im-hero__title {
        margin-bottom: 60px;
    }

    .im-hero__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px 70px;
        pointer-events: none;
    }

    .im-hero__slider .swiper-slide {
        margin-right: 0px !important;
        width: 100% !important;
    }

    .im-hero__text {
        max-width: none;
    }
}


/*black*/
.im-card-list--full .im-product-card {
    z-index: 5;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.im-card-list--full {
    width: 100%;
    position: relative;

}

.im-card-list__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 4.5vw;

    text-transform: uppercase;
    z-index: 4;
    /*display: flex;*/
    white-space: nowrap;
    gap: 6vw;
    animation: line 11s infinite linear;
}

.im-card-list__line span {
    font-size: 5vw;
    background: linear-gradient(to right, #606060, #E2E2E2, #606060, #E2E2E2, #606060);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #5D5D5D;
}

.im-card-list__line span:not(:last-child) {
    margin-right: 6vw;
}


.im-card-list__line--2 {
    padding-left: 100%;
    animation: line 12s infinite linear;
}

.im-card-list__item--grey {
    background-color: #2E2E2E;
}

.im-card-list__item--black {
    background-color: #0A0A0A;
}


.im-card-list__item--2 .im-product-card__content {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    padding: 0 20px;
}

.im-product-card__left {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}

.im-product-card__right {
    padding-left: 20px;
    border-left: 4px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;
    font-size: 18px;
    line-height: 1.5;
}

.im-product-card__link {
    display: flex;
    align-items: center;
    margin-top: auto;
    gap: 6px;
    color: #5EA79B;
    text-decoration: none;
}

.im-product-card__link .arrow {
    margin-left: auto;

}


@media (min-width: 1024px) {
    .im-card-list--full {
        width: 100%;
        display: flex;
    }

    .im-card-list__item--2 {
        display: flex;
        justify-content: center;
        width: calc(100% / 2);
        padding-bottom: 118px;
        position: relative;
    }
}

@media (max-width: 1399px) {
    .im-card-list__item--2 .im-product-card__content {

        gap: 20px;

    }


}


@media (max-width: 1023px) {
    .im-card-list__line {
        top: 0;
        bottom: 0;
        margin: auto 0;
        align-items: center;

        height: 12px;
    }

    .im-card-list__line span {
        font-size: 32px;
    }

}
@media (max-width: 600px) {
    .im-card-list__item--2 .im-product-card__content {
        flex-direction: column;
        gap: 32px;
        padding: 0;
        align-items: center;
    }

    .im-card-list__item--2 .im-product-card__img {
        width: 100%;
        height: 200px;
    }

    .im-product-card__right {
        padding-left: 0;
        padding-top: 12px;
        border-left: none;
        border-top: 2px solid #FFFFFF;
        text-align: left;
        gap: 8px;
        font-size: 16px;
        max-width: 270px;
    }

}
@keyframes line {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.taste .buttons{
    justify-content: center;
}

