@media screen and (max-width:980px) {
    #rec641238657 .t228__leftcontainer {
        padding: 20px;
    }

    #rec641238657 .t228__imglogo {
        padding: 20px 0;
    }

    #rec641238657 .t228 {
        position: static;
    }
}

@media (hover:hover),
(min-width:0\0) {
    #rec641238657 .t-btn:not(.t-animate_no-hover):hover {
        color: #00204d !important;
        background-color: #ffd253 !important;
    }

    #rec641238657 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #00204d !important;
        background-color: #ffd253 !important;
    }

    #rec641238657 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec641238657 .t-btntext:not(.t-animate_no-hover):hover {
        color: #00204d !important;
    }

    #rec641238657 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #00204d !important;
    }
}

#rec641238657 .t-menu__link-item {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#rec641238657 .t-menu__link-item.t-active:not(.t978__menu-link) {
    color: #310094 !important;
}

#rec641238657 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover {
    color: #4712b2 !important;
}

#rec641238657 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible {
    color: #4712b2 !important;
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec641238657 .t-menu__link-item,
    #rec641238657 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}

#rec641238657 .t228__leftcontainer a {
    font-size: 20px;
    color: #ffffff;
}

#rec641238657 a.t-menu__link-item {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

#rec641238657 .t228__right_langs_lang a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

#rec641238657 .t228__right_descr {
    font-size: 18px;
}

#rec641238657 .t228__logo {
    font-size: 20px;
    color: #ffffff;
}

.t-menuburger {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.t-menuburger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
}

.t-menuburger span:nth-child(1) {
    top: 0px;
}

.t-menuburger span:nth-child(2),
.t-menuburger span:nth-child(3) {
    top: 8px;
}

.t-menuburger span:nth-child(4) {
    top: 16px;
}

.t-menuburger__big {
    width: 42px;
    height: 32px;
}

.t-menuburger__big span {
    height: 5px;
}

.t-menuburger__big span:nth-child(2),
.t-menuburger__big span:nth-child(3) {
    top: 13px;
}

.t-menuburger__big span:nth-child(4) {
    top: 26px;
}

.t-menuburger__small {
    width: 22px;
    height: 14px;
}

.t-menuburger__small span {
    height: 2px;
}

.t-menuburger__small span:nth-child(2),
.t-menuburger__small span:nth-child(3) {
    top: 6px;
}

.t-menuburger__small span:nth-child(4) {
    top: 12px;
}

.t-menuburger-opened span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t-menuburger-opened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.t-menuburger-opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.t-menuburger-opened span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(1) {
    top: 6px;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(4) {
    top: 18px;
}

.t-menuburger-opened.t-menuburger__small span:nth-child(1),
.t-menuburger-opened.t-menuburger__small span:nth-child(4) {
    top: 6px;
}

@media (hover),
(min-width:0\0) {
    .t-menuburger_first:hover span:nth-child(1) {
        transform: translateY(1px);
    }

    .t-menuburger_first:hover span:nth-child(4) {
        transform: translateY(-1px);
    }

    .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
        transform: translateY(3px);
    }

    .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
        transform: translateY(-3px);
    }
}

.t-menuburger_second span:nth-child(2),
.t-menuburger_second span:nth-child(3) {
    width: 80%;
    left: 20%;
    right: 0;
}

@media (hover),
(min-width:0\0) {

    .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
    .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
        animation: t-menuburger-anim 0.3s ease-out normal forwards;
    }

    .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
    .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
        animation: t-menuburger-anim2 0.3s ease-out normal forwards;
    }
}

.t-menuburger_second.t-menuburger-opened span:nth-child(2),
.t-menuburger_second.t-menuburger-opened span:nth-child(3) {
    left: 0;
    right: 0;
    width: 100% !important;
}

.t-menuburger_third span:nth-child(4) {
    width: 70%;
    left: unset;
    right: 0;
}

@media (hover),
(min-width:0\0) {
    .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
        width: 100%;
    }
}

.t-menuburger_third.t-menuburger-opened span:nth-child(4) {
    width: 0 !important;
    right: 50%;
}

.t-menuburger_fourth {
    height: 12px;
}

.t-menuburger_fourth.t-menuburger__small {
    height: 8px;
}

.t-menuburger_fourth.t-menuburger__big {
    height: 18px;
}

.t-menuburger_fourth span:nth-child(2),
.t-menuburger_fourth span:nth-child(3) {
    top: 4px;
    opacity: 0;
}

.t-menuburger_fourth span:nth-child(4) {
    top: 8px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
    top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
    top: 6px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
    top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
    top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(2),
.t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
    top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
    top: 12px;
}

@media (hover),
(min-width:0\0) {
    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
        transform: translateY(1px);
    }

    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
        transform: translateY(-1px);
    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
        transform: translateY(3px);
    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
        transform: translateY(-3px);
    }
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
    top: 4px;
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
    opacity: 1;
}

@keyframes t-menuburger-anim {
    0% {
        width: 80%;
        left: 20%;
        right: 0;
    }

    50% {
        width: 100%;
        left: 0;
        right: 0;
    }

    100% {
        width: 80%;
        left: 0;
        right: 20%;
    }
}

@keyframes t-menuburger-anim2 {
    0% {
        width: 80%;
        left: 0;
    }

    50% {
        width: 100%;
        right: 0;
        left: 0;
    }

    100% {
        width: 80%;
        left: 20%;
        right: 0;
    }
}


@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec651311720 .t-menu__link-item,
    #rec651311720 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}

#rec651311720 .t282__logo {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#rec651311720 .t282__logo__content .t-title {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#rec651311720 a.t282__menu__link {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}

#rec651311720 .t282__descr {
    font-size: 20px;
    color: #000000;
}

#rec651311720 .t282__lang a {
    font-size: 20px;
    color: #000000;
}

@media screen and (max-width:560px) {
    #rec641257201 .t-popup__close-icon g {
        fill: #ffffff !important;
    }
}

#rec641257201 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec641257201 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec641257201 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec641257201 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec641257201 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec641257201 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec641257201 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec641257201 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

