body {
    font-family: "Poppins", sans-serif;
}

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

ul,
ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

img {
    display: block;
}

button {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
}


.container {
    width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
}

/* #region header */

.header .container {
    display: flex;
    gap: 73px;
    align-items: center;
}

.navigation {
    flex-grow: 1;
    justify-content: space-between;
    display: flex;
}

.header-logo {
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    /* line-height: 28px; */
    line-height: 0.93333;
    color: #173a56;
}

.navigation-list {
    display: flex;
    gap: 40px;
}

.navigation-list-item {}

.navigation-list-link {
    font-weight: 400;
    font-size: 16px;
    padding: 26px 0;
    display: block;
    /* line-height: 28px; */
    line-height: 1.75;
    color: #22343d;
}

.current {
    font-weight: 600;
}

.header-buttons-list {
    display: flex;
    gap: 21px;
}

.header-btn-item {}

.header-btn-sign-in {
    border: 1px solid #bcd0e5;
    border-radius: 4px;
    width: 105px;
    height: 42px;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #173a56;
}

.header-btn-sign-up {
    background: #02897a;
    border-radius: 4px;
    width: 113px;
    height: 42px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.header-btn-sign-in:hover,
.header-btn-sign-in:focus {
    background: #02897a;
    color: #fff;
    border: none;
}

.header-btn-sign-up:hover,
.header-btn-sign-up:focus {
    color: #173a56;
    background-color: #fff;
    border: 1px solid #bcd0e5;
}

/* #endregion header*/

/* #region hero */
.hero {
    padding-top: 25px;
    padding-bottom: 50px;
}

.hero .container {
    display: flex;
    align-items: center;
    gap: 35px;
}

.hero-wrap {}

.hero-title {
    font-weight: 700;
    font-size: 40px;
    max-width: 380px;
    /* line-height: 60px; */
    line-height: 1.5;
    color: #22343d;
    margin-bottom: 18px;
}

.hero-title-descr {
    font-weight: 400;
    font-size: 18px;

    /* line-height: 28px; */
    line-height: 1.55556;
    color: #22343d;
    margin-bottom: 45px;
}

.hero-buttons-list {
    display: flex;
    gap: 30px;
    align-items: center;
}

.hero-buttons-list-item {}

.hero-btn-get {
    background: #02897a;
    border-radius: 4px;
    width: 178px;
    height: 53px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.hero-btn-watch {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #02897a;
    width: 164px;
    height: 23px;
    background-color: #fff;
}

/* #endregion hero*/

/* #region process */

.process {}

.container {}

.process-title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #22343d;
    margin-bottom: 25px;
}

.process-title-descr {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
    /* line-height: 26px; */
    line-height: 1.625;
    text-align: center;
    color: #22343d;
    max-width: 542px;
    margin: 0 auto;
}

.process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 100px;
    justify-content: center;
    margin-bottom: 50px;
}

.process-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.process-list-item:nth-child(2),
.process-list-item:nth-child(3) {
    flex-direction: row-reverse;
}

.process-item-descr {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #2f281e;
    width: 281px;
    fill: #fff;
    box-shadow: 2px 2px 10px 0 rgba(23, 58, 86, 0.15);
    border-radius: 25px;
    padding: 14px 19px 12px 20px;
}

.process-btn {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 216px;
    height: 53px;
    border-radius: 4px;
    background: #02897a;
    display: block;
    margin: 0 auto;
}

.process-btn:hover,
.process-btn:focus {
    background-color: #336666;
}

/* #endregion process*/
/* #region price */

.price {
    padding: 85px 0 50px;
}

.container {}

.price-title {
    font-weight: 700;
    font-size: 34px;
    color: #22343d;
}

.price-title-descr {
    font-weight: 500;
    font-size: 16px;
    color: #22343d;
}

.price-list {
    display: flex;
    gap: 72px;
}

.price-list-item {
    text-align: center;
    width: calc((100% - 144px) / 3);
padding: 32px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    color: #22343d;

}


.price-item-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
    /* line-height: 40px; */
    line-height: 1.66667;

}

.price-item-descr {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
    /* line-height: 40px; */
    line-height: 2.5;

}

.item-price {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
}

.card-price {
    font-weight: 700;
    font-size: 76px;

    /* line-height: 100px; */
    line-height: 1.31579;
    letter-spacing: 0em;
    text-align: center;
    color: #02897a;
    font-family: "Montserrat", sans-serif;
}

.card-tarif {}

.card-price-valute {
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    margin-bottom: 7px;
    /* line-height: 30px; */
    line-height: 1.25;
    letter-spacing: 0em;
    color: #02897a;
    font-family: "Inter", sans-serif;
}

.card-price-period {
    font-weight: 400;
    font-size: 16px;

    /* line-height: 19px; */
    line-height: 1.1875;
    letter-spacing: 0.01em;
    color: #afafaf;
    font-family: "Montserrat", sans-serif;
}

.operations-list {
    margin-bottom: 30px;
}

.operations-list-item {
    font-weight: 500;
    font-size: 16px;

    /* line-height: 22px; */
    line-height: 1.375;
    letter-spacing: 0.01em;
    color: #22343d;
    font-family: "Montserrat", sans-serif;
}

.operations-list-item:not(:last-child) {
    margin-bottom: 16px;
}

.price-item-btn {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    background: #02897a;
    border-radius: 8px;
    width: 139px;
    height: 44px;
}

.price-list-item:nth-child(2) {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    background: #02897a;
    color: #fff;
}

.price-list-item:nth-child(2) .card-price {
    color: #fff;
}

.price-list-item:nth-child(2) .card-price-valute {
    color: #fff;
}

.price-list-item:nth-child(2) .card-price-period {
    color: #e0e0e0;
}

.price-list-item:nth-child(2) .operations-list-item {
    color: #fff;
}

.price-list-item:nth-child(2) .price-item-btn {
    background: #fff;

    color: #02897a;
}

/* #endregion price*/