/* 
* Use this file if you want to put custom styles and do not want to use Sass and Gulp 
* Readmore - http://docs.imagecms.net/rabota-s-shablonom-multishop/rabota-s-css-i-javasctipt-dlia-razrabotchikov
*/
.callback-chat{
    width: 325px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 0;
    background-color: #f44336;
    border-radius: 50px 50px 0 0;
    z-index: 1000;
    box-shadow: 0 12px 14px 8px rgb(0 0 0 / 17%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback-chat a{
    text-decoration: unset;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 40px;
    width: 100%;
    justify-content: center;
}

.callback-chat a svg{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

@media (max-width: 900px) {
    .footer__body{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .footer__row {
        flex-wrap: wrap;
    }
    .footer__separator{
        display: none;
    }
    .footer__col {
        margin-top: 25px;
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .callback-chat{
        width: 50px;
        height: 50px;
        border-radius: 50px;
        bottom: 20px;
    }
    .callback-chat a{
        height: 50px;
        font-size: 0;
    }
    .callback-chat a svg{
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .footer__col {
        flex: 0 0 100%;
    }
}

.g-recaptcha {
    margin-top: 20px;
    max-width: 100%;
    overflow: hidden;
}


.choice-language-form {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    display: flex;
    position: fixed;
    background: rgba(0,0,0,.5);
    align-items: center;
    justify-content: center;
    display: none;
}

.choice-language-form__form {
    background-color: #fff;
    padding: 40px 150px 60px;
    text-align: center;
}

.choice-language-form__h1 {
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.choice-language-form__a {
    color: #567117;
    padding: 10px;
    font-size: 22px;
    text-decoration: none;
}

.choice-language-form__a:hover {
    color: #769c1f;
}

@media (max-width: 767px){
    .choice-language-form__form {
        padding: 20px;
    }
    .choice-language-form__h1 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }
    .choice-language-form__a {
        font-size: 20px;
    }
}

