/*Contacts*/
.contact-us{
    padding: 100px 70px 0;
    position: relative;
}

.contacts-content{
    border-radius: 10px;
    display: flex;
    width: fit-content;
    margin: 50px auto 0;
    position: relative;
    z-index: 100;
}

.contacts{
    padding: 30px;
    background:  #121212;
    color: #E7E6DD;
    box-shadow: 0 0 6px 2px #676767;
    width: 400px;
    display: grid;
    align-items: flex-start;
    border-radius: 10px;
}

.contacts-title{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.underline-contacts{
    width: 20px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #E7E6DD;
}

.contacts-mail, .contacts-phone, .contacts-address{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.contact-img{
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.read-more{
    width: fit-content;
    margin-top: 20px;
    margin-left: 44px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ede8e2;
    font-size: 18px;
}

.contact-us-inputs{
    padding: 30px;
}

.contacts-name, .contacts-info, .send-message{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 20px;
}

.ln, .mail-info{
    margin-left: 30px;
}
.input-title{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #E7E6DD;
}
.mes-text{
    flex-grow: 1;
}
.textarea-text{
    height: 75px;
    width: 100%;
}
.send-m{
    border-radius: 50%;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    transform: translate(-1px, 28px);
}
.send-m img{
    padding: 10px;
}

/*Map*/
#map { 
    margin: 50px 70px;
    height: 300px;
    filter: grayscale(1);
    border-radius: 10px;
 }

 .leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,a.leaflet-popup-close-button{
     display: none;
 }

 .leaflet-popup-content-wrapper, .leaflet-popup-tip{
background-color: #121212;
color: #E7E6DD;
border-radius: 10px;
 }


 #ro, #ru, #en{
    display: none;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

/*Responsive*/

@media only screen and (min-width: 1024px) and (max-width:1440px){
    .contact-us{
        padding: 100px 50px 0;
    }
    #map{
        margin: 50px 50px;
    }
}
@media only screen and (min-width: 750px) and (max-width:1024px){
    button{
        width: 200px;
    }
    .contact-us{
        padding: 70px 35px 0;
     }
    #map{
        margin: 50px 35px;
    }
    .contacts-name, .contacts-info, .send-message {
        margin-top: 0;
    }
    .contact-us-inputs{
        width: 67%;
    }
    .contacts-content{
        width: 100%;
        margin: 40px auto 0;
    }
    .contact-img{
        width: 21px;
        height: 21px;
    }
    .input-text{
        width: 100%;
    }
    .ln, .fn, .phone-info, .mail-info{
        width: 100%;
    }
    .ln, .phone-info, .mail-info, .send-message{
        margin-top: 20px;
    }
    .ln, .mail-info {
        margin-left: 0;
    }
    .underline-contacts{
        display: none;
    }

}

@media only screen and (min-width: 500px) and (max-width:750px){

    button{
        width: 150px;
     }
     .contact-us{
     padding: 50px 35px 0;
     }
     #map{
        margin: 30px 35px;
    }

    .contacts-name, .contacts-info, .send-message {
        margin-top: 0;
    }
    .contacts-title{
        display: none;
    }
    .contact-us-inputs{
        width: 100%;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .contacts-content{
        width: 100%;
        flex-direction: column;
        margin: 30px auto 0;
    }
    .contacts{
        padding: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .read-more{
        display: none;
    }
    .contact-img{
        width: 21px;
        height: 21px;
        margin-right: 10px;
    }
    .contacts-mail{
        margin-left: 20px;
    }
    .contacts-address{
        margin-top: 15px;
    }
    .input-text{
        width: 100%;
    }
    .ln, .fn, .phone-info, .mail-info{
        width: 100%;
    }
    .ln, .phone-info, .mail-info, .send-message{
        margin-top: 20px;
    }
    .ln, .mail-info {
        margin-left: 0;
    }
    .underline-contacts{
        display: none;
    }

    .mail-text,.phone-text, .address-text{
        font-size: 14px;
    }
}

@media only screen and (min-width: 50px) and (max-width:500px){
    button{
        width: 150px;

    }
    .contact-us{

        padding: 30px 25px 0;
     }
     #map{
        margin: 20px 25px;
    }

    .contacts-name, .contacts-info, .send-message {
        margin-top: 0;
    }
    .contacts-title{
        display: none;
    }
    .contact-us-inputs{
        width: 100%;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .contacts-content{
        width: 100%;
        flex-direction: column;
        margin: 30px auto 0;
    }
    .contacts{
        padding: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .read-more{
        display: none;
    }
    .contact-img{
        width: 21px;
        height: 21px;
        margin-right: 10px;
    }
    .contacts-mail{
        margin-left: 20px;
    }
    .contacts-address{
        margin-top: 15px;
    }
    .input-text{
        width: 100%;
    }
    .ln, .fn, .phone-info, .mail-info{
        width: 100%;
    }
    .ln, .phone-info, .mail-info, .send-message{
        margin-top: 20px;
    }
    .ln, .mail-info {
        margin-left: 0;
    }
    .underline-contacts{
        display: none;
    }

    .mail-text,.phone-text, .address-text{
        font-size: 14px;
    }

    .mail-text,.phone-text, .address-text{
        font-size: 14px;
    }
}