@media (hover:hover),
(min-width:0\0) {
    #rec641257201 .t-submit:hover {
        color: #333333 !important;
        background-color: #ffd253 !important;
    }

    #rec641257201 .t-submit:focus-visible {
        color: #333333 !important;
        background-color: #ffd253 !important;
    }
}

#rec641257201 .t-submit {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

#rec640952905 .t734__title {
    color: #000000;
    font-weight: 700;
    font-family: 'TildaSans';
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width:900px) {
    #rec640952905 .t734__title {
        font-size: 40px;
    }
}

#rec640952905 .t734__descr {
    font-size: 26px;
    font-weight: 700;
}

#rec640952905 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #ffffff !important;
}

#rec640952905 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #ffffff !important;
}

#rec640952905 .t-slds__bullet_body:focus-visible {
    background-color: #ffffff !important;
}

@media (hover:hover),
(min-width:0\0) {
    #rec640952905 .t-btn:not(.t-animate_no-hover):hover {
        background-color: #ffcd3f !important;
    }

    #rec640952905 .t-btn:not(.t-animate_no-hover):focus-visible {
        background-color: #ffcd3f !important;
    }

    #rec640952905 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
}

#rec640952905 .t-btn[data-btneffects-first],
#rec640952905 .t-btn[data-btneffects-second],
#rec640952905 .t-btn[data-btneffects-third],
#rec640952905 .t-submit[data-btneffects-first],
#rec640952905 .t-submit[data-btneffects-second],
#rec640952905 .t-submit[data-btneffects-third] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#rec640952905 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects,
#rec640952905 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#rec640952905 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after,
#rec640952905 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after {
    content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#rec640952905 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after,
#rec640952905 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after {
    left: -130%;
}

#rec640952905 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after,
#rec640952905 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after {
    left: -150%;
}

@-webkit-keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

#rec654785904 .t734__title {
    color: #000000;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: 'TildaSans';
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width:900px) {
    #rec654785904 .t734__title {
        font-size: 60px;
    }
}

#rec654785904 .t734__descr {
    font-size: 26px;
    font-weight: 700;
}

#rec654785904 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #ffffff !important;
}

#rec654785904 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #ffffff !important;
}

#rec654785904 .t-slds__bullet_body:focus-visible {
    background-color: #ffffff !important;
}

@media (hover:hover),
(min-width:0\0) {
    #rec654785904 .t-btn:not(.t-animate_no-hover):hover {
        background-color: #ffcd3f !important;
    }

    #rec654785904 .t-btn:not(.t-animate_no-hover):focus-visible {
        background-color: #ffcd3f !important;
    }

    #rec654785904 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
}

#rec654785904 .t-btn[data-btneffects-first],
#rec654785904 .t-btn[data-btneffects-second],
#rec654785904 .t-btn[data-btneffects-third],
#rec654785904 .t-submit[data-btneffects-first],
#rec654785904 .t-submit[data-btneffects-second],
#rec654785904 .t-submit[data-btneffects-third] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#rec654785904 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects,
#rec654785904 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#rec654785904 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after,
#rec654785904 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after {
    content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#rec654785904 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after,
#rec654785904 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after {
    left: -130%;
}

#rec654785904 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after,
#rec654785904 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after {
    left: -150%;
}

@-webkit-keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

#rec640955825 .t467__title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 1px;
}

#rec640955825 .t467__descr {
    font-size: 18px;
    font-weight: 300;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: 'TildaSans';
}

#rec641169126 .t022__text {
    color: #ffffff;
    font-weight: 700;
    font-family: 'TildaSans';
}

@media screen and (min-width:480px) {
    #rec641169126 .t022__text {
        font-size: 28px;
    }
}

#rec641247261 .t457__copyright {
    color: #ffffff;
}

#rec641247261 .t457__link {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
}

#rec641247261 .t457__li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'TildaSans';
}

#rec641247261 .t457__logo {
    color: #ffffff;
    font-weight: 600;
}

@media screen and (min-width:480px) {
    #rec641247261 .t457__logo {
        font-size: 28px;
    }
}

#rec752450092 .t902__inner-col {
    border-radius: 0px;
}

.t-section__descr {
    max-width: 560px;
}

#rec752450092 .t-section__title {
    margin-bottom: 90px;
}



@media screen and (max-width:960px) {
    #rec752450092 .t-section__title {
        margin-bottom: 45px;
    }
}

@media screen and (max-width:960px) {

    #rec789070687 .t-cover,
    #rec789070687 .t-cover__carrier,
    #rec789070687 .t-cover__filter {
        height: 500px !important;
    }
}

@media screen and (max-width:640px) {

    #rec789070687 .t-cover,
    #rec789070687 .t-cover__carrier,
    #rec789070687 .t-cover__filter {
        height: 360px !important;
    }
}

@media screen and (max-width:480px) {

    #rec789070687 .t-cover,
    #rec789070687 .t-cover__carrier,
    #rec789070687 .t-cover__filter {
        height: 240px !important;
    }
}

#rec789070687 .t-cover,
#rec789070687 .t-cover__filter {
    border-radius: 0px;
    overflow: hidden;
}

#rec703477103 .t225__uptitle {
    text-transform: uppercase;
}

#rec647137158 .t-popup .t776__title {
    font-weight: 700;
}

#rec647137158 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647137158 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647137158 .t776__content .t776__title {
    font-weight: 700;
}

#rec647137158 .t776__price {
    font-weight: 400;
}

#rec647137158 .t776__price_old {
    font-weight: 400;
}

.tooltip-horizontal-scroll-icon_hand {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite
}

.tooltip-horizontal-scroll-icon_card {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
    0% {
        transform: translateX(80px) scale(1);
        opacity: 0
    }

    10% {
        transform: translateX(80px) scale(1);
        opacity: 1
    }

    20%,
    60% {
        transform: translateX(175px) scale(.6);
        opacity: 1
    }

    80% {
        transform: translateX(5px) scale(.6);
        opacity: 1
    }

    to {
        transform: translateX(5px) scale(.6);
        opacity: 0
    }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {

    0%,
    60% {
        transform: translateX(0)
    }

    80%,
    to {
        transform: translateX(-240px)
    }
}

#rec647129314 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647129314 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647129314 .t766__title {
    font-size: 20px;
}

