.blog-section .blog_items {
    display: flex;
}
.blog-section .blog_single{
    padding: 7px;
}
.footer__dark_new {
    background: #000;
}

.footer__dark_new .bottom_footer p{
    font-family: 'RobotoL';
    font-size: 12px;
}
.footer__dark_new .bottom_footer {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
}

.footer__dark_new p {
    font-family: 'GilroyR';
    color: #fff;
}

.footer__dark_new .bottom_footer .soc_links a {
    margin-left: 20px;
}

.footer__dark_new .footer-menu, .footer__dark_new .footer-about, .footer__dark_new .contacts {
    width: 33.3%;
}

.footer__dark_new .footer-about .footer_logo img {
    width: 130px;
    margin-bottom: 25px;
}

.footer__dark_new .footer-about p {
    font-size: 18px;
    line-height: 26px;
}

.footer__dark_new .footer-menu h3 {
    font-family: 'GilroyM';
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
}
.footer__dark_newa:hover {
    color: #fff !important;
    transition: all 0.3s;
}
.footer__dark_new .contacts>address>p a:hover{
color:#fff !important;}
.footer__dark_new .footer-menu a:hover {
    color: #fff !important;
    transition: all 0.3s;
}

.footer__dark_new .footer-menu a {
    font-family: 'GilroyM';
    font-size: 16px;
    transition: all 0.3s;
    line-height: 19px;
    color: #6B6B6B;
}

.footer__dark_new .footer-menu {
    padding-top: 25px;
    padding-left: 70px;
}

.footer__dark_new .footer-menu>nav>ul {
    display: block !important;
}

.footer__dark_new .contacts>address>p span, .footer__dark_new .contacts>address>p a {
    font-family: 'GilroyR';
    color: #fff;
}

.footer__dark_new .contacts .subscibe p {
    font-size: 14px;
}

.footer__dark_new .contacts .subscibe form {
    display: flex;
}

.footer__dark_new .contacts .subscibe form input {
    width: 65%;
    height: 40px;
    background: #fff;
}

.footer__dark_new .contacts .subscibe form button {
    width: 45%;
    height: 40px;
    background: #EB5757;
    color: #fff;
    margin-left: 7px;
}

.footer__dark_new .contacts>address>p {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

.footer__dark_new .contacts>address>p img {
    margin-right: 20px;
}

.why-wp__reasons{
	border-width: 1px 1px 1px 1px !important;
}