html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #373737;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 1.4;
    color: #4E4E4E;
}

h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

ul {
    list-style: none;
}

section {
    padding: 120px 0 140px;
}

button {
    background-color: transparent;
    padding: 0;
    border: none;
    font-family: inherit;
    color: inherit;
    display: inline-block;
}

.btn {
    display: block;
    text-transform: uppercase;
    width: 100%;
    max-width: 184px;
    height: 46px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    color: #FFFFFF;
    padding: 15px 47px;
    background-color: #00AFDB;

}

.container {
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    padding: 0 15px;
}

.navigation__link {
    color: white;
    text-decoration: none;
    transition: .3s;
}

.navigation__link:hover,
.navigation__link:focus,
.navigation__link:active {
    opacity: .75;
    text-decoration: underline;
    transition: .3s;
}

/* Header start */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header_active {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}

.menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    max-width: 580px;
    margin: 0 auto;
}

.logo {
    justify-content: center;
}

/* Header end */



/* Intro start */

.main {
    height: 744px;
    background: url(../images/header-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 223px;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
}

.intro__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.4;
    color: #FFFFFF;
    letter-spacing: 4px;
    word-spacing: 4px;
    left: 10px;
    margin-bottom: 12px;
}

.intro__subtitle {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 28px;
    text-align: center;
    left: 7px;
}



.intro__media {
    display: flex;
    justify-content: center;
    margin-top: 180px;
    gap: 30px;
}

/* Intro end */

/* Business start */

.business {
    padding-bottom: 135px;
}


.business__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business__info {
    margin-bottom: 6px;
}

.business__title {
    max-width: 367px;
    margin-bottom: 20px;
}

.business__text {
    max-width: 407px;
    margin-bottom: 30px;
}

/* Business end */




/* Communities start */

.communities {
    background-color: #F5F6F7;
}

.communities_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.communities__info {
    max-width: 298px;
    margin: 0 0 3px 2px;

    text-align: center;
}

.communities__info__avatar {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.communities__info__avatar img {
    display: block;
    width: 100%;
    max-width: 45px;
}

.communities__info__title {
    margin-bottom: 10px;
}

.communities__slider {
    max-width: 625px;

    position: relative;
}

.communities__slider__arrows {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    right: 0;
    bottom: calc(100% + 17px);

    font-size: 18px;
    font-weight: 500;
}

.communities__slider__arrow {
    cursor: pointer;
}

.communities__slider__number {
    margin: 0 12px;
}

.communities__slider__container {
    overflow: scroll;
    width: calc(632px + (100vw - 1092px) / 2);
}

.communities__slider__container::-webkit-scrollbar {
    display: none;
}

.communities__slider__inner {
    display: flex;
    width: 2185px;
}

.communities__slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 407px;
    margin-right: 30px;
}

.communities__slider__item img {
    display: block;
    max-width: 100%;
}

/* /Communities end */

/* /Request start */

.request {
    padding: 212px 0 276px;
    background-image: url(../images/request-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.request__inner {
    align-items: center;
    text-align: center;
    word-spacing: 4px;
}

.request__title {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 30px;
}

.request__form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.request__form-imput {
    display: inline-block;
    padding: 13px;
    border: none;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    max-width: 340px;
    color: #373737;
}

.request__form-btn {
    background: #00AFDB;
    width: 100%;
    max-width: 66px;
    height: 46px;
}

/* /Request end */

.download {
    padding: 117px 0 179px;
}


.download__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download__title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.download__text {
    text-align: center;
    margin-bottom: 31px;
    max-width: 483px;
}

.download__btn {
    display: flex;
    gap: 34px;
}

.app__btn {
     display: flex;
    align-items: center;
    text-decoration: none;
     background-color: #00AFDB;
     font-weight: 600;
     color: #FFFFFF;


}

.app__btn-text {
    display: flex;
    align-content: center;
    justify-content: center;
    text-transform: uppercase;
    min-width: 128px;
}

.app__btn-img {
    display: flex;
    align-content: center;
    justify-content: center;
    min-width: 60px;
    height: 50px;
    background-color: #009CC2;
}

.app__btn-img img {
    display: block;
    width: 16px;
}











































.footer {
    width: 100%;
    background-color: #000;
    color: #FFFFFF;
    padding: 49px 0 80px;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    max-width: 580px;
}

.footer__nav-intersector {
    margin: 0 20px;
}

.footer__copy {
    width: 170px;
    height: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #818181;
}

.footer__nav-intersector {
    color: #4E4E4E;
}





























@media (max-width: 768px) {
    .intro__title {
        font-size: 52px;
    }
    .business {
        padding: 80px 0 100px;
    }
    .business__info {
        max-width: 300px;
    }
    section {
        padding: 80px 0 140px;
    }
}

@media (max-width: 425px) {
        .menu__list li:nth-child(1) {
            order: 1;
        }
          .menu__list li:nth-child(2) {
            order: 2;
        }
          .menu__list li:nth-child(3) {
            order: 5;
        }
          .menu__list li:nth-child(4) {
            order: 3;
        }
          .menu__list li:nth-child(5) {
            order: 4;
        }

        .intro__title {
        font-size: 49px
        }
        .business__inner {
            flex-wrap: wrap;
        }
        .intro__title {
            text-align: center;
        }
        .business__info {
            margin-bottom: 20px;
        }
        .intro__media {
            margin-top: 130px;
        }
        .communities_inner {
            flex-wrap: wrap;
            justify-content: center;
        }
        .communities__info {
            margin-bottom: 60px;
        }
        .communities__slider__inner {
            width: 1650px;
        }
        .business__img {
            margin-bottom: 30px;
        }
        .download__btn {
            gap: 20px;
        }
        .footer__nav {
            flex-wrap: wrap;
        }
        }