@charset "UTF-8";
/* CSS Document */

footer .footer_bottom{
    gap:25px;
    justify-content: space-between;
}
footer .footer_bottom .copyright{
    position:static;
    transform:translate(0,0);
}
@media(max-width:1150px){
    footer .footer_bottom{
        flex-direction: column-reverse;
    }
}

.custom_checkbox_container .custom_checkbox{
    min-width:22px;
}

#registration .modal_content .form_container .reg_form  .custom_checkbox_container  span a{
    margin-left:5px;
}

#registration .modal_content .form_container .reg_form  .custom_checkbox_container  span a:first-of-type{
    margin-left:0;
}

#registration .modal_content .image_container{
    height: 100%;
    width: 100%;
}

a.default_link, a.default_link:hover {
    color: #050500;
    text-decoration: underline;
}