/*!
Theme Name: Help
Theme URI: https://yourfuture.com.ua/
Author: Andrii Tsymbal
Author URI: https://yourfuture.com.ua/
Description: Help template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: help
*/

.main-form .my-form__input--textarea {
    height: 110px;
}
.mreo_oktmo_val {
    margin-left: 50px;
}/*
.call-btn__mobile-btn--viber {
  background:#419FD9 url(https://regteh-spb.ru/wp-content/uploads/2023/05/Vector-1.svg) no-repeat center;
} */

/* уменюбшаю контакты в шапке*/
.header .contacts a {
    font-size: 18px;
}



.call-btn__mobile-btn--whats-up {
    background: url(https://regteh-spb.ru/wp-content/uploads/2023/05/whatsapp-7.png);
    background-size: cover;
}
.call-btn__mobile-btn--viber {
    background: url(https://regteh-spb.ru/wp-content/uploads/2023/05/telegram-7.png);
    background-size: cover;
}
/* скрыл капчу*/
.grecaptcha-badge {
  display: none !important;
}
.header__logo {
    width: 180px;
}
.header__logo img {
    width: 170px;
}
@media screen and (max-width: 479px) {
    .header__logo {
    width: 150px;
}
.header__logo img {
    width: 120px;
}
}

@media screen and (max-width: 365px) {
    .header__logo {
    width: 120px;
}
.header__logo img {
    width: 100px;
}
}