.map-home {
    margin-bottom: -50px;
}

footer .social-icons-gray li a svg {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orange2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


footer .social-icons-gray li:hover a svg {
    fill: var(--white) !important;
}


footer .social-icons li a svg {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


footer .social-icons li:hover a svg {
    fill: var(--white);
}


.site-footer {
    position: relative;
    background: var(--f1f1f1);
    padding-top: 60px;
    padding-bottom: 60px;
}


.site-footer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/shape-dark-05.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity: 0.1;

}


.content-footer {
    position: relative;
    z-index: 1;
}


.inst-footer img {
    width: 225px;
    margin-bottom: 15px;
}

.inst-footer p,
.footer-widget p {
    font-size: 15px;
    color: var(--orange2);
    margin: 0;
}



.footer-widget-title {
    font-size: 24px;
    color: var(--lblue2);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.footer-widget-title-f18 {
    font-size: 18px !important;
}

.footer-widget-title::before {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.footer-widget-title::after {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 6px;
    left:20px;
    position: absolute;
    width:75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}






.footer-widget-contact {

}
.footer-widget-location p,
.footer-widget-contact p{
    margin: 0px;
    color: var(--orange2);
    font-size: 14px;
}

.footer-widget-contact li {
    position: relative;
    min-height:36px;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--orange2);
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 3px;
}

/*.footer-widget-contact li:last-child {
    padding-top: 5px;
    margin-bottom: 5px
}*/

.footer-widget-contact li + li {
    border-top: 0px solid var(--lbluergba2);
}





.footer-widget-contact li svg {
    position: relative;
    top: 2px;
    left:-10px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width:0;
    fill: var(--lblue2) !important;
    stroke: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.footer-widget-contact li:hover svg{
    fill:var(--white);
}







.footer-widget-contact li a {
    color: var(--orange2);
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: bold;
}

.footer-widget-contact li a span {
    font-size: 16px;
    font-weight: bold;
}

.footer-widget-contact li:hover a {
    color: var(--lblue2);
}

.footer-widget-contact li:hover > i {
    color: var(--lblue2);
}









.footer-widget-location {
}

.footer-widget-location li {
    position: relative;
    min-height:36px;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--orange2);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom:0px;
}

/*.footer-widget-location li:last-child {
    padding-top: 5px;
    margin-bottom: 5px
}*/

.footer-widget-location li + li {
    border-top: 0px solid var(--lbluergba2);
}





.footer-widget-location li svg {
    position: relative;
    top: 2px;
    left:-15px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width:0;
    fill: var(--lblue2) !important;
    stroke: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.footer-widget-location li:hover svg{
    fill:var(--white);
}







.footer-widget-location li a {
    color: var(--orange2);
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-widget-location li a span {
    font-size: 14px;
}

.footer-widget-location li:hover a {
    color: var(--lblue2);
}

.footer-widget-location li:hover > i {
    color: var(--lblue2);
}



.footer-widget-links {
    margin: 0;
}

.footer-widget-links li {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--whitergba2);
}

.footer-widget-links li:last-child {
    border-bottom: 0px solid #fc0;
}



.footer-widget-links li::before {
    position: absolute;
    content: "";
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/chevron-right.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 50%;
    left: -25px;
    height: 24px;
    width:24px;
    color: var(--dblue2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-widget-links li:focus::before,
.footer-widget-links li:hover::before {
    opacity:.5;
    left: 0px;
}


.footer-widget-links li a {
    padding:7px 0px 5px 15px;

    display: block;
    color: var(--orange2);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
    text-transform: uppercase;
}


.footer-widget-links li:focus a,
.footer-widget-links li:hover a {
    color: var(--lblue2);
    padding-left: 25px;
}


.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid var(--lbluergba1);
    background: var(--blackrgba0);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--orange2);
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

.copyright a {
    color: var(--orange2);
    font-size: 14px !important;
}

.copyright a:focus,
.copyright a:hover {
    color: var(--lblue2);
}

.copyright a svg {
    position: relative;
    top: 0px;
    width: 50px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--gray3) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developer) !important;
}




.adress-item  {
    padding:20px 15px;
    width:100%;
    display:block;
    position:relative;
    background:var(--lblue1);
    -webkit-box-shadow: 0px 10px 30px -5px var(--lbluergba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--lbluergba1);
    box-shadow: 0px 10px 30px -5px var(--lbluergba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:center;
}


.adress-item:hover,
.adress-item:focus {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background:var(--whitergba8);
    -webkit-box-shadow: 0px 10px 36px -5px var(--lbluergba3);
    -moz-box-shadow: 0px 10px 36px -5px var(--lbluergba3);
    box-shadow: 0px 10px 36px -5px var(--lbluergba3);
}

.adress-item p {
    margin: 0px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 16px;
color: var(--white);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.adress-item .icon{
    margin-bottom: 20px;
}

.adress-item .icon svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.adress-item .social-icons li a{
    height:50px;
    width:50px;
    line-height:50px;
}


.adress-item .social-icons li a svg {
    position: relative;
    top:0px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.adress-item:hover p,
.adress-item:focus p{
    color: var(--orange2);
}

.adress-item:hover .icon svg,
.adress-item:focus .icon svg{
    fill: var(--lblue2);
}


.bgcontact {
    background: var(--dfdfdf);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
}