@font-face {
    font-family: 'InterRegular';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
    url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InterSemiBold';
    src: url('../fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
    url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'InterBold';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
    url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'InterMedium';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
    url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
body{
    font-family: InterRegular, sans-serif;
    line-height: 1.4;
    color: #52805C;
}
.logo{
    display: block;
    width: 13.929rem;
}
.logo:hover{
    opacity: 0.6;
}
header {
    font-family: InterSemiBold, sans-serif;
    padding: 0.6rem 0;
    transition: all 0.35s;
}
header.shadow{
    background-color: #fff1e3;
}
.container {
    width: 84.8rem;
}
.menu {
    margin-left: 4.5rem;
}
.menu a {
    display: inline-block;
    margin-right: 2rem;
}
.menu a.active, .menu a:hover{
    opacity: 0.5;
}
.socials {
    margin-right: 2rem;
    font-size: 2.2rem;
}
.socials a{
    display: inline-block;
    margin-right: 1rem;
}
.socials a:hover{
    opacity: 0.5;
}
.btn_green {
    font-family: InterSemiBold, sans-serif;
    display: inline-block;
    border: 1px solid #52805C;
    border-radius: 10px;
    padding: 0.2rem 0.7rem;
    padding-bottom: 0.25rem;
}
.btn_green:hover{
    background-color: #52805C;
    color: white;
}
.lang_box {
    margin-right: 1.3rem;
    margin-left: 2.5rem;
}
.lang_box a:hover{
    opacity: 0.6;
}
#box-1 {
    background-color: #fff1e3;
    padding-top: 5.4rem;
    padding-bottom: 3.1rem;
    position: relative;
}
#box-1 .container{
    position: relative;
    z-index: 2;
}
.box1_bottom {
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    z-index: 1;
    width: 61.286rem;
}
.box1_text {
    width: 36.2rem;
    margin-top: 6.7rem;
}
.box1_text h1 {
    font-size: 2.571rem;
    margin-bottom: 1.8rem;
}
.box1_text p {
    font-size: 1.34rem;
    margin-bottom: 3.4rem;
    line-height: 1.2;
}
.box1_img{
    width: 48.1rem;
    position: relative;
    left: 1.9rem;
}
.box1_img img{
    position: relative;
    z-index: 1;
}
.box1_circle {
    position: absolute;
    left: 2rem;
    top: 1.8rem;
    width: 37rem;
    height: 37rem;
    border-radius: 50%;
    background-color: #78a882;
}
.left-f {
    position: absolute;
    right: 0;
    top: 0;
    width: 25.429rem;
    pointer-events: none;
}
.right-f {
    position: absolute;
    left: 0;
    bottom: -3.8rem;
    width: 24.357rem;
    pointer-events: none;
}
#box-2 {
    padding-top: 1.3rem;
    position: relative;
    padding-bottom: 2.2rem;
    background-color: #78A882;
}
#box-2 .container{
    position: relative;
    z-index: 1;
}
.ellipse {
    position: absolute;
    bottom: -13rem;
    left: 0;
    width: 58.786rem;
}
.section_title {
    margin-bottom: 1.7rem;
}
.section_title h2 {
    font-size: 2.571rem;
    margin-bottom: 0.4rem;
}
.section_title h3 {
    font-family: InterSemiBold, sans-serif;
    font-size: 1.698rem;
}
.ip1{
    width: 15.857rem;
}
.ip2{
    width: 14.286rem;
}
.box2_imgs_flex {
    width: 33.2rem;
    padding-left: 1.1rem;
}
.box2_text{
    width: calc(100% - 33.2rem);
    padding-left: 4.1rem;
    padding-top: 3.6rem;
}
.box2_item {
    display: flex;
    align-items: center;
    margin-bottom: 3.3rem;
}
.box2_icon_box{
    width: 6.071rem;
    position: relative;
}
.box2_text_box {
    font-family: InterMedium, sans-serif;
    font-size: 1.786rem;
    padding-left: 2.2rem;
}
.ab_icon{
    position: absolute;
    left: 44%;
    bottom: 0.6rem;
    z-index: 1;
    transform: translateX(-50%);
}
.ab_icon2{
    width: 100%;
}
.bi1 .ab_icon{
    width: 3.786rem;
}
.bi2 .ab_icon{
    width: 4.357rem;
    left: 61%;
}
.bi3 .ab_icon{
    width: 5.786rem;
    left: 52%;
    bottom: 0.3rem;
}
.bi4 .ab_icon{
    width: 7.786rem;
    left: 57%;
    bottom: 0.9rem;
}
.white_color *{
    color: white;
}
#box-3 {
    padding-top: 7.2rem;
    padding-bottom: 6.9rem;
    position: relative;
    background-color: #FFF1E3;
}
#box-3 .container{
    position: relative;
    z-index: 1;
}
.box3_right_img {
    position: absolute;
    right: 0;
    top: 11.7rem;
    width: 17.214rem;
}
.box2_bottom {
    position: absolute;
    right: 0;
    bottom: -0.3rem;
    width: 61.286rem;
}
.box3_img_flex{
    width: 41.4rem;
    padding-right: 4.7rem;
}
.ip3{
    width: 17.357rem;
}
.ip4{
    width: 17.357rem;
}
.box3_text {
    width: calc(100% - 41.4rem);
    padding-top: 6.1rem;
    padding-right: 2rem;
}
.box3_text .section_title {
    margin-bottom: 2rem;
}
.box3_text p {
    font-size: 1.48rem;
    line-height: 1.21;
}
.box3_left_img {
    position: absolute;
    top: -11.3rem;
    left: 0;
    width: 23.9rem;
}
#box-4 {
    padding-top: 4.3rem;
    padding-bottom: 9.8rem;
    position: relative;
    background-color: #78A882;
}
#box-4 .container{
    position: relative;
    z-index: 1;
}
#box-4 .section_title h2 {
    font-family: InterSemiBold, sans-serif;
    padding-left: 1.1rem;
}
#box-4 .section_title{
    margin-bottom: 4.9rem;
}
.q_name {
    display: flex;
    align-items: center;
}
.q_name .box2_icon_box{
    width: 3.471rem;
}
.q_name .box2_text_box{
    font-family: InterSemiBold, sans-serif;
    font-size: 1.7rem;
    padding-left: 1.8rem;
}
.q_item {
    margin-left: 0.6rem;
    border-top: 2px solid white;
    padding-top: 2.07rem;
    width: calc(100% + 3.4rem);
    padding-bottom: 2.07rem;
    cursor: pointer;
}
.q_item:last-child{
    border-bottom: 2px solid white;
}
.q_text {
    padding-top: 1.8rem;
    font-size: 1.497rem;
    line-height: 1.25;
    display: none;
}
.q_text p{
    margin: 0;
}
.q1 .ab_icon {
    width: 1.786rem;
}
.q2 .ab_icon {
    width: 1.957rem;
    left: 50%;
}
.q3 .ab_icon {
    width: 2.686rem;
    left: 52%;
    bottom: 0.3rem;
}
.q4 .ab_icon {
    width: 4.186rem;
    left: 62%;
    bottom: 0.9rem;
}
.box4-left {
    position: absolute;
    top: -10rem;
    left: 0;
    width: 13.071rem;
}
.box4-left2 {
    position: absolute;
    top: 30.2rem;
    left: 0;
    width: 20.643rem;
}
.box4-right {
    position: absolute;
    right: 0;
    top: 16.1rem;
    width: 16.5rem;
}
.box4-right2 {
    position: absolute;
    right: 0;
    top: 10.4rem;
    width: 9.071rem;
}
.box4-bottom{
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 61.286rem;
}
#box-5 {
    padding-top: 3.6rem;
    padding-bottom: 8.8rem;
    position: relative;
    background-image: url("../img/footer.png");
    background-size: cover;
    background-position: center center;
    background-color: #4F805A;
}
#box-5 .container{
    position: relative;
    z-index: 1;
}
.box5_form {
    width: 34rem;
    margin: 0 auto;
    margin-top: 8.2rem;
}
.form-control2{
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 100%;
    color: white;
    padding: 0.3rem 0;
}
.form-control2::placeholder{
    color: white;
}
.form-group {
    margin-bottom: 2.4rem;
}
.btn_submit{
    background-color: transparent;
    transition: all 0.5s;
    border: 1px solid white;
    color: white;
    border-radius: 17px;
    padding: 0.4rem 2.5rem;
    font-size: 1.2rem;
    overflow: hidden;
    position: relative;
}
.btn_submit:hover{
    background-color: white;
    color: #52805C;
}
#page-1 .btn_green:hover{
    background-color: white;
    color: #52805C;
}
#shop-page header:not(.shadow) .btn_green:hover{
    background-color: white;
    color: #52805C;
}
.box5_form .text-center{
    margin-top: 3rem;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.4rem 0;
    background-color: rgba(34, 94, 47, 0.5);
}
.footer .socials {
    margin-right: 1.4rem;
}
.b5-1 {
    position: absolute;
    right: 0;
    top: -18.1rem;
    width: 27.357rem;
}
.b5-2{
    position: absolute;
    right: 0;
    top: -13rem;
    width: 22.5rem;
}
.b5-3 {
    position: absolute;
    right: 0;
    top: -9.3rem;
    width: 4.571rem;
}
.b5-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33.143rem;
}
.b5-5 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34.714rem;
}
.bl1 {
    position: absolute;
    left: 0;
    top: 2rem;
    width: 35.786rem;
}
.bl2 {
    position: absolute;
    left: 0;
    top: 8.2rem;
    width: 18.643rem;
}
.bl3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10.071rem;
}
.bl4 {
    position: absolute;
    left: 1.6rem;
    bottom: 0;
    width: 28.143rem;
}
#page-1{
    padding-top: 5.3rem;
    background: #5b8c66;
}
#page-1 .box1_text p {
    font-size: 1.47rem;
    margin-bottom: 4.5rem;
    line-height: 1.25;
    font-family: InterSemiBold, sans-serif;
}
#shop-page .btn_green {
    border-radius: 17px;
    padding: 0.3rem 1rem;
    padding-bottom: 0.25rem;
    font-size: 1.2rem;
}

