/*whiteSpace footer*/
.footer {
    background-color: #323131!important;
    overflow-y: unset !important;
    color: #828282;
    --content-gap: 120px;
    background: url(/static/img/landing/pattern.png);
    background-repeat: repeat;
    box-shadow: inset 0 0 0 2000px rgba(50, 49, 49, 0.99);
}


.ribbon-green-border {
    background-image: url(/static/img/landing/ribbons-green1.svg);
    width: 100%;
    background-position: center center;
    background-repeat: repeat;
    height: 35px;
    display: block;
}

.footer__preview-slogan .ft-link li span {
    font-weight: 900;
    margin-right: 8px;
}

.footer__preview-slogan .ft-link li {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

@media (min-width: 1024px) {
    .footer {
        padding: 49px 0 30px;
    }
}
.footer ul {
    margin: 0px 0 0 !important;
    line-height: 17px!important;
}
.footer-bottom {
    margin-bottom: 0px!important;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0px;
}
@media (min-width: 1024px) {
    .footer-bottom {
        margin-bottom: 20px;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .footer-bottom .footer-bottom-left {
        display: flex;
        flex-wrap: wrap;
    }
}
.footer-bottom .logo {
    display: block;
    width: 113px!important;
}
@media (min-width: 1024px) {
    .footer-bottom .logo {
        width: 170px;
        margin-right: 0px!important;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
    }
}
@media (min-width: 1200px) {
    .footer-bottom .logo {
        margin-right: 63px;
        width: auto;
    }
}
.footer-bottom .logo a {
    display: block;
    text-align: center;
}
.footer-bottom address {
    display: block;
    color: #fff;
    font-style: normal;
    line-height: 1.4;
    padding-left: 40px;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 46px;
}
@media (min-width: 1024px) {
    .footer-bottom address {
        text-align: left;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .footer-bottom address:before {
        content: "\e90e";
        font-family: 'icomoon';
        font-size: 28px;
        color: #393939;
        position: absolute;
        top: -10px;
        left: 0;
    }
}
.footer-bottom address .floor {
    font-weight: 400;
    display: block;
    color: #ededed;
}
.footer-bottom .phones {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
}
@media (min-width: 1024px) {
    .footer-bottom .phones {
        text-align: left;
        margin-right: 50px;
        padding-left: 37px;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .footer-bottom .phones:before {
        content: "\e90d";
        font-family: 'icomoon';
        font-size: 29px;
        line-height: 1;
        position: absolute;
        top: -5px;
        left: 0;
    }
}
.footer-bottom .phones li {
    margin-bottom: 12px;
}
.footer-bottom .phones a {
    color: #fff;
}
.footer-bottom .phones a:hover {
    color: #EB7623;
}
.footer-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 0px;
    color: #fff;
}
.footer-top:after {
    content: '';
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    height: 1px;
    background-color: #555252!important;
}
.footer-top h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 26px;
}
.footer-top .footer-nav .footer-col {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .footer-top .footer-nav .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-nav {
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .footer-content{
        max-width: 680px;
        display: flex;
        align-items: flex-start;
        gap: 27px;
    }
    .footer-nav{
        margin-left: 24%!important;
    }
    .footer-top .footer-nav .footer-col {
        width: 50%;
        padding: 0 62px;
        margin-bottom: 30px;
    }
}

.footer-top .footer-nav {
    line-height: 1.125;
    font-size: 16px;
    padding-top: 42px!important;
}
.footer-top .footer-nav li {
    margin-bottom: 14px;
}
.footer-top .footer-nav a {
    color: white!important;
    font-size: 12px;
}
.footer-top .footer-nav a:hover {
    color: #EB7623;
}
.footer-bottom .social-networks {
    display: flex;
    flex-wrap: wrap;
}
.social-networks li {
    padding: 5px;
}
.social-networks a:hover {
    color: white !important;
}
.social-networks a:hover #frame {
    stroke: #EB7623 !important;
    fill: #EB7623 !important;
}
.social-networks a.facebook {
    color: #3253a2;
}
.social-networks a.twitter {
    color: #45b6dc;
}
.social-networks a.telegram {
    color: #3399CC;
}
.social-networks a.instagram {
    fill: #3f729b;
}

.social-networks a.instagram:hover {
    fill: #fff;
}

#instagram {
    height: 69px;
    width: 27px;
    margin-left: 30%;
    z-index: 999;
    position: absolute;
}
.footer-container{
    position: relative;
    margin: auto;
    max-width: 1801px;
    padding: 0 0px;
}
.footer .copyright p{
    margin: 12px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.copyright a {
    color: #acd578 !important;
}
.copyright a:hover{
    color: #ACD578!important;
}

.footer_contacts{
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    max-width: 269px;
    line-height: 1.2;
    --contacts-icon-size: 20px;
    padding-top: 42px;
}


.footer-brander-icon {
    height: 32px!important;
    width: 283px!important;
    fill: #828282;
    -webkit-transition: .35s;
    transition: .35s;
    transform: scale(0.4);
    position: absolute;
    right: -43px;
}

@media only screen and (min-width: 1025px) {
    .footer-brander-icon:hover {
        fill:#ACD578;
    }
}

.footer-nav a:hover{
    color: #acd578!important;
    text-decoration: underline;
}



.footer__preview-logo {
    max-width: 180px;
}

.boxette-footer-logo{
    height: 44px;
    width: 180px;
}

.footer__preview-slogan {
    color: #828282;
    width: 261px;
    margin-bottom: 12px;
}

.footer__menu_title{
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    width: 261px;
    font-weight: 500;
}

.footer__menu_title .ft-link li span {
    font-weight: 900;
    margin-right: 8px;
}

.footer__menu_title .ft-link li {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.footer__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    --social-size: 48px;
    --social-icon-size: 20px;
}

.footer-preview{
    padding-top: 42px;
    display: grid;
    grid-row-gap: 30px;
}

.footer__socials-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #333333;
}

.footer__socials-icon {
    max-width: 16px;
    max-height: 16px;
    fill: #BDBDBD;
    -webkit-transition: 35s;
    transition: 35s;
    transform: scale(0.6);
}
.footer__socials-icon:hover path{
    fill: #6b6b6b !important;
}

.footer__contacts-list a:hover{
    color:#ACD578;
}

.footer__contacts-icon {
    width: 32px;
    height: 32px;
    fill: #ACD578;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transform: scale(0.6);
}
.footer__contacts-el {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-weight: 600;
}

.footer__contacts-el + .footer__contacts-el {
    margin-top: 15px;
}
.footer__contacts-country + .footer__contacts-list {
    margin-top: 20px;
}

.footer__contacts-country {
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.footer-menu__el + .footer-menu__el {
    margin-top: 15px;
}

.footer-menu__el {
    font-weight: 600;
    -webkit-transition: .35s;
    transition: .35s;
}

.footer-menu {
    --el-gap: 15px;
}
.footer-col{
    width: unset!important;
}
