@charset "UTF-8";

@font-face {
    font-family: 'Barlow-Condensed-Black';
    src: url('../fonts/BarlowCondensed-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow-Condensed-Bold';
    src: url('../fonts/BarlowCondensed/BarlowCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow-Condensed-Light';
    src: url('../fonts/BarlowCondensed/BarlowCondensed-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow-Condensed-Regular';
    src: url('../fonts/BarlowCondensed/BarlowCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow-Condensed-Medium';
    src: url('../fonts/BarlowCondensed/BarlowCondensed-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow-Condensed-Thin';
    src: url('../fonts/BarlowCondensed/BarlowCondensed-Thin.ttf') format('truetype');
}

* {
    outline: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

html {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    height: 100%;
    line-height: 1.5;
    width: 100%;
}

body {
    background-color: #fff;
    color: #000;
    font-family: "Montserrat", sans-serif;
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.6rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2.2rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.8rem;
}

div,
a,
p,
span,
label,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
section,
option {
    font-size: 1.6rem;
}

select,
input {
    border-radius: 0;
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    border: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

form {
    width: 100%;
}

@media only screen and (max-width: 1199.98px) {
    div,
    a,
    p,
    span,
    label,
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea,
    section,
    option {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767.98px) {
    div,
    a,
    p,
    span,
    label,
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea,
    section,
    option {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767.98px) {
    div,
    a,
    p,
    span,
    label,
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea,
    section,
    option {
        font-size: 1.5rem;
    }
}

.vl-body {
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 155px;
    position: relative;
    width: 100%;
}

    .vl-body:has(header.header-v2) {
        padding-top: unset;
    }

    .vl-body .p-relative {
        position: relative;
    }

    .vl-body .p-absolute {
        position: absolute;
    }

    .vl-body .p-fixed {
        position: fixed;
    }

    .vl-body .tt-uppercase {
        text-transform: uppercase;
    }

    .vl-body .fw-bold {
        font-weight: bold;
    }

    .vl-body .fw-normal {
        font-weight: normal;
    }

    .vl-body .fs-italic {
        font-style: italic;
    }

    .vl-body .ta-justify {
        text-align: justify;
    }

    .vl-body .ta-right {
        text-align: right;
    }

    .vl-body .ta-left {
        text-align: left;
    }

    .vl-body .ta-center {
        text-align: center;
    }

    .vl-body .td-underline {
        text-decoration: underline;
    }

    .vl-body .va-bottom {
        vertical-align: bottom;
    }

    .vl-body .mb-0 {
        margin-bottom: 0px;
    }

    .vl-body .mt-0 {
        margin-top: 0px;
    }

    .vl-body .mr-0 {
        margin-right: 0px;
    }

    .vl-body .pa-0 {
        padding: 0px;
    }

    .vl-body .pt-0 {
        padding-top: 0px;
    }

    .vl-body .pb-0 {
        padding-bottom: 0px;
    }

    .vl-body .pl-0 {
        padding-left: 0px;
    }

    .vl-body .w-0 {
        width: 0%;
    }

    .vl-body .mb-5 {
        margin-bottom: 5px;
    }

    .vl-body .mt-5 {
        margin-top: 5px;
    }

    .vl-body .mr-5 {
        margin-right: 5px;
    }

    .vl-body .pa-5 {
        padding: 5px;
    }

    .vl-body .pt-5 {
        padding-top: 5px;
    }

    .vl-body .pb-5 {
        padding-bottom: 5px;
    }

    .vl-body .pl-5 {
        padding-left: 5px;
    }

    .vl-body .w-5 {
        width: 5%;
    }

    .vl-body .mb-10 {
        margin-bottom: 10px;
    }

    .vl-body .mt-10 {
        margin-top: 10px;
    }

    .vl-body .mr-10 {
        margin-right: 10px;
    }

    .vl-body .pa-10 {
        padding: 10px;
    }

    .vl-body .pt-10 {
        padding-top: 10px;
    }

    .vl-body .pb-10 {
        padding-bottom: 10px;
    }

    .vl-body .pl-10 {
        padding-left: 10px;
    }

    .vl-body .w-10 {
        width: 10%;
    }

    .vl-body .mb-15 {
        margin-bottom: 15px;
    }

    .vl-body .mt-15 {
        margin-top: 15px;
    }

    .vl-body .mr-15 {
        margin-right: 15px;
    }

    .vl-body .pa-15 {
        padding: 15px;
    }

    .vl-body .pt-15 {
        padding-top: 15px;
    }

    .vl-body .pb-15 {
        padding-bottom: 15px;
    }

    .vl-body .pl-15 {
        padding-left: 15px;
    }

    .vl-body .w-15 {
        width: 15%;
    }

    .vl-body .mb-20 {
        margin-bottom: 20px;
    }

    .vl-body .mt-20 {
        margin-top: 20px;
    }

    .vl-body .mr-20 {
        margin-right: 20px;
    }

    .vl-body .pa-20 {
        padding: 20px;
    }

    .vl-body .pt-20 {
        padding-top: 20px;
    }

    .vl-body .pb-20 {
        padding-bottom: 20px;
    }

    .vl-body .pl-20 {
        padding-left: 20px;
    }

    .vl-body .w-20 {
        width: 20%;
    }

    .vl-body .mb-25 {
        margin-bottom: 25px;
    }

    .vl-body .mt-25 {
        margin-top: 25px;
    }

    .vl-body .mr-25 {
        margin-right: 25px;
    }

    .vl-body .pa-25 {
        padding: 25px;
    }

    .vl-body .pt-25 {
        padding-top: 25px;
    }

    .vl-body .pb-25 {
        padding-bottom: 25px;
    }

    .vl-body .pl-25 {
        padding-left: 25px;
    }

    .vl-body .w-25 {
        width: 25%;
    }

    .vl-body .mb-30 {
        margin-bottom: 30px;
    }

    .vl-body .mt-30 {
        margin-top: 30px;
    }

    .vl-body .mr-30 {
        margin-right: 30px;
    }

    .vl-body .pa-30 {
        padding: 30px;
    }

    .vl-body .pt-30 {
        padding-top: 30px;
    }

    .vl-body .pb-30 {
        padding-bottom: 30px;
    }

    .vl-body .pl-30 {
        padding-left: 30px;
    }

    .vl-body .w-30 {
        width: 30%;
    }

    .vl-body .mb-35 {
        margin-bottom: 35px;
    }

    .vl-body .mt-35 {
        margin-top: 35px;
    }

    .vl-body .mr-35 {
        margin-right: 35px;
    }

    .vl-body .pa-35 {
        padding: 35px;
    }

    .vl-body .pt-35 {
        padding-top: 35px;
    }

    .vl-body .pb-35 {
        padding-bottom: 35px;
    }

    .vl-body .pl-35 {
        padding-left: 35px;
    }

    .vl-body .w-35 {
        width: 35%;
    }

    .vl-body .mb-40 {
        margin-bottom: 40px;
    }

    .vl-body .mt-40 {
        margin-top: 40px;
    }

    .vl-body .mr-40 {
        margin-right: 40px;
    }

    .vl-body .pa-40 {
        padding: 40px;
    }

    .vl-body .pt-40 {
        padding-top: 40px;
    }

    .vl-body .pb-40 {
        padding-bottom: 40px;
    }

    .vl-body .pl-40 {
        padding-left: 40px;
    }

    .vl-body .w-40 {
        width: 40%;
    }

    .vl-body .mb-45 {
        margin-bottom: 45px;
    }

    .vl-body .mt-45 {
        margin-top: 45px;
    }

    .vl-body .mr-45 {
        margin-right: 45px;
    }

    .vl-body .pa-45 {
        padding: 45px;
    }

    .vl-body .pt-45 {
        padding-top: 45px;
    }

    .vl-body .pb-45 {
        padding-bottom: 45px;
    }

    .vl-body .pl-45 {
        padding-left: 45px;
    }

    .vl-body .w-45 {
        width: 45%;
    }

    .vl-body .mb-50 {
        margin-bottom: 50px;
    }

    .vl-body .mt-50 {
        margin-top: 50px;
    }

    .vl-body .mr-50 {
        margin-right: 50px;
    }

    .vl-body .pa-50 {
        padding: 50px;
    }

    .vl-body .pt-50 {
        padding-top: 50px;
    }

    .vl-body .pb-50 {
        padding-bottom: 50px;
    }

    .vl-body .pl-50 {
        padding-left: 50px;
    }

    .vl-body .w-50 {
        width: 50%;
    }

    .vl-body .mb-55 {
        margin-bottom: 55px;
    }

    .vl-body .mt-55 {
        margin-top: 55px;
    }

    .vl-body .mr-55 {
        margin-right: 55px;
    }

    .vl-body .pa-55 {
        padding: 55px;
    }

    .vl-body .pt-55 {
        padding-top: 55px;
    }

    .vl-body .pb-55 {
        padding-bottom: 55px;
    }

    .vl-body .pl-55 {
        padding-left: 55px;
    }

    .vl-body .w-55 {
        width: 55%;
    }

    .vl-body .mb-60 {
        margin-bottom: 60px;
    }

    .vl-body .mt-60 {
        margin-top: 60px;
    }

    .vl-body .mr-60 {
        margin-right: 60px;
    }

    .vl-body .pa-60 {
        padding: 60px;
    }

    .vl-body .pt-60 {
        padding-top: 60px;
    }

    .vl-body .pb-60 {
        padding-bottom: 60px;
    }

    .vl-body .pl-60 {
        padding-left: 60px;
    }

    .vl-body .w-60 {
        width: 60%;
    }

    .vl-body .mb-65 {
        margin-bottom: 65px;
    }

    .vl-body .mt-65 {
        margin-top: 65px;
    }

    .vl-body .mr-65 {
        margin-right: 65px;
    }

    .vl-body .pa-65 {
        padding: 65px;
    }

    .vl-body .pt-65 {
        padding-top: 65px;
    }

    .vl-body .pb-65 {
        padding-bottom: 65px;
    }

    .vl-body .pl-65 {
        padding-left: 65px;
    }

    .vl-body .w-65 {
        width: 65%;
    }

    .vl-body .mb-70 {
        margin-bottom: 70px;
    }

    .vl-body .mt-70 {
        margin-top: 70px;
    }

    .vl-body .mr-70 {
        margin-right: 70px;
    }

    .vl-body .pa-70 {
        padding: 70px;
    }

    .vl-body .pt-70 {
        padding-top: 70px;
    }

    .vl-body .pb-70 {
        padding-bottom: 70px;
    }

    .vl-body .pl-70 {
        padding-left: 70px;
    }

    .vl-body .w-70 {
        width: 70%;
    }

    .vl-body .mb-75 {
        margin-bottom: 75px;
    }

    .vl-body .mt-75 {
        margin-top: 75px;
    }

    .vl-body .mr-75 {
        margin-right: 75px;
    }

    .vl-body .pa-75 {
        padding: 75px;
    }

    .vl-body .pt-75 {
        padding-top: 75px;
    }

    .vl-body .pb-75 {
        padding-bottom: 75px;
    }

    .vl-body .pl-75 {
        padding-left: 75px;
    }

    .vl-body .w-75 {
        width: 75%;
    }

    .vl-body .mb-80 {
        margin-bottom: 80px;
    }

    .vl-body .mt-80 {
        margin-top: 80px;
    }

    .vl-body .mr-80 {
        margin-right: 80px;
    }

    .vl-body .pa-80 {
        padding: 80px;
    }

    .vl-body .pt-80 {
        padding-top: 80px;
    }

    .vl-body .pb-80 {
        padding-bottom: 80px;
    }

    .vl-body .pl-80 {
        padding-left: 80px;
    }

    .vl-body .w-80 {
        width: 80%;
    }

    .vl-body .mb-85 {
        margin-bottom: 85px;
    }

    .vl-body .mt-85 {
        margin-top: 85px;
    }

    .vl-body .mr-85 {
        margin-right: 85px;
    }

    .vl-body .pa-85 {
        padding: 85px;
    }

    .vl-body .pt-85 {
        padding-top: 85px;
    }

    .vl-body .pb-85 {
        padding-bottom: 85px;
    }

    .vl-body .pl-85 {
        padding-left: 85px;
    }

    .vl-body .w-85 {
        width: 85%;
    }

    .vl-body .mb-90 {
        margin-bottom: 90px;
    }

    .vl-body .mt-90 {
        margin-top: 90px;
    }

    .vl-body .mr-90 {
        margin-right: 90px;
    }

    .vl-body .pa-90 {
        padding: 90px;
    }

    .vl-body .pt-90 {
        padding-top: 90px;
    }

    .vl-body .pb-90 {
        padding-bottom: 90px;
    }

    .vl-body .pl-90 {
        padding-left: 90px;
    }

    .vl-body .w-90 {
        width: 90%;
    }

    .vl-body .mb-95 {
        margin-bottom: 95px;
    }

    .vl-body .mt-95 {
        margin-top: 95px;
    }

    .vl-body .mr-95 {
        margin-right: 95px;
    }

    .vl-body .pa-95 {
        padding: 95px;
    }

    .vl-body .pt-95 {
        padding-top: 95px;
    }

    .vl-body .pb-95 {
        padding-bottom: 95px;
    }

    .vl-body .pl-95 {
        padding-left: 95px;
    }

    .vl-body .w-95 {
        width: 95%;
    }

    .vl-body .mb-100 {
        margin-bottom: 100px;
    }

    .vl-body .mt-100 {
        margin-top: 100px;
    }

    .vl-body .mr-100 {
        margin-right: 100px;
    }

    .vl-body .pa-100 {
        padding: 100px;
    }

    .vl-body .pt-100 {
        padding-top: 100px;
    }

    .vl-body .pb-100 {
        padding-bottom: 100px;
    }

    .vl-body .pl-100 {
        padding-left: 100px;
    }

    .vl-body .w-100 {
        width: 100%;
    }

    .vl-body .mb-105 {
        margin-bottom: 105px;
    }

    .vl-body .mt-105 {
        margin-top: 105px;
    }

    .vl-body .mr-105 {
        margin-right: 105px;
    }

    .vl-body .pa-105 {
        padding: 105px;
    }

    .vl-body .pt-105 {
        padding-top: 105px;
    }

    .vl-body .pb-105 {
        padding-bottom: 105px;
    }

    .vl-body .pl-105 {
        padding-left: 105px;
    }

    .vl-body .w-105 {
        width: 105%;
    }

    .vl-body .mb-110 {
        margin-bottom: 110px;
    }

    .vl-body .mt-110 {
        margin-top: 110px;
    }

    .vl-body .mr-110 {
        margin-right: 110px;
    }

    .vl-body .pa-110 {
        padding: 110px;
    }

    .vl-body .pt-110 {
        padding-top: 110px;
    }

    .vl-body .pb-110 {
        padding-bottom: 110px;
    }

    .vl-body .pl-110 {
        padding-left: 110px;
    }

    .vl-body .w-110 {
        width: 110%;
    }

    .vl-body .mb-115 {
        margin-bottom: 115px;
    }

    .vl-body .mt-115 {
        margin-top: 115px;
    }

    .vl-body .mr-115 {
        margin-right: 115px;
    }

    .vl-body .pa-115 {
        padding: 115px;
    }

    .vl-body .pt-115 {
        padding-top: 115px;
    }

    .vl-body .pb-115 {
        padding-bottom: 115px;
    }

    .vl-body .pl-115 {
        padding-left: 115px;
    }

    .vl-body .w-115 {
        width: 115%;
    }

    .vl-body .mb-120 {
        margin-bottom: 120px;
    }

    .vl-body .mt-120 {
        margin-top: 120px;
    }

    .vl-body .mr-120 {
        margin-right: 120px;
    }

    .vl-body .pa-120 {
        padding: 120px;
    }

    .vl-body .pt-120 {
        padding-top: 120px;
    }

    .vl-body .pb-120 {
        padding-bottom: 120px;
    }

    .vl-body .pl-120 {
        padding-left: 120px;
    }

    .vl-body .w-120 {
        width: 120%;
    }

    .vl-body .mb-125 {
        margin-bottom: 125px;
    }

    .vl-body .mt-125 {
        margin-top: 125px;
    }

    .vl-body .mr-125 {
        margin-right: 125px;
    }

    .vl-body .pa-125 {
        padding: 125px;
    }

    .vl-body .pt-125 {
        padding-top: 125px;
    }

    .vl-body .pb-125 {
        padding-bottom: 125px;
    }

    .vl-body .pl-125 {
        padding-left: 125px;
    }

    .vl-body .w-125 {
        width: 125%;
    }

    .vl-body .mb-130 {
        margin-bottom: 130px;
    }

    .vl-body .mt-130 {
        margin-top: 130px;
    }

    .vl-body .mr-130 {
        margin-right: 130px;
    }

    .vl-body .pa-130 {
        padding: 130px;
    }

    .vl-body .pt-130 {
        padding-top: 130px;
    }

    .vl-body .pb-130 {
        padding-bottom: 130px;
    }

    .vl-body .pl-130 {
        padding-left: 130px;
    }

    .vl-body .w-130 {
        width: 130%;
    }

    .vl-body .mb-135 {
        margin-bottom: 135px;
    }

    .vl-body .mt-135 {
        margin-top: 135px;
    }

    .vl-body .mr-135 {
        margin-right: 135px;
    }

    .vl-body .pa-135 {
        padding: 135px;
    }

    .vl-body .pt-135 {
        padding-top: 135px;
    }

    .vl-body .pb-135 {
        padding-bottom: 135px;
    }

    .vl-body .pl-135 {
        padding-left: 135px;
    }

    .vl-body .w-135 {
        width: 135%;
    }

    .vl-body .mb-140 {
        margin-bottom: 140px;
    }

    .vl-body .mt-140 {
        margin-top: 140px;
    }

    .vl-body .mr-140 {
        margin-right: 140px;
    }

    .vl-body .pa-140 {
        padding: 140px;
    }

    .vl-body .pt-140 {
        padding-top: 140px;
    }

    .vl-body .pb-140 {
        padding-bottom: 140px;
    }

    .vl-body .pl-140 {
        padding-left: 140px;
    }

    .vl-body .w-140 {
        width: 140%;
    }

    .vl-body .mb-145 {
        margin-bottom: 145px;
    }

    .vl-body .mt-145 {
        margin-top: 145px;
    }

    .vl-body .mr-145 {
        margin-right: 145px;
    }

    .vl-body .pa-145 {
        padding: 145px;
    }

    .vl-body .pt-145 {
        padding-top: 145px;
    }

    .vl-body .pb-145 {
        padding-bottom: 145px;
    }

    .vl-body .pl-145 {
        padding-left: 145px;
    }

    .vl-body .w-145 {
        width: 145%;
    }

    .vl-body .mb-150 {
        margin-bottom: 150px;
    }

    .vl-body .mt-150 {
        margin-top: 150px;
    }

    .vl-body .mr-150 {
        margin-right: 150px;
    }

    .vl-body .pa-150 {
        padding: 150px;
    }

    .vl-body .pt-150 {
        padding-top: 150px;
    }

    .vl-body .pb-150 {
        padding-bottom: 150px;
    }

    .vl-body .pl-150 {
        padding-left: 150px;
    }

    .vl-body .w-150 {
        width: 150%;
    }

@media only screen and (max-width: 1199.98px) {
    .vl-body {
        padding-top: 85px;
    }

        .vl-body .mb-20 {
            margin-bottom: 10px;
        }

        .vl-body .mt-20 {
            margin-top: 10px;
        }

        .vl-body .mr-20 {
            margin-right: 10px;
        }

        .vl-body .pa-20 {
            padding: 10px;
        }

        .vl-body .pt-20 {
            padding-top: 10px;
        }

        .vl-body .pb-20 {
            padding-bottom: 10px;
        }

        .vl-body .pl-20 {
            padding-left: 10px;
        }

        .vl-body .w-20 {
            width: 10%;
        }

        .vl-body .mb-25 {
            margin-bottom: 12.5px;
        }

        .vl-body .mt-25 {
            margin-top: 12.5px;
        }

        .vl-body .mr-25 {
            margin-right: 12.5px;
        }

        .vl-body .pa-25 {
            padding: 12.5px;
        }

        .vl-body .pt-25 {
            padding-top: 12.5px;
        }

        .vl-body .pb-25 {
            padding-bottom: 12.5px;
        }

        .vl-body .pl-25 {
            padding-left: 12.5px;
        }

        .vl-body .w-25 {
            width: 12.5%;
        }

        .vl-body .mb-30 {
            margin-bottom: 15px;
        }

        .vl-body .mt-30 {
            margin-top: 15px;
        }

        .vl-body .mr-30 {
            margin-right: 15px;
        }

        .vl-body .pa-30 {
            padding: 15px;
        }

        .vl-body .pt-30 {
            padding-top: 15px;
        }

        .vl-body .pb-30 {
            padding-bottom: 15px;
        }

        .vl-body .pl-30 {
            padding-left: 15px;
        }

        .vl-body .w-30 {
            width: 15%;
        }

        .vl-body .mb-35 {
            margin-bottom: 17.5px;
        }

        .vl-body .mt-35 {
            margin-top: 17.5px;
        }

        .vl-body .mr-35 {
            margin-right: 17.5px;
        }

        .vl-body .pa-35 {
            padding: 17.5px;
        }

        .vl-body .pt-35 {
            padding-top: 17.5px;
        }

        .vl-body .pb-35 {
            padding-bottom: 17.5px;
        }

        .vl-body .pl-35 {
            padding-left: 17.5px;
        }

        .vl-body .w-35 {
            width: 17.5%;
        }

        .vl-body .mb-40 {
            margin-bottom: 20px;
        }

        .vl-body .mt-40 {
            margin-top: 20px;
        }

        .vl-body .mr-40 {
            margin-right: 20px;
        }

        .vl-body .pa-40 {
            padding: 20px;
        }

        .vl-body .pt-40 {
            padding-top: 20px;
        }

        .vl-body .pb-40 {
            padding-bottom: 20px;
        }

        .vl-body .pl-40 {
            padding-left: 20px;
        }

        .vl-body .w-40 {
            width: 20%;
        }

        .vl-body .mb-45 {
            margin-bottom: 22.5px;
        }

        .vl-body .mt-45 {
            margin-top: 22.5px;
        }

        .vl-body .mr-45 {
            margin-right: 22.5px;
        }

        .vl-body .pa-45 {
            padding: 22.5px;
        }

        .vl-body .pt-45 {
            padding-top: 22.5px;
        }

        .vl-body .pb-45 {
            padding-bottom: 22.5px;
        }

        .vl-body .pl-45 {
            padding-left: 22.5px;
        }

        .vl-body .w-45 {
            width: 22.5%;
        }

        .vl-body .mb-50 {
            margin-bottom: 25px;
        }

        .vl-body .mt-50 {
            margin-top: 25px;
        }

        .vl-body .mr-50 {
            margin-right: 25px;
        }

        .vl-body .pa-50 {
            padding: 25px;
        }

        .vl-body .pt-50 {
            padding-top: 25px;
        }

        .vl-body .pb-50 {
            padding-bottom: 25px;
        }

        .vl-body .pl-50 {
            padding-left: 25px;
        }

        .vl-body .w-50 {
            width: 25%;
        }

        .vl-body .mb-55 {
            margin-bottom: 27.5px;
        }

        .vl-body .mt-55 {
            margin-top: 27.5px;
        }

        .vl-body .mr-55 {
            margin-right: 27.5px;
        }

        .vl-body .pa-55 {
            padding: 27.5px;
        }

        .vl-body .pt-55 {
            padding-top: 27.5px;
        }

        .vl-body .pb-55 {
            padding-bottom: 27.5px;
        }

        .vl-body .pl-55 {
            padding-left: 27.5px;
        }

        .vl-body .w-55 {
            width: 27.5%;
        }

        .vl-body .mb-60 {
            margin-bottom: 30px;
        }

        .vl-body .mt-60 {
            margin-top: 30px;
        }

        .vl-body .mr-60 {
            margin-right: 30px;
        }

        .vl-body .pa-60 {
            padding: 30px;
        }

        .vl-body .pt-60 {
            padding-top: 30px;
        }

        .vl-body .pb-60 {
            padding-bottom: 30px;
        }

        .vl-body .pl-60 {
            padding-left: 30px;
        }

        .vl-body .w-60 {
            width: 30%;
        }

        .vl-body .mb-65 {
            margin-bottom: 32.5px;
        }

        .vl-body .mt-65 {
            margin-top: 32.5px;
        }

        .vl-body .mr-65 {
            margin-right: 32.5px;
        }

        .vl-body .pa-65 {
            padding: 32.5px;
        }

        .vl-body .pt-65 {
            padding-top: 32.5px;
        }

        .vl-body .pb-65 {
            padding-bottom: 32.5px;
        }

        .vl-body .pl-65 {
            padding-left: 32.5px;
        }

        .vl-body .w-65 {
            width: 32.5%;
        }

        .vl-body .mb-70 {
            margin-bottom: 35px;
        }

        .vl-body .mt-70 {
            margin-top: 35px;
        }

        .vl-body .mr-70 {
            margin-right: 35px;
        }

        .vl-body .pa-70 {
            padding: 35px;
        }

        .vl-body .pt-70 {
            padding-top: 35px;
        }

        .vl-body .pb-70 {
            padding-bottom: 35px;
        }

        .vl-body .pl-70 {
            padding-left: 35px;
        }

        .vl-body .w-70 {
            width: 35%;
        }

        .vl-body .mb-75 {
            margin-bottom: 37.5px;
        }

        .vl-body .mt-75 {
            margin-top: 37.5px;
        }

        .vl-body .mr-75 {
            margin-right: 37.5px;
        }

        .vl-body .pa-75 {
            padding: 37.5px;
        }

        .vl-body .pt-75 {
            padding-top: 37.5px;
        }

        .vl-body .pb-75 {
            padding-bottom: 37.5px;
        }

        .vl-body .pl-75 {
            padding-left: 37.5px;
        }

        .vl-body .w-75 {
            width: 37.5%;
        }

        .vl-body .mb-80 {
            margin-bottom: 40px;
        }

        .vl-body .mt-80 {
            margin-top: 40px;
        }

        .vl-body .mr-80 {
            margin-right: 40px;
        }

        .vl-body .pa-80 {
            padding: 40px;
        }

        .vl-body .pt-80 {
            padding-top: 40px;
        }

        .vl-body .pb-80 {
            padding-bottom: 40px;
        }

        .vl-body .pl-80 {
            padding-left: 40px;
        }

        .vl-body .w-80 {
            width: 40%;
        }

        .vl-body .mb-85 {
            margin-bottom: 42.5px;
        }

        .vl-body .mt-85 {
            margin-top: 42.5px;
        }

        .vl-body .mr-85 {
            margin-right: 42.5px;
        }

        .vl-body .pa-85 {
            padding: 42.5px;
        }

        .vl-body .pt-85 {
            padding-top: 42.5px;
        }

        .vl-body .pb-85 {
            padding-bottom: 42.5px;
        }

        .vl-body .pl-85 {
            padding-left: 42.5px;
        }

        .vl-body .w-85 {
            width: 42.5%;
        }

        .vl-body .mb-90 {
            margin-bottom: 45px;
        }

        .vl-body .mt-90 {
            margin-top: 45px;
        }

        .vl-body .mr-90 {
            margin-right: 45px;
        }

        .vl-body .pa-90 {
            padding: 45px;
        }

        .vl-body .pt-90 {
            padding-top: 45px;
        }

        .vl-body .pb-90 {
            padding-bottom: 45px;
        }

        .vl-body .pl-90 {
            padding-left: 45px;
        }

        .vl-body .w-90 {
            width: 45%;
        }

        .vl-body .mb-95 {
            margin-bottom: 47.5px;
        }

        .vl-body .mt-95 {
            margin-top: 47.5px;
        }

        .vl-body .mr-95 {
            margin-right: 47.5px;
        }

        .vl-body .pa-95 {
            padding: 47.5px;
        }

        .vl-body .pt-95 {
            padding-top: 47.5px;
        }

        .vl-body .pb-95 {
            padding-bottom: 47.5px;
        }

        .vl-body .pl-95 {
            padding-left: 47.5px;
        }

        .vl-body .w-95 {
            width: 47.5%;
        }

        .vl-body .mb-100 {
            margin-bottom: 50px;
        }

        .vl-body .mt-100 {
            margin-top: 50px;
        }

        .vl-body .mr-100 {
            margin-right: 50px;
        }

        .vl-body .pa-100 {
            padding: 50px;
        }

        .vl-body .pt-100 {
            padding-top: 50px;
        }

        .vl-body .pb-100 {
            padding-bottom: 50px;
        }

        .vl-body .pl-100 {
            padding-left: 50px;
        }

        .vl-body .w-100 {
            width: 50%;
        }
}

.vl-body .container.w1450 {
    max-width: 1450px;
}

.vl-body .container.w1500 {
    max-width: 1500px;
}

.vc-banner {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

    .vc-banner .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .vc-banner .row [class^="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

.vc-banner__item {
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

    .vc-banner__item img {
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

    .vc-banner__item::before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        content: "";
        display: block;
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 2;
    }

    .vc-banner__item:hover {
        cursor: pointer;
    }

        .vc-banner__item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .vc-banner__item:hover::before {
            -webkit-animation: animation-light 1s;
            animation: animation-light 1s;
        }

@-webkit-keyframes animation-light {
    100% {
        left: 125%;
    }
}

@keyframes animation-light {
    100% {
        left: 125%;
    }
}

.vc-banner .swiper-pagination {
    bottom: 5px;
    width: 100%;
}

.vc-banner .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    height: 8px;
    margin: 0;
    opacity: 1;
    position: relative;
    -webkit-transition: background-color .5s, width .5s;
    transition: background-color .5s, width .5s;
    width: 30px;
}

.vc-banner .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 60px;
}

.vc-banner__carousel .swiper-pagination {
    display: none;
}

.vc-banner__carousel--vertical {
    height: 100%;
}

.vc-banner__carousel--vertical .swiper-slide {
    height: calc((100% - 20px) / 3) !important;
}

.vc-banner__carousel--vertical .vc-banner__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vc-banner__carousel--vertical .swiper-pagination {
    display: none;
}

.vc-banner__carousel--vertical .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.menu_1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.menu_1 a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
}

.menu_1 a:hover {
    background-color: #ddd;
}

@media only screen and (max-width: 991.98px) {
    .vc-banner {
        margin-bottom: 15px;
    }

    .vc-banner__carousel .swiper-pagination {
        display: block;
    }

    .vc-banner__carousel--vertical {
        margin-top: 15px;
        height: auto;
    }

        .vc-banner__carousel--vertical .vc-banner__item {
            display: block;
            height: auto;
        }

        .vc-banner__carousel--vertical .swiper-slide {
            height: auto !important;
        }

        .vc-banner__carousel--vertical .swiper-pagination {
            display: block;
        }

        .vc-banner__carousel--vertical .swiper-wrapper {
            -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
            justify-content: inherit;
        }
}

@media only screen and (max-width: 767.98px) {
    .vc-banner .swiper-pagination {
        bottom: 0;
    }

    .vc-banner .swiper-pagination-bullet {
        height: 5px;
        width: 20px;
    }

    .vc-banner .swiper-pagination-bullet-active {
        width: 40px;
    }
}

.vc-headline, .vc-headline--border-bottom, .vc-headline--profile, .vc-headline--product, .vc-headline--small {
    line-height: 1;
    margin-bottom: 30px;
}

.vc-headline--border-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.vc-headline--profile {
    border-bottom: 1px solid #ccc;
    color: #414042;
    padding-bottom: 5px;
}

    .vc-headline--profile span {
        display: inline-block;
        font-size: 2rem;
        font-weight: 500;
        position: relative;
    }

        .vc-headline--profile span::after {
            background-color: #333132;
            bottom: -7px;
            content: "";
            display: inline-block;
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%;
        }

.vc-headline--product {
    color: #414042;
    font-size: 1.8rem;
    font-weight: 500;
}

.vc-headline--small {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 15px;
}

.vc-headline__txt {
    color: #414042;
    font-size: 2.5rem;
    font-weight: 500;
}

.vc-headline__box {
    width: calc(100% - 90px);
}

.vc-headline__carousel {
    position: relative;
    width: 50%;
}

    .vc-headline__carousel .swiper-slide {
        width: auto;
    }

        .vc-headline__carousel .swiper-slide:last-child {
            padding-right: 10px;
        }

    .vc-headline__carousel .swiper-button-next {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 1;
        text-align: center;
        -webkit-transition: color .5s;
        transition: color .5s;
        width: 20px;
        z-index: 3;
    }

        .vc-headline__carousel .swiper-button-next::after {
            font-size: 2.5rem;
        }

        .vc-headline__carousel .swiper-button-next:hover {
            color: #4CB748;
        }

    .vc-headline__carousel .swiper-button-disabled {
        display: none;
    }

    .vc-headline__carousel .swiper-button-next {
        margin: 0;
        right: -30px;
        top: -5px;
    }

        .vc-headline__carousel .swiper-button-next::after {
            line-height: 1;
            content: '»';
            margin: 0;
        }

.vc-headline__carousel-item {
    color: #414042;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1;
    margin-left: 17px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-headline__carousel-item::before {
        background-color: #BCBEC0;
        content: "";
        display: inline-block;
        height: 16px;
        left: -9px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
    }

    .vc-headline__carousel-item:hover {
        color: #4CB749;
        text-decoration: none;
    }

.header-v2 .vl-nav {
    height: 0px;
    visibility: hidden;
    transition: height 0.5s;
}

.header-v2.fixed .vl-nav {
    height: 70px;
    visibility: visible;
}

@media only screen and (min-width: 1200px) {
    .vl-nav {
        height: 100%;
        transition: width 0.25s, height 0.25s, margin-top 0.25s;
        z-index: 9999;
    }

        .vl-nav > ul {
            height: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .vl-nav > ul > li {
                align-items: center;
                display: inline-flex;
                padding-left: 25px;
                position: relative;
            }

                .vl-nav > ul > li:first-child {
                    margin-left: 0;
                }

                .vl-nav > ul > li > a {
                    align-items: center;
                    color: #414042;
                    cursor: pointer;
                    display: inline-flex;
                    font-size: 1.2rem;
                    font-weight: 500;
                    height: 100%;
                    line-height: 1;
                    justify-content: center;
                    position: relative;
                    text-decoration: none;
                    text-transform: uppercase;
                    transition: color 0.25s, font-weight 0.25s;
                    width: 100%;
                    z-index: 1;
                }

                    .vl-nav > ul > li > a::after {
                        background-color: #8b8b8b;
                        bottom: 0;
                        content: "";
                        display: block;
                        height: 2px;
                        right: 0;
                        position: absolute;
                        transition: right 0.25s, width 0.25s;
                        width: 0;
                    }

                .vl-nav > ul > li .expand {
                    align-items: center;
                    display: flex;
                    height: 100%;
                    justify-content: center;
                    right: 0;
                    position: absolute;
                    top: 0;
                    width: 13px;
                }

                    .vl-nav > ul > li .expand::before, .vl-nav > ul > li .expand::after {
                        background-color: #414042;
                        content: "";
                        display: inline-block;
                        height: 1px;
                        position: absolute;
                        transition: transform 0.25s;
                        top: 50%;
                        width: 7px;
                        z-index: 1;
                    }

                    .vl-nav > ul > li .expand::before {
                        right: 5px;
                        transform: rotate(45deg);
                    }


                    .vl-nav > ul > li .expand::after {
                        right: 0;
                        transform: rotate(-45deg);
                    }

                    .vl-nav > ul > li .expand + a {
                        padding-right: 20px;
                    }

                .vl-nav > ul > li > ul:not(.mega) {
                    background-color: #fff;
                    border: 2px solid #ddd;
                    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
                    list-style: none;
                    left: 50%;
                    opacity: 0;
                    padding: 20px 30px;
                    position: absolute;
                    transform-origin: center top 0;
                    transform: scaleY(0) translateX(-50%);
                    transition: transform 0.25s ease-in-out;
                    top: 100%;
                    visibility: hidden;
                    width: 250px;
                }

                    .vl-nav > ul > li > ul:not(.mega) > li > a {
                        border-bottom: 1px solid #ececec;
                        color: #414042;
                        display: inline-block;
                        font-size: 1.2rem;
                        margin-bottom: 10px;
                        position: relative;
                        padding-bottom: 10px;
                        text-decoration: none;
                        transition: background-color 0.25s;
                        text-align: left;
                        width: 100%;
                    }

                .vl-nav > ul > li > ul.mega {
                    background-color: #fff;
                    border: 2px solid #ddd;
                    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
                    display: flex;
                    justify-content: space-between;
                    list-style: none;
                    left: 50%;
                    opacity: 0;
                    padding: 20px 30px;
                    position: absolute;
                    transform-origin: center top 0;
                    transform: scaleY(0) translateX(-50%);
                    transition: transform 0.25s ease-in-out;
                    top: 100%;
                    visibility: hidden;
                    width: 600px;
                }

                    .vl-nav > ul > li > ul.mega > li {
                        min-width: 140px;
                    }

                        .vl-nav > ul > li > ul.mega > li > a {
                            border-bottom: 1px solid #ececec;
                            color: #111;
                            display: inline-block;
                            font-size: 1.3rem;
                            margin-bottom: 10px;
                            position: relative;
                            padding-bottom: 10px;
                            text-decoration: none;
                            transition: background-color 0.25s;
                            text-align: left;
                            width: 100%;
                        }

                        .vl-nav > ul > li > ul.mega > li ul {
                            list-style: none;
                            margin: 0;
                            padding: 0;
                        }

                            .vl-nav > ul > li > ul.mega > li ul > li > a {
                                border-bottom: 1px solid #ececec;
                                color: #555;
                                display: inline-block;
                                font-size: 1.2rem;
                                margin-bottom: 10px;
                                position: relative;
                                padding-bottom: 10px;
                                text-decoration: none;
                                transition: background-color 0.25s;
                                text-align: left;
                                width: 100%;
                            }

                .vl-nav > ul > li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                    transform: scaleY(1) translateX(-80%);
                }


    .header-v2 .vc-header-info__search input {
        background-color: transparent;
        border-bottom: 1px solid #ccc;
        color: #899196;
        font-size: 1.4rem;
        width: 100%;
    }

    .header-v2 .vc-header-info__search-input {
        padding-top: unset;
        position: absolute;
        right: 0;
        opacity: 1;
        visibility: visible;
        top: 0;
        -webkit-transition: opacity .5s, visibility .5s;
        transition: opacity .5s, visibility .5s;
        width: 300px;
        margin-right: 30px;
    }

/*    .header-v2.fixed .vc-header-info__logo img {
        height: 100px;
    }*/

}

.vc-headline__nav {
    margin-bottom: 4px;
}

    .vc-headline__nav a {
        color: #414042;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1;
        margin-left: 17px;
        position: relative;
        text-decoration: none;
        -webkit-transition: color .5s;
        transition: color .5s;
    }

        .vc-headline__nav a::before {
            background-color: #BCBEC0;
            content: "";
            display: inline-block;
            height: 16px;
            left: -9px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1px;
        }

        .vc-headline__nav a:hover {
            color: #4CB749;
            text-decoration: none;
        }

.vc-headline__readmore {
    color: #899196;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
    min-width: 85px;
    text-align: right;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-headline__readmore strong {
        color: #4CB748;
        font-style: normal;
        font-weight: bold;
    }

    .vc-headline__readmore:hover {
        color: #4CB748;
        text-decoration: none;
    }

@media only screen and (max-width: 1199.98px) {
    .vc-headline, .vc-headline--border-bottom, .vc-headline--profile, .vc-headline--product, .vc-headline--small {
        margin-bottom: 15px;
    }

    .vc-headline__txt {
        font-size: 2rem;
    }

    .vc-headline--border-bottom {
        border-bottom-width: 0;
        position: relative;
        text-align: center;
    }

        .vc-headline--border-bottom::before {
            background-color: #ccc;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            top: 50%;
            width: 100%;
            z-index: 1;
        }

        .vc-headline--border-bottom .vc-headline__txt {
            background-color: #fff;
            font-size: 2rem;
            padding: 0 15px;
            position: relative;
            z-index: 2;
        }

    .vc-headline--profile span {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-headline__box {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .vc-headline__carousel {
        width: 60%;
    }
}

@media only screen and (max-width: 575.98px) {
    .vc-headline--product {
        font-size: 1.4rem;
    }

    .vc-headline__txt {
        font-size: 1.4rem;
    }

    .vc-headline__carousel {
        width: 40%;
    }

    .vc-headline__nav a {
        font-size: 1rem;
    }

    .vc-headline__carousel-item, .vc-headline__readmore {
        font-size: 1rem;
    }

    .vc-headline--small {
        font-size: 1.4rem;
    }

    .vc-headline--border-bottom .vc-headline__txt {
        font-size: 1.4rem;
    }

    .vc-headline--profile {
        font-size: 1.5rem;
    }
}

.vc-footer {
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
}

.vc-footer__col {
    padding-left: 0;
}

.vc-footer__info, .vc-footer__info--icon, .vc-footer__info--dot {
    color: #414042;
    font-size: 1.3rem;
    position: relative;
    text-align: left;
}

    .vc-footer__info img, .vc-footer__info--icon img, .vc-footer__info--dot img {
        max-width: 120px;
    }

.vc-footer__info--icon {
    padding-left: 25px;
}

    .vc-footer__info--icon i {
        left: 0;
        position: absolute;
        top: 0;
        width: 15px;
    }

.vc-footer__info--dot a {
    padding-left: 12px;
}

    .vc-footer__info--dot a::before {
        background-color: #414042;
        content: "";
        height: 8px;
        left: 0;
        position: absolute;
        top: 5px;
        width: 8px;
    }

.vc-footer__info a, .vc-footer__info--icon a, .vc-footer__info--dot a {
    color: #414042;
    font-size: 1.3rem;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-footer__info a img, .vc-footer__info--icon a img, .vc-footer__info--dot a img {
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .vc-footer__info a:hover, .vc-footer__info--icon a:hover, .vc-footer__info--dot a:hover {
        color: #4CB749;
        text-decoration: none;
    }

        .vc-footer__info a:hover img, .vc-footer__info--icon a:hover img, .vc-footer__info--dot a:hover img {
            opacity: .75;
        }

.vc-footer__info small, .vc-footer__info--icon small, .vc-footer__info--dot small {
    font-size: 1rem;
}

.vc-footer__input {
    display: block;
    position: relative;
    width: 100%;
}

    .vc-footer__input input {
        border: 1px solid #899196;
        font-size: 1.4rem;
        padding: 5px 10px;
        width: 100%;
    }

    .vc-footer__input ::-webkit-input-placeholder {
        color: #899196;
        font-style: italic;
        opacity: 1;
    }

    .vc-footer__input :-ms-input-placeholder {
        color: #899196;
        font-style: italic;
        opacity: 1;
    }

    .vc-footer__input ::-ms-input-placeholder {
        color: #899196;
        font-style: italic;
        opacity: 1;
    }

    .vc-footer__input ::placeholder {
        color: #899196;
        font-style: italic;
        opacity: 1;
    }

    .vc-footer__input :-ms-input-placeholder {
        color: #899196;
        font-style: italic;
    }

    .vc-footer__input ::-ms-input-placeholder {
        color: #899196;
        font-style: italic;
    }

    .vc-footer__input button {
        background: #EDEDEE url(../img/icons/icon-email-gray.svg) no-repeat left 10px center/20px;
        border: 0;
        color: #414042;
        font-size: 1.3rem;
        height: calc(100% - 2px);
        outline: 0;
        right: 1px;
        padding-left: 35px;
        position: absolute;
        top: 1px;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

        .vc-footer__input button:hover {
            opacity: .75;
        }

.vc-footer__certificate img {
    max-width: 150px;
}

.vc-footer__head {
    color: #414042;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.vc-footer__hotline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #414042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.3rem;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-footer__hotline i {
        margin-right: 10px;
    }

    .vc-footer__hotline img {
        width: 40px;
    }

    .vc-footer__hotline:hover {
        color: #4CB749;
        text-decoration: none;
    }

.vc-footer__social {
    width: 100%;
}

    .vc-footer__social a {
        display: inline-block;
        margin-right: 10px;
        text-decoration: none;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        width: 40px;
    }

        .vc-footer__social a img {
            max-height: 40px;
        }

        .vc-footer__social a:hover {
            opacity: .75;
        }

.vc-footer__logo {
    display: block;
    font-size: 0;
    text-decoration: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

    .vc-footer__logo:hover {
        opacity: .75;
        text-decoration: none;
    }

.vc-footer__imgs {
    margin: 0 -3px;
}

    .vc-footer__imgs i {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        margin: 0 3px 8px;
        text-align: center;
    }

        .vc-footer__imgs i img {
            max-height: 25px;
            max-width: 130px;
        }

@media only screen and (max-width: 1199.98px) {
    .vc-footer__box {
        border-bottom: 1px solid #939598;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .vc-footer__logo img {
        height: 75px;
    }

    .vc-footer__qr {
        text-align: right;
        width: 100%;
    }

        .vc-footer__qr img {
            height: 75px;
        }
}

@media only screen and (max-width: 991.98px) {
    .vc-footer__head {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-footer {
        padding-top: 15px;
    }

    .vc-footer__logo a {
        text-align: left;
    }

    .vc-footer__logo img {
        height: 55px;
    }

    .vc-footer__qr img {
        height: 55px;
    }

    .vc-footer__head {
        font-size: 1.3rem;
    }

    .vc-footer__box {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .vc-footer__info.pl-100, .pl-100.vc-footer__info--icon, .pl-100.vc-footer__info--dot {
        padding-left: 0;
    }

    .vc-footer__info--dot:last-child {
        margin-bottom: 30px;
    }

    .vc-footer__imgs i img {
        max-height: 20px;
        max-width: 75px;
    }

    .vc-footer__social a {
        margin-right: 5px;
        width: 25px;
    }

        .vc-footer__social a img {
            max-height: 25px;
        }

    .vc-footer__hotline {
        margin-bottom: 15px;
    }

    .vc-footer__certificate img {
        max-width: 135px;
    }
}

@media only screen and (max-width: 575.98px) {
    .vc-footer__head {
        font-size: 1.1rem;
    }

    .vc-footer__row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .vc-footer__row [class^="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

    .vc-footer__info, .vc-footer__info--icon, .vc-footer__info--dot {
        font-size: 1.1rem;
    }

        .vc-footer__info a, .vc-footer__info--icon a, .vc-footer__info--dot a {
            font-size: 1.1rem;
        }

    .vc-footer__hotline {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

        .vc-footer__hotline img {
            width: 30px;
        }

    .vc-footer__qr {
        text-align: right;
        width: 100%;
    }

        .vc-footer__qr img {
            height: 55px;
        }
}

.vc-bottom {
    background-color: #102955;
    margin-top: 30px;
    padding: 10px 0;
}

.vc-bottom__txt {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

@media only screen and (max-width: 1199.98px) {
    .vc-bottom__txt {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-bottom__txt {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-bottom {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-bottom__txt {
        font-size: .9rem;
    }
}

.vc-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: background-color .5s, -webkit-box-shadow .5s;
    transition: background-color .5s, -webkit-box-shadow .5s;
    transition: background-color .5s, box-shadow .5s;
    transition: background-color .5s, box-shadow .5s, -webkit-box-shadow .5s;
    width: 100%;
    z-index: 9999;
}

.header-v2 {
    position: sticky;
    /*    padding: 0 5rem;*/
}

.vc-header .row {
    margin-left: 0;
    margin-right: 0;
}

    .vc-header .row > [class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.vc-header.fixed {
    -webkit-box-shadow: 0px 1px 6.48px 1.52px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 6.48px 1.52px rgba(0, 0, 0, 0.08);
    position: fixed;
}

.vc-header-info {
    height: 140px;
    padding-top: 15px;
    position: relative;
    width: 100%;
}

.header-v2 .vc-header-info {
    height: unset;
}

.vc-header-info__static {
    position: static
}

.vc-header-info__logo {
    margin: -8px auto 5px;
    position: relative;
    width: 100%;
}
.header-v2 .vc-header-info__logo {
    margin: unset;
    position: relative;
    width: 100%;
}

    .vc-header-info__logo a {
        color: #002E6D;
        text-decoration: none;
    }

    .vc-header-info__logo span {
        font-size: 1.6rem;
    }


    .vc-header-info__logo img {
        /*        max-height: 70px;*/
        width: auto;
/*        height: 150px;*/
        max-width: 100%;
        max-height: 100%;
        transition: height 0.5s;
    }

.header-v2 .vc-header-info__logo img {
    max-height: 100px;
}

.header-v2 .header-slogan {
    text-transform: uppercase;
    font-family: Barlow-Condensed-Bold;
    font-size: 4rem;
    color: var(--accent-color);
    margin-top: 1rem;
    overflow: hidden;
    transform: translateX(-50%);
}

.header-v2.fixed .header-slogan {
    height: 0px;
    margin-top: 0px;
}

.header-v2 .header-inline-slogan {
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Barlow-Condensed-Medium';
/*    letter-spacing: 2px;*/
    text-transform: uppercase;
}

/*
.header-v2:not(.fixed) .vc-header-info__logo img {
    aspect-ratio: 576 / 165;
}
*/
.vc-header-info__nav-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 275px;
    position: relative;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    z-index: 9999;
}

    .vc-header-info__nav-btn strong {
        color: #939598;
        font-size: 1.4rem;
        -webkit-transition: color .5s;
        transition: color .5s;
    }

    .vc-header-info__nav-btn svg {
        background-color: #939598;
        border-radius: 5px;
        display: block;
        fill: none;
        height: 25px;
        margin-right: 10px;
        stroke: #fff;
        stroke-width: 2px;
        stroke-linecap: round;
        stroke-linejoin: round;
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
        width: 25px;
    }

        .vc-header-info__nav-btn svg path {
            -webkit-transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
            transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
            stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
            stroke-dashoffset: var(--offset, 126px);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

            .vc-header-info__nav-btn svg path:nth-child(2) {
                --duration: .7s;
                --easing: ease-in;
                --offset: 100px;
                --array-2: 74px;
            }

            .vc-header-info__nav-btn svg path:nth-child(3) {
                --offset: 133px;
                --array-2: 107px;
            }

    .vc-header-info__nav-btn:hover {
        cursor: pointer;
    }

        .vc-header-info__nav-btn:hover strong {
            color: #4CB749;
        }

        .vc-header-info__nav-btn:hover svg {
            background-color: #4CB749;
        }

    .vc-header-info__nav-btn.active {
        background-color: #C3C6C7;
    }

        .vc-header-info__nav-btn.active strong {
            color: #000;
            font-weight: normal;
        }

        .vc-header-info__nav-btn.active svg {
            stroke: #fff;
        }

            .vc-header-info__nav-btn.active svg path {
                --offset: 57px;
                --offset: 57px;
            }

                .vc-header-info__nav-btn.active svg path:nth-child(1), .vc-header-info__nav-btn.active svg path:nth-child(3) {
                    --delay: .15s;
                    --easing: cubic-bezier(.2, .4, .2, 1.1);
                }

                .vc-header-info__nav-btn.active svg path:nth-child(2) {
                    --duration: .4s;
                    --offset: 2px;
                    --array-1: 1px;
                }

                .vc-header-info__nav-btn.active svg path:nth-child(3) {
                    --offset: 58px;
                }

.vc-header-info__lang a {
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none;
}

    .vc-header-info__lang a:first-child {
        margin-left: 0;
    }

    .vc-header-info__lang a img {
        width: 25px;
    }

    .vc-header-info__lang a:hover {
        opacity: .75;
    }

.vc-header-info__user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #414042;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .vc-header-info__user small {
        font-size: .7rem;
        margin: 0 5px;
    }

    .vc-header-info__user a {
        color: #414042;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.2rem;
        margin: 0 3px;
        -webkit-transition: color .5s;
        transition: color .5s;
        text-decoration: none;
        min-width: 25px;
    }

        .vc-header-info__user a:hover {
            color: #4CB748;
        }

.vc-header-info__check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #414042;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .vc-header-info__check a {
        color: #414042;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.2rem;
        margin: 0 3px;
        -webkit-transition: color .5s;
        transition: color .5s;
        text-decoration: none;
        min-width: 25px;
    }

        .vc-header-info__check a:hover {
            color: #4CB748;
        }

.vc-header-info__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .vc-header-info__icon img {
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        width: 20px;
    }

    .vc-header-info__icon:hover img {
        opacity: .75;
    }

.vc-header-info__cart a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4CB748;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none;
    min-width: 25px;
}

    .vc-header-info__cart a i {
        font-style: normal;
        font-size: 0.9rem;
        left: 8px;
        position: absolute;
        text-align: center;
        top: -5px;
        width: 10px;
    }

    .vc-header-info__cart a span {
        font-size: 1.2rem;
    }

    .vc-header-info__cart a img {
        margin-right: 5px;
        width: 20px;
    }

    .vc-header-info__cart a:hover {
        opacity: .75;
    }

.vc-header-info__row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.header-v2 .vc-header-info__row {
    margin-bottom: unset;
}

.vc-header-info__col {
    border-left: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding-left: 10px;
}

.vc-header-info__search {
    position: relative;
}

.header-v2 .vc-header-info__search {
    display: flex;
    gap: 10px;
}

.vc-header-info__search:hover .vc-header-info__search-input {
    opacity: 1;
    visibility: visible;
}

.vc-header-info__search button {
    background-color: transparent;
    border: 0;
}

.vc-header-info__search img {
    width: 20px;
    cursor: pointer;
}

.vc-header-info__search-input {
    padding-top: 38px;
    position: absolute;
    right: 0;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
    visibility: hidden;
    width: 300px;
}

.vc-header-info__search input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #899196;
    font-size: 1.4rem;
    width: 100%;
}

.vc-header-info__search ::-webkit-input-placeholder {
    color: #899196;
    font-style: italic;
    opacity: 1;
}

.vc-header-info__search :-ms-input-placeholder {
    color: #899196;
    font-style: italic;
    opacity: 1;
}

.vc-header-info__search ::-ms-input-placeholder {
    color: #899196;
    font-style: italic;
    opacity: 1;
}

.vc-header-info__search ::placeholder {
    color: #899196;
    font-style: italic;
    opacity: 1;
}

.vc-header-info__search :-ms-input-placeholder {
    color: #899196;
    font-style: italic;
}

.vc-header-info__search ::-ms-input-placeholder {
    color: #899196;
    font-style: italic;
}

.vc-header-info__nav a {
    border-radius: 5px;
    color: #414042;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 2px;
    padding: 5px 7px;
    -webkit-transition: background-color .5s, color .5s, font-weight .5s;
    transition: background-color .5s, color .5s, font-weight .5s;
}

    .vc-header-info__nav a img {
        width: 15px;
    }

    .vc-header-info__nav a.flash-sale {
        background-color: #C3161C;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

        .vc-header-info__nav a.flash-sale.current {
            background-color: #fff !important;
            color: #fff !important;
            border: 1px solid #C3161C;
            position: relative;
            z-index: 1;
        }

            .vc-header-info__nav a.flash-sale.current::before {
                background-color: #C3161C;
                border-radius: 5px;
                content: "";
                display: inline-block;
                height: calc(100% - 4px);
                left: 2px;
                position: absolute;
                right: 2px;
                top: 2px;
                width: calc(100% - 4px);
                z-index: -2;
            }

    .vc-header-info__nav a.current, .vc-header-info__nav a:hover {
        background-color: #eaeaea;
        color: #414042;
        font-weight: bold;
        text-decoration: none;
    }

    .vc-header-info__nav a.current img, .vc-header-info__nav a:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

@media (min-width: 800px) and (max-width: 1199.98px) {
    .header-v2 .vc-header-info__logo img {
        max-height: 100%;
    }
}

@media only screen and (max-width: 1199.98px) {
    .vc-header-info {
        height: 85px;
        padding: 10px 0;
    }

        .vc-header-info > .row {
            height: 65px;
        }

            .vc-header-info > .row > div {
                height: 100%;
            }

    .vc-header-info__search {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        z-index: 9999;
    }

        .vc-header-info__search button {
            z-index: 1;
        }

        .vc-header-info__search input {
            font-size: 1.3rem;
            padding-right: 10px;
        }

    .vc-header-info__search-input {
        padding-top: 30px;
    }

    .vc-header-info__search input {
        background-color: #fff;
        padding: 10px;
    }

    .vc-header-info__search img {
        margin-top: 4px;
        width: 15px;
    }

    .vc-header-info__row {
        -ms-flex-line-pack: start;
        align-content: flex-start;
        border-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        max-width: 380px;
        padding-bottom: 0;
        position: relative;
    }

        .vc-header-info__row::after {
            background-color: #ccc;
            content: "";
            display: inline-block;
            height: 1px;
            left: 0;
            position: absolute;
            top: 53%;
            width: 100%;
        }

    .vc-header-info__col {
        height: 25px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 20px;
    }

        .vc-header-info__col:first-child {
            margin-left: 40px;
        }

        .vc-header-info__col:nth-child(6) {
            border-right: 1px solid #ccc;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding-right: 10px;
        }

        .vc-header-info__col:nth-child(4) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .vc-header-info__col:nth-child(3) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .vc-header-info__col:nth-child(5) {
            margin-right: 40px;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

    .vc-header-info__user a {
        margin: 0;
        min-width: inherit;
    }

        .vc-header-info__user a img {
            width: 17px;
        }

    .vc-header-info__check a {
        margin: 0;
        min-width: inherit;
    }

        .vc-header-info__check a img {
            width: 17px;
        }

    .vc-header-info__static {
        position: static;
    }

    .vc-header-info__logo {
        height: 100%;
        margin: 0;
    }

        .vc-header-info__logo span {
            font-size: 1.1rem;
        }

        .vc-header-info__logo a {
            height: 100%;
        }

        .vc-header-info__logo img {
            /*height: 100%;*/
            height: auto;
            width: auto;
        }

    .vc-header-info__lang a {
        margin-left: 5px;
    }

    .vc-header-info__nav-btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: absolute;
        right: 0;
        top: 55px;
        z-index: 10000;
    }

        .vc-header-info__nav-btn strong {
            color: #939598;
            display: none;
            width: calc(100% - 55px);
        }

        .vc-header-info__nav-btn svg {
            height: 25px;
            stroke-width: 3px;
            margin-right: 0;
        }

            .vc-header-info__nav-btn svg path {
                -webkit-transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
                transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
                stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
                stroke-dashoffset: var(--offset, 126px);
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

                .vc-header-info__nav-btn svg path:nth-child(2) {
                    --duration: .7s;
                    --easing: ease-in;
                    --offset: 100px;
                    --array-2: 74px;
                }

                .vc-header-info__nav-btn svg path:nth-child(3) {
                    --offset: 133px;
                    --array-2: 107px;
                }

        .vc-header-info__nav-btn.active {
            width: 275px;
        }

            .vc-header-info__nav-btn.active svg {
                background-color: #939598;
            }

            .vc-header-info__nav-btn.active strong {
                color: #939598;
                display: block;
            }

}

@media only screen and (max-width: 767.98px) {
    .vc-header-info__logo span {
        display: none;
    }

    .vc-header-info__user a {
        display: none;
        font-size: 0;
    }

        .vc-header-info__user a:first-child {
            background: url(../img/icons/icon-user.svg) no-repeat center center/15px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            height: 100%;
            width: 25px;
        }

    .vc-header-info__user small {
        display: none;
    }

    .vc-header-info__check a {
        background: url(../img/icons/icon-box-map.svg) no-repeat center center/20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 0;
        height: 100%;
        width: 25px;
    }

    .vc-header-info__row {
        max-width: 235px;
    }

    .vc-header-info__col:first-child {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-right: 45px;
        margin-left: 10px;
    }

    .vc-header-info__col:nth-child(6) {
        border-right: 1px solid #ccc;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 10px;
    }

    .vc-header-info__col:nth-child(4) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: right;
    }

    .vc-header-info__col:nth-child(3) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .vc-header-info__col:nth-child(5) {
        margin-right: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

}

.vc-header-nav {
    border-radius: 5px;
    left: 0;
    max-height: 0;
    max-width: 275px;
    overflow: hidden;
    position: absolute;
    top: 94px;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    width: 100%;
    z-index: 9998;
}

    .vc-header-nav.active {
        -webkit-box-shadow: 0px 1px 6.48px 1.52px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 6.48px 1.52px rgba(0, 0, 0, 0.08);
        max-height: 75vh;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }

.vc-header-nav__box {
    background-color: #fff;
    border: 1px solid #C3C6C7;
    border-top: 0;
    max-width: 100%;
    max-height: 75vh;
    overflow-y: auto;
    padding-top: 40px;
    position: relative;
    width: 275px;
}

    .vc-header-nav__box > ul {
        list-style: none;
        margin: 0 auto;
        padding: 0 0 30px;
        max-width: 960px;
    }

        .vc-header-nav__box > ul > li {
            position: relative;
        }

            .vc-header-nav__box > ul > li:last-child a {
                padding-bottom: 0;
            }

                .vc-header-nav__box > ul > li:last-child a::before {
                    display: none;
                }

            .vc-header-nav__box > ul > li:last-child:first-child a {
                font-weight: bold;
            }

            .vc-header-nav__box > ul > li > a {
                color: #414042;
                display: block;
                font-size: 1.2rem;
                font-weight: 500;
                padding: 5px 20px;
                position: relative;
                text-decoration: none;
                text-transform: uppercase;
                -webkit-transition: color .5s;
                transition: color .5s;
            }

                .vc-header-nav__box > ul > li > a:hover, .vc-header-nav__box > ul > li > a.current {
                    color: #ED1C24;
                }

                .vc-header-nav__box > ul > li > a::before {
                    background-color: #e5e5e5;
                    bottom: 0;
                    content: "";
                    height: 1px;
                    left: 20px;
                    position: absolute;
                    right: 20px;
                    width: auto;
                }

                .vc-header-nav__box > ul > li > a i {
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    border-radius: 50%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    height: 30px;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    right: 18px;
                    position: absolute;
                    top: 0;
                    -webkit-transition: -webkit-transform .5s;
                    transition: -webkit-transform .5s;
                    transition: transform .5s;
                    transition: transform .5s, -webkit-transform .5s;
                    width: 30px;
                }

                    .vc-header-nav__box > ul > li > a i::before {
                        border: 1px solid #121c07;
                        border-bottom: 0;
                        border-right: 0;
                        content: "";
                        display: inline-block;
                        height: 0;
                        left: 9px;
                        position: absolute;
                        top: 6px;
                        width: 0;
                        z-index: 1;
                        width: 12px;
                        height: 12px;
                        -webkit-transform: rotate(225deg);
                        transform: rotate(225deg);
                    }

            .vc-header-nav__box > ul > li > ul {
                list-style: none;
                margin: 0;
                padding: 0;
                overflow: hidden;
                max-height: 0;
                -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
                transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
            }

                .vc-header-nav__box > ul > li > ul > li {
                    padding-right: 0;
                }

                    .vc-header-nav__box > ul > li > ul > li > a {
                        color: #414042;
                        display: block;
                        font-size: 1.1rem;
                        font-weight: 500;
                        padding: 5px 20px 5px 35px;
                        position: relative;
                        text-decoration: none;
                    }

                        .vc-header-nav__box > ul > li > ul > li > a:hover, .vc-header-nav__box > ul > li > ul > li > a.current {
                            color: #ED1C24;
                        }

                        .vc-header-nav__box > ul > li > ul > li > a i {
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            border-radius: 50%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            height: 30px;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            right: 18px;
                            position: absolute;
                            top: 3px;
                            -webkit-transition: -webkit-transform .5s;
                            transition: -webkit-transform .5s;
                            transition: transform .5s;
                            transition: transform .5s, -webkit-transform .5s;
                            width: 30px;
                        }

                            .vc-header-nav__box > ul > li > ul > li > a i::before {
                                border: 1px solid #899196;
                                border-bottom: 0;
                                border-right: 0;
                                content: "";
                                display: inline-block;
                                height: 0;
                                left: 9px;
                                position: absolute;
                                top: 8px;
                                width: 0;
                                z-index: 1;
                                width: 10px;
                                height: 10px;
                                -webkit-transform: rotate(225deg);
                                transform: rotate(225deg);
                            }

                    .vc-header-nav__box > ul > li > ul > li > ul {
                        list-style: none;
                        margin: 0;
                        padding: 0;
                        overflow: hidden;
                        max-height: 0;
                        -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
                        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
                    }

                        .vc-header-nav__box > ul > li > ul > li > ul > li {
                            padding-right: 0;
                        }

                            .vc-header-nav__box > ul > li > ul > li > ul > li a {
                                color: #899196;
                                display: block;
                                font-size: 1.1rem;
                                padding: 3px 20px 3px 35px;
                                position: relative;
                                text-decoration: none;
                            }

                                .vc-header-nav__box > ul > li > ul > li > ul > li a:hover, .vc-header-nav__box > ul > li > ul > li > ul > li a.current {
                                    color: #ED1C24;
                                }

                                .vc-header-nav__box > ul > li > ul > li > ul > li a:hover {
                                    color: #6f6f6f;
                                }

                    .vc-header-nav__box > ul > li > ul > li.active > ul {
                        max-height: 2000px;
                        -webkit-transition: max-height 1s ease-in-out;
                        transition: max-height 1s ease-in-out;
                    }

                    .vc-header-nav__box > ul > li > ul > li.active > a i {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

            .vc-header-nav__box > ul > li.active > ul {
                max-height: 2000px;
                -webkit-transition: max-height 1s ease-in-out;
                transition: max-height 1s ease-in-out;
            }

            .vc-header-nav__box > ul > li.active > a i {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

@media only screen and (max-width: 1199.98px) {
    .vc-header-nav {
        left: inherit;
        right: 0;
        top: 55px;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-header-nav {
        max-width: 275px;
    }

    .vc-header-nav__box {
        padding-top: 25px;
    }

        .vc-header-nav__box > ul {
            padding-bottom: 15px;
        }

            .vc-header-nav__box > ul > li > a {
                font-size: 1.3rem;
                padding: 10px;
            }

                .vc-header-nav__box > ul > li > a::before {
                    left: 10px;
                    right: 10px;
                }

                .vc-header-nav__box > ul > li > a i {
                    right: 5px;
                    top: 6px;
                }

            .vc-header-nav__box > ul > li > ul > li > a {
                font-size: 1.3rem;
            }

                .vc-header-nav__box > ul > li > ul > li > a i {
                    right: 5px;
                    top: 6px;
                }

            .vc-header-nav__box > ul > li > ul > li > ul > li a {
                font-size: 1.3rem;
            }
}

.vc-breadcrumb {
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: left;
}

    .vc-breadcrumb a {
        color: #414042;
        font-size: 1.4rem;
        font-weight: 500;
        -webkit-transition: color .5s;
        transition: color .5s;
        text-decoration: none;
    }

        .vc-breadcrumb a::after {
            color: #ccc;
            content: ">";
            margin: 0 5px 0 8px;
        }

        .vc-breadcrumb a:last-child {
            pointer-events: none;
        }

            .vc-breadcrumb a:last-child::after {
                display: none;
            }

        .vc-breadcrumb a:hover {
            color: #4CB748;
        }

@media only screen and (max-width: 1199.98px) {
    .vc-breadcrumb {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-breadcrumb a {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-breadcrumb a {
        font-size: 1.2rem;
    }
}

.vc-news {
    margin-bottom: 30px;
    position: relative;
}

    .vc-news .swiper-button-next,
    .vc-news .swiper-button-prev {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
        color: #DCDDDE;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 1;
        text-align: center;
        -webkit-transition: color .5s;
        transition: color .5s;
        width: 40px;
        z-index: 3;
    }

        .vc-news .swiper-button-next::after,
        .vc-news .swiper-button-prev::after {
            font-size: 5rem;
        }

        .vc-news .swiper-button-next:hover,
        .vc-news .swiper-button-prev:hover {
            color: #4CB748;
        }

    .vc-news .swiper-button-disabled {
        display: none;
    }

    .vc-news .swiper-button-next {
        right: -50px;
    }

    .vc-news .swiper-button-prev {
        left: -50px;
    }

.vc-news__item {
    background-color: #EDEDEE;
    padding: 15px;
    position: relative;
    width: 100%;
}

.vc-news__ttl {
    color: #414042;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-news__ttl:hover {
        color: #4CB748;
        text-decoration: none;
    }

.vc-news__avatar {
    display: block;
    font-size: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
}

    .vc-news__avatar.square {
        padding-top: 100%;
    }

    .vc-news__avatar img {
        position: absolute;
        height: 100%;
        left: 50%;
        margin: auto;
        -o-object-fit: contain;
        object-fit: contain;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        z-index: 0;
    }

    .vc-news__avatar:hover {
        text-decoration: none;
    }

        .vc-news__avatar:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

@media only screen and (max-width: 1199.98px) {
    .vc-news .swiper-button-next,
    .vc-news .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

        .vc-news .swiper-button-next::after,
        .vc-news .swiper-button-prev::after {
            font-size: 4rem;
        }

    .vc-news .swiper-button-next {
        right: -25px;
    }

    .vc-news .swiper-button-prev {
        left: -25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-news.row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .vc-news.row [class^="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

    .vc-news__item {
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-news__item {
        padding: 10px;
    }

    .vc-news__ttl {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .vc-news .swiper-button-next,
    .vc-news .swiper-button-prev {
        height: 30px;
        width: 30px;
    }

        .vc-news .swiper-button-next::after,
        .vc-news .swiper-button-prev::after {
            font-size: 2.5rem;
        }

    .vc-news .swiper-button-next {
        right: 0;
    }

    .vc-news .swiper-button-prev {
        left: 0;
    }
}

.vc-article__ttl {
    color: #414042;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
}

.vc-article__weight {
    font-size: 1.7rem;
    color: #899196;
    margin-bottom: 5px;
}

.vc-article__price {
    margin-bottom: 5px;
    margin-top: 10px;
}

    .vc-article__price del {
        color: #899196;
        font-size: 1.5rem;
    }

    .vc-article__price span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #002E6D;
        font-size: 4rem;
        line-height: 1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: bold;
    }

        .vc-article__price span em {
            font-style: normal;
            font-size: 1.5rem;
        }

.vc-article__sale {
    background-color: #C3161C;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 75px;
    padding: 5px 10px;
}

.vc-article__buy {
    background-color: #002E6D;
    color: #fff;
    font-size: 2.5rem;
    height: 47px;
    margin-bottom: 10px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none;
}

    .vc-article__buy:hover {
        color: #fff;
        cursor: pointer;
        opacity: .75;
        text-decoration: none;
    }

.vc-article__addtocart {
    background-color: #EDEDEE;
    color: #414042;
    font-size: 2rem;
    height: 47px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none;
}

    .vc-article__addtocart:hover {
        color: #414042;
        cursor: pointer;
        opacity: .75;
        text-decoration: none;
    }

.vc-article__accor-btn {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #A7A9AC;
    cursor: pointer;
    font-size: 1.3rem;
    padding: 5px 10px;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-article__accor-btn:hover {
        color: #4CB748;
    }

.vc-article__accor-content {
    color: #4C4C4C;
    font-size: 1.4rem;
    max-height: 90px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

    .vc-article__accor-content p {
        color: #4C4C4C;
        font-size: 1.4rem;
        margin-bottom: 3px;
    }

.vc-article iframe {
    max-width: 100% !important;
}

.vc-article__accor-ttl {
    color: #4C4C4C;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
}

    .vc-article__accor-ttl img {
        margin-right: 5px;
        width: 30px;
    }

.vc-article__accor {
    border: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 0;
}

    .vc-article__accor:checked + .vc-article__accor-content {
        max-height: 3000px;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }

    .vc-article__accor:checked ~ div .vc-article__accor-btn {
        display: none;
    }

.vc-article__avatars {
    background-color: #fff;
    margin-bottom: 15px;
}

.vc-article__avatar {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

    .vc-article__avatar img {
        max-height: 100%;
        left: 50%;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        z-index: 0;
    }

.vc-article__thumbs {
    margin-bottom: 30px;
    position: relative;
    width: auto;
}

.vc-article__thumb {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
    width: 100%;
    z-index: 0;
}

    .vc-article__thumb::after {
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        width: 100%;
    }

    .vc-article__thumb img {
        max-height: 100%;
        left: 50%;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        z-index: 0;
    }

    .vc-article__thumb:hover {
        cursor: pointer;
    }

        .vc-article__thumb:hover::after {
            opacity: .75;
        }

    .vc-article__thumb.active {
        border-color: #0569c3;
    }

        .vc-article__thumb.active::after {
            opacity: 0;
        }

.vc-article__amount {
    color: #414042;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.vc-article__amount-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

    .vc-article__amount-input input {
        background-color: #fff;
        border: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        color: #414042;
        font-size: 1.6rem;
        height: 40px;
        pointer-events: none;
        margin: 0;
        text-align: center;
        width: 40px;
    }

        .vc-article__amount-input input::-webkit-inner-spin-button, .vc-article__amount-input input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .vc-article__amount-input span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        border-radius: 5px 0 0 5px;
        color: #414042;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 2rem;
        font-weight: bold;
        height: 40px;
        padding-bottom: 2px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background-color .5s, color .5s;
        transition: background-color .5s, color .5s;
        width: 40px;
    }

        .vc-article__amount-input span:last-child {
            border-radius: 0 5px 5px 0;
        }

        .vc-article__amount-input span:hover {
            cursor: pointer;
            background-color: #4CB748;
            color: #fff;
        }

@media only screen and (max-width: 1199.98px) {
    .vc-article__thumbs {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-article__avatars {
        margin-bottom: 15px;
    }

    .vc-article__amount {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.4rem;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vc-article__amount-input span,
    .vc-article__amount-input input {
        height: 30px;
        width: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-article__buy {
        font-size: 1.6rem;
        height: 40px;
    }

    .vc-article__addtocart {
        font-size: 1.8rem;
        height: 40px;
    }

    .vc-article__ttl {
        font-size: 2rem;
    }

    .vc-article__weight {
        font-size: 1.3rem;
    }

    .vc-article__sale {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .vc-article__accor-ttl {
        font-size: 1.6rem;
    }

        .vc-article__accor-ttl img {
            width: 30px;
        }

    .vc-article__accor-content {
        font-size: 1.3rem;
    }

        .vc-article__accor-content p {
            font-size: 1.3rem;
        }
}

.vc-support__item span {
    color: #414042;
    font-size: 1.6rem;
}

.vc-support__item a {
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    text-decoration: none;
}

    .vc-support__item a:hover {
        text-decoration: none;
    }

        .vc-support__item a:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

.vc-support__item img {
    /*-webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);*/
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    transition: filter .5s;
    transition: filter .5s, -webkit-filter .5s;
    width: 20px;
}

.vc-support__link {
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    padding-top: 15px;
}

    .vc-support__link a {
        color: #414042;
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 15px;
        -webkit-transition: color .5s;
        transition: color .5s;
        text-decoration: none;
    }

        .vc-support__link a:hover {
            color: #4CB748;
            text-decoration: none;
        }

            .vc-support__link a:hover img {
                -webkit-filter: grayscale(0);
                filter: grayscale(0);
            }

    .vc-support__link img {
        -webkit-filter: gray;
        filter: gray;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        margin-right: 10px;
        max-height: 30px;
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
        transition: filter .5s;
        transition: filter .5s, -webkit-filter .5s;
        width: 30px;
    }

@media only screen and (max-width: 1199.98px) {
    .vc-support__link a {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .vc-support__item span {
        font-size: 1.3rem;
    }
}

.vc-tab {
    margin-bottom: 50px;
}

.vc-tab__content {
    color: #4C4C4C;
    font-size: 1.4rem;
}

.vc-tab__content-txt {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.vc-tab__content .vc-tab__readmore {
    display: none;
}

.vc-tab__content p {
    color: #4C4C4C;
    font-size: 1.4rem;
}

.vc-tab__content iframe {
    max-width: 100% !important;
}

.vc-tab__item {
    border: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 0;
}

    .vc-tab__item:checked + .vc-tab__content .vc-tab__content-txt {
        max-height: 380px;
    }

    .vc-tab__item:checked + .vc-tab__content .vc-tab__readmore {
        display: inline-block;
    }

.vc-tab__ttl {
    margin-bottom: 15px;
}

    .vc-tab__ttl label {
        color: #4C4C4C;
        cursor: pointer;
        -webkit-transition: font-weight .5s, color .5s;
        transition: font-weight .5s, color .5s;
        font-size: 2rem;
    }

        .vc-tab__ttl label:not(:first-child) {
            margin-left: 10px;
            padding-left: 10px;
            position: relative;
        }

            .vc-tab__ttl label:not(:first-child)::before {
                background-color: #4C4C4C;
                content: "";
                display: inline-block;
                height: 15px;
                left: 0;
                position: absolute;
                top: 3px;
                width: 1px;
            }

        .vc-tab__ttl label:hover {
            color: #4CB748;
        }

        .vc-tab__ttl label.active {
            font-weight: bold;
        }

.vc-tab__accor {
    border: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 0;
}

    .vc-tab__accor:checked + .vc-tab__item + .vc-tab__content .vc-tab__content-txt {
        max-height: 3000px;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }

    .vc-tab__accor:checked + .vc-tab__item + .vc-tab__content .vc-tab__readmore {
        display: none;
    }

.vc-tab__readmore {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #A7A9AC;
    cursor: pointer;
    font-size: 1.3rem;
    padding: 5px 10px;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-tab__readmore:hover {
        color: #4CB748;
    }

@media only screen and (max-width: 991.98px) {
    .vc-tab__ttl label {
        font-size: 1.2rem;
    }

        .vc-tab__ttl label:not(:first-child) {
            margin-left: 5px;
            padding-left: 5px;
        }

    .vc-tab__content {
        font-size: 1.2rem;
    }

        .vc-tab__content p {
            font-size: 1.2rem;
        }
}

.vc-feature {
    background-color: #EDEDEE;
    padding: 30px 0;
}

.vc-feature__img img {
    max-height: 50px;
    width: 80px;
}

.vc-feature__txt {
    color: #000;
    font-size: 1.4rem;
    font-style: italic;
}

@media only screen and (max-width: 1199.98px) {
    .vc-feature .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .vc-feature .row > [class^="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

    .vc-feature__img img {
        max-height: 35px;
        width: 60px;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-feature__txt {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-feature {
        padding: 15px 0 5px;
    }

    .vc-feature__img {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 35px;
        margin-bottom: 5px;
        margin: 0 0 5px !important;
    }

    .vc-feature__txt {
        display: block;
    }

    .vc-feature__item {
        margin-bottom: 10px;
    }
}

.vc-card, .vc-card--flash-sale {
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
}

    .vc-card .swiper-button-next, .vc-card--flash-sale .swiper-button-next,
    .vc-card .swiper-button-prev,
    .vc-card--flash-sale .swiper-button-prev {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
        color: #DCDDDE;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 1;
        text-align: center;
        -webkit-transition: color .5s;
        transition: color .5s;
        width: 40px;
        z-index: 3;
    }

        .vc-card .swiper-button-next::after, .vc-card--flash-sale .swiper-button-next::after,
        .vc-card .swiper-button-prev::after,
        .vc-card--flash-sale .swiper-button-prev::after {
            font-size: 5rem;
        }

        .vc-card .swiper-button-next:hover, .vc-card--flash-sale .swiper-button-next:hover,
        .vc-card .swiper-button-prev:hover,
        .vc-card--flash-sale .swiper-button-prev:hover {
            color: #4CB748;
        }

    .vc-card .swiper-button-disabled, .vc-card--flash-sale .swiper-button-disabled {
        display: none;
    }

    .vc-card .swiper-button-next, .vc-card--flash-sale .swiper-button-next {
        right: -50px;
    }


    .vc-card .swiper-button-prev,
    .vc-card--flash-sale .swiper-button-prev {
        left: -50px;
    }

    .vc-card .swiper-slide:last-child .vc-card__item, .vc-card--flash-sale .swiper-slide:last-child .vc-card__item, .vc-card .swiper-slide:last-child .vc-card__item--recent, .vc-card--flash-sale .swiper-slide:last-child .vc-card__item--recent, .vc-card .swiper-slide:last-child .vc-card__item--avatar, .vc-card--flash-sale .swiper-slide:last-child .vc-card__item--avatar {
        border-right-width: 0;
    }

.vc-card--flash-sale {
    margin-bottom: 50px;
}

    .vc-card--flash-sale .vc-headline__txt {
        color: #C3161C;
        padding-left: 10px;
    }

.vc-card--promotion {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}

    .vc-card--promotion legend {
        background-color: #fff;
        color: #002E6D;
        font-size: 1.6rem;
        padding: 5px 10px;
        display: inline-block;
        width: auto;
    }

        .vc-card--promotion legend img {
            width: 30px;
        }

    .vc-card--promotion .vc-card__item, .vc-card--promotion .vc-card__item--recent, .vc-card--promotion .vc-card__item--avatar {
        padding-left: 10px;
        width: 25%;
    }

        .vc-card--promotion .vc-card__item:last-child, .vc-card--promotion .vc-card__item--recent:last-child, .vc-card--promotion .vc-card__item--avatar:last-child {
            border-right-width: 0;
        }

.vc-card__container {
    position: relative;
}

.vc-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vc-card__col {
    width: calc(100% / 5 * 4);
}

    .vc-card__col:first-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: #DCDDDE;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: calc(100% / 5);
    }

.vc-card__box {
    padding-left: 10px;
}

.vc-card__item, .vc-card__item--recent, .vc-card__item--avatar {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 0;
    position: relative;
    width: 100%;
}

    .vc-card__item .row, .vc-card__item--recent .row, .vc-card__item--avatar .row {
        margin-left: 0;
        margin-right: 0;
    }

        .vc-card__item .row > [class^="col-"], .vc-card__item--recent .row > [class^="col-"], .vc-card__item--avatar .row > [class^="col-"] {
            padding-left: 0;
            padding-right: 0;
        }

.vc-card__item--recent {
    border-bottom: 1px solid #ccc;
    border-right-width: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
}

    .vc-card__item--recent:last-child {
        border-bottom: 0;
    }

    .vc-card__item--recent .vc-card__ttl {
        text-align: center;
    }

.vc-card__item--avatar {
    border-right-width: 0;
    padding-left: 10px;
}

    .vc-card__item--avatar .vc-card__ttl {
        margin-bottom: 10px;
        text-align: center;
    }

    .vc-card__item--avatar .vc-card__sale {
        left: 12px;
        right: inherit;
        top: -15px;
    }

    .vc-card__item--avatar .vc-card__progress progress[value]::-webkit-progress-bar {
        background-color: #fff;
    }

.vc-card__wrap {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}

.vc-card__btn {
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

    .vc-card__btn img {
        width: 20px;
    }

    .vc-card__btn:hover {
        opacity: .75;
    }

.vc-card__price {
    text-align: right;
}

    .vc-card__price del {
        color: #899196;
        font-size: 1rem;
    }

    .vc-card__price span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #002E6D;
        font-size: 2rem;
        line-height: 1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: bold;
    }

        .vc-card__price span em {
            font-style: normal;
            font-size: 0.9rem;
        }

.vc-card__ttl {
    color: #414042;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: color .5s;
    transition: color .5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

    .vc-card__ttl:hover {
        color: #4CB748;
        text-decoration: none;
    }

.vc-card__weight {
    color: #899196;
    font-size: 1.2rem;
    font-weight: 500;
}

.vc-card__avatar {
    display: block;
    font-size: 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
}

    .vc-card__avatar.square {
        padding-top: 100%;
    }

    .vc-card__avatar img {
        position: absolute;
        height: 90%;
        left: 50%;
        margin: auto;
        -o-object-fit: contain;
        object-fit: contain;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        z-index: 0;
    }

    .vc-card__avatar:hover {
        text-decoration: none;
    }

        .vc-card__avatar:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

.vc-card__progress {
    color: #414042;
    font-size: 1.2rem;
    margin-bottom: -15px;
    margin-top: 10px;
    width: 100%;
}

    .vc-card__progress progress {
        border-radius: 2px;
        margin-bottom: 10px;
        height: 2px;
        width: 100%;
    }

        .vc-card__progress progress[value]::-webkit-progress-bar {
            background-color: #DCDDDE;
        }

        .vc-card__progress progress[value]::-webkit-progress-value {
            background-color: #414042;
        }

.vc-card__sale {
    background-color: #C3161C;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    padding: 5px 4px;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
}

.vc-card__countdown {
    max-width: 200px;
    margin: 0 auto 5px;
}

    .vc-card__countdown.active span {
        opacity: 1;
    }

    .vc-card__countdown span {
        color: #414042;
        font-size: 1rem;
        font-style: italic;
        margin-top: 10px;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        width: calc(100% / 4 - 6px);
    }

    .vc-card__countdown em {
        background-color: #fff;
        border-radius: 50%;
        color: #002E6D;
        font-style: normal;
        font-size: 1.3rem;
        height: 30px;
        line-height: 1;
        margin: 0 5px 3px;
        width: 30px;
    }

.vc-card__bottom {
    margin-top: 15px;
}

.vc-card__category {
    border-bottom: 1px solid #ccc;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .vc-card__category:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .vc-card__category .vc-card__item, .vc-card__category .vc-card__item--recent, .vc-card__category .vc-card__item--avatar {
        margin-bottom: 30px;
        padding-left: 10px;
        width: calc(100% / 4);
    }

        .vc-card__category .vc-card__item:nth-child(4n+4), .vc-card__category .vc-card__item--recent:nth-child(4n+4), .vc-card__category .vc-card__item--avatar:nth-child(4n+4) {
            border-right-width: 0;
        }

@media only screen and (max-width: 1199.98px) {
    .vc-card .swiper-button-next, .vc-card--flash-sale .swiper-button-next,
    .vc-card .swiper-button-prev,
    .vc-card--flash-sale .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

        .vc-card .swiper-button-next::after, .vc-card--flash-sale .swiper-button-next::after,
        .vc-card .swiper-button-prev::after,
        .vc-card--flash-sale .swiper-button-prev::after {
            font-size: 4rem;
        }

    .vc-card .swiper-button-next, .vc-card--flash-sale .swiper-button-next {
        right: -25px;
    }

    .vc-card .swiper-button-prev,
    .vc-card--flash-sale .swiper-button-prev {
        left: -25px;
    }

    .vc-card__col {
        width: calc(100% / 4 * 3);
    }

        .vc-card__col:first-child {
            width: calc(100% / 4);
        }

    .vc-card__category .vc-card__item, .vc-card__category .vc-card__item--recent, .vc-card__category .vc-card__item--avatar {
        width: calc(100% / 3);
    }

        .vc-card__category .vc-card__item:nth-child(4n+4), .vc-card__category .vc-card__item--recent:nth-child(4n+4), .vc-card__category .vc-card__item--avatar:nth-child(4n+4) {
            border-right-width: 1px;
        }

        .vc-card__category .vc-card__item:nth-child(3n+3), .vc-card__category .vc-card__item--recent:nth-child(3n+3), .vc-card__category .vc-card__item--avatar:nth-child(3n+3) {
            border-right-width: 0;
        }
}

@media only screen and (max-width: 991.98px) {
    .vc-card__col {
        width: calc(100% / 3 * 2);
    }

        .vc-card__col:first-child {
            width: calc(100% / 3);
        }

    .vc-card--promotion .vc-card__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vc-card--promotion .vc-card__item, .vc-card--promotion .vc-card__item--recent, .vc-card--promotion .vc-card__item--avatar {
        margin-bottom: 15px;
        padding-left: 10px;
        width: 50%;
    }

        .vc-card--promotion .vc-card__item:nth-child(2), .vc-card--promotion .vc-card__item--recent:nth-child(2), .vc-card--promotion .vc-card__item--avatar:nth-child(2) {
            border-right-width: 0;
        }
}

@media only screen and (max-width: 767.98px) {
    .vc-card__sale {
        font-size: .75rem;
        right: 15px;
    }

    .vc-card__item--avatar .vc-card__sale {
        left: 1px;
        top: -3px;
    }

    .vc-card__countdown em {
        font-size: .9rem;
        height: 20px;
        width: 20px;
    }

    .vc-card__btn {
        width: 17px;
    }

    .vc-card__price {
        line-height: 1;
    }
}

@media only screen and (max-width: 575.98px) {
    .vc-card .swiper-button-next, .vc-card--flash-sale .swiper-button-next,
    .vc-card .swiper-button-prev,
    .vc-card--flash-sale .swiper-button-prev {
        height: 30px;
        width: 30px;
    }

        .vc-card .swiper-button-next::after, .vc-card--flash-sale .swiper-button-next::after,
        .vc-card .swiper-button-prev::after,
        .vc-card--flash-sale .swiper-button-prev::after {
            font-size: 2.5rem;
        }

    .vc-card .swiper-button-next, .vc-card--flash-sale .swiper-button-next {
        right: 0;
    }

    .vc-card .swiper-button-prev,
    .vc-card--flash-sale .swiper-button-prev {
        left: 0;
    }

    .vc-card__category .vc-card__item, .vc-card__category .vc-card__item--recent, .vc-card__category .vc-card__item--avatar {
        width: calc(100% / 3);
    }

    .vc-card__btn {
        margin-right: 2px;
        width: 14px;
    }

    .vc-card__ttl {
        font-size: 1rem;
    }

    .vc-card__weight {
        font-size: .7rem;
    }

    .vc-card__price span {
        font-size: 1.6rem;
    }

        .vc-card__price span em {
            font-size: .6rem;
        }

    .vc-card__price del {
        font-size: .9rem;
    }

    .vc-card__item--avatar {
        padding: 0 5px 0;
    }

    .vc-card__countdown span {
        font-size: .7rem;
        width: 20px;
    }

    .vc-card__countdown em {
        height: 18px;
        margin-left: 1px;
        margin-right: 1px;
        width: 18px;
    }

    .vc-card__progress {
        font-size: .7rem;
    }
}

.vc-recent {
    background-color: #EDEDEE;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.vc-recent__ttl {
    background-color: #414042;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 -10px;
    padding: 10px;
}

@media only screen and (max-width: 991.98px) {
    .vc-recent {
        display: none;
    }
}

.vc-filter {
    border-right: 1px solid #ccc;
    margin-bottom: 30px;
    width: 100%;
}

.vc-filter__head {
    color: #414042;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 35px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-filter__head.sale {
        color: #C3161C;
    }

    .vc-filter__head small {
        color: #899196;
        font-size: 1.2rem;
    }

    .vc-filter__head i {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 5px;
        position: absolute;
        top: 7px;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        width: 30px;
    }

        .vc-filter__head i::before {
            border: 2px solid #899196;
            border-bottom: 0;
            border-right: 0;
            content: "";
            display: inline-block;
            height: 0;
            left: 10px;
            position: absolute;
            top: 7px;
            width: 0;
            z-index: 1;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
        }

    .vc-filter__head:hover {
        color: #4CB748;
    }

        .vc-filter__head:hover small {
            color: #4CB748;
        }

    .vc-filter__head.active i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .vc-filter__head.active + .vc-filter__wrap {
        max-height: 3000px;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }

.vc-filter__box {
    width: 100%;
}

.vc-filter__link {
    color: #414042;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-filter__link small {
        color: #899196;
        font-size: 1.2rem;
    }

    .vc-filter__link:hover {
        color: #4CB748;
        text-decoration: none;
    }

.vc-filter__ttl {
    color: #414042;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 35px;
    position: relative;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-filter__ttl i {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 5px;
        position: absolute;
        top: 0;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        width: 30px;
    }

        .vc-filter__ttl i::before {
            border: 2px solid #899196;
            border-bottom: 0;
            border-right: 0;
            content: "";
            display: inline-block;
            height: 0;
            left: 10px;
            position: absolute;
            top: 7px;
            width: 0;
            z-index: 1;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
        }

    .vc-filter__ttl:hover {
        color: #4CB748;
    }

        .vc-filter__ttl:hover small {
            color: #4CB748;
        }

    .vc-filter__ttl.active i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .vc-filter__ttl.active + .vc-filter__wrap {
        max-height: 3000px;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }

    .vc-filter__ttl small {
        color: #899196;
        font-size: 1.2rem;
    }

.vc-filter__wrap {
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.vc-filter__checkbox {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

    .vc-filter__checkbox input {
        display: none;
        font-size: 0;
        height: 0;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        width: 0;
    }

        .vc-filter__checkbox input:checked + label::before {
            color: #4CB748;
        }

    .vc-filter__checkbox label {
        color: #414042;
        font-size: 1.4rem;
        padding-left: 20px;
        -webkit-transition: color .5s;
        transition: color .5s;
    }

        .vc-filter__checkbox label small {
            color: #899196;
            font-size: 1.2rem;
        }

        .vc-filter__checkbox label::before {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #414042;
            content: "✓";
            color: transparent;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 0.9rem;
            height: 13px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            left: 0;
            position: absolute;
            top: 4px;
            -webkit-transition: color .5s;
            transition: color .5s;
            width: 13px;
        }

        .vc-filter__checkbox label:hover {
            cursor: pointer;
            color: #4CB748;
        }

@media only screen and (max-width: 991.98px) {
    .vc-filter {
        border-bottom: 1px solid #ccc;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-right-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 5px;
    }

    .vc-filter__box:first-child {
        margin-right: auto;
    }

    .vc-filter__ttl, .vc-filter__head {
        display: inline-block;
        font-size: 1.2rem;
        padding-right: 30px;
    }

        .vc-filter__ttl small, .vc-filter__head small {
            font-size: .9rem;
        }

        .vc-filter__ttl i, .vc-filter__head i {
            top: -5px;
        }

            .vc-filter__ttl i::before, .vc-filter__head i::before {
                border-width: 1px;
            }

        .vc-filter__ttl.active i, .vc-filter__head.active i {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

    .vc-filter__link {
        font-size: 1rem;
    }

        .vc-filter__link small {
            font-size: .8rem;
        }

    .vc-filter__checkbox {
        text-align: left;
    }

        .vc-filter__checkbox label {
            font-size: 1rem;
        }

            .vc-filter__checkbox label small {
                font-size: .8rem;
            }

    .vc-filter__wrap {
        background-color: #fff;
        min-width: 150px;
        overflow: hidden;
        padding: 5px 10px 5px;
        position: absolute;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 999;
    }

    .vc-filter__head i, .vc-filter__ttl i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .vc-filter__head + .vc-filter__wrap, .vc-filter__ttl + .vc-filter__wrap {
        -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
        display: block;
        max-height: inherit;
    }

    .vc-filter__head.active i, .vc-filter__ttl.active i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .vc-filter__head.active + .vc-filter__wrap, .vc-filter__ttl.active + .vc-filter__wrap {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .vc-filter__box {
        width: 50%;
    }

        .vc-filter__box:nth-child(2), .vc-filter__box:nth-child(4) {
            text-align: right;
        }
}

.vc-comment {
    margin-bottom: 30px;
}

.vc-comment__txt {
    color: #414042;
    font-size: 1.5rem;
}

.vc-comment__box {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.vc-comment__input {
    font-size: 0;
    margin-bottom: 15px;
    width: 100%;
}

    .vc-comment__input input,
    .vc-comment__input textarea {
        border: 1px solid #ccc;
        border-radius: 10px;
        color: #414042;
        font-size: 1.4rem;
        margin: 0;
        padding: 10px 15px;
        -webkit-transition: border-color .5s;
        transition: border-color .5s;
        width: 100%;
    }

        .vc-comment__input input:focus,
        .vc-comment__input textarea:focus {
            border-color: #8D7949;
        }

    .vc-comment__input ::-webkit-input-placeholder {
        color: #939598;
        font-style: italic;
        opacity: 1;
    }

    .vc-comment__input :-ms-input-placeholder {
        color: #939598;
        font-style: italic;
        opacity: 1;
    }

    .vc-comment__input ::-ms-input-placeholder {
        color: #939598;
        font-style: italic;
        opacity: 1;
    }

    .vc-comment__input ::placeholder {
        color: #939598;
        font-style: italic;
        opacity: 1;
    }

    .vc-comment__input :-ms-input-placeholder {
        color: #939598;
        font-style: italic;
    }

    .vc-comment__input ::-ms-input-placeholder {
        color: #939598;
        font-style: italic;
    }

    .vc-comment__input textarea {
        height: 100px;
    }

.vc-comment__btn {
    background: #EDEDEE url(../img/icons/icon-email-gray.svg) no-repeat left 10px center/20px;
    border: 0;
    color: #414042;
    font-size: 1.3rem;
    margin-bottom: 15px;
    outline: 0;
    padding: 5px 10px 5px 35px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

    .vc-comment__btn:hover {
        opacity: .75;
    }

.vc-comment__rating {
    margin-top: 5px;
}

    .vc-comment__rating i img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin: 0 3px 0;
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
        transition: filter .5s;
        transition: filter .5s, -webkit-filter .5s;
        width: 25px;
    }

    .vc-comment__rating i.active img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .vc-comment__rating i:hover {
        cursor: pointer;
    }

        .vc-comment__rating i:hover img {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }

.vc-comment__name {
    color: #414042;
    font-size: 1.5rem;
}

.vc-comment__avatar {
    margin-right: 15px;
    width: 50px;
}

.vc-comment__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.vc-comment__item {
    margin-bottom: 15px;
}

.vc-comment__mes {
    color: #414042;
    font-size: 1.3rem;
}

.vc-comment__main {
    max-height: 215px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.vc-comment__accor {
    border: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 0;
}

    .vc-comment__accor:checked ~ .vc-comment__main {
        max-height: 3000px;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }

    .vc-comment__accor:checked ~ div .vc-comment__readmore {
        display: none;
    }

.vc-comment__readmore {
    color: #414042;
    cursor: pointer;
    font-size: 1.3rem;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-comment__readmore:hover {
        color: #4CB748;
    }

@media only screen and (max-width: 991.98px) {
    .vc-comment__rating {
        margin-bottom: 15px;
    }
}

.vc-rating, .vc-rating--small {
    margin-bottom: 5px;
}

.vc-rating__sum {
    color: #899196;
    font-size: 1.2rem;
}

.vc-rating i, .vc-rating--small i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .vc-rating i img, .vc-rating--small i img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin: 0 1px 0;
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
        transition: filter .5s;
        transition: filter .5s, -webkit-filter .5s;
        width: 15px;
    }

    .vc-rating i.active img, .vc-rating--small i.active img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .vc-rating--small i img {
        width: 10px;
    }

.vc-form, .vc-form--info, .vc-form--transport, .vc-form--payment, .vc-form--login {
    padding: 50px 0;
}

.vc-form__ttl {
    color: #002E6D;
    font-size: 3.3rem;
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
}

    .vc-form__ttl.border-bottom {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

        .vc-form__ttl.border-bottom span {
            display: inline-block;
            font-size: 2.5rem;
            position: relative;
        }

            .vc-form__ttl.border-bottom span::after {
                background-color: #333132;
                bottom: -4px;
                content: "";
                display: inline-block;
                height: 1px;
                left: 0;
                position: absolute;
                width: 100%;
            }

.vc-form__ttl-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #899196;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 0;
}

    .vc-form__ttl-action img {
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        width: 25px;
    }

    .vc-form__ttl-action:hover {
        color: #d32f2f;
        text-decoration: none;
    }

        .vc-form__ttl-action:hover img {
            opacity: .75;
        }

.vc-form__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #899196;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}

    .vc-form__action img {
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        width: 30px;
    }

    .vc-form__action:hover {
        color: #d32f2f;
        text-decoration: none;
    }

        .vc-form__action:hover img {
            opacity: .75;
        }

.vc-form__note {
    margin-bottom: 30px;
}

    .vc-form__note.arrow img {
        margin-top: -3px;
        width: 25px;
    }

    .vc-form__note span {
        color: #333132;
        font-size: 1.3rem;
    }

    .vc-form__note a {
        color: #333132;
        display: inline-block;
        font-size: 1.3rem;
        font-weight: 500;
        font-style: normal;
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
        -webkit-transition: color .5s;
        transition: color .5s;
        text-decoration: none;
    }

        .vc-form__note a::after {
            background-color: #ccc;
            content: "";
            display: inline-block;
            height: 14px;
            left: 0;
            position: absolute;
            top: 2px;
            width: 1px;
        }

        .vc-form__note a.icon {
            padding-left: 0;
            margin-left: 10px;
        }

            .vc-form__note a.icon::after {
                display: none;
            }

        .vc-form__note a.link {
            color: #899196;
            font-weight: normal;
        }

        .vc-form__note a img {
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            width: 25px;
        }

        .vc-form__note a:hover {
            color: #4CB748;
            text-decoration: none;
        }

            .vc-form__note a:hover img {
                opacity: .75;
            }

.vc-form__input {
    font-size: 0;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

    .vc-form__input a {
        background: url(../img/icons/icon-eye.png) no-repeat center center/100%;
        height: 20px;
        right: 0;
        top: 8px;
        width: 20px;
    }

        .vc-form__input a.active::after {
            opacity: 1;
        }

        .vc-form__input a::after {
            background-color: #ccc;
            content: "";
            display: inline-block;
            height: 2px;
            opacity: 0;
            position: absolute;
            right: -2px;
            top: 8px;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 25px;
        }

    .vc-form__input i {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: 5px;
        position: absolute;
        top: 0;
        width: 15px;
    }

        .vc-form__input i img {
            width: 100%;
        }

    .vc-form__input input,
    .vc-form__input textarea {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ccc;
        color: #414042;
        font-size: 1.2rem;
        height: 35px;
        padding: 10px 15px 10px 30px;
        -webkit-transition: border-color .5s;
        transition: border-color .5s;
        width: 100%;
    }

        .vc-form__input input:focus,
        .vc-form__input textarea:focus {
            border-color: #414042;
        }

    .vc-form__input textarea {
        border: 1px solid #ccc;
        height: 150px;
    }

    .vc-form__input ::-webkit-input-placeholder {
        color: #333132;
        opacity: 1;
    }

    .vc-form__input :-ms-input-placeholder {
        color: #333132;
        opacity: 1;
    }

    .vc-form__input ::-ms-input-placeholder {
        color: #333132;
        opacity: 1;
    }

    .vc-form__input ::placeholder {
        color: #333132;
        opacity: 1;
    }

    .vc-form__input :-ms-input-placeholder {
        color: #333132;
    }

    .vc-form__input ::-ms-input-placeholder {
        color: #333132;
    }

.vc-form__select {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .vc-form__select select {
        background: #fff url(../img/icons/icon-arrow-down.svg) no-repeat right 10px center/15px;
        border: 0;
        border-bottom: 1px solid #ccc;
        color: #414042;
        font-size: 1.2rem;
        margin: 0 -10px;
        padding: 0 10px 5px;
        -webkit-transition: border-color .5s;
        transition: border-color .5s;
        width: calc(100% + 20px);
    }

        .vc-form__select select option {
            padding: 10px;
        }

        .vc-form__select select:focus {
            border-color: #414042;
        }

.vc-form__checkbox {
    position: relative;
    text-align: left;
}

    .vc-form__checkbox.profile > input:checked + label::before {
        background-color: #414042;
    }

    .vc-form__checkbox.profile label {
        color: #414042;
    }

    .vc-form__checkbox > input {
        font-size: 0;
        height: 0;
        line-height: 0;
        opacity: 0;
        position: absolute;
        width: 0;
    }

        .vc-form__checkbox > input:checked + label::before {
            background-color: #899196;
            color: #fff;
        }

        .vc-form__checkbox > input:checked ~ .vc-form__content {
            max-height: 200px;
            padding-left: 20px;
            -webkit-transition: max-height .5s ease-in-out;
            transition: max-height .5s ease-in-out;
        }

    .vc-form__checkbox label {
        color: #899196;
        font-size: 1.3rem;
        padding-left: 20px;
        position: relative;
        -webkit-transition: color .5s;
        transition: color .5s;
    }

        .vc-form__checkbox label::before {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #ccc;
            color: transparent;
            content: "✓";
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            height: 15px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            left: 0;
            position: absolute;
            top: 1px;
            -webkit-transition: color .5s, background-color .5s;
            transition: color .5s, background-color .5s;
            width: 15px;
        }

        .vc-form__checkbox label:hover {
            color: #4CB748;
            cursor: pointer;
        }

.vc-form__subttl {
    color: #333132;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

    .vc-form__subttl .btn {
        background-color: #414042;
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

        .vc-form__subttl .btn:hover {
            opacity: .75;
            text-decoration: none;
        }

    .vc-form__subttl small {
        color: #899196;
        display: block;
        font-size: 1.1rem;
        font-style: italic;
        text-transform: initial;
    }

.vc-form__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
}

    .vc-form__content ::-webkit-input-placeholder {
        color: #899196;
        opacity: 1;
    }

    .vc-form__content :-ms-input-placeholder {
        color: #899196;
        opacity: 1;
    }

    .vc-form__content ::-ms-input-placeholder {
        color: #899196;
        opacity: 1;
    }

    .vc-form__content ::placeholder {
        color: #899196;
        opacity: 1;
    }

    .vc-form__content :-ms-input-placeholder {
        color: #899196;
    }

    .vc-form__content ::-ms-input-placeholder {
        color: #899196;
    }

.vc-form__link {
    color: #899196;
    font-size: 1.3rem;
    -webkit-transition: color .5s;
    transition: color .5s;
    text-decoration: none;
}

    .vc-form__link:hover {
        color: #4CB748;
        text-decoration: none;
    }

.vc-form__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #002E6D;
    border: 0;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2rem;
    height: 47px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 15px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none;
    width: 100%;
}

    .vc-form__btn.icon {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }

        .vc-form__btn.icon img {
            margin-right: 5px;
            width: 25px;
        }

    .vc-form__btn.gray {
        background-color: #939598;
    }

    .vc-form__btn:hover {
        color: #fff;
        cursor: pointer;
        opacity: .75;
        text-decoration: none;
    }

.vc-form__price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .vc-form__price del {
        color: #899196;
        font-size: 1.1rem;
    }

    .vc-form__price i {
        background-color: #C3161C;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 0.9rem;
        font-weight: 500;
        margin-right: 5px;
        padding: 2px 5px;
    }

    .vc-form__price span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #002E6D;
        font-size: 2.5rem;
        line-height: 1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: bold;
    }

        .vc-form__price span em {
            font-style: normal;
            font-size: 1rem;
        }

.vc-form__img img {
    width: 50px;
}

.vc-form__action img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 25px;
}

.vc-form__action:hover {
    text-decoration: none;
}

    .vc-form__action:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.vc-form__name {
    color: #414042;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-form__name:hover {
        color: #4CB748;
        text-decoration: none;
    }

.vc-form__weight {
    color: #899196;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    width: 100%;
}

.vc-form__amount-input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

    .vc-form__amount-input input {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #414042;
        font-size: 1.3rem;
        height: 20px;
        pointer-events: none;
        margin: 0;
        text-align: center;
        width: 40px;
    }

        .vc-form__amount-input input::-webkit-inner-spin-button, .vc-form__amount-input input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .vc-form__amount-input span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 5px 0 0 5px;
        color: #899196;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 2rem;
        font-weight: bold;
        height: 20px;
        padding-bottom: 2px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background-color .5s, color .5s;
        transition: background-color .5s, color .5s;
        width: 25px;
    }

        .vc-form__amount-input span:last-child {
            border-left-width: 0;
            border-radius: 0 5px 5px 0;
        }

        .vc-form__amount-input span:first-child {
            border-right-width: 0;
        }

        .vc-form__amount-input span:hover {
            cursor: pointer;
            background-color: #4CB748;
            color: #fff;
        }

.vc-form__table {
    margin-bottom: 30px;
}

    .vc-form__table table {
        width: 100%;
    }

        .vc-form__table table th {
            border-bottom: 1px solid #ccc;
            font-weight: normal;
            font-size: 1.4rem;
            font-style: italic;
            padding: 10px;
        }

        .vc-form__table table td {
            border-bottom: 1px solid #ccc;
            padding: 15px 10px;
        }

.vc-form__remove {
    color: #899196;
    display: block;
    font-size: 1.2rem;
    text-decoration: underline;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    .vc-form__remove:hover {
        color: #d32f2f;
    }

.vc-form__label {
    font-size: 1.1rem;
}

    .vc-form__label.profile {
        color: #939598;
        height: 100%;
        margin-bottom: 0;
    }

.vc-form__txt {
    font-size: 1.3rem;
}

    .vc-form__txt img {
        width: 75px;
    }

.vc-form--info .vc-form__input input {
    padding-left: 0;
}

.vc-form--transport {
    border-right: 1px solid #ccc;
    padding: 0 15px 0 0;
}

    .vc-form--transport .vc-form__checkbox label {
        color: #333132;
        font-size: 1.5rem;
    }

        .vc-form--transport .vc-form__checkbox label::before {
            font-size: 1.3rem;
            top: 3px;
        }

.vc-form--payment {
    padding: 0;
}

    .vc-form--payment .vc-form__img img {
        width: 40px;
    }

    .vc-form--payment .vc-form__price span {
        color: #414042;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .vc-form--payment .vc-form__price del {
        font-size: 1rem;
    }

    .vc-form--payment .vc-form__table table th {
        padding: 5px;
    }

    .vc-form--payment .vc-form__table table td {
        color: #414042;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .vc-form--payment .vc-form__table table .no-border td {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .vc-form--payment .vc-form__table table .totalTxt span {
        color: #414042;
        font-size: 2rem;
        font-weight: 500;
    }

    .vc-form--payment .vc-form__table table .totalTxt small {
        color: #899196;
        display: block;
        font-size: 1.3rem;
    }

    .vc-form--payment .vc-form__table table .total {
        color: #002E6D;
        font-size: 3rem;
        font-weight: 500;
    }

    .vc-form--payment .vc-form__table table .number {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .vc-form--payment .vc-form__table table .btn {
        background-color: #414042;
        color: #fff;
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 500;
        padding: 5px 10px;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        width: 100%;
    }

        .vc-form--payment .vc-form__table table .btn:hover {
            opacity: .75;
            text-decoration: none;
        }

    .vc-form--payment .vc-form__table table .coupon {
        position: relative;
        width: 100%;
    }

        .vc-form--payment .vc-form__table table .coupon input {
            background: url(../img/icons/icon-arrow-down.svg) no-repeat right 90px center/15px;
            border: 1px solid #ccc;
            font-size: 1.3rem;
            padding: 5px 10px;
            width: 100%;
        }

        .vc-form--payment .vc-form__table table .coupon ::-webkit-input-placeholder {
            color: #899196;
            font-style: italic;
            opacity: 1;
        }

        .vc-form--payment .vc-form__table table .coupon :-ms-input-placeholder {
            color: #899196;
            font-style: italic;
            opacity: 1;
        }

        .vc-form--payment .vc-form__table table .coupon ::-ms-input-placeholder {
            color: #899196;
            font-style: italic;
            opacity: 1;
        }

        .vc-form--payment .vc-form__table table .coupon ::placeholder {
            color: #899196;
            font-style: italic;
            opacity: 1;
        }

        .vc-form--payment .vc-form__table table .coupon :-ms-input-placeholder {
            color: #899196;
            font-style: italic;
        }

        .vc-form--payment .vc-form__table table .coupon ::-ms-input-placeholder {
            color: #899196;
            font-style: italic;
        }

        .vc-form--payment .vc-form__table table .coupon button {
            background-color: #EDEDEE;
            border: 0;
            color: #414042;
            font-size: 1.3rem;
            height: calc(100% - 2px);
            outline: 0;
            right: 1px;
            padding: 0 10px;
            position: absolute;
            top: 1px;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
        }

            .vc-form--payment .vc-form__table table .coupon button:hover {
                opacity: .75;
            }

    .vc-form--payment .vc-form__name {
        font-size: 1.4rem;
    }

@media only screen and (max-width: 1199.98px) {
    .vc-form__img img {
        width: 35px;
    }

    .vc-form__ttl {
        font-size: 2rem;
    }

        .vc-form__ttl.border-bottom span {
            font-size: 1.8rem;
        }

            .vc-form__ttl.border-bottom span::after {
                bottom: -1px;
            }

    .vc-form__name {
        font-size: 1.1rem;
    }

    .vc-form__table table th {
        font-size: 1.1rem;
        padding: 10px 5px;
    }

    .vc-form__table table td {
        padding: 15px 5px;
    }

    .vc-form__action img {
        width: 15px;
    }

    .vc-form__price del {
        font-size: .8rem;
    }

    .vc-form__price i {
        font-size: .75rem;
    }

    .vc-form__price span {
        font-size: 2rem;
    }

        .vc-form__price span em {
            font-size: .75rem;
        }

    .vc-form--login .bottom > div {
        margin-bottom: 10px;
        text-align: center !important;
    }

        .vc-form--login .bottom > div > div {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

    .vc-form--cart .vc-form__amount-input input {
        height: 18px;
        font-size: .9rem;
        width: 20px;
    }

    .vc-form--cart .vc-form__amount-input span {
        font-size: 1rem;
        height: 18px;
        padding: 0;
        width: 20px;
    }

    .vc-form--cart .vc-form__cost {
        color: #414042;
        font-size: 1rem;
    }

        .vc-form--cart .vc-form__cost span {
            color: #889095;
            text-decoration: line-through;
            font-size: .8rem;
            padding-left: 3px;
        }

    .vc-form--cart .vc-form__price div {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        -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;
        width: 100%;
    }

    .vc-form--cart .vc-form__price span {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

    .vc-form--cart .vc-form__price i {
        margin: 0 0 5px;
    }

    .vc-form--cart .vc-form__table td {
        vertical-align: top;
    }

    .vc-form--payment .vc-form__name {
        font-size: 1.1rem;
    }

    .vc-form--payment img {
        max-height: 50px;
        max-width: 30px !important;
        width: auto !important;
    }

    .vc-form--payment .vc-form__weight {
        font-size: .8rem;
        margin-bottom: 3px;
    }

    .vc-form--payment .vc-form__cost {
        color: #414042;
        font-size: 1rem;
    }

        .vc-form--payment .vc-form__cost span {
            color: #889095;
            text-decoration: line-through;
            font-size: .8rem;
            padding-left: 3px;
        }

    .vc-form--payment .vc-form__amount-input input {
        font-size: .9rem;
        width: 20px;
    }

    .vc-form--payment .vc-form__amount-input span {
        font-size: 1rem;
    }

    .vc-form--payment .vc-form__table table th {
        font-weight: 500;
    }

    .vc-form--payment .vc-form__table table td {
        font-size: 1.1rem;
        font-weight: 600;
        vertical-align: top;
    }

    .vc-form--payment .vc-form__table table .coupon input {
        font-size: 1rem;
        height: 31px;
    }

    .vc-form--payment .vc-form__table table .totalTxt span {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .vc-form--payment .vc-form__table table .totalTxt small {
        font-size: .8rem;
    }

    .vc-form--payment .vc-form__table table .total {
        font-size: 2rem;
    }

    .vc-form--payment .vc-form__table table .number {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .vc-form--payment .vc-form__table table .btn {
        width: 100%;
    }

    .vc-form--transport {
        border: 0;
        margin-bottom: 30px;
        padding: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-form__subttl {
        font-size: 1.6rem;
    }

    .vc-form__btn {
        height: 31px;
        font-size: 1.4rem;
        width: 100%;
    }

        .vc-form__btn.icon {
            margin: 5px 0 0 !important;
            width: 100%;
        }

            .vc-form__btn.icon img {
                width: 20px;
            }

    .vc-form--transport .vc-form__checkbox label {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .vc-form__subttl {
        font-size: 1.4rem;
    }

        .vc-form__subttl .btn {
            font-size: .9rem;
            padding: 3px 5px;
        }

    .vc-form__note span {
        font-size: 1.3rem;
    }

    .vc-form .row, .vc-form--info .row, .vc-form--transport .row, .vc-form--payment .row, .vc-form--login .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .vc-form .row [class^="col-"], .vc-form--info .row [class^="col-"], .vc-form--transport .row [class^="col-"], .vc-form--payment .row [class^="col-"], .vc-form--login .row [class^="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

    .vc-form__input input,
    .vc-form__input textarea {
        font-size: 1.3rem;
    }

    .vc-form__select select {
        font-size: 1.3rem;
    }

    .vc-form__ttl-action {
        font-size: 0.9rem;
    }

        .vc-form__ttl-action img {
            width: 15px;
        }
}

@media only screen and (max-width: 575.98px) {
    .vc-form, .vc-form--info, .vc-form--transport, .vc-form--payment, .vc-form--login {
        padding: 15px 0;
    }

    .vc-form__weight {
        font-size: .5rem;
    }

    .vc-form__subttl {
        margin-bottom: 5px;
    }

    .vc-form__price span {
        font-size: 1.4rem;
    }

        .vc-form__price span em {
            font-size: .5rem;
        }

    .vc-form__price i {
        font-size: .5rem;
    }

    .vc-form__note {
        font-size: 1rem;
    }

        .vc-form__note a {
            font-size: 1rem;
            margin-left: 5px;
            padding-left: 5px;
        }

        .vc-form__note span {
            font-size: 1rem;
        }

        .vc-form__note.arrow img {
            margin-top: -3px;
            width: 15px;
        }

    .vc-form__ttl-action {
        font-size: .5rem;
        right: 0;
        top: 10px;
    }

        .vc-form__ttl-action img {
            margin-bottom: 2px;
            width: 10px;
        }

    .vc-form__action {
        font-size: .5rem;
    }

    .vc-form__link {
        font-size: 1.1rem;
    }

    .vc-form__checkbox label {
        font-size: 1.1rem;
    }

    .vc-form__input input,
    .vc-form__input textarea {
        font-size: 1.1rem;
    }

    .vc-form__txt {
        font-size: 1.2rem;
    }

        .vc-form__txt img {
            width: 50px;
        }

    .vc-form__table table th {
        font-size: 1rem;
        padding: 10px 2px;
    }

    .vc-form__table table td {
        padding: 10px 2px;
    }

    .vc-form--transport .vc-form__checkbox label {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 425px) {
    .vc-form--payment .vc-form__table table.paid tr th {
        width: 25% !important;
    }

        .vc-form--payment .vc-form__table table.paid tr th:first-child {
            width: 50% !important;
        }
}

@media only screen and (min-width: 425px) {
    .header-v2 .header-inline-slogan {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 374px) {
    .vc-form--payment .vc-form__table table.pay tr th {
        font-size: .85rem;
    }

    .vc-form--cart .vc-form__table table tr th {
        font-size: .85rem;
    }
}

.vc-user {
    position: relative;
    padding: 30px 0;
}

.vc-user__avatar {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 6.48px 1.52px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 6.48px 1.52px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 2px;
    margin: 0 auto 15px;
    max-width: 200px;
    width: 100%;
}

    .vc-user__avatar img {
        border-radius: 50%;
        height: calc(100% - 4px);
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: calc(100% - 4px);
        z-index: 1;
    }

    .vc-user__avatar label {
        background: url(../img/icons/icon-camera.svg) no-repeat center 0/50px;
        color: #fff;
        cursor: pointer;
        font-weight: 500;
        font-size: 1.4rem;
        height: 65px;
        left: 50%;
        margin: 0;
        padding-top: 45px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 120px;
        z-index: 2;
    }

    .vc-user__avatar input {
        border: 0;
        font-size: 0;
        height: 0;
        left: 0;
        opacity: 0;
        line-height: 0;
        top: 0;
        width: 0;
    }

.vc-user__item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.vc-user__info {
    color: #333132;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-left: 30px;
}

    .vc-user__info i {
        left: 0;
        position: absolute;
        top: -3px;
    }

        .vc-user__info i img {
            max-height: 20px;
            max-width: 20px;
            width: 20px;
        }

.vc-user__ribbon {
    background: url(../img/icons/icon-ribbon.svg) no-repeat center center/100%;
    border-radius: 10px 0 0 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-top: -2px;
    padding: 5px 30px 5px 10px;
}

.vc-user__action a {
    color: #899196;
    font-size: 1.6rem;
    margin-left: 5px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    width: 40px;
}

    .vc-user__action a:hover {
        opacity: .5;
    }

.vc-user__action i img {
    max-height: 30px;
    max-width: 30px;
    width: 30px;
}

.vc-user__name {
    color: #444;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 15px;
}

.vc-user__nav {
    margin-bottom: 30px;
    text-align: left;
}

    .vc-user__nav i {
        left: 10px;
        top: 7px;
    }

        .vc-user__nav i img {
            max-height: 20px;
            max-width: 20px;
            width: 20px;
        }

    .vc-user__nav a {
        border-left: 2px solid #939598;
        color: #939598;
        display: block;
        font-size: 1.3rem;
        padding: 10px 0 10px 40px;
        text-decoration: none;
        -webkit-transition: border-left-color .5s, color .5s;
        transition: border-left-color .5s, color .5s;
    }

        .vc-user__nav a:hover, .vc-user__nav a.current {
            border-left-color: #333132;
            color: #333132;
        }

.vc-user__row {
    border-bottom: 1px solid #ccc;
    margin-left: -0px;
    margin-right: -0px;
}

    .vc-user__row [class^="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vc-user__row select,
    .vc-user__row input {
        border-bottom: 0 !important;
    }

.vc-user__table {
    margin-bottom: 30px;
}

    .vc-user__table table {
        width: 100%;
    }

        .vc-user__table table.border-bottom td {
            border-bottom: 1px solid #ccc;
            padding: 15px 5px;
        }

            .vc-user__table table.border-bottom td:first-child {
                padding-left: 0;
            }

            .vc-user__table table.border-bottom td:last-child {
                padding-right: 0;
            }

        .vc-user__table table th {
            border-bottom: 1px solid #ccc;
            color: #414042;
            font-weight: 500;
            font-size: 1.1rem;
            padding: 10px 5px;
        }

        .vc-user__table table td {
            color: #414042;
            font-size: 1.2rem;
            padding: 10px 5px;
        }

        .vc-user__table table .btn {
            background-color: #414042;
            border-radius: 5px;
            color: #fff;
            font-size: 1.2rem;
            padding: 5px 10px;
        }

            .vc-user__table table .btn:hover {
                background-color: #002E6D;
                color: #fff;
                text-decoration: none;
            }

        .vc-user__table table .medium {
            font-weight: 500;
        }

        .vc-user__table table .code {
            color: #4DB748;
            font-weight: 500;
        }

        .vc-user__table table .status, .vc-user__table table .used, .vc-user__table table .use {
            background-color: #414042;
            border-radius: 5px;
            color: #fff;
            display: inline-block;
            font-size: 1.2rem;
            padding: 5px;
            width: 100%;
        }

        .vc-user__table table .used {
            background-color: #C3161C;
        }

        .vc-user__table table .use {
            background-color: #4DB748;
        }

.vc-user__tab, .vc-user__tab-buy {
    border-bottom: 1px solid #BCBEC0;
}

    .vc-user__tab a, .vc-user__tab-buy a {
        color: #939598;
        font-size: 1.6rem;
        -webkit-transition: color .5s;
        transition: color .5s;
        width: 25%;
    }

        .vc-user__tab a:last-child::before, .vc-user__tab-buy a:last-child::before {
            display: none;
        }

        .vc-user__tab a::before, .vc-user__tab-buy a::before {
            background-color: #BCBEC0;
            content: "";
            display: inline-block;
            height: 80%;
            position: absolute;
            right: 0;
            top: 10%;
            width: 1px;
        }

        .vc-user__tab a::after, .vc-user__tab-buy a::after {
            background-color: #333132;
            bottom: -1px;
            content: "";
            display: inline-block;
            height: 1px;
            left: 0;
            opacity: 0;
            position: absolute;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            width: 100%;
        }

        .vc-user__tab a.current, .vc-user__tab-buy a.current, .vc-user__tab a:hover, .vc-user__tab-buy a:hover {
            color: #414042;
            text-decoration: none;
        }

            .vc-user__tab a.current::after, .vc-user__tab-buy a.current::after, .vc-user__tab a:hover::after, .vc-user__tab-buy a:hover::after {
                opacity: 1;
            }

.vc-user__tab-buy {
    border-bottom: 0;
}

    .vc-user__tab-buy a {
        width: 50%;
    }

        .vc-user__tab-buy a::after {
            display: none;
        }

        .vc-user__tab-buy a span {
            border-bottom: 1px solid #BCBEC0;
            padding-bottom: 3px;
            font-size: 2.5rem;
        }

            .vc-user__tab-buy a span::after {
                background-color: #333132;
                bottom: -1px;
                content: "";
                display: inline-block;
                height: 1px;
                left: 0;
                opacity: 0;
                position: absolute;
                -webkit-transition: opacity .5s;
                transition: opacity .5s;
                width: 100%;
            }

        .vc-user__tab-buy a.current span::after, .vc-user__tab-buy a:hover span::after {
            opacity: 1;
        }

.vc-user__point {
    border-bottom: 1px solid #BCBEC0;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .vc-user__point.no-border {
        border-bottom: 0;
    }

.vc-user__point-info {
    color: #939598;
    font-size: 1.5rem;
}

    .vc-user__point-info em {
        color: #333132;
        font-style: normal;
        font-size: 5rem;
    }

/*.vc-user__point-col:first-child {
    border-right: 1px solid #BCBEC0;
}*/

.vc-user__point-col ~ .vc-user__point-col {
    border-left: 1px solid #BCBEC0;
}

.vc-user__point-ttl span {
    color: #414042;
    border-bottom: 1px solid #333132;
    font-size: 1.6rem;
}

.vc-user__point-txt {
    font-size: 1.3rem;
    padding: 0;
}

    .vc-user__point-txt.icon {
        background: url(../img/icons/icon-check.svg) no-repeat 0 3px/13px;
        padding-left: 18px;
    }

    .vc-user__point-txt small {
        color: #939598;
    }

.vc-user__point-box {
    margin-left: -0px;
    margin-right: -0px;
}

    .vc-user__point-box [class^="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

.vc-user__kpoint-head {
    color: #002E6D;
    font-size: 1.6rem;
    padding-bottom: 15px;
}

    .vc-user__kpoint-head::after {
        background-color: #BCBEC0;
        content: "";
        display: inline-block;
        height: 1px;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 50%;
    }

.vc-user__kpoint-ttl {
    color: #414042;
    font-size: 1.6rem;
    font-weight: normal;
}

.vc-user__kpoint-txt {
    color: #414042;
    font-size: 1.3rem;
}

    .vc-user__kpoint-txt small {
        color: #939598;
    }

.vc-user__card, .vc-user__card--silver {
    border-radius: 10px;
    overflow: hidden;
}

.vc-user__card-bg {
    max-width: 300px;
}

.vc-user__card-box {
    bottom: 13px;
    left: 18px;
}

.vc-user__card-name {
    color: #fff;
    font-size: 1.5rem;
}

.vc-user__card-info {
    color: #fff;
    font-size: 1rem;
}

    .vc-user__card-info small {
        font-size: 1rem;
    }

.vc-user__card-kpoint {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 15px;
}

    .vc-user__card-kpoint small {
        font-size: .9rem;
        margin-left: 2px;
    }

.vc-user__card--silver .vc-user__card-name {
    color: #414042;
}

.vc-user__card--silver .vc-user__card-info {
    color: #414042;
}

.vc-user__card--silver .vc-user__card-kpoint {
    color: #414042;
}

.vc-user__head {
    color: #002E6D;
    font-size: 3rem;
    font-weight: 500;
}

    .vc-user__head img {
        width: 130px;
    }

.vc-user__membership-box {
    border-top: 1px solid #BCBEC0;
    padding-top: 30px;
    position: relative;
}

    .vc-user__membership-box.border-right {
        border-top: 0;
    }

        .vc-user__membership-box.border-right::after {
            background-color: #BCBEC0;
            content: "";
            display: inline-block;
            height: 1px;
            position: absolute;
            right: 0;
            top: 0;
            width: 82.5%;
        }

    .vc-user__membership-box.border-left {
        border-top: 0;
    }

        .vc-user__membership-box.border-left::after {
            background-color: #BCBEC0;
            content: "";
            display: inline-block;
            height: 1px;
            left: 0;
            position: absolute;
            top: 0;
            width: 82.5%;
        }

.vc-user__membership-ttl {
    color: #414042;
    font-size: 1.5rem;
}

.vc-user__membership-head {
    color: #002E6D;
    font-size: 2.5rem;
}

    .vc-user__membership-head.silver {
        color: #A4A7A9;
    }

    .vc-user__membership-head.gold {
        color: #8D7949;
    }

    .vc-user__membership-head span {
        color: #414042;
        display: block;
        font-size: 1.5rem;
    }

    .vc-user__membership-head img {
        margin-right: 3px;
        width: 15px;
    }

.vc-user__step {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

    .vc-user__step > *:first-child {
        transform: translateX(-50%);
    }

    .vc-user__step > *:last-child {
        transform: translateX(50%);
    }

    .vc-user__step::before {
        background: -webkit-gradient(linear, left top, right top, from(#C8C8C8), to(#969696));
        background: linear-gradient(to right, #C8C8C8 0%, #969696 100%);
        content: "";
        display: inline-block;
        height: 3px;
        top: 30px;
        left: 0;
        right: 0px;
        margin: 0 auto;
        position: absolute;
    }

    .vc-user__step span {
        color: #414042;
        font-size: 1.6rem;
        font-weight: 500;
        position: relative;
        text-align: center;
    }

        .vc-user__step span::after {
            content: "";
            display: inline-block;
            height: 15px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 23px;
            width: 15px;
        }

        .vc-user__step span.member::after {
            background: url(../img/icons/icon-member.svg) no-repeat 0 0/15px;
        }

        .vc-user__step span.silver::after {
            background: url(../img/icons/icon-member-silver.svg) no-repeat 0 0/15px;
        }

        .vc-user__step span.gold::after {
            background: url(../img/icons/icon-member-gold.svg) no-repeat 0 0/15px;
        }

        .vc-user__step span.diamond::after {
            background: url(../img/icons/icon-diamond.jfif) no-repeat 0 0/15px;
        }

    .vc-user__step em {
        font-size: 1.3rem;
        line-height: 1.3;
        margin-top: 15px;
    }

@media only screen and (max-width: 1199.98px) {
    .vc-user__table table {
        width: 100%;
    }

        .vc-user__table table th {
            font-size: 1.1rem;
            padding: 5px 3px;
        }

        .vc-user__table table td {
            font-size: 1.1rem;
            padding: 5px 3px;
        }

        .vc-user__table table .btn {
            font-size: 1rem;
        }

        .vc-user__table table .status, .vc-user__table table .used, .vc-user__table table .use {
            font-size: 1rem;
        }

    .vc-user__nav i {
        left: 5px;
        top: 3px;
    }

        .vc-user__nav i img {
            max-height: 15px;
            max-width: 15px;
            width: 15px;
        }

    .vc-user__nav a {
        font-size: 1.2rem;
        padding: 5px 0 5px 25px;
    }

    .vc-user__avatar {
        max-width: 150px;
    }

    .vc-user__info {
        font-size: 1.2rem;
    }

    .vc-user__action a {
        font-size: 1.2rem;
    }

    .vc-user__action i img {
        max-height: 20px;
        max-width: 20px;
        width: 20px;
    }

    .vc-user__tab a, .vc-user__tab-buy a {
        font-size: 1.2rem;
    }

        .vc-user__tab-buy a span {
            font-size: 2rem;
        }

    .vc-user__point {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .vc-user__point-info {
        font-size: 1.3rem;
    }

        .vc-user__point-info em {
            font-size: 3rem;
        }

    .vc-user__point-ttl span {
        font-size: 1.4rem;
    }

    .vc-user__point-txt {
        font-size: 1.2rem;
    }

    .vc-user__point.no-border .vc-user__point-col:first-child {
        border-right: 0;
    }

    .vc-user__membership-col {
        text-align: center !important;
    }

    .vc-user__membership-ttl {
        font-size: 1.2rem;
    }

    .vc-user__membership-head {
        font-size: 2rem;
    }
    /*
    .vc-user__step::before {
        width: 75%;
    }
*/
    .vc-user__step span {
        font-size: 1.3rem;
    }

    .vc-user__step em {
        font-size: 1.1rem;
        margin-top: 30px;
    }

    .vc-user__kpoint-head {
        font-size: 1.2rem;
    }

        .vc-user__kpoint-head::after {
            width: 75%;
        }

    .vc-user__kpoint-ttl {
        color: #414042;
        font-size: 1.2rem;
        font-weight: normal;
    }

    .vc-user__kpoint-txt {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-user__nav {
        margin-bottom: 0;
    }

    .vc-user__item .row > div:last-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .vc-user__info .vc-user__ribbon {
        display: none !important;
    }

    .vc-user .vc-user__ribbon {
        background: url(../img/icons/icon-ribbon-right.svg) no-repeat center center/100%;
        border-radius: 0 4px 8px 0;
        font-size: .9rem;
        margin-top: 0;
        padding: 5px 10px 5px 20px;
        position: absolute !important;
        right: 15px;
        top: 0;
    }

    .vc-user__action i img {
        margin-bottom: 4px;
    }

    .vc-user__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vc-user__box-img {
        margin-right: 5px;
    }

        .vc-user__box-img img {
            width: 20px;
        }

    .vc-user__box-info {
        line-height: 1.3;
        padding-top: 5px;
    }

    .vc-user__box-ttl {
        display: block;
        font-weight: 500;
        font-size: 1.2rem;
    }

        .vc-user__box-ttl.green {
            color: #4DB748;
        }

    .vc-user__box-txt {
        display: block;
        font-size: .9rem;
    }

        .vc-user__box-txt em {
            font-style: normal;
            font-size: .9rem;
        }

    .vc-user__box-btn {
        background-color: #939598;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: .9rem;
        line-height: 1;
        padding: 5px 10px;
        text-align: center;
        width: 100%;
    }

        .vc-user__box-btn.green {
            background-color: #4DB748;
        }

        .vc-user__box-btn.red {
            background-color: #C3161C;
        }

        .vc-user__box-btn:hover {
            color: #fff;
            text-decoration: none;
        }

    .vc-user__box-date {
        font-size: .9rem;
    }

    .vc-user__tab, .vc-user__tab-buy {
        margin-top: 30px;
    }

        .vc-user__tab a, .vc-user__tab-buy a {
            font-size: .9rem;
            padding: 0 5px;
        }

            .vc-user__tab-buy a span {
                font-size: 1.4rem;
            }
    /*
    .vc-user__step::before {
        width: 69%;
    }*/

    .vc-user__step span {
        font-size: 1rem;
    }

    .vc-user__step em {
        font-size: .8rem;
    }

    .vc-user__point {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .vc-user__point-info {
        font-size: 1.2rem;
    }

        .vc-user__point-info em {
            font-size: 2rem;
        }

    .vc-user__point-ttl span {
        font-size: 1.3rem;
    }

    .vc-user__point-txt {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .vc-user__info {
        margin-bottom: 10px;
    }

    .vc-user__action a {
        font-size: 1.3rem;
        width: 30px;
    }

    .vc-user__action i img {
        max-height: 20px;
        max-width: 20px;
        width: 20px;
    }

    .vc-user .vc-user__ribbon {
        font-size: .65rem;
        padding: 5px 5px 3px 10px;
    }

    .vc-user__card, .vc-user__card--silver {
        margin-bottom: 15px !important;
    }

    .vc-user__card-bg {
        max-width: 100%;
    }

    .vc-user__tab a, .vc-user__tab-buy a {
        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;
    }

        .vc-user__tab-buy a span {
            font-size: 1rem;
        }
}

@media only screen and (max-width: 475px) {
    .vc-user__box-img {
        margin-right: 3px;
    }

        .vc-user__box-img img {
            width: 15px;
        }

    .vc-user__box-btn {
        font-size: .75rem;
        padding: 5px;
    }
}

@media only screen and (max-width: 374px) {
    .vc-user__box-ttl {
        font-size: .8rem;
    }

    .vc-user__box-txt {
        font-size: .9rem;
    }

        .vc-user__box-txt em {
            font-size: .7rem;
        }

    .vc-user__box-btn {
        font-size: .6rem;
    }
}

.fancybox-slide--html {
    padding: 0;
}

.vc-card__1tang1 {
    color: white;
    position: absolute;
    z-index: 100;
    padding: 1px 4px;
    border-radius: 3px;
}
