.intro-title h1 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 720px;
}
#intro {
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(/evakuator.jpg);
    background-size: cover;
    height: 100vh;
}
body {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.header {
    background-color: rgba(31,37,46,0.95);
    height: 65px;
    margin-top: 15px;
}
.intro-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}
.intro-phone {
    border-radius: 5px;
    background-color: #267feb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 1px 1px 5px 1px rgb(38 127 235 / 50%);
    padding: 20px 40px;
}
.intro-phone a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.intro-bottom-img {
    position: relative;
}
.intro-bottom-img:after {
    content: '';
    background: url(/evakuator-kherson.png) 0 0 / 100% no-repeat;
    position: absolute;
    width: 700px;
    height: 420px;
    right: 45px;
    bottom: -58px;
}
.benefit-item {
    display: flex;
    color: #fff;
    align-items: center;
    max-width: 400px;
    margin-bottom: 25px;;
}
.benefit-title {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
}
.intro {
    margin-top: 50px;
}
.intro-bottom-img img {
    display: none;
}
.intro-subtitle {
    font-family: 'Roboto', sans-serif;
    background-color: #FFF;
    padding: 10px;
    max-width: 400px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    border-radius: 20px;;
}
@media screen and (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .intro-bottom-img img {
        display: block;
    }
    .intro-bottom-img:after {
        display: none;
    }
    .intro-top {
        width: 100%;
        max-width: max-content;
        flex-wrap: wrap;
        margin-bottom: 0;
        align-items: baseline;
    }
    .intro-title, .intro-phone {
        width: 100%;
    }
    .intro-bottom {
        margin-top: 30px;
    }
    .header {
        height: auto;
    }
    .header img {
        height: 150px;
    }
    .intro-title h1 {
        font-size: 82px;
        margin-bottom: 50px;
    }
    .intro-phone a {
        font-size: 52px;
    }
    .intro-phone {
        max-width: 500px;
        margin-bottom: 70px;;
    }
    .benefit-img-inner img {
        width: 150px;
        height: auto;
    }
    .benefit-item {
        max-width: 1200px;
    }
    .benefit-title {
        font-size: 35px;
    }
    .benefit-item {
        margin-bottom: 60px;
    }
    .intro-subtitle {
        max-width: 610px;
        font-size: 40px;
        margin: -20px 0 50px;
    }
    .intro {
        margin-top: -15px;
    }
    .intro-title h1 {
        max-width: 1200px;
    }
}