.header__nav ul li a.main-menu__dropdown-link{
    padding-right: 20px;
    position: relative;
}
.header__nav ul li a.main-menu__dropdown-link:before{
    content: '';
    position: absolute;
    right: 0;
    top: 24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOSA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDAuNUw0LjUgMy41TDggMC41IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD48L3N2Zz4=);
    opacity: 1;
    transition: .2s;
}
.header__nav ul li a.main-menu__dropdown-link:after{
    content: '';
    position: absolute;
    right: 0;
    top: 24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOSA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDAuNUw0LjUgMy41TDggMC41IiBzdHJva2U9IiMyOTJiMzEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==);
    opacity: 0;
    transition: .2s;
}
.header__nav ul li a.main-menu__dropdown-link:hover:before,.header__nav ul li a.main-menu__dropdown-link:hover:after{
    transform: rotate3d(1,0,0,180deg);
}
.header.fixed .header__nav ul li a.main-menu__dropdown-link:before{
    opacity: 0;
}
.header.fixed .header__nav ul li a.main-menu__dropdown-link:after{
    opacity: 1;
}
.header_soc_phones{
    position: relative;
    transition: .3s;
    overflow: hidden;    
    /*margin-right: 15px;*/
    padding-top: 22px;
    padding-bottom: 22px;
    color: #fff;
    cursor: pointer;
}
.header.fixed .header_soc_phones{
    color: #292b31;
}
.header_soc_phones:before,
.header_soc_phones:after{
    content: '';
    position: absolute;
    right: -4px;
    top: 27px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
    transform: rotate3d(1,0,0, 90deg);
    transition-delay: .2s;
}
.header_soc_phones:before{
    opacity: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOSA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDAuNUw0LjUgMy41TDggMC41IiBzdHJva2U9IiMyOTJiMzEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==);  
}
.header_soc_phones:after{
    opacity: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOSA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDAuNUw0LjUgMy41TDggMC41IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD48L3N2Zz4=); 
}

.header_soc_phones:hover{
    padding-right: 10rem;
    overflow: visible;    
}
.header_soc_phones:hover:after{
    opacity: 1;
    transform: rotate3d(1,0,0,0);
}
.header_soc_phones:hover:before{
    opacity: 0;
    transform: rotate3d(1,0,0,0);
}

.header.fixed .header_soc_phones:hover:after{
    opacity: 0;
}
.header.fixed .header_soc_phones:hover:before{
    opacity: 1;
}

.wrp_header_soc_phones{
    display: flex;
    position: relative;
    margin-top: 4px;
}
.wrp_header_soc_phones svg{flex-shrink: 0;
    margin-right: 10px;
}
.header_soc_phones_list a{
    margin-left: 0!important;
}

.header_soc_phones_list{
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 232px;
}
.header_soc_phones_title{
    text-transform: uppercase;
    width: 0;
    transition: .2s;
    font-size: 14px;
}
.header_soc_phones_list_item{
    display: flex;
    color: #292b31;
    margin-bottom: 20px;
}
.header_soc_phones_list_item:hover .header_soc_phones_list_item_phone{
    text-decoration: underline;
}
.header_soc_phones_list_item svg{
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 4px;
}
.header_soc_phones_list_item_title{
    
    font-size: 14px;
}

.header__soc a{
    display: flex;
    align-items: center;
}
.header__soc a.header_soc_phones_list_item{
    align-items: flex-start;
}

.header_soc_phones_list_item{
    margin-bottom: 15px;
}
.header_soc_phones_list_item:last-child{
    margin-bottom: 0;
}
.header__soc a.header_soc_phones_list_item:hover{
    color: #292b31;
}
.header__soc a.header_phone{
    display: none;
}
.header_soc_phones{
    display: block;
}
.header__soc a.header_soc_contact{
    margin-left: 20px;
}
@media screen and (max-width: 1200px) {
    .header_soc_phones{
        display: none;
    }
    .header__soc a.header_phone{
        display: flex;
    }
    .header__soc{
        display: flex;
    }
    .header__soc a.header_soc_contact{
        margin-left: 3rem;
    }
}
.wrp_phone_block{
    display: flex;
    margin-bottom: 5px;
}
.wrp_phone_block svg{
    margin-top: 4px;
}
.wrp_phone_block_title{
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400 !important;
}
.bienvenue__inner{
    max-width: 61rem;
}
.map_phone_block_row{
    margin-bottom: 20px
}