#rec647129314 .t766__descr {
    font-size: 16px;
}

#rec647129314 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647129314 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647129314 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec647129314 .t-popup__close-icon g {
        fill: #ffffff !important;
    }
}

#rec647139269 .t046__text {
    font-size: 16px;
}

#rec651293930 .t225__uptitle {
    text-transform: uppercase;
}

#rec646458704 .t022__text {
    font-weight: 700;
    font-family: 'TildaSans';
}

@media screen and (min-width:480px) {
    #rec646458704 .t022__text {
        font-size: 28px;
    }
}

#rec803884732 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec803884732 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec803884732 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

#rec803884732 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec803884732 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec803884732 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

#rec641231576 .t581__descr {
    max-width: 600px;
}

#rec647643135 .t750__descr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TildaSans';
}

#rec647643135 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647643135 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647643135 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647643135 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647643135 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec647643135 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec647172588 .t750__descr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TildaSans';
}

#rec647172588 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647172588 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647172588 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647172588 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647172588 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec647172588 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec647171958 .t750__descr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TildaSans';
}

#rec647171958 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171958 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171958 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171958 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171958 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec647171958 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec647171049 .t750__descr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TildaSans';
}

#rec647171049 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171049 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171049 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171049 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647171049 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec647171049 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec647169809 .t750__descr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TildaSans';
}

#rec647169809 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647169809 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647169809 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647169809 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647169809 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec647169809 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec647157035 .t750__descr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TildaSans';
}

#rec647157035 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647157035 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647157035 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647157035 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec647157035 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec647157035 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec647160463 .t686__table {
    border-radius: 16px;
}

#rec647156794 .t686__table {
    border-radius: 16px;
}

#rec651294037 .t225__uptitle {
    text-transform: uppercase;
}

#rec644949494 .t022__text {
    font-weight: 700;
    font-family: 'TildaSans';
}

@media screen and (min-width:480px) {
    #rec644949494 .t022__text {
        font-size: 28px;
    }
}

#rec648366093 .t396__artboard {
    height: 650px;
    background-color: #f5f5f5;
    overflow: visible;
}

#rec648366093 .t396__filter {
    height: 650px;
}

#rec648366093 .t396__carrier {
    height: 650px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:1199px) {

    #rec648366093 .t396__artboard,
    #rec648366093 .t396__filter,
    #rec648366093 .t396__carrier {
        height: 480px;
    }



    #rec648366093 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:959px) {

    #rec648366093 .t396__artboard,
    #rec648366093 .t396__filter,
    #rec648366093 .t396__carrier {
        height: 470px;
    }



    #rec648366093 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:639px) {

    #rec648366093 .t396__artboard,
    #rec648366093 .t396__filter,
    #rec648366093 .t396__carrier {
        height: 470px;
    }



    #rec648366093 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:479px) {

    #rec648366093 .t396__artboard,
    #rec648366093 .t396__filter,
    #rec648366093 .t396__carrier {
        height: 590px;
    }



    #rec648366093 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405433251"] {
    z-index: 2;
    top: 25px;
    left: calc(50% - 600px + 420px);
    width: 359px;
}

