



@font-face {
    font-family: "Oranienbaum"; 
    src: url("Oranienbaum.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
 } 


 




#myCarousel {
 width: 100%;
 height: 30vw;
 margin: 0 auto;
 overflow: hidden;
 border-radius: 0.3vw;
}

#myCarousel:hover {
    cursor: pointer;
}
   

#myCarousel img {
    /*
    width: 100%;
    height: 100%;
    */
    -o-object-fit: cover;
    object-fit: cover;
}

.f-carousel__slide {
    margin: 0 1vw 0 0 !important;
}


.f-thumbs__slide {
    border-radius: 0.3vw;
    overflow: hidden !important;
}

#myCarousel .f-carousel__slide {
 display: flex;
 justify-content: center;
 align-items: center;
}

@media only screen and (max-width: 769px) {
    #myCarousel {
        width: 100%;
        height: 70vw;
        margin: 0 auto;
        border-radius: 1.3vw;
    }

    .f-thumbs__slide {
        border-radius: 1.3vw;
        overflow: hidden !important;
    }

    .f-carousel__slide {
        margin: 0 3vw 0 0 !important;
    }
}





.main-popup__content .iti, 
.quiz-final__content .iti {
    width: 100% !important;
    margin-bottom: 0.6vw !important;
}


.download-price__container .iti__country-container {
    color: #333;
}

.download-price__container .form-input {
    margin-right: 1.3020833333vw !important;
}

.get-consultation__content  .iti {
    width: 100% !important;
    margin-bottom: 0.6vw !important;
}

@media only screen and (max-width: 769px) {
    .iti {
        width: 100% !important;
        margin-bottom: 2.6vw !important;
    } 

    .main-popup__content .iti {
        width: 100% !important;
        margin-bottom: 2.6vw !important;
    }

    .download-price__container .form-input {
        margin-bottom: 2.6vw !important;
    }
    
}











.tippy-box {
    background-color: #fff !important;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2) !important;

    padding: 0.5vw !important;
    border-radius: 0.5vw !important;
}

.tippy-arrow {
    color: #fff !important;
}





.error {
    color: #F63123;
    text-align: center;
    font-weight: bold;
    font-size: 0.791666667vw;
    line-height: 0.9895833333vw;
}










.location-notify {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    column-gap: 0.5vw;
    row-gap: 0.5vw;
}


.location-notify-title {
    color: #333;
    text-align: center;
    font-size: 0.791666667vw;
    line-height: 0.9895833333vw;
}

.location-notify-actions {
    width: 100%;

    display: flex;
    flex-direction: row;
    column-gap: 0.5vw;
    row-gap: 0.5vw;
}

.location-notify-action {
    background-color: #efefef;
    border-radius: 0.5vw;

    padding: 0.25vw;
    width: 100%;

    font-size: 0.791666667vw;
    line-height: 0.9895833333vw;
    text-align: center;
    font-weight: bold;
    color: #333;

    transition: 0.3s;
}

.location-notify-action:hover {
    cursor: pointer;
    transform: scale(0.9);
}

.location-notify-action-active {
    background-color: #bf9474;
    color: #fff;
}



@media (max-width: 700px) { 

    .tippy-box {
        max-width: 80% !important;
        padding: 1.5vw !important;
        border-radius: 1.5vw !important;
    }

    .location-notify {
        column-gap: 1.5vw;
        row-gap: 1.5vw;
    }

    .location-notify-actions {
        column-gap: 1.5vw;
        row-gap: 1.5vw;
    }

    .location-notify-title {
        font-size: 3.75vw;
        line-height: 5vw;
    }

    .location-notify-action {
        font-size: 3.75vw;
        line-height: 5vw;
        border-radius: 1.5vw;
    }
}



.location-popup ul {
    list-style-type: none;
    padding: 0;           
    margin: 0; 

    display: flex;
    flex-direction: row;
    column-gap: 0.5vw;
    row-gap: 0.5vw;
    flex-wrap: wrap;
}

.location-popup ul li {
    width: 10vw;
    display: block;
}

.location-popup ul li a {
    font-size: 0.791666667vw;
    line-height: 0.9895833333vw;

    text-align: left;
    font-weight: bold;
    color: #818181;
    transition: 0.2s;
}

.location-popup ul li a:hover {
    cursor: pointer;
    color: #333;
}

@media (max-width: 700px) { 

    .location-popup ul {
        column-gap: 1.5vw;
        row-gap: 1.5vw;
    }
    
    .location-popup ul li {
        width: 36vw;
    }

    .location-popup ul li a {
        font-size: 3.125vw;
        line-height: 4.6875vw;
    }    
}