html {
  font-size: 20.833333vw;
  overflow-x: hidden;
}
body {
margin:0px;
}
.garant {
    position: absolute !important;
    width: 80px !important;
    left: 0;
    bottom: 0;
    transform: translate(-40%,-20%)
}

@media (max-width:768px) {
    .garant {
        position: absolute !important;
        width:50px !important;
        left: 0;
        bottom: 0;
        transform: translate(-40%,-20%)
    }
}
 

    .footer {
        background: black !important;
        color: white !important;
    }

    @media (min-width: 481px) {
        html {
            font-size: 100px;
        }
    }

    section {
        background-size: cover;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .body {
        font-size: 0.18rem;
        max-width: 480px;
        margin: auto;
        line-height: 1.4;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        overflow-x: hidden;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
    }

    body input,
    body textarea {
        outline: none;
    }

        body input:focus:required:invalid,
        body textarea:focus:required:invalid {
            border-color: red;
        }

        body input:required:valid,
        body textarea:required:valid {
            border-color: green;
        }

    .play {
        font-family: 'Playfair Display', sans-serif;
    }

    section {
        background-color: #000;
        padding: 0.3rem 0;
    }

    .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .img-wrap img {
            width: 100%;
        }

        .img-wrap.pad {
            padding: 0.2rem 0;
        }

        .img-wrap.mar {
            margin: 0.2rem 0;
        }

    .content {
        width: 4.2rem;
        margin: 0 auto;
    }

        .content p {
            line-height: 1.5;
        }

            .content p:last-child {
                margin-bottom: 0;
            }

    .bg-light {
        background-color: #c7ebf5;
    }

    .no-pad {
        margin-left: -0.2rem;
        margin-right: -0.2rem;
        display: block;
        width: 4.8rem;
    }

    .heading {
        padding: 0.2rem 0;
    }

    h2 {
        font-size: 0.48rem;
        font-weight: bold;
        margin: 0;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: flex-srtart;
        -ms-flex-pack: flex-srtart;
        justify-content: flex-srtart;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        bottom: 0.5rem;
        line-height: 1.3;
    }

    .sub-title {
        font-weight: bold;
        font-size: 0.22rem;
        color: #ffffff;
    }

    .sect-title {
        font-weight: 800;
        font-size: 0.3rem;
        color: #ffffff;
    }

    .t-center {
        text-align: center;
    }

    h2 + p {
        margin-top: 0;
    }

    .border__top {
        width: 4.8rem;
        position: absolute;
        top: -0.28rem;
        left: 0;
        right: 0;
    }

    .border__bot {
        width: 4.8rem;
        position: absolute;
        bottom: -0.28rem;
        left: 0;
        right: 0;
    }

    @-webkit-keyframes btn {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(1.06);
            transform: scale(1.06);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes btn {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(1.06);
            transform: scale(1.06);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .pulse__btn {
        position: fixed;
        right: 0.2rem;
        display: inline-block;
        bottom: 0.2rem;
        z-index: 12;
        -webkit-box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
        box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
        width: 0.7rem;
        height: 0.7rem;
        border-radius: 50%;
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        -webkit-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }

        .pulse__btn.show {
            right: -100%;
        }

        .pulse__btn img {
            width: 100%;
        }

    img {
        width: 100%;
    }

    .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-decoration: none;
        background: transparent;
        border: none;
        font-weight: 800;
        font-size: 0.24rem;
        width: 3.34rem;
        height: 0.8rem;
        margin: 0.6rem auto 0px;
        background-color: #f51a16;
        -webkit-box-shadow: 0px 0px 20px rgba(206, 65, 62, 0.6);
        box-shadow: 0px 0px 20px rgba(206, 65, 62, 0.6);
        border-radius: 50px;
        color: #fff;
    }

    a {
        text-decoration: none;
    }

    input[type='number']::-webkit-outer-spin-button,
    input[type='number']::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type='number'] {
        -moz-appearance: textfield;
    }

        input[type='number']:hover,
        input[type='number']:focus {
            -moz-appearance: number-input;
        }

        input[type='number']::-webkit-inner-spin-button,
        input[type='number']::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    form {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    input,
    textarea {
        height: 0.67rem;
        width: 4.19rem;
        padding: 0 0.2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        font-size: 0.26rem;
        color: #000;
        border: none;
        background: #ffffff;
        border-radius: 50px;
    }

        input::-webkit-input-placeholder {
            font-size: 0.18rem;
            text-align: center;
            color: #878787;
            font-family: inherit;
        }

        input:-ms-input-placeholder {
            font-size: 0.18rem;
            text-align: center;
            color: #878787;
            font-family: inherit;
        }

        input::-ms-input-placeholder {
            font-size: 0.18rem;
            text-align: center;
            color: #878787;
            font-family: inherit;
        }

        input::placeholder {
            font-size: 0.18rem;
            text-align: center;
            color: #878787;
            font-family: inherit;
        }

    .policy_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 1rem;
        font-size: 0.16rem;
        color: #fff;
        text-align: center;
    }

        .policy_wrap p {
            color: #000;
        }

        .policy_wrap a {
            font-size: 0.2rem;
            color: #000;
        }

    .input-wrap {
        position: relative;
    }

    label {
        text-align: center;
        display: block;
        margin-bottom: 0.1rem;
        font-weight: 500;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
            box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }

        70% {
            -webkit-box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
            box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
            transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
            box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
            box-shadow: 0 0 0 rgba(11, 138, 44, 0.4);
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }

        70% {
            -webkit-box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
            box-shadow: 0 0 0 30px rgba(11, 138, 44, 0);
            transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
            box-shadow: 0 0 0 0 rgba(11, 138, 44, 0);
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-webkit-keyframes arrows {
        0% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }

        50% {
            -webkit-transform: translateX(0.1rem) translateY(-50%);
            transform: translateX(0.1rem) translateY(-50%);
        }

        100% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }
    }

    @keyframes arrows {
        0% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }

        50% {
            -webkit-transform: translateX(0.1rem) translateY(-50%);
            transform: translateX(0.1rem) translateY(-50%);
        }

        100% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }
    }

    @-webkit-keyframes arrows-reverse {
        0% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }

        50% {
            -webkit-transform: translateX(-0.1rem) translateY(-50%);
            transform: translateX(-0.1rem) translateY(-50%);
        }

        100% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }
    }

    @keyframes arrows-reverse {
        0% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }

        50% {
            -webkit-transform: translateX(-0.1rem) translateY(-50%);
            transform: translateX(-0.1rem) translateY(-50%);
        }

        100% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
        }
    }

    .reviews {
        position: relative;
    }

    .reviews__info {
        position: absolute;
        left: 0;
        font-family: 'Montserrat', sans-serif;
        right: 0;
        color: #fff;
        bottom: 0.3rem;
        letter-spacing: -0.02rem;
        font-size: 0.36rem;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .reviews__item {
        width: 4.2rem;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 5.74rem;
        color: #000;
    }

    .reviews__top,
    .reviews__answer {
        padding: 0.15rem 0.2rem;
    }

    .reviews__top {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .reviews__top .name {
            color: #712222;
            font-weight: bold;
            font-size: 0.11rem;
            margin: 0;
        }

        .reviews__top .ava {
            width: 1rem;
            margin-bottom: 0.06rem;
        }

        .reviews__top .text {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-area: tex;
            font-size: 0.15rem;
            color: #0d0c0c;
            font-weight: normal;
        }

        .reviews__top .ans {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
            grid-area: ans;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            width: 0.97rem;
        }

        .reviews__top .date {
            -ms-grid-row: 2;
            -ms-grid-column: 2;
            grid-area: date;
            color: #8e8e8e;
            font-size: 0.13rem;
            width: 1.3rem;
        }

        .reviews__top .comment {
            width: 2.64rem;
            display: -ms-grid;
            display: grid;
            grid-row-gap: 0.2rem;
            grid-column-gap: 0.06rem;
            grid-template-areas:
                'tex tex'
                'ans date';
        }

        .reviews__top .doc {
            width: 0.1rem;
        }

        .reviews__top .arrow {
            width: 0.04rem;
        }

    .reviews__answer {
        background: #f2f2f2;
        min-height: 4.21rem;
    }

    .reviews__answer--1 {
        margin-bottom: 0.25rem;
    }

    .reviews__answer--top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .reviews__answer--top .ava {
            width: 0.55rem;
        }

        .reviews__answer--top .user {
            width: 1.7rem;
        }

            .reviews__answer--top .user .name {
                font-weight: bold;
                font-size: 0.15rem;
                margin-top: 0;
                margin-bottom: 0.03rem;
            }

            .reviews__answer--top .user .date {
                display: block;
                width: 1.3rem;
                color: #000000;
                font-weight: 600;
                font-size: 0.12rem;
                opacity: 0.2;
            }

        .reviews__answer--top .date_chec {
            margin: 0;
            width: 1.31rem;
            color: #0000006c;
            font-size: 0.14rem;
            font-weight: normal;
        }

    .reviews__answer .commen {
        font-size: 0.15rem;
        line-height: 1.2;
        font-weight: normal;
    }

    .owl-carousel .owl-nav {
        padding-top: 0.3rem;
        width: 1.74rem;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .owl-carousel .owl-nav button {
            outline: none;
        }

            .owl-carousel .owl-nav button img {
                width: 0.36rem;
            }

    .timer {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
        width: 3.4rem;
        margin-top: 0.9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #ffffff;
    }

    .timer__wrapper,
    .timer__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.6rem;
        max-width: 3.4rem;
        font-weight: normal;
    }

        .timer__wrapper > div,
        .timer__desc > div {
            width: 3.31rem;
            font-weight: 800;
            text-align: center;
        }

        .timer__wrapper b {
            font-weight: 800;
        }

        .timer__wrapper span {
            font-size: 0.64rem;
            line-height: 1;
        }

    .timer__title {
        text-align: center;
        font-size: 0.22rem;
        font-weight: bold;
    }

    .timer__desc {
        font-size: 0.2rem;
        font-weight: 300;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: sp;
        -ms-flex-pack: sp;
        justify-content: sp;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-transform: lowercase;
    }

        .timer__desc span {
            display: inline-block;
            width: 1rem;
            text-align: center;
        }

    .intro {
        background-color: #000;
    }

        .intro .marquee {
            background: #cd1714;
            padding: 0.11rem 0;
            font-size: 0.2rem;
            font-weight: bold;
            text-transform: uppercase;
        }

    .intro__main {
        padding: 0 0.3rem 0rem 0.27rem;
        padding-top: 2.3rem;
        background-image: url("../img/intro_bg.png");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 8.1rem;
    }

    .intro.sect3 {
        padding: 0;
    }

        .intro.sect3 .intro__main {
            background-image: url("../img/intro2_bg2.png");
            padding-top: 2.3rem;
        }

    .intro .sub-title {
        width: 3.11rem;
    }

    .intro .list__item {
        color: #fff;
        padding-left: 0.24rem;
        font-size: 0.16rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .intro .list__item:not(:last-child) {
            margin-bottom: 0.1rem;
        }

        .intro .list__item::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: auto;
            width: 0.21rem;
            height: 0.22rem;
            background-image: url("../img/list.svg");
            background-size: contain;
            background-repeat: no-repeat;
        }

    .intro .prod img {
        max-width: 1.5rem;
    }

    .intro .prod-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: -1.2rem;
    }

    .intro .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        line-height: 1.2;
    }

