.footer-copyright__p {
overflow-wrap: break-word;
}
.footer-copyright__text_link {
text-decoration: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
color: inherit;
}
.footer-copyright__text_link:hover {
text-decoration: none;
color: #51acfb;
}
.footer-copyright__text_link, .footer-copyright__text_link:active, .footer-copyright__text_link:focus {
outline: none;
}
.footer-copyright__p {
margin: 0 0 1em;
}
.footer-copyright {
color: #fff;
margin-top: 3.5em;
}
.footer-copyright {
display: flex;
justify-content: center;
font-family: Roboto;
font-size: 16px;
font-weight: 600;
}
.footer-copyright__text_link:hover {
color: #51acfb;
}
.footer-copyright__text_link {
color: #219df3;
font-weight: 600;
}
.footer-copyright__text {
font-weight: 600;
font-size: 14px;
}
.footer-copyright__divider {
font-weight: inherit;
}
.footer-copyright__p {
display: flex;
flex-direction: column;
text-align: center;
line-height: 1.6;
}
.footer-copyright__divider {
display: none;
}
.contacts-widget__contact-icon_type_phone > svg {
transform: translateX(5px);
}
.contacts-widget__contact-icon_type_email > svg {
transform: scale(0.8) translateX(1px);
transform-origin: center center;
}