#rec648366093 .tn-elem[data-elem-id="1696405433251"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405433251"] {
        top: 17px;
        left: calc(50% - 480px + 329px);
        width: 302px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696405433251"] {
        top: 8px;
        left: calc(50% - 320px + 170px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696405433251"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405433251"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407239590"] {
    z-index: 3;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696407239590"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407239590"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696407239590"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696407239590"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696407239590"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696407239590"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696407239590"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1574950899964"] {
    z-index: 4;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1574950899964"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574950899964"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574950899964"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1574950899964"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574950899964"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574950899964"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574950899964"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1574951234139"] {
    z-index: 5;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1574951234139"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574951234139"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574951234139"] {
        top: 530px;
        left: calc(50% - 480px + 1100px);
    }

    #rec648366093 .tn-elem[data-elem-id="1574951234139"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574951234139"] {
        top: -145px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574951234139"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574951234139"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406236718"] {
    z-index: 6;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406236718"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406236718"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406236718"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696406236718"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406236718"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406236718"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406236718"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1574690643123"] {
    z-index: 7;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1574690643123"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574690643123"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574690643123"] {
        top: 17px;
        left: calc(50% - 480px + 329px);
        width: 302px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574690643123"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574690643123"] {
        top: 8px;
        left: calc(50% - 320px + 170px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574690643123"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574690643123"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1574690596428"] {
    z-index: 8;
    top: 24px;
    left: calc(50% - 600px + 420px);
    width: 360px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1574690596428"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574690596428"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574690596428"] {
        top: -70px;
        left: calc(50% - 480px + 1100px);
    }

    #rec648366093 .tn-elem[data-elem-id="1574690596428"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574690596428"] {
        top: 945px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574690596428"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574690596428"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1574690149209"] {
    z-index: 9;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1574690149209"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574690149209"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574690149209"] {
        top: -255px;
        left: calc(50% - 480px + 1600px);
    }

    #rec648366093 .tn-elem[data-elem-id="1574690149209"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574690149209"] {
        top: 945px;
        left: calc(50% - 320px + 1350px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574690149209"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574690149209"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406258487"] {
    z-index: 10;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406258487"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406258487"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406258487"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696406258487"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406258487"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406258487"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406258487"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407229404"] {
    z-index: 11;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696407229404"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407229404"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696407229404"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696407229404"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696407229404"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696407229404"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696407229404"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407233160"] {
    z-index: 12;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696407233160"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407233160"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696407233160"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696407233160"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696407233160"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696407233160"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696407233160"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407234594"] {
    z-index: 13;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696407234594"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407234594"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696407234594"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696407234594"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696407234594"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696407234594"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696407234594"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407235984"] {
    z-index: 14;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696407235984"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407235984"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696407235984"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696407235984"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696407235984"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696407235984"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696407235984"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407237241"] {
    z-index: 15;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696407237241"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407237241"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696407237241"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696407237241"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696407237241"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696407237241"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696407237241"] {
        top: 542px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407238435"] {
    z-index: 16;
    top: 25px;
    left: calc(50% - 600px + 421px);
    width: 359px;
    pointer-events: none;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696407238435"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696407238435"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696407238435"] {
        top: 1056px;
        left: calc(50% - 480px + 1110px);
    }

    #rec648366093 .tn-elem[data-elem-id="1696407238435"] .tn-atom {
        opacity: 1;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696407238435"] {
        top: 430px;
        left: calc(50% - 320px + 880px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696407238435"] {
        top: 22px;
        left: calc(50% - 240px + 90px);
        width: 302px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696407238435"] {
        top: 524px;
        left: calc(50% - 160px + 9px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408921105"] {
    z-index: 17;
    top: 22px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408921105"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {}

#rec648366093 .tn-elem[data-elem-id="1696408921102"] {
    z-index: 18;
    top: 101px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408921102"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408921102"] {
        top: 108px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408921098"] {
    z-index: 19;
    top: 179px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408921098"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408921098"] {
        top: 180px;
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408921098"] {
        top: 207px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408921095"] {
    z-index: 20;
    top: 257px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408921095"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408921095"] {
        top: 273px;
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408921095"] {
        top: 354px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408921091"] {
    z-index: 21;
    top: 336px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408921091"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408921091"] {
        top: 365px;
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408921091"] {
        top: 280px;
        left: calc(50% - 160px + 826px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408921088"] {
    z-index: 22;
    top: 414px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408921088"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {}

#rec648366093 .tn-elem[data-elem-id="1696408921083"] {
    z-index: 23;
    top: 492px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408921083"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {}

#rec648366093 .tn-elem[data-elem-id="1696408559949"] {
    z-index: 24;
    top: 492px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408559949"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559949"] {
        top: 534px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559949"] {
        top: 532px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559949"] {
        top: 445px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408559538"] {
    z-index: 25;
    top: 414px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408559538"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559538"] {
        top: 442px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559538"] {
        left: calc(50% - 240px + -440px);
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559538"] {
        top: 376px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408559225"] {
    z-index: 26;
    top: 335px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408559225"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559225"] {
        top: 356px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559225"] {
        top: 350px;
        left: calc(50% - 320px + -448px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559225"] {
        top: 358px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408559225"] {
        top: 304px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408558901"] {
    z-index: 27;
    top: 257px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408558901"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408558901"] {
        top: 273px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696408558901"] {
        left: calc(50% - 320px + -448px);
    }
}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408558901"] {
        top: 233px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408557274"] {
    z-index: 28;
    top: 179px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408557274"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408557274"] {
        top: 203px;
        left: calc(50% - 480px + -449px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408557274"] {
        top: 164px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408555577"] {
    z-index: 29;
    top: 101px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408555577"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408555577"] {
        left: calc(50% - 480px + -449px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696408555577"] {
        left: calc(50% - 240px + -449px);
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408555577"] {
        top: 92px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696408009992"] {
    z-index: 30;
    top: 22px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

#rec648366093 .tn-elem[data-elem-id="1696408009992"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffd253;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696408009992"] {
        left: calc(50% - 480px + -449px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696408009992"] {
        top: 23px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405201146"] {
    z-index: 31;
    top: 22px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696405201146"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405201146"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405201146"] {
        left: calc(50% - 480px + -449px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405201146"] {
        top: 23px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574689971476"] {
    color: #000000;
    z-index: 32;
    top: 45px;
    left: calc(50% - 600px + 50px);
    width: 323px;
}

#rec648366093 .tn-elem[data-elem-id="1574689971476"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574689971476"] {
        top: 43px;
        left: calc(50% - 480px + -449px);
        width: 316px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574689971476"] {
        top: 36px;
        left: calc(50% - 320px + -449px);
        width: 284px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574689971476"] {
        top: 40px;
        left: calc(50% - 240px + -449px);
        width: 282px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574689971476"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574689971476"] {
        top: 41px;
        left: calc(50% - 160px + 26px);
        width: 275px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574689971476"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696404001520"] {
    z-index: 33;
    top: 492px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696404001520"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696404001520"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696404001520"] {
        top: 534px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696404001520"] {
        top: 532px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696404001520"] {
        top: 445px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
        border-radius: 16px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696404001520"] .tn-atom {
        border-radius: 16px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405202644"] {
    z-index: 34;
    top: 101px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696405202644"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405202644"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405202644"] {
        left: calc(50% - 480px + -449px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696405202644"] {
        left: calc(50% - 240px + -449px);
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405202644"] {
        top: 92px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405203665"] {
    z-index: 35;
    top: 179px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696405203665"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405203665"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405203665"] {
        top: 203px;
        left: calc(50% - 480px + -449px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405203665"] {
        top: 164px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405205037"] {
    z-index: 36;
    top: 257px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696405205037"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405205037"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405205037"] {
        top: 273px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696405205037"] {
        left: calc(50% - 320px + -448px);
    }
}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405205037"] {
        top: 233px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
        border-radius: 16px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696405205037"] .tn-atom {
        border-radius: 16px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405206018"] {
    z-index: 37;
    top: 335px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696405206018"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405206018"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405206018"] {
        top: 356px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696405206018"] {
        top: 350px;
        left: calc(50% - 320px + -448px);
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696405206018"] {
        top: 358px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405206018"] {
        top: 304px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405207051"] {
    z-index: 38;
    top: 414px;
    left: calc(50% - 600px + 20px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696405207051"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405207051"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405207051"] {
        top: 442px;
        left: calc(50% - 480px + -440px);
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696405207051"] {
        left: calc(50% - 240px + -440px);
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405207051"] {
        top: 376px;
        left: calc(50% - 160px + 9px);
        width: 301px;
        height: 59px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816712"] {
    z-index: 39;
    top: 414px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406816712"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816712"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {}

#rec648366093 .tn-elem[data-elem-id="1696406816716"] {
    z-index: 40;
    top: 336px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406816716"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816716"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816716"] {
        top: 365px;
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816716"] {
        top: 280px;
        left: calc(50% - 160px + 826px);
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816719"] {
    z-index: 41;
    top: 257px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406816719"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816719"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816719"] {
        top: 273px;
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816719"] {
        top: 354px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816722"] {
    z-index: 42;
    top: 179px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406816722"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816722"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816722"] {
        top: 180px;
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816722"] {
        top: 207px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816725"] {
    z-index: 43;
    top: 101px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406816725"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816725"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816725"] {
        top: 108px;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816728"] {
    z-index: 44;
    top: 22px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406816728"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816728"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {}

#rec648366093 .tn-elem[data-elem-id="1696406816731"] {
    z-index: 45;
    top: 492px;
    left: calc(50% - 600px + 820px);
    width: 360px;
    height: 65px;
}

@media (min-width:1200px) {
    #rec648366093 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696406816731"] {
        opacity: 0;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816731"] .tn-atom {
    border-width: 1px;
    border-radius: 16px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #eaeaea;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(162, 162, 162, 0.3);
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:959px) {}

@media screen and (max-width:639px) {}

@media screen and (max-width:479px) {}

#rec648366093 .tn-elem[data-elem-id="1696406816733"] {
    color: #000000;
    z-index: 46;
    top: 45px;
    left: calc(50% - 600px + 850px);
    width: 323px;
}

#rec648366093 .tn-elem[data-elem-id="1696406816733"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816733"] {
        top: 22px;
        left: calc(50% - 480px + 845px);
        width: 298px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816733"] {
        top: 29px;
        left: calc(50% - 320px + 832px);
        width: 290px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816733"] {
        top: 29px;
        left: calc(50% - 240px + 844px);
        width: 304px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816733"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816733"] {
        top: 43px;
        left: calc(50% - 160px + 844px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816733"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405837628"] {
    color: #000000;
    z-index: 47;
    top: 437px;
    left: calc(50% - 600px + 50px);
    width: 323px;
}

#rec648366093 .tn-elem[data-elem-id="1696405837628"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837628"] {
        top: 465px;
        left: calc(50% - 480px + -440px);
        width: 340px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837628"] {
        top: 465px;
        left: calc(50% - 320px + -445px);
        width: 284px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837628"] {
        top: 461px;
        left: calc(50% - 240px + -443px);
        width: 282px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696405837628"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837628"] {
        top: 394px;
        left: calc(50% - 160px + 26px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696405837628"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816735"] {
    color: #000000;
    z-index: 48;
    top: 437px;
    left: calc(50% - 600px + 850px);
    width: 296px;
}

#rec648366093 .tn-elem[data-elem-id="1696406816735"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816735"] {
        top: 439px;
        left: calc(50% - 480px + 845px);
        width: 298px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816735"] {
        top: 453px;
        left: calc(50% - 320px + 832px);
        width: 290px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816735"] {
        top: 449px;
        left: calc(50% - 240px + 844px);
        width: 304px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816735"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816735"] {
        top: 456px;
        left: calc(50% - 160px + 844px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816735"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574689997495"] {
    color: #000000;
    z-index: 49;
    top: 124px;
    left: calc(50% - 600px + 50px);
    width: 295px;
}

#rec648366093 .tn-elem[data-elem-id="1574689997495"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574689997495"] {
        top: 124px;
        left: calc(50% - 480px + -449px);
        width: 145px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574689997495"] {
        top: 126px;
        left: calc(50% - 320px + -449px);
        width: 288px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574689997495"] {
        top: 130px;
        left: calc(50% - 240px + -449px);
        width: 282px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574689997495"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574689997495"] {
        top: 110px;
        left: calc(50% - 160px + 26px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574689997495"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816737"] {
    color: #000000;
    z-index: 50;
    top: 124px;
    left: calc(50% - 600px + 850px);
    width: 295px;
}

#rec648366093 .tn-elem[data-elem-id="1696406816737"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816737"] {
        top: 103px;
        left: calc(50% - 480px + 845px);
        width: 298px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816737"] {
        top: 117px;
        left: calc(50% - 320px + 832px);
        width: 290px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816737"] {
        top: 113px;
        left: calc(50% - 240px + 844px);
        width: 304px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816737"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816737"] {
        top: 129px;
        left: calc(50% - 160px + 844px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816737"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696405837631"] {
    color: #000000;
    z-index: 51;
    top: 515px;
    left: calc(50% - 600px + 50px);
    width: 295px;
}

#rec648366093 .tn-elem[data-elem-id="1696405837631"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837631"] {
        top: 557px;
        left: calc(50% - 480px + -440px);
        width: 245px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837631"] {
        top: 557px;
        left: calc(50% - 320px + -445px);
        width: 284px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837631"] {
        top: 551px;
        left: calc(50% - 240px + -443px);
        width: 282px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696405837631"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696405837631"] {
        top: 463px;
        left: calc(50% - 160px + 26px);
        width: 275px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696405837631"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816738"] {
    color: #000000;
    z-index: 52;
    top: 515px;
    left: calc(50% - 600px + 850px);
    width: 295px;
}

#rec648366093 .tn-elem[data-elem-id="1696406816738"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816738"] {
        top: 517px;
        left: calc(50% - 480px + 845px);
        width: 298px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816738"] {
        top: 531px;
        left: calc(50% - 320px + 832px);
        width: 290px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816738"] {
        top: 527px;
        left: calc(50% - 240px + 844px);
        width: 304px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816738"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816738"] {
        top: 534px;
        left: calc(50% - 160px + 844px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816738"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574690810055"] {
    color: #000000;
    z-index: 53;
    top: 202px;
    left: calc(50% - 600px + 50px);
    width: 306px;
}

#rec648366093 .tn-elem[data-elem-id="1574690810055"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574690810055"] {
        top: 226px;
        left: calc(50% - 480px + -449px);
        width: 316px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574690810055"] {
        top: 216px;
        left: calc(50% - 320px + -449px);
        width: 284px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574690810055"] {
        top: 220px;
        left: calc(50% - 240px + -449px);
        width: 282px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574690810055"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574690810055"] {
        top: 182px;
        left: calc(50% - 160px + 26px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574690810055"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816739"] {
    color: #000000;
    z-index: 54;
    top: 202px;
    left: calc(50% - 600px + 850px);
    width: 306px;
}

#rec648366093 .tn-elem[data-elem-id="1696406816739"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816739"] {
        top: 182px;
        left: calc(50% - 480px + 845px);
        width: 298px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816739"] {
        top: 196px;
        left: calc(50% - 320px + 832px);
        width: 290px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816739"] {
        top: 192px;
        left: calc(50% - 240px + 844px);
        width: 304px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816739"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816739"] {
        top: 228px;
        left: calc(50% - 160px + 844px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816739"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574947822849"] {
    color: #000000;
    z-index: 55;
    top: 280px;
    left: calc(50% - 600px + 50px);
    width: 306px;
}

#rec648366093 .tn-elem[data-elem-id="1574947822849"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574947822849"] {
        top: 319px;
        left: calc(50% - 480px + -446px);
        width: 316px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574947822849"] {
        top: 306px;
        left: calc(50% - 320px + -449px);
        width: 284px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574947822849"] {
        top: 311px;
        left: calc(50% - 240px + -448px);
        width: 282px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574947822849"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574947822849"] {
        top: 251px;
        left: calc(50% - 160px + 26px);
        width: 275px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574947822849"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816741"] {
    color: #000000;
    z-index: 56;
    top: 280px;
    left: calc(50% - 600px + 850px);
    width: 306px;
}

#rec648366093 .tn-elem[data-elem-id="1696406816741"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816741"] {
        top: 298px;
        left: calc(50% - 480px + 845px);
        width: 298px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816741"] {
        top: 312px;
        left: calc(50% - 320px + 832px);
        width: 290px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816741"] {
        top: 308px;
        left: calc(50% - 240px + 844px);
        width: 304px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816741"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816741"] {
        top: 396px;
        left: calc(50% - 160px + 844px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816741"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1574947994346"] {
    color: #000000;
    z-index: 57;
    top: 358px;
    left: calc(50% - 600px + 50px);
    width: 306px;
}

#rec648366093 .tn-elem[data-elem-id="1574947994346"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1574947994346"] {
        top: 379px;
        left: calc(50% - 480px + -446px);
        width: 316px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1574947994346"] {
        top: 373px;
        left: calc(50% - 320px + -449px);
        width: 284px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1574947994346"] {
        top: 377px;
        left: calc(50% - 240px + -448px);
        width: 282px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574947994346"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1574947994346"] {
        top: 322px;
        left: calc(50% - 160px + 26px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1574947994346"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec648366093 .tn-elem[data-elem-id="1696406816742"] {
    color: #000000;
    z-index: 58;
    top: 359px;
    left: calc(50% - 600px + 850px);
    width: 306px;
}

#rec648366093 .tn-elem[data-elem-id="1696406816742"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width:1199px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816742"] {
        top: 390px;
        left: calc(50% - 480px + 845px);
        width: 298px;
    }
}

