.footer{
    padding: 30px 0 15px;
    color: #fff;
    background: #656C6F;
    margin-top: 30px;
    position: relative;
    z-index: 101;
    justify-self: end;
    font-size: 14px;
}
.footer.footer--no-gap {
    margin-top: 0px;
}
.footer__info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0px 30px;
}
.footer__info-item{
    max-width: 25%;
}
.footer__info-data {
    margin-top: 10px;
}
.footer__info-item--city{
    margin-bottom: 5px;
    font-size: 16px;
}
.footer__info-item__address{
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    
}
.footer__info-title--md{
    font-size: 16px;
}
.footer__info-item--call-us{
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.footer__info-item--call-us a:hover {
    text-decoration: underline;
}
.footer__info-title{
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
.footer__info-item--contacts{
    display: flex;
    flex-direction: column;
}

.footer__info-item--soc{
    display: flex;
    flex-wrap: wrap;
}

.footer__socials {
    margin-top: 15px;
}

/* .footer__social{
    display: flex;
    width: 37px;
    height: 37px;
    border: 3px solid #a1a6a7;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 300ms ease all;
    margin: 0 10px 8px;
}
.footer__social-icon{
    color: #a1a6a7;
    font-size: 20px;
    position: relative;
    right: 1px;
    transition: 200ms ease all;
}
.footer__social:hover .footer__social-icon{
    color: #fff;
}
.footer__social--soc-vk:hover{
    border-color: #4c75a3;
    background: #4c75a3;
}
.footer__social--soc-tw:hover{
    border-color: #1dcaff;
    background: #1dcaff;  
}
.footer__social--soc-yb:hover{
    border-color: #CC181E;
    background: #CC181E;    
}
.footer__social--soc-fb:hover{
    border-color: #3B5998;
    background: #3B5998;       
}
.footer__social--soc-tm:hover{
    border-color: #0088cc;
    background: #0088cc;    
} */
    .footer__social {
      width: 37px;
      height: 37px;
      display: inline-block;
      margin-right: 15px;
      position: relative; }
      .footer__social:before, .footer__social:after {
        content: '';
        position: absolute;
        width: 37px;
        height: 37px; }
      .footer__social:after {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .footer__social:hover:after {
        opacity: 1; }
      .footer__social--soc-fb:before {
        background: url(./images/fb.png) 0% 0 no-repeat; background-size: cover; }
      .footer__social--soc-fb:hover:after {
        background: url(./images/fb.png) 100% 0 no-repeat; background-size: cover; }
      .footer__social--soc-yb:before {
        background: url(./images/youtube.png) 0% 0 no-repeat; background-size: cover; }
      .footer__social--soc-yb:hover:after {
        background: url(./images/youtube.png) 100% 0 no-repeat; background-size: cover; }
      .footer__social--soc-vk:before {
        background: url(./images/vk.png) 0% 0 no-repeat; background-size: cover; }
      .footer__social--soc-vk:hover:after {
        background: url(./images/vk.png) 100% 0 no-repeat; background-size: cover; }
      .footer__social--soc-tm:before {
        background: url(./images/telegram.png) 0% 0 no-repeat; background-size: cover; }
      .footer__social--soc-tm:hover:after {
        background: url(./images/telegram.png) 100% 0 no-repeat; background-size: cover; }
      .footer__social:hover {
        color: white; }


.footer__info-item--pay{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer__menu{
    margin: 30px auto!important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #84898C;
}
.footer__menu-items{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 12px 15px 13px!important;
}
.footer__menu-item:hover{
    text-decoration: underline;
}
.footer__copyright{
    text-align: center;
    padding: 0 20px;
}
.footer__copyright-title{
    font-size: 12px;
    margin-bottom: 10px;
}
.footer__studio-link{
    text-decoration: underline;
}

.footer__subscribe-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}
.footer__subscribe-form-title{
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 4px;
    margin-right: 15px;
}
.field-subscribeform-email{
    flex-grow: 1;
    width: 100%;
}
.footer__subscribe-form-field{
    background: #fff;
    padding: 5px 10px;
    width: 100%;
}
.footer__subscribe-form-submit{
    background: #E20932;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 20px;
    width: 135px;
    text-align: center;
    border: 2px solid #E20932;
    transition: 300ms ease all;
}
.footer__subscribe-form-submit:hover{
    background: transparent;
}
.footer__subscribe-help-block{
    width: 100%;
    margin: 10px 0;
    color: #FF5963;
}
.footer__subscribe-form-groups{
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
@media screen and (max-width: 992px){
    .footer__info{
        flex-wrap: wrap;
    }
    .footer__info-item{
        width: 45%;
        margin-bottom: 20px;
    }
    .footer__info-item--soc{
        margin: 0 0 20px;
    }
    .footer__menu{
        display: none;
    }
    .footer__subscribe-form{
        flex-direction: column;
        margin-bottom: 30px;
        align-items: center;
    }
    .footer__subscribe-form-title{
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .footer__subscribe-form-field{
        margin: 15px auto 0;
        width: 100%;
        max-width: 400px;
    }
    .footer__subscribe-form-groups{
        flex-direction: column;
        width: 100%;
        align-items: center;
        max-width: 400px;
    }
    .footer__subscribe-form-group{
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 767px){
    .footer__info-item{
        width: 100%;
    }
    .footer__info {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer__info-item--soc{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .footer__info-item--pay{
        justify-content: center;
    }
    .footer__main-address, .footer__branches{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
