@import url('https://fonts.googleapis.com/css2?family=Catamaran&family=Cormorant+Upright:wght@300&family=Jost:wght@400;800&family=Lato:ital@1&family=Playfair+Display:ital,wght@0,400;0,800;1,400&family=Roboto+Slab:wght@300&family=Roboto:ital,wght@0,300;0,700;1,300;1,400&display=swap');

body {
    font-family: 'Roboto';
    font-style: normal;
}

/* Главный контейнер страницы "Контакты" */
.contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8% 1fr 2fr;
    grid-template-columns: 8% 1fr 2fr;
    -ms-grid-rows: 5% 2fr 1fr;
    grid-template-rows: 5% 2fr 1fr;
}
.contacts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.contacts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.contacts > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.contacts > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.contacts > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.contacts > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}
.contacts > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.contacts > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}
.contacts > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

/* Контейнер для всего текста */
.contacts-text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.title_gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 300;
    color: #BDBDBD;
    font-size: 3.5em;
}

.title_dark {
    font-weight: 700;
    color: #333333;
}

.contacts-text__title {
    margin-bottom: 4%;
}

.contacts-text__contact {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0%;
}

/* 1234 Sample Street Austin Texas 76401 */
.contacts-text__sample {
    font-size: 1.1em;
    margin-top: -25px;
    margin-bottom: 4%;
}

/* 512.333.2222 */
.contacts-text__coordinates {
    font-weight: bold;
    margin-bottom: 4%;
    font-size: 1.1em;
}

/* sampleemail@gmail.com */
.contacts-textmain__mail {
    font-size: 1.1em;
    margin-bottom: 6%;
    margin-top: 3%;
}



/* Contact US кнопка */
.contacts-text__btn {
    height: 10vh;
    width: 25vh;
    background: #333333;
    padding: 2rem 3rem;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.9em;
    text-decoration: none;
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contacts-text__btn:hover {
    color: white;
}

/* Контейнер для карты */
.contacts-item {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

/* Карта*/
.item__map {
    width: 70vw;

    border: 0;
}


@media screen and (max-width:1023px) {
    .contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }


    .contacts-text__btn {
        margin-bottom: 10%;
        margin-top: 3%;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }



    .item__map {
        margin: auto;
        height: 30vh;
        width: 55vh;
        margin-bottom: 20%;
    }

    /* 1234 Sample Street Austin Texas 76401 */
    .contacts-text__sample {
        font-size: 0, 7em;
        margin-bottom: 1%;

    }

    /* 512.333.2222 */
    .contacts-text__coordinates {
        margin-bottom: 2%;
        font-size: 0, 7em;
    }

    /* sampleemail@gmail.com */
    .contacts-text__mail {
        font-size: 0, 7em;
        margin-bottom: 1%;


    }

    .contacts-text__btn {
        min-width: 150px;
        height: 60px;
        font-size: 0, 4em;

    }

    .contacts-text__contact {
        margin-bottom: 5%;
    }

    .title_gray {
        font-size: 2.8em;
    }
}


@media screen and (min-width:1023px) {
    .item__map {
        width: 60vw;
        height: 60vh;
    }


    .contacts-text__btn {
        min-width: 200px;
        height: 80px;
        font-size: 0, 4em;

    }

    /* sampleemail@gmail.com */
    .contacts-text__mail {
        font-size: 1.1em;
        margin-bottom: 1%;
    }

}