@font-face {



    font-family: 'Montserrat-Medium';

    src: url(../fonts/Montserrat-Medium.ttf);

}



@font-face {

    font-family: 'GT-Eesti-Pro-Display-thin';

    src: url(../fonts/gteestiprodisplay_thin.otf);

}



@font-face {

    font-family: 'GT-Eesti-Pro-Display-medium';

    src: url(../fonts/gteestiprodisplay_medium.otf);

}



@font-face {

    font-family: 'Montserrat-bold';

    src: url(../fonts/Montserrat-Bold.ttf);

}



@font-face {

    font-family: 'Montserrat-regular';

    src: url(../fonts/Montserrat-Regular.ttf);

}



@font-face {

    font-family: 'Montserrat-Black';

    src: url(../fonts/Montserrat-Black.ttf);

}


html,
body {
    background-color: #00000000;
    font-family: 'Montserrat-Medium';
    height: 100%;


}

:root {
    --white: aliceblue;
    --gray: #1a1a18;
    --background: #f5f5dc;
    --background2: #faebd7;
    --fon1: #1420DF;
    --fon2: #F700B6;
}

main {
    grid-area: main;
}

.map {
    position: relative;
}

.maps {
    grid-area: maps;
    margin: 0px;
    padding: 0px;
}

iframe {
    width: 100%;
    height: 800px;
    z-index: 1;

}

@media (max-height: 768px) {
    .map iframe {
        height: 500px;
    }

}

@media (min-height: 1090px) {
    .map iframe {
        height: 1200px;
    }

    /* шапка */
    .menu {
        font-size: 30px;
    }

}

/* Контеинер с контактами  */
.map-box {
    position: absolute;
    text-align: left;
    top: 10%;
    left: 10%;
    padding: 30px;
    border: 1px solid #ddd;
    z-index: 2;
    width: 564px;
    height: 570px;
    box-shadow: 8px 18px 65px 0px rgba(0, 0, 0, 0.5);
    background: rgb(30, 19, 87);
    grid-area: map-box;
    border-radius: 20px;
}

.strong {
    color: rgb(255, 255, 255);
    font-family: GT Eesti Pro Display;
    font-size: 36px;
    font-weight: 700;
}

.map-box span {
    padding: 5px;


}

.map-box .little {
    color: rgb(255, 255, 255);
    font-family: GT Eesti Pro Display;
    font-size: 34px;
    font-weight: 300;
}

/* Контактны телефон */
.phone {
    padding: 20px 0px 10px 0px;
}

.phone a {
    color: rgb(255, 255, 255);
    font-family: GT Eesti Pro Display;
    font-size: 34px;
    font-weight: 300;
}

/* блок с мессенджерами */
.messenger {
    display: flex;
    align-items: center;
    justify-content: left;
}

.messenger-tab {
    padding-right: 10px;
}

.messenger-tab img {
    width: 60px;

}


@media (max-width:768px) {
    .map {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 800px;
        grid-template-areas:
            "map-box"
            "maps";
    }

    .map-box {
        position: relative;
        background-color: rgb(30, 19, 87);
        text-align: center;
        top: 0%;
        left: 0%;
        padding: 20px;
        border: none;
        z-index: 2;
        width: 100%;
        height: 100%;
        box-shadow: none;
        grid-area: map-box;
        border-radius: 0px;
        border: 0px solid #ddd;


    }

    .map-box span {
        padding: 5px;
        font-size: 20px;


    }

    .map-box .little {
        font-size: 15px;
    }

    .map-box h2 {
        font-size: 23px;
    }
    .messenger {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-height:768px) {
    .map {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 510px;
        grid-template-areas:
            "map-box"
            "maps";
    }

    .map-box {
        position: relative;
        background-color: rgb(30, 19, 87);
        border-radius: 0px;
        text-align: center;
        top: 0%;
        left: 0%;
        padding: 20px;
        border: 0px solid #ddd;
        z-index: 2;
        width: 100%;
        height: 570;
        box-shadow: none;
        grid-area: map-box;
    }
    .messenger {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Блок обратная связь */



.feed_back {

    background: linear-gradient(135.00deg, #F800B6, var(--fon1));
    height: 1000px;
    position: relative;

}



.feed_back_filling {

    position: relative;
    height: 100vh;

}



.text_feed_back {

    position: absolute;

    top: 3%;

    left: 10%;



}



.text_feed_back h3 {

    font-size: 96px;

    font-family: Montserrat-Black;

    color: #fff;

}