* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a, h1, h2, h3, h4, h5, h6, p {
    color: #060607;
}

h1 {
    font-weight: 700;
    font-size: 48px;
}

body, p {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    width: 100%;
    height: auto;
}

.fz-35 {
    font-size: 35px;
}

.fz-34 {
    font-size: 34px;
}

.fz-33 {
    font-size: 33px;
}

.fz-32 {
    font-size: 32px;
}

.fz-31 {
    font-size: 20px;
    line-height: 36px;
}

.fz-30 {
    font-size: 30px;
}

.container {
    width: 585px;
    margin: 20px auto;
}

.header {
    margin-bottom: 20px;
}

.nav__bar {
    display: flex;
    justify-content: space-between;
}

.nav__link {
    display: flex;
    align-items: center;
    font-size: 27px;
}

.nav__logo {
    width: 245px;
}

.nav__logo img {
    width: 100%;
    height: auto;
}

.nav__phone {
    border-radius: 20px 20px 20px 20px;
    background-color: #ff8605;
    font-size: 20px;
    padding: 8px 12px;
    color: #FFF;
    text-decoration: none;
}

.nav__phone img {
    width: 40px;
}

.nav__link p {
    margin-left: 20px;
    color: #FFF;
}

.li__margin {
    margin-left: 50px;

}

.aqua__color {
    color: #61B4F4;
    font-weight: 700;
}

.black__color {
    color: #000;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.info__next__page {
    display: flex;
    font-size: 29px;
    gap: 20px;
}

.top__text__button {
    margin: 20px 0 40px 0;
}

.button {
    margin-top: 30px;
}

.next__button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
    background-color: #ff8227;
    border-radius: 30px 30px 30px 30px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 24px 0;
    border: 0;
    border-bottom: 3px solid #ff8227;
    transition: 0.4s linear;
    box-shadow: none;
}

.next__button:hover {
    transition: 0.4s linear;
    box-shadow: 0 5px 17px 3px rgba(0, 0, 0, 0.2);
}

.bottom__text__button {
    margin: 15px 0;
}

footer {
    font-size: 25px;
    margin-top: 40px;
}

.blue__square {
    background-color: #61B4F4;
    border-radius: 20px;
    color: #fff;
    z-index: 1;
    height: auto;
    font-size: 33px;
}

.big__img {
    position: relative;
    object-fit: cover;
    margin-bottom: 20px;
}

.big__img img {
    width: 100%;
    height: auto;
}


.marginb__for__p {
    margin-bottom: 65px;
}

.only__border {
    border: 2px solid #61B4F4;
    border-radius: 20px;
}

.list__container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.list__container li {
    font-size: 20px;
    list-style-type: disc;
    margin-left: 20px;
}

@media (max-width: 585px) {
    .margin__for__text {
        margin-left: 20px;
        margin-right: 20px;
    }

    .fz-35 {
        font-size: 5.5vw!important;
    }

    .fz-34 {
        font-size: 5.4vw!important;
    }

    .fz-33 {
        font-size: 5.3vw!important;
    }

    .fz-32 {
        font-size: 5.2vw!important;
    }

    .fz-31 {
        font-size: 5.1vw!important;
    }

    .fz-30 {
        font-size: 5vw!important;
    }

    .fz-35, .fz-34, .fz-33,
    .fz-32, .fz-31, .fz-30{
        line-height: 30px;
    }

    .second__section h1 {
        font-size: 9vw!important;
    }

    h3 {
        font-size: 8vw!important;
    }

    .slider {
        margin-bottom: 200px!important;
    }

    .container {
        width: 100%!important;
    }

    ul {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .li__margin {
        margin: 0;
    }

    .blue__square {
        font-size: 6vw;
    }

    .next__button {
        font-size: 7vw!important;
    }

    footer {
        font-size: 4vw;
    }
}

@media (max-width: 290px) {
    .nav__link p {
        font-size: 20px;
    }
}