/* FOOTER */

.footerBlock {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background: #174570;
    color: #fff;
    overflow: hidden;
    }

.footerBlock a {
    color: #fff;
    text-decoration: none;
    }

.footerBlock ul.fourColumns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerBlock .logoFoot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    }

.footerBlock .logoFoot img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 220px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.footerBlock .caption {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 2px;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    }

.footerBlock .tel, .footerBlock .email {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 25px;
    padding: 0;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    text-decoration: none;
    }

.footerBlock .socials {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.footerBlock .socials a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    }

.footerBlock .socials img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.footerBlock .footLink {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 21px;
    padding: 0;
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    }

.footerBlock .partner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 126px;
    height: 42px;
    margin: 0 10px 20px 0;
    padding: 0;
    }

.footerBlock .partner img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 126px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.footerBlock .smallLink {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    }

.chooseForms .slider {width: 100% !important}

.footerBlock ul.fourColumns li:nth-child(3) {width: 15%; }

@media only screen and (max-width: 1280px) {

.footerBlock .tel, .footerBlock .email {
    font-size: 14px;
    line-height: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .footerBlock .wrap { width: unset; }
}

@media only screen and (max-width: 960px) {
    .footerBlock ul.fourColumns li:nth-child(n) {width: 40%; margin: 0 auto}
    .footerBlock ul.fourColumns li:nth-child(1) {order:1}
    .footerBlock ul.fourColumns li:nth-child(2) {order:2}
    .footerBlock ul.fourColumns li:nth-child(3) {order:3}
    .footerBlock ul.fourColumns li:nth-child(4) {order:2}

}


@media only screen and (max-width: 485px) {
    .footerBlock {padding: 50px 0 30px;}
    .footerBlock ul.fourColumns li:nth-child(n) {width: 100%; margin: 0 auto 20px}
    .footerBlock ul.fourColumns li:nth-child(1) {order:1}
    .footerBlock ul.fourColumns li:nth-child(2) {order:2; margin: 0 auto}
    .footerBlock ul.fourColumns li:nth-child(3) {order:3}
    .footerBlock ul.fourColumns li:nth-child(4) {order:4}
    .footerBlock .socials {max-width: 250px;margin-bottom: 20px}
    
}

@media only screen and (max-width: 375px) {

    
}

@media only screen and (max-width: 320px) {

    
}


