.logo_header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    font-size: 0;
}

.logo_header img {
    max-width: 100%;
}

.logo_header-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .logo_header-desktop {
        display: none
    }

    .logo_header-mobile {
        display: block;
    }
}

@media screen and (max-width: 375px) {
    .logo_header {
        padding-top: 15px;
    }
}

.logo_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}

.logo_footer img {
    max-width: 162px;
}

.message-button__messengers-icon.message-button__messengers-icon-call{
	background-color:#fff;
}

.message-button-2{
	bottom:80px;
}
.message-button.active + .message-button{
	display:none;
}
	
	
@media screen and (max-width: 767px) {
    .logo_footer {
        padding-top: 25px;
    }

    .logo_footer img {
        max-width: 145px;
    }
}

@media screen and (max-width: 575px) {
    .registration__card .form {
        padding: 0;
        margin: 0 0 24px;
        width: 100%;
    }

    .registration-card__title {
        margin-bottom: 0;
    }

    .registration__card .form__hint {
        max-width: 100%;
    }
}
@media screen and (max-width: 485px) {
	.call-button{
		display:none;
	}
	.message-button-2 {
		bottom: 18px;
	}
	.message-button.active + .message-button{
		display:block;
	}
}