#page-1 .btn_green{
    color: white;
    border-color: white;
}
.page_img {
    position: relative;
    width: 20.5rem;
    margin-right: 8.1rem;
    margin-top: 3.4rem;
}
.page1_flow {
    position: absolute;
    left: -17.6rem;
    top: -3.4rem;
    width: 48.1rem;
    z-index: 1;
}
#page-1 .container{
    position: relative;
    z-index: 3;
}
.page1_bottom{
    margin-top: -5.8rem;
    position: relative;
    z-index: 2;
}
#page-2 {
    padding-top: 12.3rem;
    background-color: #FFF1E3;
    margin-top: -13rem;
    padding-bottom: 6rem;
    position: relative;
}
#page-2 .container{
    position: relative;
    z-index: 1;
}
.page2_title{
    font-size: 1.7rem;
    font-family: InterSemiBold, sans-serif;
    margin-bottom: 3.5rem;
}
.number_list {
    width: 27.4rem;
}
.number_item:first-child{
    margin-bottom: 9.2rem;
}
.number_icon{
    width: 7.143rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.number_item h4{
    font-family: InterMedium, sans-serif;
    margin: 0;
    font-size: 1.571rem;
    text-align: center;
}
.p2_iphone1 {
    position: absolute;
    left: 34.9%;
    top: 8.7rem;
    width: 11.857rem;
    z-index: 1;
}
.p2_iphone2 {
    position: absolute;
    left: 46.8%;
    top: 6.1rem;
    width: 14.92rem;
    z-index: 2;
}
.p2_left {
    position: absolute;
    top: 6.2rem;
    left: 0;
    width: 12.357rem;
    z-index: 1;
}

#page-3{
    padding-top: 7.1rem;
    padding-bottom: 7rem;
    position: relative;
    background-color: #4F805A;
}
#page-3 .container{
    position: relative;
    z-index: 2;
}
.page3_imgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 41.4rem;
    padding-right: 4.9rem;
}
.page3_imgs img{
    width: 17.357rem;
}
.page3_text {
    padding-top: 7.9rem;
    width: calc(100% - 41.4rem);
    padding-right: 5rem;
}
.page3_text .section_title{
    margin-bottom: 2.7rem;
}
.page3_text .section_title h2{
    font-family: InterSemiBold, sans-serif;
}
.page3_text p {
    margin-bottom: 0;
    font-size: 1.47rem;
    line-height: 1.25;
}
.p2_right {
    position: absolute;
    top: -20.3rem;
    right: 0;
    width: 13.714rem;
    z-index: 1;
}
.p3_right {
    position: absolute;
    right: 0;
    bottom: 0.7rem;
    width: 23.5rem;
    z-index: 1;
}
.p3_left {
    position: absolute;
    left: 0;
    top: -0.4rem;
    width: 25.643rem;
    z-index: 1;
}
.p3_bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.p3_bg img{
    height: 100%;
}
.p3_bg2{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.p3_bg2 img{
    height: 100%;
}

#shop-page #box-4{
    background-color: #FFF1E3;
}
#shop-page #box-4 .section_title h2{
    padding-left: 0;
}
#shop-page .q_item {
    margin-left: -0.6rem;
    border-color: #225E2F!important;
    padding-top: 2.07rem;
    width: calc(100% + 3.4rem);
    padding-bottom: 2.07rem;
}
.box2_text_box{
    transition: all 0.5s;
}
.q_item:hover .box2_text_box, .q_item.open .box2_text_box{
    opacity: 0.5;
}
#shop-page  #box-5{
    background-color: #FFF1E3;
    padding-top: 1.7rem;
    padding-bottom: 15.6rem;
    background-image: none;
}
#shop-page .form-control2 {
    border-bottom: 1px solid #225E2F;
    background-color: transparent;
    width: 100%;
    color: #225E2F;
    padding: 0.3rem 0;
    font-size: 1.13rem;
}
#shop-page .form-control2::placeholder{
    color: #225E2F;
}
#shop-page .box5_form {
    width: 44.3rem;
    margin: 0 auto;
    margin-top: 3.6rem;
    border: 1px solid #225E2F;
    border-radius: 15px;
    padding: 3.4rem 4.7rem;
    padding-bottom: 1.7rem;
}
#shop-page .form-group {
    margin-bottom: 2.2rem;
}
.box1_iphone{
    position: absolute;
    top: 3.3rem;
    left: 17.6rem;
    width: 20.5rem;
}
#shop-page .box5_form .text-center {
    margin-top: 3.6rem;
}

