

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    body {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
    }
}

/*#region Коллекция */

section.collections .slick-pager ul li.active {
    background-color: #30b683;
}

section.collections .slick-pager ul li:not(.active):active,
section.collections .slick-pager ul li:not(.active):focus,
section.collections .slick-pager ul li:not(.active):hover {
    background-color: inherit;
    -webkit-border-radius: 0;
    border-radius: 0;
}

section.collections .slick-pager ul li.disabled {
    visibility: hidden;
}

section.collections .slick-pager ul li:not(.active) a {
    color: #333;
}

section.collections .slick-pager ul li:not(.active):active a,
section.collections .slick-pager ul li:not(.active):focus a,
section.collections .slick-pager ul li:not(.active):hover a {
    color: #496ff5;
}


section.collections .card-slide * {
    outline: none;
}

section.collections .card-slide .card-item {
    position: relative;
    height: 100%; /** Выравнивание слайдов по высоте (высота родителя устанавливается через js) */
    margin: 0 15px;
    padding: 3rem 1.6rem 1.6rem;
    background-color: #fff;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #dedede;
}

section.collections .badge-status {
    position: absolute;
    top: 1rem;
    left: 1.7rem;
    padding: 0.4em 0.7em;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
}

section.collections .badge-status-not-available {
    background: #dbdbdb;
}

section.collections .badge-status-pre-order {
    background: #b7b7b7;
}

section.collections .badge-status-novelty {
    background: #8bc34a;
}

section.collections .card-slide .card-item .img-wrapper {
    height: 254px;
    margin-bottom: 2.3em;
}

section.collections .card-slide .card-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

section.collections .card-slide .card-item .card-descr .price {
    padding-top: 15px;
    margin: 0.75em 0 0.4em;
    font-size: 24px;
    font-weight: bold;
}

section.collections .card-slide .card-item .card-descr .btn-buy {
    margin: 15px 0 10px 0;
}

section.collections .card-slide .card-item .card-descr .btn-buy a {
    text-decoration: none;
    display: block;
    background: #30b683;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(48, 182, 131, 0.3);
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    padding: 17px 20px;
    border: none;
}

section.collections .card-slide .card-item .card-descr .price .currency {
    font-size: 0.9em;
}

section.collections .card-slide .card-item .card-descr h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

section.collections .card-slide .card-item .card-descr h3 .model-name {
    margin: 0.5em 0 0;
    font-size: 0.9em;
    font-weight: normal;
}

section.collections .card-slide .card-item .card-descr .card-description-gift {
    height: 20px;
    margin: 1em 0 0;
    font-size: 14px;
}

section.collections .slick-pager {
    margin: 2em 0;
}

section.collections .slick-pager li.active,
section.collections .slick-pager li:active,
section.collections .slick-pager li:focus,
section.collections .slick-pager li:hover {
    background-color: #ff9900;
}

section.collections .slick-pager li a,
.slick-pager ul li.disabled a {
    color: #fff;
}

@media (max-width: 1499.98px) {
    section.collections .card-slide .card-item .img-wrapper {
        height: 223px;
    }

    section.collections .card-slide .card-item .card-descr h3 br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    section.collections .slick-pager {
        margin: 1em 0;
    }
}

@media (max-width: 767.98px) {
    section.collections .btn-box {
        padding: 25px 0 40px;
    }
}

.scrolltop {
    display: none;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
    position: relative;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 777;
}

.scrolltop::after {
    content: url("/upload/landings/moneyTravel/sources/main/img/arr-top.png");
    position: absolute;
    top: 15px;
    left: 15px;
}


.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(42, 131, 148, 0.8);
    animation: pulse 3s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0.8);
    }
    20% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 131, 148, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0.8);
        box-shadow: 0 0 0 0 rgba(42, 131, 148, 0.8);
    }
    20% {
        -moz-box-shadow: 0 0 0 10px rgba(42, 131, 148, 0);
        box-shadow: 0 0 0 10px rgba(42, 131, 148, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0);
        box-shadow: 0 0 0 0 rgba(42, 131, 148, 0);
    }
}

.pulse {
    box-shadow: 0 0 0 rgba(170, 20, 155, 0.8);
}

.scrolltop {
    background: rgba(255, 255, 255, 0.7);
    border: 3px solid #5082e6;
}

