.mdc-text-field__input{font-size:larger}.call{display:block;position:fixed;right:40px;bottom:40px;z-index:50;transition:all .3s;-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.call,.call-ico{width:66px;height:66px;border-radius:50%}.call-ico{position:absolute;left:50%;top:50%;margin-left:-33px;margin-top:-33px;background:var(--mdc-theme-primary)}.call-ico svg{fill:var(--mdc-theme-surface)}.errors_name,.errors_phone{position:relative;top:-25px;font-size:.9em;color:#d9534f}.call-back-loader{display:flex;justify-content:center;height:40px;margin-top:20px}.call-back-loader img{height:40px}@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media only screen and (min-width:320px) and (max-width:1199px){.mdc-text-field__input{width:-webkit-fill-available}}