@media screen and (max-width:959px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816742"] {
        top: 404px;
        left: calc(50% - 320px + 832px);
        width: 290px;
    }
}

@media screen and (max-width:639px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816742"] {
        top: 400px;
        left: calc(50% - 240px + 844px);
        width: 304px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816742"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width:479px) {
    #rec648366093 .tn-elem[data-elem-id="1696406816742"] {
        top: 322px;
        left: calc(50% - 160px + 850px);
        width: 290px;
    }

    #rec648366093 .tn-elem[data-elem-id="1696406816742"] .tn-atom {
        font-size: 20px;
        line-height: 1.15;
    }
}

#rec651286328 .t994__title {
    color: #000000;
}

@media screen and (max-width:960px) {
    #rec651286328 .t994__loader-outer {
        background-color: rgba(0, 26, 99, 0.5) !important;
    }

    #rec651286328 .t994__loader-inner {
        background-color: #001a63 !important;
    }
}

#rec651286328 .t-slds__arrow_wrapper polyline {
    -webkit-transition: stroke ease-in-out .2s;
    -moz-transition: stroke ease-in-out .2s;
    -o-transition: stroke ease-in-out .2s;
    transition: stroke ease-in-out .2s;
}

#rec651286328 .t-slds__arrow_wrapper:hover polyline {
    stroke: #ffd253 !important;
}

