.block6 {
    display:grid;
    grid-template-rows: 0.5fr 2.1fr 4fr;
}
.block6_title_container {
    display: grid;
    margin-top: 4%;
}
.titleM6{
    text-align: center;
    font-family: 'Century Gothic Bold';
    font-size: 14px;
    padding-top: 2%;
    color: #747684;
}
.textM6 {
    height: 55%;
    width: 76%;
    margin-left: 10%;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    text-align: center;
    padding: 1% 2%;
    padding-top: 24px;
    line-height: 1.2;
    font-size: 16px;
    font-family: 'Century Gothic';
    box-shadow: 0px 0px 10px grey;
    color: #5d5d5d;
    margin-top: 1%;
}
.block6_contacts_container{
    display: grid;
    grid-template-rows: 0.7fr 0.5fr 3fr;
    margin-top: -16px;
}
.contacts_titleMb_container {

}
.contacts_titleMb {
    padding-top: 1%;
    padding-left: 11%;
    text-align: left;
    font-size: 45px;
    font-family: 'Century Gothic';
    padding-right: 50%;
    color: #a7c3c9;
}

.contacts_title_adress {
    padding-left: 6%;
    text-align: left;
    font-size: 24px;
    font-family: 'Century Gothic';
    padding-right: 50%;
    color: #5b5b5b;

}

.contacts_title_map {
    margin-left: 6%;
    margin-top: 2%;
    width: 93%;
    height: 70%;
}

.contacts_title_map iframe {
    border: 4px rgba(255,255,255,0.75);
}

.sroki {
    font-family: 'Century Gothic Bold';
    font-size: 17px;
    margin: -14% 0% 0% 63%;
    color: white;
    text-shadow: 0px 0px 8px #4c4848;
}

.mail {
    padding-top: 60px;
    padding-left: 30%;
    text-align: left;
    color: white;
    font-family: 'Century Gothic';
    font-size: 24px;
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url("../Front/GOTHICB.TTF");
}

@font-face {
    font-family: 'Century Gothic Regular';
    src: url("../Front/GOTHIC.TTF");
}

@font-face {
    font-family: 'Sitka Banner';
    src: url("../Front/SitkaBanner.ttf");
}

@font-face {
    font-family: 'Akathistos ieUcs';
    src: url("../Front/Akathistos ieUcs.ttf");
}