#shop-page .box5_form .btn_submit{
    border-color: #225E2F;
    color: #225E2F;
    padding: 0.4rem 1.4rem;
}
.sh1 {
    position: absolute;
    left: 0;
    top: 2.6rem;
    width: 21.571rem;
}
#shop-page .box3_right_img {
    top: 16.4rem;
}
#shop-page .box4-left2 {
    top: -1.4rem;
}
.sh2 {
    position: absolute;
    right: 0;
    top: -1.8rem;
    width: 19.929rem;
}
.sh3{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 39.929rem;
    z-index: 3;
    pointer-events: none;
}
.sh4{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78.429rem;
    z-index: 1;
}
.sh5{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 137.143rem;
}
#shop-page .footer{
    z-index: 1;
    background-color: rgba(34, 94, 47, 0.2)
}
#shop-page header:not(.shadow) *{
    color: white;
}
#shop-page header:not(.shadow) .btn_green{
    border-color: white;
}
#shop-page .footer *{
    color: white;
}
.modal .modal__block {
    background-color: transparent!important;
    color: white;
    width: 84.5rem;
    border-radius: 10px;
    padding: 2.5rem 8.4rem;
    overflow: hidden;
}
.modal__block:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #2D5035;
    opacity: 0.9;
}
.modal_rel{
    position: relative;
    z-index: 1;
}
.modal .modal__block h4 {
    font-size: 1.357rem;
    text-align: center;
    padding: 0;
    margin: 1.5rem 0;
    margin-bottom: 2.8rem;
    /* color: #404040; */
    letter-spacing: 0.8px;
    font-family: InterSemiBold, sans-serif;
}
.modal{
    background-color: transparent;
}
.modal__layer{
    /*background: rgba(49, 91, 59, 0.6);*/
    /*opacity: 0.6;*/
    background: rgba(255,255,255,0.6);
}
.form_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.close{
    z-index: 3;
    right: 1rem;
    top: 1rem;
}
.close:before, .close:after{
    background-color: white;
}
.form_row input {
    font-family: InterRegular, sans-serif;
    width: 45.6%;
    background-color: transparent;
    border-bottom: 1px solid white;
    padding: 0.2rem 0;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: white;
}
.form_row input::placeholder{
    color: white;
}
.modal button{
    font-family: InterSemiBold, sans-serif;
    margin-top: 1.5rem;
    background: transparent;
    border: 2px solid white;
    padding: 0.5rem 1.7rem;
    border-radius: 5px;
    font-size: 1.286rem;
    color: white;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.modal button:hover{
    background-color: white;
    color: #225E2F;
}
#modal-success-msg .modal__block {
    width: 37rem;
    padding: 3.5rem 1rem;
    padding-bottom: 2.4rem;
}
input{
    border-radius: 0;
}