body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    background-color: #fafafa;
    color: #3c4153;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.limit {
    max-width: 1600px;
}

.header {
    border-style: none none solid;
    border-width: 1px;
    padding: 23px 0;
    border-color: #000 #000 #d4d4d4;
}

.header__h1 {
    font-weight: 800;
    text-transform: uppercase;
}

.nav__ul {
    text-align: right;
}

.header__h1--span {
    font-size: 18px;
    margin-left: -7px;
}

.nav__li {
    display: inline-block;
}

.nav__link {
    display: inline-block;
    color: #000;
    padding: 10px;
    font-weight: 800;
    transition: 500ms;
    text-transform: uppercase;
}

.nav__link:hover {
    color: #ff7839;
}


.banner__h1 {
    text-transform: uppercase;
    font-size: 60px;
    margin-top: 165px;
    text-align: center;
    margin-bottom: 50px;
}

.banner__h1--span {
    font-size: 90px;
    text-transform: uppercase;
    color: #ff7839;
}

.banner__p {
    line-height: 150%;
}

.banner__ul {
    margin-left: 35px;
}

.banner__li {
    line-height: 150%;
}

.connect {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    border-style: solid none solid;
    border-width: 1px;
    border-color: #d4d4d4;
}

.connect__p {
    margin: 0;
}

.connect--right {
    text-align: right;
}

.connect__phone {
    color: #ff7839;
    font-weight: 800;
}

.connect__phone:hover {
    color: #000;
}

.connect__address--span {
    text-transform: uppercase;
    font-weight: 800;
}

.gauze {
    padding: 55px 0;
}

.gauze__h1 {
    text-transform: uppercase;
    margin-left: -50px;
}

.gauze__p {
    line-height: 147%;
    margin-left: -50px;
}

.gauze__h2 {
    margin-left: -50px;
    margin-bottom: 15px;
}

.gauze__phone {
    margin-left: -50px;
    color: #ff7839;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    margin-bottom: 15px;
}

.gauze__phone:hover {
    color: #000;
}

.gauze__phone--span {
    color: #3c4153;
}

iframe {
    margin-bottom: 50px;
}

.slider__img {
    /* min-height: 550px; */
    object-fit: cover;
}

.slider__eich {
    width: 770px;
}