
.footer_logo_name{

width: 100%;
    display: flex;
    flex-direction:column;
    margin-bottom: 20px;
}
@media screen and (min-width:765px) {
.footer_logo_name {
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
.footer_name{
    
    display: block;
    /* padding-top: 15px; */
    padding-left: 0px;
    /* text-align: start; */
    color: var(--dark-first);
    font-weight: bold;
    font-size: 31.5;
}
@media screen and (min-width:765px) and (max-width:1199px){
    .footer_name {
       
        padding-left: 0;
        padding-top: 0;
        /* text-align: center; */
        color: var(--dark-first);
        font-weight: bold;
        font-size: 31.5;
        }
}
.footer_name_add {
    display: block;
    padding-top: 15px;
    padding-left: 30px;
    text-align: start;
    color: var(--dark-first);
    font-weight: bold;
    font-size: 31.5;
}

@media screen and (min-width:765px) {
    .footer_name_add {
        /* width: 200px; */
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        color: var(--dark-first);
        font-weight: bold;
        font-size: 31.5;
    }
}


.contacts_line {
    margin-left: 30px;
    border-bottom: 1px solid var(--light-second);
    width: auto;
}


.contacts_adress_item {
    line-height: 1.7;
    color: var(--dark-second);
    font-size: var(--text-basic);
}

.contacts_adress_item:hover,
.contacts_adress_item:focus {
    color: var(--dark-second);
}

.contacts_title_soc {
            /* padding-left: 50px; */
            font-size: var(--text-basic);
            color: var(--dark-first)
        
}

.contacts_socials{
    display: flex;
    flex-direction: column;
    
}
.footer_copyright {
    margin: 60px 43px 0 50px;
    display: flex;
	justify-content: space-around;
}

.footer_copyright > p{
    font-size: 10px;
}
.socials{
    /* padding-left: 50px; */
    display: flex;
    justify-content: start;
}
/* кнопка скрола*/
#myBtn {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: var(--light-first);
    color: var(--dark-first);
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 70px -50px rgba(0, 0, 0, 0.4);
    
}
@media screen and (min-width:1200px) {
    #myBtn:hover {
            background-color: var(--light-second);
}
}


.footer {
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;

}

@media screen and (min-width:765px) {
    .footer {
        display: flex;

        width: 96%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;

    }
}
.footer_item{
    width: 100%;
    padding-left: 50px;
    line-height: var(--line-height-text);
}   
@media screen and (min-width:765px) {
.footer_item {
        width: 30%;
        flex-direction: row;
    }
    
}   
.footer_item--bf {
    width: 100%;
    padding-left: 50px;
    line-height: var(--line-height-text);
}

@media screen and (min-width:765px)  and (max-width:1199px) {
    .footer_item--bf {
        width:40%;
        flex-direction: row;
    }

}
@media screen and (min-width:1200px) {
    .footer_item--bf {
        
        width: 40%;
        flex-direction: row;
    }

}

    .footer_item--second{
    order: 1;
}
@media screen and (min-width:765px) {
    .footer_item--second {
            order: 2;
        }
    }

.footer_item--third {
    order: 5;
}

@media screen and (min-width:765px) {
    .footer_item--third {
        order: 3;
    }
}
.footer_item--four {
    order: 0;

}

@media screen and (min-width:765px) {
    .footer_item--four {
        order: 4;
        width: 40%;
    }
}
.footer_item--five {
    order: 3;
}

@media screen and (min-width:765px) {
    .footer_item--five {
        order: 5;
    }
}
.footer_item--six {
    order: 6;
}

@media screen and (min-width:765px) {
    .footer_item--six {
        order: 6;
    }
}
.contacts_title {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--dark-first);
    font-weight: bold;
}
.contacts_title_page {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--dark-first);
    padding-left: 50px;
    font-weight: bold;
}
.footer_logo_png {
   
    width: 60px;
    height: 60px;
}

@media screen and (min-width:765px) {
    .footer_logo_png {
        width: 60px;
        height: 60px;
    }
}
.contacts_title_soc {
    margin-top: 20px;
    font-size: var(--text-basic);
    color: var(--dark-first)
}
.socials {
    
    display: flex;
    justify-content: start;
}
.footer_text {
    margin: 0;
    padding-right: 20px;
    width: 100%;
    font-size: var(--text-basic);
    line-height: 2;
}
@media screen and (min-width:765px) and (max-width:1199px) {
.footer_text {
    padding-left: 65px;
    padding-right: 0px;
        margin: 0;
        width: 100%;
        font-size: var(--text-basic);
        line-height: 2;
    }
}
@media screen and (min-width:1200px) {
    .footer_text {
        padding-left: 0;
        padding-right: 60px;
        margin: 0;
        width: 100%;
        font-size: var(--text-basic);
        line-height: 2;
    }
}
.contacts_references_link {

    color: var(--dark-second);
    font-size: var(--text-basic);
    line-height: var(--line-height-text);
}

.contacts_references_link:hover,
.contacts_references_link:focus {
    color: var(--light-second);
}

.footer_name_add {
    display: block;
    padding-top: 15px;
    padding-left: 00px;
    text-align: start;
    color: var(--dark-first);
    font-weight: bold;
    font-size: 31.5;
}

@media screen and (min-width:765px) {
    .footer_name_add {
        width: 200px;
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        color: var(--dark-first);
        font-weight: bold;
        font-size: 31.5;
    }
}