* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Rubik", serif;
    line-height: 1.4;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
}
.container {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}
.header {
    background: #202020;
    padding-top: 25px;
    padding-bottom: 11px;
}
.header__text {
    margin-bottom: 17px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 44px;
    font-weight: 500;
    line-height: 17.551px; /* 39.888% */
}
.header__link {
    text-decoration: none;
    color: rgba(114, 181, 230, 0.9);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.551px; /* 83.574% */
}

.hero__title {
    margin: auto;
    background-image: url(../img/block.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 300px;
    padding: 15px 0 17px;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.6px; /* 79.231% */
}

.swiper-custom {
    max-width: 500px;
}
.hero__image {
    width: 223px;
}
@media screen and (min-width: 768px) {
    .hero__image {
        width: 277px;
    }
}
.custom-button-prev,
.custom-button-next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.custom-button-prev {
    left: 10px;
}

.custom-button-next {
    right: 10px;
}
.btn {
    width: 255px;
    height: 56px;
    border: none;
    color: rgba(0, 0, 0, 0.9);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    line-height: 17.551px; /* 54.846% */
    border-radius: 10px;
    background: #ff9f00;
    margin-bottom: 8px;
    margin-top: 7px;
}
.text {
    margin: auto;
    width: 270px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.6px; /* 121.176% */
}
