.footer_form {
    padding: 100px 0;
    background: #222222;
}
.footer_form .title_footer {
    font-weight: 800;
    font-size: 58px;
    line-height: 120%;
    text-align: center;
    color: #F5F5F5;
    height: 120px;
    border-bottom: 1px solid #444444;
}
.footer_form .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #F5F5F5;
    margin-top: 30px;
    margin-bottom: 50px;
}

.footer_form form input {
    font-family: 'Manrope', sans-serif;
    width: 100%;
    padding: 10px 0 26px 30px;
    gap: 10px;
    height: 60px;
    border-bottom: 1px solid #666666;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #B3B3B3;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 40px;
    transition: all 500ms ease;
}
.footer_form form input::placeholder {
    color: #B3B3B3;
    transition: all 300ms ease;
}
.footer_form form input:focus {
    border-bottom: 1px solid #5B3FBB;
    color: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.footer_form form input:focus::placeholder {
    color: transparent;
}
.footer_form form .btn_form {
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 10px auto;
    background: #F5F5F5;
    color: #222222;
    border-radius: 10px;
    padding: 20px 60px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
    height: auto;
    width: auto;
    transition: all 500ms ease;
}
.footer_form form .btn_form:hover {
    background: #5B3FBB;
    color: #FFFFFF;
}
.footer_form form p {
    margin: 0;
    padding: 0;
}
.footer_form form select {
    font-family: 'Manrope', sans-serif;
    width: 100%;
    padding: 10px 0 15px 30px;
    gap: 10px;
    height: 60px;
    border-bottom: 1px solid #666666;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #B3B3B3;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 40px;
    transition: all 500ms ease;
}
.footer_form form .btn_form:focus {
    color: #222222;
}
.footer_form form select>option{
    color: #222222;
}
footer  {
    padding: 75px 0;
    border-top: 2px solid #FFFFFF;
    background: #222222;
}
footer .logo_footer a {
    text-decoration: none;
}
footer .social_footer {
    margin-top: 40px;
}
footer .social_footer .name_block {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #808080;
    margin-bottom: 20px;
}
footer .social_footer .social_link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
footer .social_footer .social_link a {
    text-decoration: none;
}
footer .email_footer {
    margin-top: 40px;
}
footer .email_footer .name_block {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #808080;
    margin-bottom: 20px;
}
footer .email_footer .email  {
    margin-top: 20px;
}
footer .email_footer .email a {
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ABA6F2;
}
footer .phone_footer {
    margin-top: 40px;
}
footer .phone_footer .name_block {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #808080;
    margin-bottom: 20px;
}
footer .phone_footer .phone  {
    margin-top: 20px;
}
footer .phone_footer .phone a {
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ABA6F2;
}

footer .visit_footer {
    display: none;
}

footer .block_menu_footer {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    flex-direction: column;
}
footer .accordion-menu {
    max-width: 315px;
}
footer .accordion-menu .name_menu_footer {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #808080;
    margin-bottom: 10px;
    transition: all .3s ease;
}
footer .accordion-menu .name_menu_footer svg {
    display: none;
    position: relative;
    fill: #F5F5F5;
    width: 14px;
    float: right;
    transition: all .3s ease;
}
footer .accordion-menu ul {
    padding: 0;
    margin: 0;
}
footer .accordion-menu.mob_open ul {
    display: block;
}
footer .accordion-menu.mob_open .name_menu_footer svg {
    transform: rotate(-180deg);
}
footer .accordion-menu li {
    border-bottom: 1px solid #333333;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    list-style: none;
}
footer .accordion-menu li:last-child {
    border: none;
}
footer .accordion-menu li::after {
    content: "";
    display: block;
    clear: both;
}
footer .accordion-menu a {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #F5F5F5;
    transition: all 500ms ease;
}
footer .accordion-menu a:hover {
    color: #ABA6F2;
}
footer .accordion-menu li > a > svg {
    display: block;
    position: relative;
    fill: #F5F5F5;
    width: 14px;
    float: right;
    transition: all .3s ease;
}
footer .accordion-menu li.open > a > svg {
    transform: rotate(-180deg);
}
footer .accordion-menu li.open > ul {
    display: block;
    margin: 0;
    padding: 0;
}
footer .accordion-menu li.open > a {
    color: #ABA6F2;
}
footer .accordion-menu li > ul {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out;
    padding: 0;
    margin: 0;
}
footer .accordion-menu ul.is-visible {
    display: block;
}
footer .accordion-menu ul > li > ul > li  {
    padding: 0 10px;
}
footer .accordion-menu ul > li > ul > li a {
    padding: 10px 20px;
}
footer .menu_footer_links ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
}
footer .menu_footer_links ul li {
    list-style: none;
}
footer .menu_footer_links ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #808080;
    text-decoration: none;
    transition: all 500ms ease;
}
footer .menu_footer_links ul li a:hover {
    color: #ABA6F2;
}



