body {
    font-family: "Poppins", sans-serif;
    background-color: #FFFFFF;
    color: #22343D;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

/* #region Reset*/
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

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

}

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

button {
    cursor: pointer;
    border: none;
    padding: 0;
    border-radius: 5px;
}

span {
    font-weight: 700;
    font-size: 32px;
}

/* #endregion Reset*/


/* #region Visual hidden*/


/* #endregion Visual hidden */



/* #region Commons*/

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

}

/* #endregion Commons */

/* #region header*/

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

.header-link {
    display: flex;
    gap: 16px;
    margin-right: 237px;
}

.nav-link-active {
    font-weight: 600;

}

.nav-list {
    display: flex;
    gap: 30px;
    padding: 21px 0;
}

.nav {
    margin: 0 auto;
}

.product-logo {
    font-size: 30px;
    font-weight: 700;
}

.btn-nav {
    display: flex;
    gap: 21px;
    padding: 19px 0;
}

.btn-singin {
    padding: 9px 0;
    color: #173A56;
    border: 1px solid #BCD0E5;
    background: #FFFFFF;
    font-weight: 600;
    width: 105px;
    height: 42px;
    justify-content: center;
    align-items: center;
}

.btn-singup {
    padding: 9px 0;
    background-color: #02897A;
    color: #FFFFFF;
    font-weight: 600;
    width: 105px;
    height: 42px;
    justify-content: center;
    align-items: center;
}

/* #endregion header */


/* #region main section hero*/

.container-hero {
    display: flex;
    margin-top: 25px;
    gap: 35px;
    margin-bottom: 104px;
}

.hero-subtitle {
    font-weight: 700;
    font-size: 40px;
}

.container-text {
    padding-top: 112px;
}

.hero-text {
    font-size: 18px;
    padding-top: 18px;
    width: 465px;
    margin-bottom: 45px;
}

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

.btn {
    color: #FFFFFF;
    background-color: #02897A;
    font-weight: 600;
    padding: 15px 30px;
}

.hero-link {
    font-weight: 600;
    color: #02897A;
}

.hero-link:focus {
    text-decoration: underline;
}

/* #endregion hero */

/* #region main section features*/

.features-subtitle {
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 32px;
    width: 539px;
}

.features-list {
    display: flex;
    padding: 50px 0;
    gap: 30px;
}

.features-item {
    width: calc((100% - 30px * 3) / 4);
}

.features-text {
    padding-bottom: 13px;
    font-weight: 600;
    font-size: 22px;
}

