.footer__link:hover, .footer__column-title a:hover{
    color: red;
}
.nav__link:hover {
    border-bottom: 1px solid #ED1C24;
}
.hidden {
    display:none;
}
.loading {
    opacity: 0.5;
}
.main-banner__arrow-container{
    position: absolute;
    bottom:10px;
    text-align: center;
    width: 100%;
}
.main-banner__arrow{
    height: 48px;
    width: 48px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 48px;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-color: red;
    background-color: red;
}
.main-banner__arrow svg{
    min-width: 16px;
    width: 16px;
    height: 16px;
    fill: white;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}
@media screen and (max-width: 575px)
{
    .main-banner__arrow-container {
        display: none;
    }
}

.panel-info__button-next{
    margin-top: 10px;
}

.input-group__phone{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.input-group__phone select{
    font-family: "Inter", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    width: 45px;
    bottom: 1px;
    position: relative;
}
.input-group__phone input{
    margin-left: 5px;
    width: 100%;
    min-width: 213px;
}
.input-group__phone label{
    left: 45px;
}
