.first-screen {
    position: relative;
    margin-top: 80px
}
.first-screen__shell {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}
@media(max-width: 1024px) {
    .first-screen__shell {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}
.first-screen__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "TT Norms Pro", sans-serif;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px
}
@media(max-width: 768px) {
    .first-screen__content {
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px
    }
}
.first-screen__info {
    text-align: center;
    margin-bottom: 40px
}
.first-screen__info p {
    margin-bottom: 0;
}
.first-screen__info br {
    display: block;
}
.first-screen__email {
    margin-bottom: 80px
}
@media(max-width: 768px) {
    .first-screen__email {
        margin-bottom: 60px
    }
}
.first-screen__number {
    margin-bottom: 20px
}
.first-screen__email,
.first-screen__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    width: 300px
}
.first-screen__email svg,
.first-screen__number svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px
}
.first-screen__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    text-transform: unset
}
.first-screen__btn:hover svg path.hover-white {
    fill: #fff;
}
.first-screen__btn:hover svg path.hover-black {
    fill: #161414;
}
@media(max-width: 1024px) {
    .social-links {
        margin-bottom: 60px
    }
}
.first-screen__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44vw;
    max-height: 78%;
    aspect-ratio: 1.63/1
}
@media(max-width: 1024px) {
    .first-screen__bg {
        position: relative;
        width: 100%;
        max-height: unset;
        aspect-ratio: 2/1
    }
}
@media(max-width: 768px) {
    .first-screen__bg {
        aspect-ratio: 1.63/1
    }
}
.points__map {
    width: 100%;
    height: 450px;
    margin-bottom: 80px
}
@media(max-width: 768px) {
    .points__map {
        margin-bottom: 40px
    }
}
@media(max-width: 576px) {
    .points__map {
        height: unset;
        aspect-ratio: 1
    }
}
.points__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 100%
}
@media(max-width: 1024px) {
    .points__list {
        grid-template-columns: repeat(3, 1fr)
    }
}
@media(max-width: 768px) {
    .points__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}
.points__item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
@media(max-width: 768px) {
    .points__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}
.points__main {
    padding: 10px 40px;
    border-radius: 6px;
    background-color: #f43835;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
    font-family: "TT Norms Pro", sans-serif;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}
@media(max-width: 768px) {
    .points__main {
        margin-bottom: 10px;
        padding: 5px 10px;
        white-space: nowrap;
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px
    }
}
.points__transports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}
@media(max-width: 768px) {
    .points__transports {
        row-gap: 5px
    }
}
.points__transport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    white-space: nowrap;
    font-family: "TT Norms Pro", sans-serif;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px
}
@media(max-width: 768px) {
    .points__transport {
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}
.points__transport span {
    color: var(--black)
}
.points__transport svg {
    width: 30px;
    height: 24px
}
@media(max-width: 768px) {
    .points__transport svg {
        width: 25px;
        height: 20px
    }
}
.points__address {
    margin-bottom: 20px;
    color: var(--black);
    font-family: "TT Norms Pro", sans-serif;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}
@media(max-width: 768px) {
    .points__address {
        margin-bottom: 10px;
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 700;
        font-size: 16px;
        line-height: 30px
    }
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}