@font-face {
    font-family: 'PublicaSans-Thin';
    src: url(../fonts/PublicaSans-Thin.otf);
  }
@font-face {
    font-family: 'PublicaSans-ThinBold';
    src: url(../fonts/PublicaSans-ExtraBold.otf);
  }
@font-face {
    font-family: 'PublicaSans-Medium';
    src: url(../fonts/PublicaSans-Medium.otf);
  }
  *:focus {
    outline: none;
}
body{
      font-family: sans-serif;
  }
.menu{
        padding: 20px 20px 0 20px;
  }
.langues .world{
    width: 20px;
    margin-right: 5px;
}
.langues select{
    background: none;
    border: none;
    color: #000000;
    padding: 0;
}
.langues select:focus{
    background: none;
    border: none;
    color: #000000;
    box-shadow: none;
}
.langues p{
    margin: 0 10px 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.lang-select .flag {
    max-width: 25px;
}
.lang-select .dropdown-menu ul li {
    list-style: none;
    border-top: 1px solid #c7c5c5;
}
.lang-select .dropdown-menu ul li:first-child {
    border: none;
}
.lang-select .dropdown-menu ul {
    padding: 0px 5px;
}
.lang-select .dropdown-menu {
    min-width: auto;
    overflow: hidden;
    top: 0px !important;
    left: -35px !important;
    border-radius: 0;
    background: #ffffff;
}
.lang-select .dropdown-menu ul li a {
    color: #000000;
    text-decoration: none;
    padding: 8px 10px;
    display: inline-table;
}
.lang-select .dropdown-menu ul li a:hover {
    color: #777777;
}
.select-selected {
    
    cursor: pointer;
}
.icon_a{
    display: table; 
    margin: auto;
}
.home{
    background-image: url(../images/bg/top-bg.jpg);
    background-size: cover;
    /* max-height: 500px;
    height: 100vh; */
    /* padding: 5% 0; */
}
.home .logo, footer .logo{
    max-width: 120px;
    width: 100%;
}
.home .content{
    /* margin-top: 25%; */
    margin: auto;
    padding: 100px 15px;
    max-width: 700px;
}
.home .content img{
    max-width: 100px;
    margin-bottom: 20px;
}
.home h1{
    font-family: 'PublicaSans-ThinBold', sans-serif;
    font-size: 3em;
}
.home h1 span{
    font-family: 'PublicaSans-Thin', sans-serif;
    font-size: 2em;
}
.home .box-home{
    height: 100%;
    /* max-height: 320px; */
    /* padding-left: 20%;
    padding-right: 10%; */
    margin-top: -77px;
}
#home .content-page .icon, #complaints-and-returns .content-page-white .icon{
    max-width: 260px;
    width: 100%;
    margin: auto;
    display: block;
}
.btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../images/icons/btn.png);
    background-size: cover;
    width: 260px;
    height: 100px;
    padding: 10px;
    -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-size: 1.2em;
    line-height: normal;
    margin: auto;
    text-transform: uppercase;
    margin: 20px auto 20px auto;
    transition: color 0.4s;
}
.btn:hover{
    color: #6bbec2;
}
.btn2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../images/icons/btn2.png);
    background-size: cover;
    width: 285px;
    height: 60px;
    padding: 10px;
    -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-size: 1em;
    line-height: normal;
    text-transform: uppercase;
    transition: color 0.4s;
}
.btn:hover, .btn2:hover{
    color: #6bbec2;
    text-decoration: none;
}
.content-page{
    background-color: #eaeaea;
    padding: 2%;
}
.content-page-white{
    background-color: #ffffff;
    padding: 2%;
}
.btn:hover, .btn2:hover{
    /* color: #ffffff;
    text-decoration: none; */
}
.slider{
    padding: 30px 0;
}
.slider .rating {
    max-width: 120px;
    margin: 0 auto 20px auto;
}
.slick-prev{
    left: 0 !important;
}
.slick-next{
    right: 0 !important;
}
.slick-prev, .slick-next{
    transform: none !important;
        -webkit-transform: none !important; 
        -ms-transform: none !important;
        top: 0 !important;
        width:auto !important;
        height: auto !important;
        z-index: 100000;
}

