.wrapper.footer-wrapper{
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    max-width: 1230px;
}
.wrapper.footer-wrapper--bottom {
    padding-top: 0;
    max-width: 1230px;
    padding-left: 0;
    padding-right: 0;
}
.footer-wrapper.services .all_items{
    background: none;
    display: flex;
}
.footer-wrapper.services .all_items .group{
    margin-top: 0;
    float: none;
}
.footer-wrapper.services .all_items .group:last-child {
    margin-top: 0px;
}
.wrapper.footer-separator{
    height: 1px;
    background: #DDDDDD;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    border: none;
}
.wrapper.footer-separator.bottom{
    margin-top: 0;
    margin-bottom: 0;
}
.footer-bottom-line{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1230px;
}
.footer-newsletter{
    height: 188px;
    padding: 40px 20px;
    text-align: left;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url("/images/front/modules/menu/footer-news-letter-min.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-newsletter p{
    font-family: 'cronospro-bold';
    color: #ffffff;
    margin-bottom: 10px;
    width: 80%;
    font-size: 24px;
}
.services .all_items .footer-newsletter .newsletter-link,
.footer-newsletter .newsletter-link{
    display: flex;
    background-color: #ffffff;
    color: #183B7E;
    font-family: brandontext-med;
    width: 170px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
}
.footer-phone-wrapper .top{
    color: #797979;
    font-size: 14px;
}
.footer-phone-wrapper .number{
    font-family: brandontext-med;
    color: #183B7E;
    font-size: 14px;
}
.wrapper.footer-wrapper-mobile{
    display: none;
    padding-top: 0;
}
.footer-wrapper-mobile .footer-newsletter{
    width: 100%;
    height: 170px;
}
.footer-wrapper-mobile .footer-phone-wrapper{
    margin-bottom: 20px;
}

/*Bottom line*/

footer{
    background-color: #f4f4f4;
}
.wrapper.footer-bottom-line{
    padding-left: 0;
    padding-right: 0;
}
.wrapper.footer-bottom-line p{
    color: #A3A3A3;
    font-size: 13px;
}
.wrapper.footer-bottom-line .footer-links{
    display: flex;
}
.footer-bottom-line .footer-link {
    display: flex;
    background-color: #ffffff;
    color: #183B7E;
    font-family: brandontext-med;
    width: 180px;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
}
.footer-bottom-line .footer-link.facebook,
.footer-bottom-line .footer-link.instagram,
.footer-bottom-line .footer-link.linkedin {
    width: 36px;
    height: 36px;
    margin-left: 10px;
}

.footer-bottom-line .footer-link.contacts {
    margin-left: 10px;
}

.footer-bottom-line .footer-link.cookie {
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .wrapper.footer-wrapper,
    .wrapper.footer-bottom-line{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1231px) {
    .wrapper.footer-separator  {
        width: 97%;
    }
}
@media screen and (max-width: 1000px) {
    .wrapper.footer-wrapper-mobile {
        display: block;
    }
}
@media screen and (max-width: 640px){
    .wrapper.footer-separator  {
        width: 95%;
    }
    .wrapper.footer-bottom-line .footer-links a{
        display: none;
    }
    .footer-bottom-line{
        display: block;
        text-align: center;
    }

    .wrapper.footer-bottom-line {
        display: flex;
        flex-direction: column-reverse;
    }

    .wrapper.footer-bottom-line .footer-links {
        margin-bottom: 20px;
        flex-wrap: wrap;
        width: 90%;
    }

    .footer-bottom-line .footer-links .footer-link.cookie {
        width: 50%;
        display: block;
        padding-top: 6px;
    }

    .footer-bottom-line .footer-links .footer-link.contacts {
        width: calc(50% - 10px);
        display: block;
        padding-top: 6px;
    }
}

@media screen and (max-width: 320px){
    .wrapper.footer-bottom-line .footer-links {
        width: 100%;
    }
}