.features-subtext {
    font-size: 16px;
    font-weight: 400;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.container-features {
    margin-bottom: 51px;
}

/* #endregion main section features */

/* #region main section management*/

.management-subtitle {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px;
}

.container-management {
    display: flex;
}

.management-list {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 486px;
}


.management-text {
    font-weight: 600;
}

.management {
    margin-bottom: 100px;
}

/* #endregion */

/* #region main section customer-support*/


.container-support {
    display: flex;
    margin-bottom: 100px;
    flex-direction: row-reverse;

}

.customer-support-list {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.support-text {
    max-width: 451px;
}

.customer-support-title {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px;
}

/* #endregion */

/* #region main section collaborative*/

.collaborative-subtitle {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px;
}

.collaborative-list {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 486px;
}

.collaborative-container {
    margin-bottom: 150px;
    display: flex;
}

/* #endregion */

/* #region quick-process*/

.quick-process-text {
    padding-top: 25px;
    text-align: center;
    max-width: 542px;
    margin: 0 auto;
}

.container-process {
    text-align: center;
    margin-bottom: 100px;
}

.btn-process {
    margin-top: 50px;
}

/* #endregion */

/* #region strategy*/


.contents-strategy-subtitle {
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 10px;
}

.container-strategy {
    margin-bottom: 170px;
}

.contents-strategy-subtext {
    max-width: 465px;
    font-weight: 500;
    padding-bottom: 40px;
}

.contents-strategy-list {
    display: flex;
    gap: 30px;
}

.contents-strategy-item {
    width: calc((100% - 30px * 2) / 3);
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.contents-strategy-text {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 24px;
    padding-left: 24px;
}

.spn-strategy {
    font-size: 16px;

}

.strategy-link {
    font-weight: 700;
    font-size: 24px;
    margin: 0 27px;
    width: 296px;
    padding-bottom: 40px;
}

/* #endregion */

/* #region price-table*/
.container-price {
    margin-bottom: 100px;

}

.table-title {
    text-align: center;
    margin-bottom: 10px;
}

.table-subtitle {
    text-align: center;
    padding-bottom: 40px;
}

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

.table-item {
    margin: 0 auto;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    padding: 0 72px;
    text-align: center;
    border-radius: 8px;
}

.table-item:hover {
    background-color: #02897A;
    color: #FFFFFF;
}

.table-item:hover .amount,
.table-item:hover .symbol,
.table-item:hover .period {
    color: #fff;
}

.table-status {
    padding-top: 32px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
}

.table-text {
    font-family: "Montserrat", sans-serif;
    width: 177px;
    padding-bottom: 16px;
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    flex-wrap: nowrap;
    gap: 7px;
    white-space: nowrap;
}

.price-span {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.amount {
    font-size: 76px;
    font-weight: 700;
    color: #02897A;
    font-family: "Montserrat", sans-serif;
}

.symbol {
    color: #02897A;
    font-size: 23px;
    display: flex;

}

.period {
    color: #AFAFAF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
}


.addons {
    margin-top: 16px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn-table {
    margin-bottom: 32px;
    color: #FFFFFF;
    background-color: #02897A;
    font-weight: 600;
    padding: 15px 30px;
}

.table-item:hover .btn-table {
    background-color: #FFFFFF;
    color: #02897A;
}

/* #endregion */

/* #region review*/


.review-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}

.review-subtitle {
    margin: 10px auto 40px auto;
    text-align: center;
    max-width: 533px;
    font-weight: 500;
    font-size: 16px;
}

.review-list {
    display: flex;
    gap: 64px;
}

.review-item {  
    width: calc((100% - 64px * 2) / 3);
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 29px 26px;
}

.text-img {
    display: flex;
    flex-direction: column;
    max-width: 145px;
}

.text-container-img{
    margin-right: 14px;
}

.text-rewiev{
    display: flex;
    margin-top: 16px;
}

.container-review{
    margin-bottom: 100px;
}

.list-text{
    color: #737373;
}

.list-subtitile{
    color: #02897A;
    font-weight: 600;
}

.list-subtext{
    color: #252B42;
}
/* #endregion */

/* #region hero-footer*/
.container-hero-footer{
    margin-bottom: 100px;
    padding: 0 51px;
    background-color: #02897A;
    border-radius: 32px;
    display: flex;
    max-width: 968px;
}

.hero-footer-title{
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    max-width: 510px;
    margin-bottom: 46px;
}

.text-footer-container{
    padding-top: 49px;
}

.btn-hero-footer{
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #02897A;
    margin-bottom: 56px;
    width: 150px;
    font-weight: 600;
    font-size: 20px;
}
/* #endregion */

/* #region footer*/
.container-footer{
    display: flex;
    justify-content: space-between;
}

.footer-list{
    display: flex;
    flex-direction: column  ;
}

.footer-list1{
    max-width: 25%;
    padd
}

.footer-list2{
    max-width: 20%;
}

.footer-list3{
    max-width: 20%;
}

.phone-div{
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.footer-item{
    display: flex;
    flex-direction: column;
}

.footer-list4{
    display: flex;
    flex-direction: column;
    max-width: 35%;
}

#text-number{
    width:  100%;
    height: 48px ;
    border: 1px solid #BCD0E5;
    border-radius: 4px;
}

#text-number::placeholder{
    color: #02897A;
    text-decoration: underline;
    padding-left: 52px;
}

.mob-phone-img{
    width: 18px;
    height: 28px ;
    position: relative;
    top: 38px;
    left: 12px;
}

.footertext{
    text-align: center;
    padding: 16px 0 ;
}


.btn-footer{
    max-width: 45%;
}

/* #endregion */