@import './contact-form.css';
@import './thanks-page.css';
@import './privacy.css';
@font-face {
    font-family: 'TelegrafRegular';
    src: url('fonts/TelegrafRegular.eot');
    src: url('fonts/TelegrafRegular.eot') format('embedded-opentype'),
         url('fonts/TelegrafRegular.woff2') format('woff2'),
         url('fonts/TelegrafRegular.woff') format('woff'),
         url('fonts/TelegrafRegular.ttf') format('truetype'),
         url('fonts/TelegrafRegular.svg#TelegrafRegular') format('svg');
}

html, body{
    width: 100%;
    height: 100%;
}
*{
    font-family: TelegrafRegular;
}

.header-image{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.languages-wrapper{
    z-index: 1;
}

.languages-wrapper a{
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.header-logo{
    width: 100%;
    max-width: 154px;
}

.hero-wrapper{
    margin: 0;
    --bs-gutter-x: 0;
}

.suport-line{   
    font-style: normal;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 2.9px;
    color: #38ADB9;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
}

.hero-section{
    display: flex;
    align-items: center;
}

.title-wrapper{
    margin: auto;
    padding-left: 8%;
}

.banner-masked{
    width: 50%;
    transform: translate(100%, -50px);
}

.title{    
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 60px;
    color: #1E3851;
}

.description{   
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;    
    color: #8F8F8F;
}

.contact-section{
    background: #F0F0F0;
    border-radius: 26px;
    position: relative;
}

.contact-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    text-align: center;
    width: 100%;
    max-width: 930px;
    margin: 0px auto;
    padding: 25px 0 25px;
}

.contact-description{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #5C6E81;
}

.contact-title{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    color: #38ADB9;
    margin: 32px auto 25px;
}

.tel-number{
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.telephone-wrapper, .form-wrapper, .chat-wrapper{
    width: 100%;
    max-width: 210px;
    background: linear-gradient(0deg, rgba(56, 173, 185, 0.1), rgba(56, 173, 185, 0.1)), #F0F2F5;
    border-radius: 10px;
    padding: 10px 20px;
    min-height: 255px;  
}

.down-banner{
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.down-banner-image{
    margin: auto;
    width: 100%;
    max-width: 845px;
}

.copyright{
    background-color: #C4C4C4;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    padding: 8px;
}

.privacy-policy{
    padding-left: 30px;
}

.black-footer{
    padding: 15px;
    background-color: black;
}

.single-line{

    /* padding: 0 50px; */
    width: 100%;
    max-width: 230px;
    /* background: rgba(94, 94, 94, 0.3);
    height: 2px; */
}

.form-link{
    text-decoration: none;
}

.hide{
    display: none;
}

.footer-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-wrapper a{
    color: #000000;
}

/* chat style */

.embeddedServiceHelpButton .helpButton .uiButton {
    background: #46b2be !important;
    font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}

.embeddedServiceSidebarMinimizedDefaultUI.helpButton {
    background-color: #46b2be !important;
    border-color: #46b2be !important;
}
/* -------------- */

.custom-cookie{
    z-index: 10;
    background-color: #c4eff8;
    color: #1E3851;
    font-family: TelegrafRegular;
    font-size: 20px;
    padding: 30px;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-cookie a{   
    color: #1E3851;
    font-family: TelegrafRegular;
    font-size: 20px;
}

.cookie-bar--bottom{
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    position: fixed;
}

.cookie-bar__btn, .remove-btn{
    color: #fff;
    border: none;
    margin: 0 .875rem;
    padding: .125rem .875rem;
    background-color: #46b2be;
}

.hide{
    display: none;
}


@media (min-width: 1400px) { 
    .title-wrapper{
        padding-left: 300px
    }
}

@media (max-width: 989.98px) { 
    .title-wrapper{
        padding-top: 25px;
        padding-left: 5%;
    }
    .title{
        font-size: 55px;
    }
    .contact-wrapper{
        padding: 15px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .chat-wrapper{
        margin-top: 15px;
    }
   
} 

@media (max-width: 768.98px) { 
    .title-wrapper{
        padding: 25px 15px 0;
    }
    .title{
        font-size: 70px;
        line-height: 70px;
    }
    .suport-line{
        padding-top: 20px;
    }
    .contact-wrapper{
        margin: 22px auto;
        flex-direction: column;
    }
    .single-line{
        margin: 15px;
    }
    .banner-masked{
        width: 100%;
        transform: none;
    }
    .footer-wrapper{
        position: relative;
    }
}

@media (max-width: 575.98px) { 
    .custom-cookie{
        text-align: center;
    }
    .cookie-bar__btn, .remove-btn{
      margin: 15px auto;
    }
    .header-image{
        text-align: center;
        margin-bottom: 25px;
    }
    .title{
        font-size: 60px;
        line-height: 60px;
    }
    .contact-section{
        border-radius: 1px;
    }
}



