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

}

a {

}
a:focus,
input:focus,
select:focus
{
    outline: none;
}
button,
input[type="submit"],
input[type="text"]{
    -webkit-appearance: none;
    font-family: 'Manrope', Arial, sans-serif;
}

a:hover {
    color: #79b6c8;
}

.hover-underline {
    text-decoration: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

.wrapper {
    width: 1260px;
    margin: 0 auto;
    font-family: 'Manrope', Arial, sans-serif;
}

.minwidth{
    width: 1150px;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}

.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

input,
textarea{
    font-family: 'Manrope', Arial, sans-serif;
}
input:focus,
textarea:focus{
    outline: none;
}
textarea{
    resize: vertical;
}

input[type=submit]{
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.relative {
    position: relative;
}

.owl-carousel.top .item {
    min-height: 450px;
}

.owl-carousel.top .car-honda {
    background: url(../images/car-honda.jpg);
    background-position: 80% center;
    background-repeat:  no-repeat;
}

.owl-carousel.top .car-mnv {
    background: url(../images/car-mnv.jpg);
    background-position: 80% center;
    background-repeat:  no-repeat;
}

.owl-carousel.top .car-vw {
    background: url(../images/car-vw.jpg);
    background-position: right 30% center;
    background-repeat:  no-repeat;
}

.owl-carousel.top .logo {
    width: 385px;
    text-align: center;
}

.owl-carousel.top .logo img {
    width: auto;
    display: inline-block;
}

.owl-carousel.top .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
}

.owl-carousel.top .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 385px;
}

.owl-carousel.top .col {
    padding: 90px 0;
}

.owl-carousel.top .char {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
}

.owl-carousel.top .char .char-range,
.owl-carousel.top .char .char-power,
.owl-carousel.top .char .char-energy
{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/sprite-chars.png) 0 0 no-repeat;
    margin-bottom: 5px;

}

.owl-carousel.top .char .char-power {
    background-position: -155px 0;
}

.owl-carousel.top .char .char-energy {
    background-position: -323px 0;
}

.owl-carousel.top .price {
    color: #0c4da2;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Manrope', Arial, sans-serif;
}

.owl-carousel.top .guarantee {
    color: #000000;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.8;
}

.owl-carousel.top .buttons a {
    margin-right: 85px;
}

a.red-button {
    display: inline-block;
    font-size: 16px;
    padding: 20px 45px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    background-color: #e21b1b;
    border-radius: 40px;
    font-family: 'Manrope', Arial, sans-serif;
}

.owl-prev,
.owl-next
{
    display: block;
    background: url(../images/carousell-left.png) 50% 50% no-repeat;
    width: 15px;
    height: 25px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    background: url(../images/carousell-right.png) 50% 50% no-repeat;
    right: 0;
}

.owl-carousel.top .owl-nav {
    position: absolute;
    width: 380px;
    left: calc(50% - 620px);
    top: 110px;
    display: flex;
    justify-content: space-between;
}

a.view-chars {
    display: inline-block;
    font-size: 16px;
    color: #979797 !important;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dashed #979797;
    font-family: 'Roboto Condensed', Arial;
}

.carousel-bottom {
    padding: 50px 0;
}

.carousel-bottom h2 {
    margin-bottom: 20px;
}

.carousel-bottom h4 {
    margin-bottom: 70px;
}

.carousel-bottom .image img {
    width: auto;
}

.carousel-bottom .item {
    width: 320px;
    margin: 0 auto;
}

.carousel-bottom .image {
    margin-bottom: 15px;
    height: 140px;
}

.carousel-bottom .car-title {
    font-size: 20px;
    font-family: 'Roboto Condensed', Arial;
    padding: 10px 0;
    font-weight: bold;
}

.carousel-bottom .slider-chars .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.carousel-bottom .button {
    padding: 10px 0 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #bcbcbc;
}

.carousel-bottom .button a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.slider-chars.main {
    font-weight: bold;
}

.carousel-bottom .char-title .underlined {
    text-decoration: underline !important;
}

.seo-block {
    padding: 50px 0;
}

.owl-carousel.bottom .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0;
}

