.contact-tab {
    width: 300px;
    height: 130px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(155, 190, 235, 0.5);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    margin: 15px;
}
.contact-tab img {
    width: 60px;
    height: 50%;
    margin-bottom: 15px;
    object-fit: scale-down;
}
.contact-tab p {
    line-height: 25px;
}
.contact-tab-text {
    line-height: 100%;
    font-size: 0.9em;
}
.contact {
    padding: 30px 0;
}
.contact form {
    max-width: 700px;
}
.contact input  {
    margin: 5px;
    width: 100%;
}
.contact input[type="file"]{
    width: unset;
}
.location-container {
    max-height: 500px;
    height: 100%;
}
.location-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.contacts .grid-2fr {
    grid-column-gap: 25px;
    grid-auto-rows: minmax(min-content, max-content);
}
.col-2 {
    background-image: url(/img/contact/Mask\ Group\ 18.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.col-2 input {
    width: 100%;
}
.col-2 > div {
    margin: 25px auto 0 auto;
    width: 80%;
}
.col-2 > form {
    margin: 25px auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 80%;
}
.col-2 > form input {
    height: 49px;
}
.col-2 .btn-grad--green.blue {
    width: 100%;
    max-width: unset;
}

.attach-file-input-container {
    width: 110%;
    margin: 5px;
}

.door-file {
    display: flex;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inputfile + label {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.inputfile + label {
    width: 100%;
    height: 48px;
    min-height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 13px 25px;
    color: #000;
    border: 1px solid #cccce1;
    border-radius: 10px;
    background: #fff;
    transition: 0.5s ease;
    font-weight: 400;
}
.mdf_final_file {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.inputfile + label p {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    font: 400 13.3333px Arial;
    color: -internal-light-dark(black, white);
}

.inputfile:focus + label,
.inputfile + label:hover {
    background: rgba(255, 255, 255, 0.356);
    cursor: pointer;
}

@media only screen and (max-width: 1550px) {
    .location-container {
        width: 100%;
        max-height: 500px;
        overflow: hidden;
    }
    .contacts .grid-2fr {
        display: flex;
        flex-direction: column;
    }
    .contacts .flex-center-full {
        flex-wrap: wrap;
    }
    .col-2 {
        margin-top: 25px;
    }
    .col-2 h3 {
        font-size: 1.5em;
    }
    .col-2 h4 {
        font-size: 1.2em;
    }
}
