body {
    font-family: 'Montserrat Alternates', sans-serif;
    background: #e5e5e5
}

.row-full {
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto
}

.container {
    max-width: 1400px;
    padding: 0px 60px;
    box-sizing: border-box;
    margin: 0 auto
}

.nav_content {
    display: flex;
    font-family: 'PT Sans', sans-serif;
    justify-content: space-between
}

.btn {
    text-decoration: none;
    list-style: none
}

.logo {
    text-decoration: none;
    display: flex;
    padding: 20px
}

.logo-icon {
    width: 48px;
    height: 51px;
    align-self: center
}

.logo-text {
    margin-left: 6px;
    align-self: center;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #fff
}

.nav-links {
    display: flex;
    align-self: center
}

.nav-link {
    margin-left: 15px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #fff
}

.header {
    background: url(../image/header.svg) no-repeat center center;
    background-size: cover;
}

.header_row {
    position: relative;
}

.header__connect {
    width: 100%;
    padding: 130px 0px;
    display: block;
    position: relative;
    z-index: 2;
}

.header-semir {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #fff
}

.header-title {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    margin: 30px 0px;
}

.header-text {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    margin-bottom: 46px;
}

.btn-header {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
    font-weight: 600;
}

.header-img {
    right: 2%;
    position: absolute;
    bottom: -5px;
    width: 588px;
    z-index: 1;
}

.section_1 {
    background-color: #fff;
}

.section_1-row {
    max-width: 701px;
    display: block;
    margin: 0px auto;
    padding: 40px 0px;
    text-align: center;
}

.section_1-title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #252525;
    text-align: center;
}

.section_1-text {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #868686;
    margin: 20px 0px;
}

.section_1-othert {
    font-style: normal;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #3C3C3C;
}

.img-arrow {
    background: url(../image/arrow.svg) no-repeat center center;
    background-size: cover;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-top: 40px;
}

.section2 {
    background: url(../image/section2.svg) no-repeat center center;
    background-size: cover;
}

.section2_content {
    padding: 108px 0px;
    position: relative;
    z-index: 5;
}

.img-flags {
    top: -39px;
    position: absolute;
    right: -40px;
}

.img-chakra {
    position: absolute;
    right: 10%;
    bottom: -9px;
    z-index: 2;
}

.section2-title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    max-width: 722px;
}

.section2-list {
    margin-top: 45px;
}

.section2-list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.section3 {
    background: #FAFAFA;
}

.section3_content {
    padding: 60px 0px;
}

.section3_title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #528F2D;
}

.section3_row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0px;
}

.cart {
    width: 260px;
}

.cart-img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 20px auto;
}

.cart-text {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.btn-section3 {
    border: 1px solid #528F2D;
    box-sizing: border-box;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 50px;
    color: #252525;
    margin: 0px auto;
    text-align: center;
    display: table;
}

.section4 {
    background: #fff;
}

.section4_content {
    padding: 60px 0px;
    position: relative;
}

.section4-title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #008900;
    max-width: 722px;
}

.list {
    margin: 20px 0px;
}

.section4-item-list {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F1F;
}

.section4_img {
    position: absolute;
    right: 5%;
    top: 5%;
}

.section5 {
    background: url('../image/section5.svg') no-repeat center center;
    background-size: cover;
}

.section5_content {
    padding: 60px 0px;
    padding-bottom: 20px;
}

.section5_title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}

.section5-list {
    max-width: 266px;
}

.section5-lists-content {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 50px 0px;
}

.section5-list-item {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FAFAFA;
    margin: 10px 0px;
}

.list-img-center {
    position: absolute;
    width: 212px;
    height: 212px;
    left: calc(50% - 106px);
    top: 25%;
}

.section6 {
    background: #FAFAFA;
}

.section6_content {
    padding: 50px 0px;
}

.section6-cart {
    width: 277px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.section6_row {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0px;
}

.section6-cart-img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.section6-cart-title {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    height: 60px;
    line-height: 21px;
    text-align: center;
    color: #008900;
    align-self: center;
}

.section6-cart-text {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #595959;
    padding: 13px;
    padding-bottom: 20px;
}

.section7 {
    background-color: #fff;
}

.section7_content {
    padding: 60px 0px;
}

.reviews {
    padding: 40px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reviews-item {
    margin: 20px;
    padding: 20px;
    width: 423px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.reviews-icon-user {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.reviews-name-user {
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
}

.reviews-position-user {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.reviews-text-user {
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #595959;
}

.section8 {
    background: #FAFAFA;
}

.section8_content {
    padding: 40px 0px;
    display: flex;
    justify-content: space-evenly;
}

.section8-text-data {
    width: 698px;
}

.section8-title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #112339;
    margin-bottom: 16px;
}

.section8-text {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #112339;
}

.btn-pre {
    align-self: center;
    background: #008900;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 50px;
    display: table;
    text-decoration: none;
}

.footer {
    background: #112339;
}

.btn:hover {
    background-color: #fff;
    color: #000;
}

.btn-section3:hover {
    background: #008900;
    color: #fff;
}

@media all and (max-width:1300px) {
    .img-chakra,
    .img-flags {
        display: none;
    }
    .container {
        padding: 0px 40px;
    }
}

@media all and (max-width:1176px) {
    .section4_img {
        display: none;
    }
    .nav-link,
    .nav-links {
        display: block;
    }
    .header-img {
        width: 500px;
    }
}

@media all and (max-width:1032px) {
    .list-img-center,
    .header-img {
        display: none;
    }
    .section6_row {
        flex-wrap: wrap;
    }
    .section6-cart {
        margin: 10px;
    }
    .section8_content {
        flex-wrap: wrap;
    }
    .btn-pre {
        margin: 30px auto;
    }
}


/* */

@media all and (max-width:700px) {
    .container {
        padding: 0px 20px;
    }
    .section5-lists-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section3_row {
        flex-wrap: wrap;
    }
    .header__connect {
        padding: 20px 0px;
        padding-bottom: 50px;
    }
    .nav_content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section_1-title {
        font-size: 19px;
        line-height: 21px;
    }
    .section2-title {
        font-size: 18px;
        line-height: 25px;
    }
    .section2-list-item {
        font-size: 14px;
        line-height: 18px;
    }
    .section3_title,
    .section4-title,
    .section5_title,
    .section8-title {
        font-size: 22px;
        line-height: 27px;
    }
    .reviews-text-user {
        font-size: 14px;
    }
    .header .nav-links {
        display: none;
    }
    .nav-link {
        text-align: center;
    }
    .btn-header {
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 50px;
        color: #fff;
        padding: 10px 50px;
        font-weight: 600;
        margin: 0px auto;
        display: block;
        text-align: center;
        max-width: 300px;
    }
    .header-title {
        font-size: 32px;
    }
    .section2_content,
    .section4_content,
    .section3_content,
    .section5_content,
    .section6_content,
    .section7_content {
        padding: 30px 0px;
    }
}