#rec651286328 .t994__arrow:focus-visible polyline {
    stroke: #ffd253 !important;
}

#rec651286328 .t-slds__arrow_wrapper:hover .t-slds__arrow-withbg {
    border-color: #ffd253 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

#rec651286328 .t-slds__arrow-withbg:focus-visible {
    border-color: #ffd253 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

#rec651286328 .t994__item:not(.t-slds__item_active) {
    transform: scale(0.85);
}

@media screen and (max-width:960px) {
    #rec651286328 .t994__item:not(.t-slds__item_active) {
        transform: scale(1);
    }
}

#rec651293685 .t225__uptitle {
    text-transform: uppercase;
}

#rec641184296 .t022__text {
    font-weight: 700;
    font-family: 'TildaSans';
}

@media screen and (min-width:480px) {
    #rec641184296 .t022__text {
        font-size: 28px;
    }
}

#rec646460350 .t431 .t431__th {
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
}

#rec646460350 .t431 .t431__tbody tr:nth-child(1) td {
    border-top: 0 !important;
}

#rec646460350 .t431 .t431__td {
    border-width: 1px 0px;
    vertical-align: top;
    border-color: #d9d9d9;
    color: #4d4c4c;
}

#rec646460350 .t431 .t431__oddrow {
    background: #ffffff
}

#rec646460350 .t431 .t431__evenrow {
    background: #eeeeee
}

#rec646460350 .t431 .t431__btnwrapper a {
    color: #ffffff;
    border: 0px solid #000000;
    background-color: #000000;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
}

#rec646459154 .t410 .t-beforeafter__controller {
    background-color: #ffffff;
}

#rec646459154 .t410 .t-beforeafter__control {
    background-color: #ffffff;
}

#rec646459154 .t410 .t-beforeafter__arrow_right {
    border-color: transparent transparent transparent #ffffff;
}

#rec646459154 .t410 .t-beforeafter__arrow_left {
    border-color: transparent #ffffff transparent transparent;
}

#rec791849793 .t225__uptitle {
    text-transform: uppercase;
}

#rec641228439 .t022__text {
    font-weight: 700;
    font-family: 'TildaSans';
}

@media screen and (min-width:480px) {
    #rec641228439 .t022__text {
        font-size: 28px;
    }
}

