@media screen and (min-width: 1001px) and (max-width: 10000px) {
    .buttonMore {
        float: left;
        position: relative;
        margin: 0vw 0px 1vw 0px;
        padding: 0px 2vw 0px 2vw;
        color: #fff;
        font-size: 0.8vw;
        font-weight: 700;
        line-height: 2.6vw;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.3px;
        border: 1px solid #1371d3;
        background-color: #1a4782;
    }
    .moveToCompare {
        float: left;
        height: 3vw;
        position: fixed;
        right: 1vw;
        bottom: 1vw;
        margin: 0px 0px 0px 0px;
        padding: 0px 1vw 0px 1vw;
        cursor: pointer;
        border: 1px solid #eeeeee;
        background-color: #eeeeee;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        z-index: 20;
        text-decoration: none;
    }
    .moveToCompare__qtu {
        float: left;
        width: 1vw;
        height: 1vw;
        position: absolute;
        left: 0.3vw;
        top: 0.3vw;
        background: #fff;
        color: #23365a;
        font-size: 0.8vw;
        font-weight: 600;
        line-height: 0.8vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 5vw;
    }
    .moveToCompare__icon {
        float: left;
        width: 1.4vw;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .moveToCompare__text {
        float: left;
        position: relative;
        margin: 0px 0.5vw 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 1vw;
        font-weight: 600;
        line-height: 1vw;
    }
    .compareForm {
        float: left;
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        top: 1vw;
        right: 1vw;
        z-index: 5;
    }
    .compareForm.compareFormCart {
        width: 100%;
        position: relative;
        right: 0vw;
        top: 0;
        margin: 0px 0px 1vw 0px;
    }
    .compareForm.compareFormCart .compareAdd {
        width: 100%;
        position: relative;
        color: #23365a;
        font-size: 0.85vw;
        font-weight: 400;
        line-height: 1.15vw;
        letter-spacing: 0.32px;
    }
    .compareForm.compareFormCart .compareAdd .compareAdd__icon {
        margin: 0px 0px 0px 0.5vw;
    }
    .compareAdd {
        float: right;
        width: 7vw;
        height: 2.5vw;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 0.85vw;
        font-weight: 400;
        line-height: 0.9vw;
        cursor: pointer;
        border: 1px solid #eeeeee;
        background-color: -internal-light-dark(rgb(239, 239, 239), rgb(74, 74, 74));
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .compareAdd__icon {
        float: left;
        width: 1.1vw;
        position: relative;
        margin: 0px 0px 0px 0.5vw;
        padding: 0px 0px 0px 0px;
    }
    .compareAdd:hover {
        border: 2px solid #1a4782;
    }

    .compare {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .compare .inside {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 4vw 11.5vw 2vw 11.5vw;
    }
    .compare .inside .header {
        float: left;
        width: 100%;
        position: relative;
        color: #23365a;
        font-size: 3.15vw;
        font-weight: 800;
        line-height: 3.15vw;
        margin: 0px 0px 0vw 0px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    .compare__list {
        float: left;
        width: 100%;
        position: relative;
        margin: 2vw 0px 4vw 0px;
        padding: 0px 0px 0px 0px;
    }
    .compare__list--show {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
    }
    .compare__list .owl-carousel,
    .compare__list .owl-item {
        height: auto !important;
    }
    .compare__product {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 1vw 1vw 1vw 1vw;
        border: 1px solid #eeeeee;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .compare__product--foto {
        float: left;
        width: 100%;
        height: 14vw;
        position: relative;
        z-index: 5;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .compare__product--foto .img {
        float: left;
        width: auto !important;
        height: auto !important;
        max-width: 60% !important;
        max-height: 105% !important;
        position: relative;
    }
    .compare__product--category {
        float: left;
        width: 100%;
        position: relative;
        margin: 1vw 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 0.9vw;
        font-weight: 500;
        line-height: 1.15vw;
        letter-spacing: 0.32px;
        text-align: center;
    }
    .compare__product--name {
        float: left;
        width: 100%;
        height: 2.2vw;
        color: #23365a;
        position: relative;
        margin: 0.5vw 0px 0px 0px;
        font-size: 0.95vw;
        font-weight: 700;
        line-height: 1.1vw;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
    }
    .compare__product--text {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 0.85vw;
        font-weight: 400;
        line-height: 1.15vw;
        letter-spacing: 0.32px;
    }
    .compare__product--text table {
        width: 100% !important;
        display: table-cell;
    }
    .compare__product--text table tr {
        width: auto !important;
    }
    .compare__product--text table tr td {
        width: auto !important;
        line-height: 1.1vw !important;
        border-bottom: 1px solid#eeeeee !important;
        padding: 0.5vw !important;
        vertical-align: ;
    }
    .compare__product--text table tr td:first-child {
        font-weight: 700;
        text-align: right;
        width: 30% !important;
    }
    .compare__product--text table tr:last-child td {
        border-bottom: 0px solid#eeeeee !important;
    }

    .compare__product--move {
        float: left;
        position: relative;
        margin: 0.5vw 0px 0px 0px;
        padding: 0.7vw 2vw 0.7vw 2vw;
        color: #fff;
        background-color: #1a4782;
        font-size: 1.1vw;
        line-height: 1.1vw;
        border: none;
        border: 0px solid #eeeeee;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }
    .compare__product--remove {
        float: right;
        height: 2vw;
        position: absolute;
        margin: 0px 0px 0px 0px;
        padding: 0.2vw 0.5vw;
        top: 1vw;
        right: 1vw;
        color: #23365a;
        font-size: 0.8vw;
        font-weight: 400;
        line-height: 1vw;
        background: #eeeeee;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        z-index: 10;
        cursor: pointer;
    }
    .compare__product--checkbox {
        float: left;
        width: 1vw;
        height: 1vw;
        margin: 0px 0px 0px 0.5vw;
        padding: 0px 0px 0px 0px;
        color: #000;
        border: 1px solid #eeeeee;
        background: #ffffff;
        font-size: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
    }
    .compare__reolad {
        float: right;
        position: absolute;
        top: -5vw;
        right: 0;
        height: 3vw;
        margin: 0px 0px 0px 0px;
        padding: 0px 2vw 0px 2vw;
        color: #fff;
        background-color: #1a4782;
        font-size: 1vw;
        line-height: 3vw;
        border: none;
        border: 0px solid #eeeeee;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .compare__list .owl-nav {
        float: left;
        width: 100%;
        height: 0;
        position: absolute;
        margin: 0px 0px 0px 0px;
        top: 10vw;
        left: 0vw;
        font-size: 0;
    }
    .compare__list .owl-nav .owl-prev {
        float: left;
        width: 2.73vw;
        height: 2.73vw;
        position: relative;
        margin: 0px 0px 0px -1.8vw;
        background: #eeeeee url(images/arrowBlack.svg) center no-repeat;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .compare__list .owl-nav .owl-next {
        float: right;
        width: 2.73vw;
        height: 2.73vw;
        position: relative;
        margin: 0px -1.5vw 0px 0px;
        background: #eeeeee url(images/arrowBlack.svg) center no-repeat;
    }
    .compare__list .owl-nav .owl-prev:hover {
        background: #1a4782 url(images/arrowWhite.svg) center no-repeat;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .compare__list .owl-nav .owl-next:hover {
        background: #1a4782 url(images/arrowWhite.svg) center no-repeat;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .video {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .video .inside {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 4vw 11.5vw 2vw 11.5vw;
    }
    .video .inside .header {
        float: left;
        width: 100%;
        position: relative;
        color: #23365a;
        font-size: 3.15vw;
        font-weight: 800;
        line-height: 3.15vw;
        margin: 0px 0px 0vw 0px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    .video__filters {
        float: left;
        width: 100%;
        position: relative;
        margin: 2vw 0px 0px 0px;
    }
    .video__form {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    .video__selectBox {
        width: 32%;
    }
    .video-submit {
        width: 100%;
        height: 2.9vw;
    }
    .video__list {
        float: left;
        width: 100%;
        position: relative;
        margin: 2vw 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1vw 1vw;
        grid-template-areas:
            ". . ."
            ". . .";
    }
    .video__box {
        float: left;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 1vw;
        background: #eeeeee;
    }
    .video__movie {
        float: left;
        width: 100%;
        height: 13vw;
        position: relative;
    }
    .video__iframe {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .video__name {
        float: left;
        width: 100%;
        position: relative;
        margin: 1vw 0px 0.4vw 0px;
        padding: 0px 0px 0.4vw 0px;
        color: #23365a;
        font-size: 1.1vw;
        font-weight: 700;
        line-height: 1.3vw;
        letter-spacing: 0.84px;
        border-bottom: 1px solid #dbdbdb;
    }
    .video__type {
        float: left;
        width: 100%;
        position: relative;
        margin: 0.5vw 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 0.9vw;
        font-weight: 400;
        line-height: 0.9vw;
    }
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .buttonMore {
        float: left;
        position: relative;
        margin: 0vw 0px 4vw 0px;
        padding: 0px 6vw 0px 6vw;
        color: #fff;
        font-size: 3vw;
        font-weight: 700;
        line-height: 8vw;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.3px;
        border: 1px solid #1371d3;
        background-color: #1a4782;
    }
    .moveToCompare {
        float: left;
        height: 12vw;
        position: fixed;
        right: 2vw;
        bottom: 2vw;
        margin: 0px 0px 0px 0px;
        padding: 0px 3vw 0px 3vw;
        cursor: pointer;
        border: 1px solid #eeeeee;
        background-color: #eeeeee;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        z-index: 20;
        text-decoration: none;
    }
    .moveToCompare__qtu {
        float: left;
        width: 4vw;
        height: 4vw;
        position: relative;
        background: #fff;
        color: #23365a;
        font-size: 3vw;
        font-weight: 600;
        line-height: 3vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 5vw;
        z-index: 5;
    }
    .moveToCompare__icon {
        display: none;
    }
    .moveToCompare__text {
        float: left;
        position: relative;
        margin: 0px 0px 0px 1.5vw;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 3vw;
        font-weight: 600;
        line-height: 3vw;
    }
    .compareForm {
        float: left;
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        top: 1vw;
        right: 1vw;
        z-index: 5;
    }

    .compareForm.compareFormCart {
        width: 100%;
        height: auto;
        top: 0 !important;
        right: 0 !important;
        position: relative;
        margin: 0px 0px 2vw 0px;
    }
    .compareForm.compareFormCart .compareAdd {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        color: #23365a;
        font-size: 3vw;
        font-weight: 400;
        line-height: 3vw;
        letter-spacing: 0.32px;
    }
    .compareForm.compareFormCart .compareAdd .compareAdd__icon {
        width: 4vw;
        display: block !important;
        margin: 0px 0px 0px 1vw;
    }
    .compareAdd {
        float: right;
        height: 6vw;
        position: absolute;
        top: 2vw;
        right: 2vw;
        margin: 0px 0px 0px 0px;
        padding: 0px 2vw 0px 2vw;
        cursor: pointer;
        border: 1px solid #eeeeee;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .compareAdd__icon {
        display: none;
    }
    .compareAdd:hover {
        border: 2px solid #1a4782;
    }

    .compare {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .compare .inside {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 8vw 4vw 4vw 4vw;
    }
    .compare .inside .header {
        float: left;
        width: 100%;
        position: relative;
        color: #23365a;
        font-size: 5vw;
        font-weight: 800;
        line-height: 5vw;
        margin: 0px 0px 0vw 0px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    .compare__list {
        float: left;
        width: 100%;
        position: relative;
        margin: 6vw 0px 6vw 0px;
        padding: 0px 0px 0px 0px;
    }
    .compare__list--show {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .compare__list .owl-carousel,
    .compare__list .owl-item {
        height: auto !important;
    }
    .compare__product {
        float: left;
        width: 99%;
        position: relative;
        margin: 0px 0px 2vw 0px;
        padding: 4vw;
        border: 1px solid #eeeeee;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .compare__product--foto {
        float: left;
        width: 100%;
        height: 35vw;
        position: relative;
        z-index: 5;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .compare__product--foto .img {
        float: left;
        width: auto !important;
        height: auto !important;
        max-width: 60% !important;
        max-height: 105% !important;
        position: relative;
    }
    .compare__product--category {
        float: left;
        width: 100%;
        position: relative;
        margin: 3vw 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 3vw;
        font-weight: 500;
        line-height: 4vw;
        letter-spacing: 0.32px;
        text-align: center;
    }
    .compare__product--name {
        float: left;
        width: 100%;
        color: #23365a;
        position: relative;
        margin: 1vw 0px 4vw 0px;
        font-size: 4.5vw;
        font-weight: 700;
        line-height: 5vw;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
    }
    .compare__product--text {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 3vw;
        font-weight: 400;
        line-height: 3.5vw;
        letter-spacing: 0.32px;
    }
    .compare__product--text table {
        width: 100% !important;
    }
    .compare__product--text table tr {
        width: auto !important;
        height: auto !important;
    }
    .compare__product--text table tr td {
        width: auto !important;
        height: auto !important;
        line-height: 3.5vw !important;
        border-bottom: 1px solid#eeeeee !important;
        padding: 1vw !important;
    }
    .compare__product--text table tr td:first-child {
        font-weight: 700;
        text-align: right;
        width: 30% !important;
    }
    .compare__product--text table tr:last-child td {
        border-bottom: 0px solid#eeeeee !important;
    }

    .compare__product--move {
        float: left;
        position: relative;
        height: 8vw;
        margin: 4vw 0px 0px 0px;
        padding: 0px 4vw 0px 4vw;
        color: #fff;
        background-color: #1a4782;
        font-size: 3vw;
        line-height: 8vw;
        border: none;
        border: 0px solid #eeeeee;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }
    .compare__product--remove {
        float: right;
        height: 4vw;
        position: absolute;
        margin: 0px 0px 0px 0px;
        padding: 1vw 2vw;
        top: 2vw;
        right: 2vw;
        color: #23365a;
        font-size: 2.5vw;
        font-weight: 400;
        line-height: 2.5vw;
        background: #eeeeee;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        z-index: 10;
        cursor: pointer;
    }
    .compare__product--checkbox {
        float: left;
        width: 2vw;
        height: 2vw;
        margin: 0px 0px 0px 2vw;
        padding: 0px 0px 0px 0px;
        color: #000;
        border: 1px solid #eeeeee;
        background: #ffffff;
        font-size: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
    }
    .compare__reolad {
        float: right;
        position: absolute;
        top: -12vw;
        right: 0;
        height: 8vw;
        margin: 0px 0px 0px 0px;
        padding: 0px 4vw 0px 4vw;
        color: #fff;
        background-color: #1a4782;
        font-size: 3vw;
        line-height: 8vw;
        border: none;
        border: 0px solid #eeeeee;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .compare__list .owl-nav {
        float: left;
        width: 100%;
        height: 0;
        position: absolute;
        margin: 0px 0px 0px 0px;
        top: 20vw;
        left: 0vw;
        font-size: 0;
    }
    .compare__list .owl-nav .owl-prev {
        float: left;
        width: 8vw;
        height: 8vw;
        position: relative;
        margin: 0px 0px 0px -1.8vw;
        background: #eeeeee url(images/arrowBlack.svg) center no-repeat;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .compare__list .owl-nav .owl-next {
        float: right;
        width: 8vw;
        height: 8vw;
        position: relative;
        margin: 0px -1.5vw 0px 0px;
        background: #eeeeee url(images/arrowBlack.svg) center no-repeat;
    }
    .compare__list .owl-nav .owl-prev:hover {
        background: #1a4782 url(images/arrowWhite.svg) center no-repeat;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .compare__list .owl-nav .owl-next:hover {
        background: #1a4782 url(images/arrowWhite.svg) center no-repeat;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .video {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .video .inside {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 8vw 4vw 8vw 4vw;
    }
    .video .inside .header {
        float: left;
        width: 100%;
        position: relative;
        color: #23365a;
        font-size: 5vw;
        font-weight: 800;
        line-height: 5vw;
        margin: 0px 0px 0vw 0px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    .video__filters {
        float: left;
        width: 100%;
        position: relative;
        margin: 8vw 0px 0px 0px;
    }
    .video__form {
        float: left;
        width: 100%;
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    .video__selectBox {
    }
    .video-submit {
        width: 100%;
        height: 10vw;
        position: relative;
        margin: -4vw 0px 0px 0px;
    }
    .video__list {
        float: left;
        width: 100%;
        position: relative;
        margin: 4vw 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .video__box {
        float: left;
        width: 100%;
        margin: 0px 0px 6vw 0px;
        padding: 2vw;
        background: #eeeeee;
    }
    .video__movie {
        float: left;
        width: 100%;
        height: 35vw;
        position: relative;
    }
    .video__iframe {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .video__name {
        float: left;
        width: 100%;
        position: relative;
        margin: 3vw 0px 2vw 0px;
        padding: 0px 0px 2vw 0px;
        color: #23365a;
        font-size: 4vw;
        font-weight: 700;
        line-height: 5vw;
        letter-spacing: 0.84px;
        border-bottom: 1px solid #dbdbdb;
    }
    .video__type {
        float: left;
        width: 100%;
        position: relative;
        margin: 1vw 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #23365a;
        font-size: 3.5vw;
        font-weight: 400;
        line-height: 4.5vw;
    }
}
