.footer_top-item a {
    color: #fff;
}
.footer {
    color: #fff;
}
.footer_top {
    background-color: #8d1934;
    padding: 80px 90px 60px;
}
.container {
}
.footer_top-inner {
    display: grid;
    grid-template-columns: repeat(4,auto);
    justify-content: space-between;

}
.footer_top-col {
  display: flex;
  flex-direction: column;
}
.footer_top-menu {
    color: #fff;
}
.footer_top-col:first-child {
    max-width: 280px;
}
.footer_top-col:last-child {
    max-width: 285px;
}
.footer_logo {
    margin-bottom: 25px;
    display: block;
    
}
.footer_top-title {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
}
#footer_top-text {
    font-size: 19px;
    line-height: 150%;
    opacity: 1;
    margin-bottom: 38px;
    color: #fff;
    padding-left: 60px;
}
.footer_top-list {
    list-style-type: none;
    padding-left: 0px;
  
    
    
}
.footer_top-item {
    margin-bottom: 8px;
    color: #fff;
    opacity: 1;
    
    
}
.footer_top-item :last-child{
    margin-bottom: 0;
    
}
.footer_item-link {
    opacity: 0.9;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .3s;

}
.footer_item-link svg {
    margin-right: 8px;
}
.footer_item-link path {
    transition: all .3s;
}
.footer_item-link:hover {
    opacity: .2;
}
.footer_top-form {
    background-color: #fff;
    color: #000;

}
#footer_top-input {
    background-color: #fff
    border: 1px solid #ffffff33;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 150%;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
   
}
.footer_top-input::placeholder {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    
}
.footer_top-input::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #000;

}
.mf-email input {
    border: 1px;
    border-radius: 3px;
    color: #000;
}
.mf-email input:hover {
    background-color: #fff;
    box-shadow: inset 0 0 10px #444;
    color: #000;
}
.mf-email input:focus {
    background-color: #fff;
    box-shadow: inset 0 0 10px #444;
    color: #000;

}
.mf-text {

}
.mf-message textarea {
    border-radius: 3px;
    color: #000;
}
.mf-message textarea:hover {
    background-color: #fff;
    box-shadow: inset 0 0 10px #444;
    color: #000;
}
.mf-message textarea:focus {
    background-color: #fff;
    box-shadow: inset 0 0 10px #444;
    color: #000;
}

.footer_bottom {
    background-color: #80162e;
    padding: 0 90px 0;

}
.footer_bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.footer_copy span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #000;
    

}
.footer_go-top {
    color: #fff;
}
.footer-btn {
    border-radius: 3px;
    padding: 0px 15px;
    background-color: white;
    border: 0 none;
    color: #7b0707;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 26px;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    }   
.footer-btn:hover {
    box-shadow: inset 0 0 10px #444;
    font-size: 18px;
    }