.slick-slider{
    padding: 80px 0;
}
.slick-slide{
    padding: 0 60px;
}

#my-order .question, #my-data .question{
    margin-bottom: 30px;
}
#my-order .question .answer, #my-data .question .answer{
    display: none;
    padding-left: 20px;
}
#my-order .question h5, #my-data .question h5{
    cursor: pointer;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#my-order .question h5::before, #my-data .question h5::before{
    content: '';
    background-image: url(../images/icons/triangle_2.png);
    background-size: cover;
    max-width: 22px;
    width: 100%;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#my-order .question .active::before, #my-data .question .active::before{
    background-image: url(../images/icons/triangle_1.png);
}
#my-order .question .active, #my-data .question .active{
    color: #6ec3ca;
}


.form .content-page{
    background-color: #ffffff;
}
.form .content-page .container{
    background-color: #eaeaea;
    padding: 40px;
}
.form form .miniInfoBox label::after{
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 21px;
    height: 25px;
    background-image: url(../images/icons/question.png);
    background-size: cover;
}
.form form label{
    /* display: block; */
}
.form form input, .form .content-page form select{
    margin-bottom: 20px;
    width: 100%;
    padding: 5px;
}
.form form textarea{
    width: 100%;
}
.achtung-box{
    background-color: #ffffff;
    padding: 20px;
    border: 2px solid #000000;
    margin-top: 40px;
    margin-bottom: 20px;
}
.achtung-box .achtung{
    margin-top: -38px;
    padding: 0 10px;
    display: table;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+50,ffffff+50 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaea 50%, #ffffff 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eaeaea 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eaeaea 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea',endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.achtung-box2{
    background-color: #eaeaea;
    padding: 20px;
    border: 2px solid #000000;
    margin-top: 40px;
    margin-bottom: 20px;
}
.achtung-box2 .achtung{
    margin-top: -38px;
    padding: 0 10px;
    display: table;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+50,ffffff+50 */
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff  50%, #eaeaea 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 50%,#eaeaea 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 50%,#eaeaea 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.form form .checkBox input{
    width: auto;
}
.form textarea{
    min-height: 100px;
}
.typ{
    background-color: #f7f6f2;
    padding: 40px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
}
.typ img{
    margin: 40px auto 0 auto;
    display: block;
    max-width: 150px;
}
.list{
    padding-left: 15px;
}
.list li{
    margin-bottom: 15px;
}
footer{
    background-color: #6ec3ca;
    padding: 0 0 20px 0;
}
footer ul{
    text-align: right;
}
footer ul li{
    display: inline-block;
}
footer ul li a{
    color: #000;
    font-size: 21px;
}
footer ul li a:hover{
    color: #000;
}

.miniInfoBox{
    position: relative;
}
.miniInfo{
    position: absolute;
    left: 0;
    top: 27px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 25px;
    padding: 15px;
    max-width: 360px;
    font-size: 13px;
    z-index: 1000;
    display: none;
}
.miniInfo p{
    margin-bottom: 0;
}

@media all and (max-width: 767px){
    .home .logo, footer .logo{
        max-width: 140px;
        width: 100%;
    }
    .home .box-home{
        max-height: none;
        padding-left: 0;
        padding-right: 0;
    }
    .home .box-home img{
        max-width: 100px;
        margin: auto;
        display: block;
    }
    .home{
        max-height: none;
        height: auto;
    }
    footer ul li a{
        font-size: 15px;
    }
    .form .checkBox{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .form .checkBox input{
        margin-right: 5px;
    }
    .form .content-page .container{
        padding: 40px 10px;
    }
}