/* #region common */
/* font-family: "Inter", sans-serif; */
body {
    font-family: "Inter", sans-serif;
    margin: 0;
    color: #fbfbfb;
    background-color: #0e1823;
}

button {
    font-family: inherit;
    border: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* #endregion common */

/* #region header */
.header-page {
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    border-radius: 8px;
    width: 1240px;
    margin: 0 auto;
    padding: 4px 30px;
}

.header-page .container {
    display: flex;
    align-items: center;
}

.header-page-nav {
    display: flex;
    align-items: center;
    gap: 375px;
}

.header-page-logo {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #1b414b;
}

.header-page-nav-list {
    display: flex;
    gap: 4px;
}

.header-nav-list-link {
    background: rgba(27, 65, 75, 0.5);
    border-radius: 8px;
    padding: 15px 25px 15px 24px;
    display: block;
    font-weight: 400;
    font-size: 9px;
    /* line-height: 12px; */
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: #fbfbfb;
}

.header-nav-list-link:hover,
.header-nav-list-link:focus {
    background: #1b414b;
}

.header-page-social-list {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.social-list-item {
    width: 24px;
    height: 24px;
}

.header-social-link {
    background-color: #1b414b;
    color: #fbfbfb;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-social-link:hover,
.header-social-link:focus {
    background: rgba(27, 65, 75, 0.5);
}

/* #endregion header */

/* #region first-section */
.first-section {
    padding: 155px 120px 180px 169px;
}

.main-text {
    font-weight: 500;
    font-size: 80px;
    /* line-height: 80px; */
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fbfbfb;
    margin-bottom: 24px;
}

.first-section-paragraph {
    font-weight: 300;
    font-size: 16px;
    /* line-height: 22px; */
    line-height: 1.4;
    text-align: center;
    color: rgba(251, 251, 251, 0.7);
    padding: 0 202px;
    margin-bottom: 48px;
}

.main-button {
    background: #1b414b;
    border-radius: 15px;
    padding-block: 16px;
    padding-inline: 40px;
    width: 179px;
    height: 52px;
    font-weight: 500;
    font-size: 18px;
    /* line-height: 20px; */
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fbfbfb;
    display: block;
    margin: 0 auto;
}

/* #endregion first-section */

/* #region second-section */
.second-section-container {
    max-width: 1340px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 24px;
    background: #fbfbfb;
}

.second-section-block-container {
    display: flex;
    padding: 50px 299px 43px 50px;
}

.text {
    font-weight: 500;
    font-size: 48px;
    /* line-height: 48px; */
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1b414b;
}

.second-section-text-container {
    display: grid;
    padding: 50px 50px 100px 299px;

}

.text-by-text {
    font-weight: 400;
    font-size: 23px;
    /* line-height: 23px; */
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1b414b;
}

.second-section-paragraph {
    font-weight: 400;
    font-size: 13px;
    /* line-height: 15px; */
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #040306;
    opacity: 0.4;
    margin-bottom: 100px;
}

.img-second-section {
    border-radius: 0 24px 0 0;
}

/* #endregion second-section */

/* #region third-section */

/* #endregion third-section */

/* #region fourth-section */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* #endregion fourth-section */

/* #region fifth-section */

/* #endregion fifth-section */

/* #region sixth-section */

/* #endregion sixth-section */

/* #region footer */

/* #endregion footer */