main{

}


d_menu, footer{
    background: #3B62FF;
}
footer{
    /* padding-top: 66px;
    padding-bottom: 64px; */
    padding-top: 30px;
    padding-bottom: 30px;
}

d_menu {
    position: absolute;
    /* top: 97px; */
    top: 64px;
    width: 100%;
    z-index: 100;
    transition: 1s;
    height: 0px;
    overflow: hidden;
    padding: 0;
}
.d-m-active {
    display: block;
    /* height: 330px;
    padding-top: 66px;
    padding-bottom: 64px; */
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
footer .container,
d_menu .container{
    width: 1160px;
    margin: 0 auto;
}

footer .container section,
d_menu .container section{
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 85px; */
    /* margin-bottom: 35px; */
    margin-bottom: 10px;
    flex-wrap: wrap;
    /* gap: 20px; */
}

footer .container section menu:last-child,
   d_menu .container section menu:last-child{
    /* width: 158px; */
    display: flex;
    flex-direction: column;
}

footer .container section menu:last-child a,
d_menu .container section menu:last-child a{
    width: 158px;
    height: 50px;
}

footer .container section menu:last-child a:nth-child(1),
d_menu .container section menu:last-child a:nth-child(1){
    /* margin-bottom: 30px; */
    margin-bottom: 5px;
}

footer .container section menu a img,
d_menu .container section menu a img{
    width: 158px;
}


footer .container section menu h5,
d_menu .container section menu h5{
    color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; 
    /* margin-bottom: 40px;  */
    margin-bottom: 10px;
}

footer .container section menu li,
d_menu .container section menu li{
    /* margin-bottom: 12px; */
    margin-bottom: 5px;
}

footer .container section menu li:last-child,
d_menu .container section menu li:last-child{
    margin-bottom: 0px;
}

footer .container section menu li a,
d_menu .container section menu li a{
    color: #E2E2E2;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

footer .container div h4,
d_menu .container div h4{
    color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; 
    /* margin-bottom: 23px;  */
    margin-bottom: 7px;
}

footer .container div p,
d_menu .container div p{
    color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}


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

    }

    footer .container,
    d_menu .container {
        width: 92%;
        /* max-width: 914px; */
        margin: 0 auto;
    }
}


@media only screen and (max-width: 1250px){
    footer .container section {
        flex-wrap: nowrap;
    }
    footer .container section menu li {
        width: 100%;
    }
    footer .container section menu {
        width: auto !important;
        min-width: initial !important;
    }
    footer .container section menu.info-logs-l {
        min-width: 27% !important;
    }
}
@media only screen and (max-width: 600px){
    footer .container section menu:last-child {
        align-items: flex-start;
    }
}

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

    footer .container section menu,
    footer .container section menu{
        margin-bottom: 25px;
    }

    footer .container section menu:nth-child(3),
    d_menu .container section menu:nth-child(3){
        margin-bottom: 32px;
    }

    footer .container section menu h5,
    d_menu .container section menu h5{
        color: var(--White, #FFF);
        font-family: Helvetica;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.4px; /* 188.571% */
        margin-bottom: 24px;
    }

    footer .container section menu li a,
    d_menu .container section menu li a{
        color: #E2E2E2;
        font-family: Helvetica;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
    }

    footer .container div h4,
    d_menu .container div h4{
        color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; /* 188.571% */
    }

    footer .container div p,
    d_menu .container div p{
        color: var(--White, #FFF);
        font-family: Helvetica;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 325% */
    }
}
@media only screen and (max-width: 600px){
    footer{

    }
	
    footer .container section{
        display: block;
        justify-content: flex-end;
    }

    footer .container,
    d_menu .container{
        /* max-width: 290px; */
    }
	
    .d-m-active {
        height: 480px;
    }
	
    .d_menu {
        top: 54px;
    }
}
@media only screen and (max-width: 300px){
	.d-m-active {
		height: 633px;
	}
}

.footer-bottom-data {
    display: flex;
    align-items: flex-end;
}
.footer-info-icons {
    display: flex;
    flex-wrap: wrap;
    margin-left: 55px;
}
.footer-info-icon:not(:last-child) {
    margin-right: 20px;
}
.footer-info-icon img {
    max-width: 80px;
    height: 36px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%) brightness(100);
    filter: grayscale(100%) brightness(100);
}
@media (max-width: 1315px) {
    .footer-info-icons {
        margin-left: 10px;
    }
    .footer-info-icon:not(:last-child) {
        margin-right: 8px;
    }
    .footer-info-icon img {
        height: 28px;
    }
}
@media (max-width: 767px) {
    .footer-info-icons {
        margin-left: 0;
        margin-top: 7px;
    }
    .footer-bottom-data {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 576px) {
    .footer-info-icon img {
        height: 26px;
        max-width: 60px;
    }
}