.copyright {
    background: #333333;
    border-top: 2px solid #FFFFFF;
}
.copyright .text {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5F5F5;

}

@media screen and (max-width: 1170px) {
    .footer_form .title_footer {
        font-size: 48px;
    }
}
@media screen and (max-width: 1023px) {
    .footer_form .title_footer {
        font-size: 38px;
    }
    .footer_form .col5 {
        width: calc(100% / 12 * 6 - 20px);
    }
    .footer_form .col10 {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .footer_form .title_footer {
        height: auto;
        border-bottom: 1px solid #444444;
        padding-bottom: 15px;
        font-weight: 700;
        font-size: 24px;
    }
    .footer_form .subtitle {
        font-weight: 400;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .footer_form .col5 {
        width: calc(100% - 20px);
    }
    .footer_form .col10 {
        width: calc(100% - 20px);
    }
    .footer_form form input {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 10px 0 15px 20px;
        height: 50px;
    }
    .footer_form form select {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 10px 0 15px 20px;
        height: 50px;
    }
    footer {
        padding: 20px 0 40px 0;
    }
    .copyright .text {
        text-align: center;
    }
    footer .column_footer_1 {
        order: 3;
    }
    footer .column_footer_2 {
        order: 1;
    }
    footer .column_footer_3 {
        order: 2;
    }
    footer .column_footer_3 .name_menu_footer {
        margin-top: 10px;
    }
    footer .col4 {
        width: calc(100% - 20px);
    }
    footer .logo_footer {
        margin-top: 40px;
        text-align: center;
    }
    footer .social_footer {
        margin-top: 30px;
        text-align: center;
    }
    footer .email_footer {
        margin-top: 30px;
        text-align: center;
    }
    footer .phone_footer {
        margin-top: 30px;
        text-align: center;
    }
    footer .visit_footer {
        display: block;
    }
    footer .social_footer .name_block {
        margin-bottom: 15px;
    }
    footer .email_footer .name_block {
        margin-bottom: 15px;
    }
    footer .phone_footer .name_block {
        margin-bottom: 15px;
    }
    footer .social_footer .social_link {
        justify-content: center;
    }
    footer .menu_footer_links ul {
        gap: 10px;
    }
    footer .menu_footer_links ul li a {
        padding: 20px 0;
        border-bottom: 1px solid #444444;
        display: block;
    }
    footer .block_menu_footer {
        gap: 10px;
    }
    footer .accordion-menu .name_menu_footer {
        margin-bottom: 0;
        padding: 20px 0;
        border-bottom: 1px solid #444444;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    footer .accordion-menu .name_menu_footer svg {
        display: block;
    }
    footer .accordion-menu ul {
        display: none;
    }
    footer .accordion-menu {
        max-width: 100%;
    }
    .footer_form {
        padding: 50px 0;
    }
    .copyright {
        border-top: 0;
    }
}