.al-cost {
font-weight:bold!important;
}

        .intro .price .old {
            margin-left: 0.2rem;
        }

        .intro .price b {
            font-weight: 900;
            font-size: 0.4rem;
            color: #0e0d0d;
        }

        .intro .price p {
            font-size: 0.3rem;
            font-weight: 500;
            position: relative;
            color: #0e0d0d;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            margin-bottom: 0.13rem;
        }

            .intro .price p::after {
                content: '';
                width: 0.7rem;
                bottom: auto;
                left: -0.05rem;
                position: absolute;
                height: 0.1rem;
                background-size: contain;
                background-repeat: no-repeat;
                background-image: url("../img/old2.svg");
            }

        .intro .price span {
            color: #0e0d0d;
            font-weight: 500;
        }

    .sect1 {
        background-color: #000;
        background-image: url("../img/sect1_bg2.jpg");
        background-repeat: no-repeat;
        background-size: contain;
    }

        .sect1 .content {
            padding: 0;
            padding-top: 3.4rem;
        }

            .sect1 .content .text {
                color: #fff;
                font-weight: 500;
            }

    .sect2 {
        background-color: #000;
        padding-bottom: 0.7rem;
    }

    .sect2__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .sect2__item img {
            width: 2.11rem;
        }

        .sect2__item b {
            width: 2rem;
            font-weight: bold;
            font-size: 0.22rem;
            color: #fff;
        }

        .sect2__item:nth-child(even) {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

    .sect2__bottom {
        margin: 0.4rem 0;
        margin-bottom: 0;
        background-image: url("../img/sect2__bottom2.svg");
        background-size: 4.2rem;
        width: 4.2rem;
        padding-bottom: 0.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 1.34rem;
    }

    .sect2__bottom--textmin {
        font-weight: bold;
        color: #fff;
        font-size: 0.18rem;
        text-decoration: none;
    }

    .sect2__bottom--textbig {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        font-size: 0.25rem;
        text-decoration: none;
        margin-top: 0.1rem;
    }

    .sect4 .text {
        padding: 0.25rem 0;
        margin: 0;
        font-weight: 500;
    }

    .sect4 .name_bc {
        font-size: 0.16rem;
        width: 3.38rem;
    }

        .sect4 .name_bc b {
            display: block;
            color: #f51a16;
        }

        .sect4 .name_bc span {
            color: #727272;
        }

    .sect5 {
        background-image: url("../img/sect5_bg.jpg");
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sect5 .content {
            padding-top: 4.09rem;
        }

    .sect5__item {
        padding-left: 0.51rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .sect5__item:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .sect5__item b {
            font-weight: 500;
        }

        .sect5__item::before {
            content: '';
            background-image: url("../img/sect5_list2.svg");
            width: 0.36rem;
            background-size: contain;
            height: 0.36rem;
            left: 0;
            bottom: auto;
            position: absolute;
        }

    .sect6 .content {
        padding: 0.2rem 0;
    }

    .sect7 {
        position: relative;
    }

    .sect8 {
        padding-bottom: 0.7rem;
    }

    .sect8__list {
        position: relative;
        z-index: 2;
    }

        .sect8__list::before {
            content: '';
            display: block;
            width: 0.06rem;
            height: 90%;
            margin: 0.1rem 0;
            z-index: -1;
            position: absolute;
            left: 0.15rem;
            top: 0;
            background-color: #cd1714;
        }

    .sect8__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .sect8__item:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .sect8__item img {
            width: 0.36rem;
            margin-right: 0.15rem;
        }

        .sect8__item p {
            margin: 0;
        }

    .feedback {
        width: 75px;
        height: 70px;
        position: fixed;
        right: -15px;
        top: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #dd1c36;
        padding-left: 10px;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
        cursor: pointer;
        z-index: 1000;
        -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .feedback img {
            max-width: 55px;
        }

        .feedback:hover {
            right: 0;
        }

    .popup-window {
        font-family: inherit;
        width: 300px;
        position: fixed;
        right: 0%;
        top: 25%;
        padding: 35px 10px;
        background: #fff;
        border-radius: 5px;
        z-index: 2000;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        -webkit-transition: right 0.5s;
        transition: right 0.5s;
    }

    .hidden {
        right: -100%;
    }

    .popup-window form {
        width: 100%;
        min-height: auto;
        padding: 0;
        background: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .popup-window label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
    }

    .popup-window input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 280px;
        height: auto;
        margin-bottom: 10px;
        padding: 10px;
        border: none;
        font-family: inherit;
        font-size: 16px;
        margin-bottom: 15px;
        border: 1px solid #333;
    }

    .popup-window button {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 5px;
        background: #dd1c36;
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 15px;
        border-radius: 20px;
    }

    .close-popup {
        position: absolute;
        right: 10px;
        top: 5px;
        width: 27px;
        height: 27px;
        background-color: #fff;
        cursor: pointer;
    }

        .close-popup:before {
            content: '';
            background: #333;
            width: 20px;
            height: 1px;
            position: absolute;
            top: 13px;
            left: 4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .close-popup:after {
            content: '';
            background: #333;
            width: 20px;
            height: 1px;
            position: absolute;
            top: 13px;
            left: 4px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    @media (max-width: 480px) {
        .feedback {
            width: 60px;
            height: 40px;
            padding-left: 7px;
        }

            .feedback img {
                max-width: 30px;
            }
    }
    /*# sourceMappingURL=main.css.map */

    .intro .price b {
        font-size: 0.18rem;
    }

    .intro .price p {
        font-size: 0.17rem;
    }


    .price-1 {
        margin-top: -0.8rem !important;
    }