.image-preview {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    background: url(../images/picture_14506211.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}
.image-preview input {
    line-height: 75px;
    font-size: 75px;
    position: absolute;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.image-preview label {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    width: 128px;
    font-size: 14px;
    line-height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #000;
}

.image-preview-border {
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    padding: 10px;
    width: 31%;
    box-sizing: border-box;
}

.images-wrapper {
    display: flex;
    justify-content: space-between;
}

.course-switcher-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 20px 0;
    font-family: Manrope, Arial, serif;
}

.course-switcher-wrapper label {
    cursor: pointer;
    color: #1867b0;
    text-decoration: underline;
    font-size: 18px;
	font-weight: bold;
    margin-right: 15px;
}

.course-switcher {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wrapper-gold {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff3d1;
    border-radius: 30px;
    margin-bottom: 30px;
    width: 100%;
    font-family: Manrope, Arial, serif;
}

.wrapper-gold.silver {
    background-color: #f0f0f0;

}

.wrapper-gold .gold-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    font-size: 18px;
}

.wrapper-gold .gold-col:first-child {
    border-left: none;
}

.wrapper-gold .gold-col:last-child {
    border-right: none;
}

.wrapper-gold .gold-col .val {
    text-align: center;
}

.wrapper-gold .gold-col .gold-row.price {
    font-weight: bold;
    padding-top: 15px;
}

.wrapper-gold .gold-col .gold-row.price .price-usd {
    display: none;
}

.course-switcher .label.switchify.switchify-label > input.switchified:checked + span.switchify-switch {
    background-color: #cdae56;
    border-color: #cdae56;
}

.con_heading {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.latest-wrapper.artcicles_view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.artcicles_view .mod_latest_entry {
    width: 330px;
    margin: 10px 0 50px;
}

.latest-wrapper .mod_latest_entry {
    width: 330px;
    margin: 10px 0 50px;
}

.artcicles_view .mod_latest_image {
    height: 205px;
    background-color: #f2f2f2;
    border-radius: 25px;
    margin-bottom: 30px;
}

.artcicles_view .mod_latest_title {
    height: 75px;
}

.artcicles_view .mod_latest_image img {
    border-radius: 25px;
    max-width: 100%;
}

.artcicles_view .mod_latest_entry .mod_latest_title_a {
    color: #1867b0 !important;
    font-size: 16px;
}

.moduletitle {
    font-size: 33px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}

.modulebody .latest-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modulebody .mod_latest_image {
    height: 205px;
    background-color: #f2f2f2;
    border-radius: 25px;
    margin-bottom: 30px;
}

.modulebody .mod_latest_title {
    height: 75px;
}

.modulebody .mod_latest_image img {
    border-radius: 25px;
    max-width: 100%;
}

.modulebody .mod_latest_title_a {
    color: #1867b0 !important;
    font-size: 16px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
    .owl-carousel.top .col {
        padding: 30px 0 0;
    }

    .owl-carousel.top .flex-col {
        height: calc(100vh - 65px);
        box-sizing: border-box;
        justify-content: flex-start;
        min-height: 620px;
    }

    .owl-carousel.top .logo {
        width: 100%;
        order: 1;
    }

    .owl-carousel.top .buttons {
        flex-direction: row;
        text-align: center;
        order: 4;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .owl-carousel.top .buttons a {
        margin-bottom: 20px;
    }

    .owl-carousel.top .flex-row {
        justify-content: space-around;
        align-items: center;
        width: 100%;
        order: 3;
        margin-top: auto;
    }

    .owl-carousel.top .flex-row.chars {
        flex-direction: row;
        order: 2;
        margin-top: 30px;
        justify-content: space-around;
    }

    .owl-carousel.top .car-honda,
    .owl-carousel.top .car-mnv
    {
        background-position-y: 50%;
    }
    .owl-carousel.top .car-vw {
        background-position-x: 50%;
    }

    .owl-carousel.top .guarantee {
        color: #0c4da2;
    }

    .owl-carousel.top .owl-nav {
        position: absolute;
        width: 400px;
        left: calc(50% - 200px);
        top: 48px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 480px) {
    .owl-carousel.top .col {
        padding: 30px 0 0;
    }

    a.red-button {
        text-align: center;
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
    }

    .owl-carousel.top .flex-col {
        height: calc(100vh - 65px);
        box-sizing: border-box;
        justify-content: flex-start;
        min-height: 620px;
    }

    .owl-carousel.top .logo {
        width: 100%;
        order: 1;
    }

    .owl-carousel.top .buttons {
        flex-direction: column;
        text-align: center;
        order: 4;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .owl-carousel.top .buttons a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .owl-carousel.top .flex-row {
        justify-content: space-around;
        align-items: center;
        width: 100%;
        order: 3;
        margin-top: auto;
    }

    .owl-carousel.top .flex-row.chars {
        flex-direction: row;
        order: 2;
        margin-top: 30px;
        justify-content: space-around;
    }

    .owl-carousel.top .car-honda,
    .owl-carousel.top .car-mnv
     {
        background-size: 130%;
        background-position-y: 50%;
    }
    .owl-carousel.top .car-vw {
        background-size: 120%;
        background-position-x: 100%;
    }

    .owl-carousel.top .guarantee {
        color: #0c4da2;
    }

    .owl-carousel.top .owl-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 48px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .wrapper-gold {
        flex-direction: column;
        padding: 20px 0;
        margin-left: 10%;
        width: 80%;
    }

    .wrapper-gold .gold-col {
        flex-direction: row;
        border-bottom: 1px solid #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wrapper-gold .gold-col:last-child {
        border-bottom: none;
    }

    .wrapper-gold .gold-col .gold-row {
        width: 100%;
    }

    .wrapper-gold .gold-col .gold-row.probe {
        padding-left: 30px;
    }

    .wrapper-gold .gold-col .gold-row.price {
        padding-top: 0;
        padding-right: 30px;
    }

    .course-switcher-wrapper {
        justify-content: center;
    }

    .course-switcher {
        margin-left: 0;
    }

    .image-preview {
        height: 20vw;
    }

    .modulebody .latest-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .modulebody .mod_latest_image {
        height: 190px;
    }

    .latest-wrapper .mod_latest_entry {
        width: 300px;
    }

    .moduletitle {
        font-size: 20px;
    }

    .con_image img {
        max-width: 100%;
    }

    .con_heading {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }

}