/** Форма всплываха для плавоющей кнопки на главной кремлях */
.micro-modal {
    position: absolute;
    top: -345px;
    left: 0;
    width: 263px !important;
    height: auto;
    padding: 35px 15px;
    background: linear-gradient(90deg, #7d3ac2 0%, #457ce7 100%);
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    cursor: default;
}

.micro-modal__title {
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.micro-modal__descr {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

.micro-modal-wrap__input {
    padding: 0 20px;
}

.micro-modal input[type="email"] {
    margin: 10px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 22px;
}

.micro-modal input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
}

.micro-modal input[type="email"]:-moz-placeholder {
    font-size: 14px;
}

.micro-modal__btn-submit {
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(172.46deg, #36cc93 -2.79%, #30b683 34.48%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(69, 122, 230, 0.3);
    width: 100%;
    border: none;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.micro-modal__btn-submit_img {
    width: 90px;
    height: 105px;
    position: absolute;
    top: -25px;
    right: -26px;
}

.btn-get-first-pdf {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    background: #fed20c;
    border-radius: 6px;
    padding: 11px 5px;
    display: inherit;
    text-align: center;
    width: 100%;
    border: none;
}

.o-0 {
    opacity: 0;
}

section.faq h4 {
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 50px;
}

@media (max-width: 575.98px) {
    section.faq h4 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }
}



section.faq .faq-accordion .card .card-header {
    background: 0 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

section.faq .faq-accordion .card .card-header p {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    color: #333;
    text-align: left;
    white-space: inherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p {
    color: #333;
}

section.faq .faq-accordion .card .card-header p .question-number {
    display: inline-block;
    width: 1.7em;
    font-size: 1.3em;
    font-style: normal;
}

section.faq .faq-accordion .card .card-body {
    border-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

section.faq .faq-accordion .collapse-line::after {
    display: block;
    content: " ";
    width: 100%;
    height: 6px;
}

section.faq .more {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #333333;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s linear;
}

section.faq .more:hover {
    color: #302f82;
    border-color: #302f82;
}


@media (max-width: 992px) {
    section.faq .title {
        font-size: 24px;
        padding: 20px 0;
    }

    /*section.faq .faq-accordion .card .card-header p {*/
    /*    font-size: 14px;*/
    /*    line-height: 24px;*/
    /*    padding: 10px 50px 10px 20px;*/
    /*}*/

    /*section.faq .faq-accordion .card .card-header p:after {*/
    /*    right: 0.9em;*/
    /*    background-image: url("../img/expand-m.png");*/
    /*}*/

    /*section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p:after {*/
    /*    right: 0.9em;*/
    /*    background-image: url("../img/collapse-m.png");*/
    /*}*/

}

section.faq .more {
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #333333;
}

section.faq .more:hover {
    color: #302f82;
    border-color: #302f82;
}

section.release table thead * {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}

section.release table thead th:first-child {
    border-radius: 10px 0 0 0;
}

section.release table thead th:last-child {
    border-radius: 0 10px 0 0;
}

section.release .schedule-link {
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #333333;
}

section.release .btn-style {
    margin-top: 10px;
    background: linear-gradient(90deg, #7d3ac2 0%, #457ce7 100%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(123, 97, 255, 0.3);
    border-radius: 30px;
    text-align: center;
    padding: 19px 70px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 576px) {
    section.release .btn-style {
        width: 94%;
    }
}

ul.schedule-pager.link-pager li.active {
    background-color: #30b683 !important;
}


section.video .line {
    height: 957px;
    width: 1px;
    background-color: #efefef;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -2;
}

section.video .line:nth-child(3) {
    left: 25%;
}

section.video .line:nth-child(4) {
    left: 50%;
}

section.video .line:nth-child(5) {
    left: 75%;
}

section.video .line:nth-child(6) {
    left: 100%;
}


@media (max-width: 575.98px) {
    .fix-mobile-menu {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

.main .main--info .more {
    background: linear-gradient(180deg, #568CF7 0%, #5082E6 44.27%);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

.main .main--info .more:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(80, 130, 230, 0.9);
}

.main .main--info .more:active {
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15);
}



.getpdf .bnt-subscribe {
    width: auto;
    white-space: nowrap;
    padding: 15px 70px;
}

@media (max-width: 575.98px) {
    .getpdf .bnt-subscribe {
        width: 100%;
    }

}

.circle-big, .circle-sm {
    position: absolute;
}

.circle-sm {
    top: 7%;
    left: 0;
    background-image: url("/upload/landings/moneyTravel/sources/main/img/about/elipse-sm.png");
    z-index: 1;
    width: 465px;
    height: 520px;
}

.circle-big {
    top: 42%;
    right: 0;
    background-image: url("/upload/landings/moneyTravel/sources/main/img/about/elipse-big.png");
    z-index: 1;
    width: 705px;
    height: 813px;
}


@media (max-width: 1280px) {

    .advantages .advantages-all--title, .advantages .advantages-delivery--title, .advantages .advantages-gaurante--title {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .main, .advantages, .about, .variables-subs, .gift-more, .faq, .release, .collections {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .circle-sm {
        top: 2%;
        left: 0;
        background-image: url("/upload/landings/moneyTravel/sources/main/img/about/elipse-sm-m.png");
        z-index: 1;
        width: 145px;
        height: 163px;
    }

    .circle-big {
        top: 55%;
        right: 0;
        background-image: url("/upload/landings/moneyTravel/sources/main/img/about/elipse-big-m.png");
        z-index: 1;
        width: 224px;
        height: 252px;
    }
}

.marketplace .marketplace__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.marketplace .marketplace__wrap--text {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.marketplace .marketplace__wrap--text a {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
}

.marketplace .marketplace__wrap--links {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.marketplace .marketplace__wrap--links img {
    width: 44px;
    height: 44px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.marketplace .marketplace__wrap--links .wildberries {
    margin-right: 15px;
}

@media (max-width: 575.98px) {
    .marketplace .marketplace__wrap {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .marketplace .marketplace__wrap--text {
        font-size: 16px;
        line-height: 24px;
    }

    .marketplace .marketplace__wrap--links {
        padding-top: 20px;
    }
}

.table-schedule-link {
    cursor: pointer;
    color: #5678BF;
    font-weight: 700;
}

.table-schedule-link:hover {
    text-decoration: underline;
    color: rgba(11, 23, 229, 0.58);
}

.block-hidden {
    display: none;
}