#rec789118969 .t581__title {
    font-weight: 800;
}

@media screen and (min-width:900px) {
    #rec789118969 .t581__title {
        font-size: 42px;
    }
}

#rec789118969 .t581__descr {
    max-width: 600px;
}

#rec789117933 .t580__title {
    color: #000000;
}

#rec789117933 .t580__descr {
    color: #000000;
    max-width: 600px;
}

#rec789117933 .t-btn[data-btneffects-first],
#rec789117933 .t-btn[data-btneffects-second],
#rec789117933 .t-btn[data-btneffects-third],
#rec789117933 .t-submit[data-btneffects-first],
#rec789117933 .t-submit[data-btneffects-second],
#rec789117933 .t-submit[data-btneffects-third] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#rec789117933 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects,
#rec789117933 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#rec789117933 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after,
#rec789117933 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after {
    content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#rec789117933 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after,
#rec789117933 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after {
    left: -130%;
}

#rec789117933 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after,
#rec789117933 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after {
    left: -150%;
}

@-webkit-keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

#rec793460278 .t347__table {
    border-radius: 16px;
    overflow: hidden;
}

#rec793457639 .t225__uptitle {
    text-transform: uppercase;
}

#rec793457637 .t022__text {
    font-weight: 700;
    font-family: 'TildaSans';
}

@media screen and (min-width:480px) {
    #rec793457637 .t022__text {
        font-size: 28px;
    }
}

#rec757295487 .t-btn[data-btneffects-first],
#rec757295487 .t-btn[data-btneffects-second],
#rec757295487 .t-btn[data-btneffects-third],
#rec757295487 .t-submit[data-btneffects-first],
#rec757295487 .t-submit[data-btneffects-second],
#rec757295487 .t-submit[data-btneffects-third] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#rec757295487 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects,
#rec757295487 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#rec757295487 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after,
#rec757295487 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects::after {
    content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#rec757295487 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after,
#rec757295487 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_md::after {
    left: -130%;
}

#rec757295487 .t-btn[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after,
#rec757295487 .t-submit[data-btneffects-first="btneffects-ripple"] .t-btn_effects_lg::after {
    left: -150%;
}

@-webkit-keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

#rec800974801 .t581__descr {
    max-width: 600px;
}

#rec814946836 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec814946836 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;

}

#rec650434518 .t750__title {
    font-size: 22px;
}

#rec650434518 .t750__title_small {
    font-size: 16px;
}

#rec650434518 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec650434518 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec650434518 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec650434518 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec650434518 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec650434518 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec650434518 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec650434518 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec650434518 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec650434518 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec650434518 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec650434518 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec641740564 .t750__title {
    font-size: 22px;
}

#rec641740564 .t750__title_small {
    font-size: 16px;
}

#rec641740564 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec641740564 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec641740564 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec641740564 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec641740564 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec641740564 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec641740564 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641740564 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641740564 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641740564 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641740564 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec641740564 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec643502793 .t750__title {
    font-size: 22px;
}

#rec643502793 .t750__title_small {
    font-size: 16px;
}

#rec643502793 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec643502793 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec643502793 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec643502793 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec643502793 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec643502793 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec643502793 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643502793 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643502793 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643502793 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643502793 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec643502793 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec643492189 .t750__title {
    font-size: 22px;
}

#rec643492189 .t750__title_small {
    font-size: 16px;
}

#rec643492189 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec643492189 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec643492189 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec643492189 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec643492189 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec643492189 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec643492189 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643492189 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643492189 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643492189 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643492189 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec643492189 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec643500669 .t750__title {
    font-size: 22px;
}

#rec643500669 .t750__title_small {
    font-size: 16px;
}

#rec643500669 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec643500669 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec643500669 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec643500669 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec643500669 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec643500669 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec643500669 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643500669 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643500669 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643500669 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec643500669 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec643500669 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec828166491 .t750__title {
    font-size: 22px;
}

#rec828166491 .t750__title_small {
    font-size: 16px;
}

#rec828166491 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec828166491 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec828166491 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec828166491 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec828166491 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec828166491 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec828166491 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec828166491 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec828166491 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec828166491 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec828166491 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec828166491 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec814250824 .t750__title {
    font-size: 22px;
}

#rec814250824 .t750__title_small {
    font-size: 16px;
}

#rec814250824 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec814250824 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec814250824 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec814250824 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec814250824 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec814250824 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec814250824 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec814250824 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec814250824 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec814250824 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec814250824 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec814250824 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec641249463 .t750__title {
    font-size: 22px;
}

#rec641249463 .t750__title_small {
    font-size: 16px;
}

#rec641249463 .t750__descr {
    font-size: 18px;
}

@media (hover:hover),
(min-width:0\0) {
    #rec641249463 .t-btn:not(.t-animate_no-hover):hover {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec641249463 .t-btn:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
        background-color: #ffd253 !important;
    }

    #rec641249463 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #rec641249463 .t-btntext:not(.t-animate_no-hover):hover {
        color: #000000 !important;
    }

    #rec641249463 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color: #000000 !important;
    }
}

#rec641249463 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641249463 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641249463 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641249463 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec641249463 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

@media screen and (max-width:560px) {
    #rec641249463 .t-popup__close-icon g {
        fill: #000000 !important;
    }
}

#rec814247857 .t778__wrapper:not(.t-popup__container .t778__wrapper),
#rec814247857 .t-store__card__wrap_all,
#rec814247857 .t-store__card__imgwrapper,
#rec814247857 .t778__imgwrapper {
    border-radius: 12px;
}

#rec814247857 .t-popup .t778__title {
    font-weight: 700;
}

#rec814247857 .t778__textwrapper .t778__descr {
    font-size: 16px;
}

#rec814247857 .t778__content .t778__title {
    font-weight: 700;
}

#rec814247857 .t778__price {
    font-weight: 400;
}

#rec814247857 .t778__price_old {
    font-weight: 400;
}

