.img_full {
    width: 100%;
    height: 100%;
}
.img_full :is(picture, img, svg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.img_full img {
    -o-object-fit: cover;
    object-fit: cover;
}
.container {
    max-width: 1400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
}
.promo-newyear {
    position: relative;
    overflow: hidden;
}
.promo-newyear img,
.promo-newyear svg {
    height: auto;
    max-width: 100%;
}
.promo-newyear *,
.promo-newyear ::after,
.promo-newyear ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.promo-newyear a {
    text-decoration: none;
}
.promo-newyear__bg,
.promo-newyear__left,
.promo-newyear__right {
    position: absolute;
}
.promo-newyear__left,
.promo-newyear__right {
    z-index: 0;
}
.promo-newyear__bg {
    top: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    height: 168px;
}
.promo-newyear__bg img {
    -o-object-position: bottom;
    object-position: bottom;
}
.promo-newyear .container {
    z-index: 3;
    position: relative;
}
.promo-newyear__block {
    position: relative;
    font-family: Gilroy, sans-serif;
    padding-top: 168px;
    padding-bottom: 87px;
}
.promo-newyear__left {
    left: 0;
    z-index: 1;
    width: 50.26vw;
}
.promo-newyear__left img {
    -o-object-position: right;
    object-position: right;
}
.promo-newyear__right {
    right: 0;
    height: 100%;
    width: 78.229vw;
}
.promo-newyear__right picture {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.promo-newyear__right img {
    -o-object-position: top;
    object-position: top;
}
.promo-newyear__right_1 {
    position: absolute;
    z-index: 2;
    right: -60px;
    top: 65px;
}
.promo-newyear__item {
    max-width: 503px;
}
.promo-newyear__date {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 78px;
    left: 560px;
}
.promo-newyear__date-title {
    position: absolute;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    height: 107px;
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
}
.promo-newyear__subtitle {
    margin-top: 18px;
    text-align: center;
    color: #f3bc5b;
    font-size: 31px;
    line-height: 133%;
}
.promo-newyear__subtitle span {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
}
.promo-newyear__img {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.promo-newyear__btn {
    -webkit-box-shadow: 1px 7px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 7px 12px 0 rgba(0, 0, 0, 0.25);
    background: #f3bc5b;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #01685a;
    padding: 14px 72px;
    border-radius: 35px;
    margin: 43px auto 0;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.promo-newyear__subtext {
    font-size: 29px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    margin-top: -65px;
    position: relative;
}
.promo-newyear__subtext span {
    display: block;
}
.promo-newyear__subtext-bold {
    font-weight: 800;
}
@media screen and (max-width: 1400px) {
    .promo-newyear__left {
        width: 53.26vw;
    }
    .promo-newyear__date {
        left: 42vw;
        z-index: -1;
    }
}
@media screen and (max-width: 1300px) {
    .promo-newyear__date {
        left: 41vw;
    }
}
@media screen and (max-width: 1200px) {
    .promo-newyear__left {
        width: calc(100% + 30px);
    }
    .promo-newyear__right {
        display: none;
    }
    .promo-newyear__item {
        margin-left: auto;
        margin-right: auto;
    }
    .promo-newyear__date {
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .promo-newyear__bg {
        height: 100px;
    }
    .promo-newyear__date {
        top: -20px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 600px) {
    .promo-newyear__bg {
        height: 100px;
    }
    .promo-newyear__date {
        top: 20px;
    }
    .promo-newyear__date-svg img {
        width: 150px;
    }
    .promo-newyear__date-title {
        font-size: 16px;
        height: 80px;
        padding-left: 31px;
        padding-right: 20px;
    }
    .promo-newyear__block {
        padding-top: 175px;
    }
    .promo-newyear__subtitle {
        font-size: 21px;
    }
    .promo-newyear__subtitle span {
        font-size: 28px;
    }
    .promo-newyear__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .promo-newyear__title svg {
        width: 403px;
    }
    .promo-newyear__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: none;
        transform: none;
    }
    .promo-newyear__img img {
        width: 473px;
    }
    .promo-newyear__subtext {
        font-size: 20px;
        margin-top: -30px;
    }
    .promo-newyear__btn {
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .promo-newyear__subtext {
        font-size: 16px;
    }
}
@media screen and (max-width: 350px) {
    .promo-newyear__btn {
        padding-left: 62px;
        padding-right: 62px;
    }
}
@media screen and (max-width: 1200px) {
    .promo-newyear__left img {
        height: 100%;
    }
}
.page-template-template-mainpage .header.second {
    position: absolute;
}
.page-template-template-mainpage .header.second .header__container {
    background: transparent;
}
.promo__title {
    max-width: 1127px;
}
.friday__timer {
    display: flex;
    align-items: center;
    gap: 16px;
}
.friday__anim_1 .friday__anim-item {
    animation-duration: 60s;
}
.friday__timer-img {
    width: 80px;
    height: 80px;
}
.friday__timer-left {
    position: relative;
}
.friday__timer-right {
    max-width: 305px;
    font-weight: 300;
    font-size: 22px;
    line-height: 130%;
}
.friday__timer-right span {
    font-weight: 400;
}
.friday__anim {
    position: absolute;
    top: 0;
    right: -65px;
    width: 1129px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.friday__anim_1 {
    background: #d04018;
    transform: rotate(8deg);
    z-index: 2;
    top: 20px;
}
.friday__anim_2 {
    background: #000;
    transform: rotate(22deg);
    top: -35px;
}
.friday__anim-item {
    width: max-content;
    padding: 10px 0;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    gap: 15px;
    animation: marquee 45s linear infinite;
    white-space: nowrap;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.friday__anim-item .bold {
    font-weight: 800;
}
.promo-friday {
    position: relative;
    overflow: hidden;
    padding-bottom: 208px;
}
.promo-friday .promo__title {
    max-width: 470px;
}
.promo-friday .promo__description {
    max-width: 470px;
    margin-top: 15px;
    margin-bottom: 35px;
    font-weight: 300;
}
.promo-friday .promo__button {
    margin-top: 44px;
}
:is([lang='ge-GE'], [lang='en-US'], [lang='tr-TR'], [lang='ar']) .promo-friday .promo__description {
    max-width: 559px;
}
@media only screen and (max-width: 1440px) {
    .promo-friday .promo__description {
        max-width: 437px;
    }
}
@media screen and (max-width: 768px) {
    .promo__button {
        box-sizing: border-box;
    }
    .promo-friday {
        padding-top: 153px;
        padding-bottom: 100px;
        position: relative;
    }
    .promo-friday::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        z-index: -1;
    }
    .promo-friday .promo__container {
        justify-content: flex-start;
    }
    .friday__anim_1 {
        transform: rotate(37deg);
        right: -430px;
    }
    .friday__anim_2 {
        transform: rotate(16deg);
        top: -71px;
    }
    .friday__anim-item {
        font-size: 16px;
    }
    .friday__timer-right {
        max-width: 254px;
        font-size: 16px;
    }
}

.font-responsive {
    --font-size: calc((var(--min-font-size) * 1px) + (var(--max-font-size) - var(--min-font-size)) * ((100vw - var(--min-viewport-width) * 1px) / (var(--max-viewport-width) - var(--min-viewport-width))));
}

.width-responsive {
    --width: calc((var(--min-width) * 1px) + (var(--max-width) - var(--min-width)) * ((100vw - var(--min-viewport-width) * 1px) / (var(--max-viewport-width) - var(--min-viewport-width))));
}

.w-invest {
    position: relative;
    overflow: hidden;
    height: 946px;
    padding-top: 102px;
    color: #20424f;
}

.w-invest img,
.w-invest svg {
    height: auto;
    max-width: 100%;
}

.w-invest *,
.w-invest ::after,
.w-invest ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.w-invest a {
    text-decoration: none;
}

.w-invest__bg {
    position: absolute;
    left: 19px;
    top: 86px;
}

.w-invest__bg img {
    max-width: 2778px;
}

.w-invest__bg picture:nth-child(2) {
    display: none;
}

.w-invest__subtitle,
.w-invest__title {
    font-family: Prata, sans-serif;
    line-height: 120%;
}

.w-invest__title {
    font-size: 60px;
}

.w-invest__subtitle {
    margin-top: 24px;
    font-size: 38px;
}

.w-invest__list {
    margin-left: 822px;
    margin-top: 153px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 42px;
}

.w-invest__list-li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(86, 117, 126, 0.26);
    border-radius: 98px;
    background: #f2e8dd;
    padding-left: 75px;
    padding-right: 20px;
    font-family: 'Gotham Pro', sans-serif;
}

.w-invest__list-svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 64px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-invest__list-svg-a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 1px;
}

.w-invest__list-svg-a svg:nth-child(2),
.w-invest__list-svg-m svg:nth-child(2) {
    display: none;
}

.w-invest__list-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
}

@media screen and (max-width: 1400px) {
    .w-invest {
        height: 750px;
    }

    .w-invest__bg {
        left: -115px;
        top: 150px;
    }

    .w-invest__bg img {
        max-width: 2300px;
    }

    .w-invest__list {
        margin-left: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .w-invest {
        height: auto;
        padding: 41px 0;
    }

    .w-invest__list {
        margin-left: 0;
        margin-top: 430px;
        gap: 21px;
    }

    .w-invest__subtitle {
        max-width: 340px;
    }
}

@media screen and (max-width: 768px) {
    body {
        --min-viewport-width: 360;
        --max-viewport-width: 1200;
    }

    .w-invest__bg {
        top: 21px;
        left: 0;
        width: 100%;
    }

    .w-invest__bg img {
        max-width: 100%;
        width: 100%;
    }

    .w-invest__bg picture {
        display: none;
    }

    .w-invest__bg picture:nth-child(2) {
        display: block;
    }

    .w-invest__subtitle,
    .w-invest__title {
        font-size: var(--font-size);
    }

    .w-invest__title {
        --min-font-size: 24;
        --max-font-size: 60;
    }

    .w-invest__subtitle {
        line-height: 150%;
        margin-top: 11px;
        --min-font-size: 16;
        --max-font-size: 38;
        --min-width: 163;
        --max-width: 340;
        max-width: var(--width);
    }

    .w-invest__list {
        margin-top: 180px;
        gap: 11px;
    }

    .w-invest__list-li {
        height: 38px;
        padding-left: 44px;
    }

    .w-invest__list-svg {
        width: 38px;
    }

    .w-invest__list-svg-a svg,
    .w-invest__list-svg-m svg {
        display: none;
    }

    .w-invest__list-svg-a svg:nth-child(2),
    .w-invest__list-svg-m svg:nth-child(2) {
        display: block;
    }

    .w-invest__list-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .w-invest__bg {
        --min-width: 477;
        --max-width: 768;
        top: 45px;
        left: -8vw;
    }

    .w-invest__bg img {
        max-width: var(--width);
        width: auto;
    }
}

@media screen and (max-width: 360px) {
    .w-invest__list-title {
        font-size: var(--font-size);
        --min-font-size: 12;
        --max-font-size: 14;
    }
}

.promo-euro__img {
    position: absolute;
    top: -76px;
    right: -30px;
}
@media screen and (max-width: 1700px) {
    .promo-euro__img {
        right: 50px;
    }
}
@media screen and (max-width: 1600px) {
    .promo-euro__img {
        right: 100px;
    }
}
@media screen and (max-width: 1500px) {
    .promo-euro__img {
        right: 150px;
    }
    .promo-euro .promo__title {
        max-width: 980px;
    }
}
@media screen and (max-width: 1400px) {
    .promo-euro__img {
        right: 0px;
    }
}
@media screen and (max-width: 1100px) {
    .promo-euro__img {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 21px;
    }
    .promo-euro__img img {
        width: 131px;
        height: 131px;
    }
}
