@font-face {
    font-family: "Museo Sans Cyrl-300";
    src: url("../promo/fonts/MuseoSansCyrl-300.ttf");
}

@font-face {
    font-family: "Museo Sans Cyrl-700";
    src: url("../promo/fonts/MuseoSansCyrl-700.ttf");
}

.footer {

    /*
    position: relative;
    vertical-align: bottom;
    */

    position: absolute;
    bottom: 0px;
    left: 0;
    width:100%;
    line-height: 18px;
}


.footer .footer-info {
    background: #2F99CC;
}

.footer .footer-info-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 40px 0 30px 0;
    min-height: 175px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 35px;
}

.info-item .item-title {
    font-family: 'Museo Sans Cyrl-700', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.info-item .item-text {
    padding: 5px 0;
}

.info-item .item-text a {
    font-family: 'Museo Sans Cyrl-300', sans-serif;
    font-size: 13px;
    color: #F2F2F2;
    text-decoration: none;
}

.info-item .item-text a:hover {
    text-decoration: underline;
}

.footer-info-container .info-item {
  /* width: 258px; */
}

.info-item .item-phone a {
    font-family: 'Museo Sans Cyrl-700', sans-serif;
    font-size: 13px;
    color: #F2F2F2;
    display: flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
}

.info-item .item-phone a:hover {
    text-decoration: underline;
}

.info-item .item-phone {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 7px 0;
}

.info-item .item-mail a {
    font-family: 'Museo Sans Cyrl-700', sans-serif;
    font-size: 13px;
    color: #F2F2F2;
    display: flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
}

.info-item .item-mail a:hover {
    text-decoration: underline;
}

.info-item .item-mail {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 7px 0;
}

.footer .footer-bottom {
    background: #032B3F;
}

.footer-bottom .footer-bottom-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-bottom-container .bottom-data {
    font-family: 'Museo Sans Cyrl-300', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.footer-bottom-container .bottom-prava {
    font-family: 'Museo Sans Cyrl-300', sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 240px 0 260px;
}

.footer-bottom-container .bottom-logo {
    margin-right: 15px;
}

.footer-bottom-container .bottom-social {
    display: flex;
    gap: 20px;
}

.item-text.dsbl a {
    cursor: default !important;;
}

.item-text.dsbl a:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 1300px) {
    .footer-bottom-container .bottom-prava {
        /*
        margin: 0 240px 0 204px;
        */
        display: none;
    }

    .footer .footer-info-container, .footer-bottom .footer-bottom-container {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1023px) {
    .footer-bottom .footer-bottom-container {
        justify-content: center;
        padding: 35px 40px 35px 40px;
    }

    .footer-bottom-container .bottom-prava {
        display: none;
        /*margin: 0 115px 0 70px;*/
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-info-container {
        padding-right: 40px;
        padding-left: 40px;
        gap: 25px;
    }

    .info-item .item-title {
        margin-bottom: 10px;
    }

    .footer-bottom-container .bottom-logo {
        order: 1;
        margin-right: 15px;
    }

    .footer-bottom-container .bottom-data {
        order: 2;
        margin-right: 45px;
    }

    .footer-bottom-container .bottom-social {
        order: 3;
    }

    .footer-bottom-container .bottom-prava {
        /*
        order: 4;
        margin: 35px 0 0 0;
        font-size: 13px;
        */
        display: none;
    }

    .footer-bottom .footer-bottom-container {
        flex-wrap: wrap;
        padding: 35px 40px 35px 40px;
    }

    .footer .footer-info-container {
        flex-direction: column;
    }

}

.footer_spacer {
    height: 300px;
}

.footer_spacer2 {
    height: 15px;
}

@media screen and (max-width: 767px) {
    .footer_spacer  {
        height: 800px !important;
    }

    .footer_spacer2  {
        height: 10px !important;
    }
}