@media (hover:hover),
(min-width:0\0) {
    #rec814247857 .t-btn:not(.t-animate_no-hover):hover {
        background-color: #ffcd3f !important;
    }

    #rec814247857 .t-btn:not(.t-animate_no-hover):focus-visible {
        background-color: #ffcd3f !important;
    }

    #rec814247857 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
}

#rec814247857 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec814247857 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec814247857 .t-col .t778__wrapper:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3) !important;
}

@media screen and (max-width:960px) {
    #rec814247857 .t778__col {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.tooltip-horizontal-scroll-icon_circle {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-circle 2.9s infinite linear;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-circle {
    0% {
        opacity: 1;
        transform: translateX(0);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    27% {
        opacity: 1;
        transform: translateX(-20px);
        width: 21px;
        animation-timing-function: ease-out;
    }

    37% {
        opacity: 1;
        transform: translateX(-22px);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    54% {
        opacity: 0;
        transform: translateX(-22px);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    100% {
        opacity: 0;
        transform: translateX(-22px);
        width: 16px;
    }
}
#rec650261340 .t778__wrapper:not(.t-popup__container .t778__wrapper),
#rec650261340 .t-store__card__wrap_all,
#rec650261340 .t-store__card__imgwrapper,
#rec650261340 .t778__imgwrapper {
    border-radius: 12px;
}
#rec650261340 .t-popup .t778__title {
    font-weight: 700;
}
#rec650261340 .t778__textwrapper .t778__descr {
    font-size: 16px;
}
#rec650261340 .t778__content .t778__title {
    font-weight: 700;
}

#rec650261340 .t778__price {
    font-weight: 400;
}

#rec650261340 .t778__price_old {
    font-weight: 400;
}
@media (hover:hover),
(min-width:0\0) {
    #rec650261340 .t-btn:not(.t-animate_no-hover):hover {
        background-color: #ffcd3f !important;
    }

    #rec650261340 .t-btn:not(.t-animate_no-hover):focus-visible {
        background-color: #ffcd3f !important;
    }

    #rec650261340 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
}
#rec650261340 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec650261340 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}
#rec650261340 .t-col .t778__wrapper:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (max-width:960px) {
    #rec650261340 .t778__col {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
.tooltip-horizontal-scroll-icon_circle {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-circle 2.9s infinite linear;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-circle {
    0% {
        opacity: 1;
        transform: translateX(0);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    27% {
        opacity: 1;
        transform: translateX(-20px);
        width: 21px;
        animation-timing-function: ease-out;
    }

    37% {
        opacity: 1;
        transform: translateX(-22px);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    54% {
        opacity: 0;
        transform: translateX(-22px);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    100% {
        opacity: 0;
        transform: translateX(-22px);
        width: 16px;
    }
}
#rec650249778 .t778__wrapper:not(.t-popup__container .t778__wrapper),
#rec650249778 .t-store__card__wrap_all,
#rec650249778 .t-store__card__imgwrapper,
#rec650249778 .t778__imgwrapper {
    border-radius: 12px;
}
#rec650249778 .t-popup .t778__title {
    font-weight: 700;
}

#rec650249778 .t778__textwrapper .t778__descr {
    font-size: 16px;
}
#rec650249778 .t778__content .t778__title {
    font-weight: 700;
}

#rec650249778 .t778__price {
    font-weight: 400;
}

#rec650249778 .t778__price_old {
    font-weight: 400;
}
@media (hover:hover),
(min-width:0\0) {
    #rec650249778 .t-btn:not(.t-animate_no-hover):hover {
        background-color: #ffcd3f !important;
    }

    #rec650249778 .t-btn:not(.t-animate_no-hover):focus-visible {
        background-color: #ffcd3f !important;
    }

    #rec650249778 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
}
#rec650249778 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec650249778 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}
#rec650249778 .t-col .t778__wrapper:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (max-width:960px) {
    #rec650249778 .t778__col {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
.tooltip-horizontal-scroll-icon_circle {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-circle 2.9s infinite linear;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-circle {
    0% {
        opacity: 1;
        transform: translateX(0);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    27% {
        opacity: 1;
        transform: translateX(-20px);
        width: 21px;
        animation-timing-function: ease-out;
    }

    37% {
        opacity: 1;
        transform: translateX(-22px);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    54% {
        opacity: 0;
        transform: translateX(-22px);
        width: 16px;
        animation-timing-function: ease-in-out;
    }

    100% {
        opacity: 0;
        transform: translateX(-22px);
        width: 16px;
    }
}
#rec651294586 .t225__uptitle {
    text-transform: uppercase;
}
#rec641175174 .t022__text {
    font-weight: 700;
    font-family: 'TildaSans';
}

@media screen and (min-width:480px) {
    #rec641175174 .t022__text {
        font-size: 28px;
    }
}
@media (hover:hover),
(min-width:0\0) {
    #rec643580786 .t-submit:hover {
        color: #333333 !important;
        background-color: #ffd253 !important;
    }

    #rec643580786 .t-submit:focus-visible {
        color: #333333 !important;
        background-color: #ffd253 !important;
    }
}

#rec643580786 .t-submit {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
#rec643580786 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec643580786 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec643580786 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec643580786 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec643580786 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec643580786 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec643580786 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec643580786 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}
#rec643580786 .t-upwidget-container__button {
    color: #ffffff;
    background-color: #310094;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
@media screen and (max-width:560px) {
    #rec643580786 .t-popup__close-icon g {
        fill: #ffffff !important;
    }
}
#rec789115585 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #ffd253 !important;
}

#rec789115585 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #ffd253 !important;
}
#rec641169655 .t1070__content {
    border-radius: 6px;
}
#rec641169655 .t1070__featured .t1070__content {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#rec641169655 .t1070__content {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
#rec641169655 .t-card__title {
    font-size: 20px;
    line-height: 3;
    color: #ffffff;
    padding-top: 1px;
    padding-bottom: 1px;
}

#rec641169655 .t-card__descr {
    font-size: 18px;
    line-height: 1.3;
    color: #fbfbfb;
    font-family: 'TildaSans';
}
#rec651294823 .t225__uptitle {
    text-transform: uppercase;
}

#rec651294823 .t225__title {
    color: #ffffff;
}