body,html{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
*{
    font-family: 'text';
}
footer{
    /* background-color: #3040D3; */
    background-color: rgb(111, 219, 61);
    display: flex;
    justify-content: center;
}
.mini_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
}
.mini_footer h3{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
.footer_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 80px;
}
.footer_info{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.footer_info p{
    color: #fff;
    font-size: 15px;
    line-height: 150%;
}
.mini_block_footer{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.address {
    color: #fff;
    line-height: 25px;
}

.address a {
    text-decoration: none;
    color: inherit;
}

.mini_block_footer img{
    height: 30px;
    width: fit-content;
    margin-right: 10px;
}
.mini_block_footer span{
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}
.footer_block form{
    width: 34%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.footer_block form label{
    font-size: 14px;
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer_block form input{
    width: 95%;
    padding-left: 5%;
    border-radius: 30px;
    border: 0.96px solid #BFBFBF;
    height: 40px;
    margin-bottom: 15px;
}
.footer_block form button{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
 
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}
.green_bg {
  display: inline-block;
  background-color: green;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  line-height: normal;
  appearance: none;     
  -webkit-appearance: none;
  -moz-appearance: none;


}
.reviews_container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.reviews_block{
    position: relative;
    width: 60%;
    height: fit-content;
    padding: 30px;
    border-radius: 20px;
    border: 1.28px solid rgb(111, 219, 61);;
    box-shadow: 0px 0px 16.87px 0px #3040D345;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.block_work{
    width: 600px;
    align-items: center;
    text-align: center;
}
.block_work .im{
    width: 100%;
}
.block_work h3{
    font-size: 24px;
    font-weight: 700;
    /* color: #3141D3; */
    color: rgb(111, 219, 61);
    margin-bottom: 0px;
}
.block_work a{
    width: 150px;
    height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #67C959;
font-size: 18px;
border-radius: 5px;
text-decoration: none;
}
.reviews_block p{
    color: #000;
    font-weight: 500;
    font-size: 16;
    line-height: 150%;
}
.reviews_block h4{
    color: #000;
    font-weight: 700;
    font-style: italic;
    font-size: 18;
}
.prev_arrow{
    position: absolute;
    z-index: 2;
    height: 50px;
    width: fit-content;
    left: -25px;
    top: 40%;
    cursor: pointer;
}
.prev_arrow_works{
    position: absolute;
    z-index: 2;
    height: 50px;
    width: fit-content;
    left: -25px;
    top: 40%;
    cursor: pointer;
}
.next_arrow{
    position: absolute;
    z-index: 2;
    height: 50px;
    width: fit-content;
    right: -25px;
    top: 40%;
    cursor: pointer;
}
.next_arrow_works{
    position: absolute;
    z-index: 2;
    height: 50px;
    width: fit-content;
    right: -25px;
    top: 40%;
    cursor: pointer;
}
.pereponka{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}
.pereponka .perep-3{
    width: 50%;
    height: 2px;
    background-color: rgb(111, 219, 61);
}
.pereponka .perep-4{
    width: 20%;
    height: 2px;
    background-color: rgb(111, 219, 61);
}
.pereponka .perep-1{
    width: 20%;
    height: 2px;
    background-color: rgb(111, 219, 61);
}
.pereponka .perep-2{
    width: 70%;
    height: 2px;
    background-color: rgb(111, 219, 61);
}
.pereponka p{
    font-size: 18px;
    font-weight: 500;
    color: rgb(111, 219, 61);
    text-align: center;
}
.gp_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
margin-bottom: 100px;
}
.app_container{
    background-color: #f5f5f5;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/background-blue.png);
    background-size: cover;
    background-position-y: center;
    padding-top: 200px;
    padding-bottom: 100px;
}
.app_container img{
    width: 50%;
    height: fit-content;
}
.gp_container img{
    width: 50%;
    height: fit-content;
}
.gp_container a{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-weight: 500;
    background: rgb(111, 219, 61);
    box-shadow: 0px 0px 17.01px 0px #00000038;
    border-radius: 20px;
    box-shadow: 2.01px 12.69px 12.85px 0px rgb(111, 219, 61) inset;
    box-shadow: -2.01px -12.69px 12.85px 0px rgb(111, 219, 61) inset;
    margin-bottom: 70px;
    
}
.app_container a{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(111, 219, 61);
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 170px;
}
.app_types_container{
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
}
.app_types_block{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.app_type{
    width: 36%;
    padding: 3%;
    height: fit-content;
    border-radius: 20px;
    background-color: #fff;
    padding-top: 50px;
}
.app_type .img_icon_block{
    width: 100%;
    display: flex;
    justify-content: center;

}
.img_icon_block img{
    height: 70px;
    width: fit-content;
}
.app_type h3{
    font-size: 26px;
    font-weight: 600;
    color: rgb(111, 219, 61);
    width: 100%;
    text-align: center;
}
.app_type p{
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 150%;
}
.app_type p b{
    font-weight: 500;
}
.big_phone_container{
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}
.big_phone_block{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.big_phone_block img{
    width: 30%;
    height: fit-content;
}
.info_big_phone{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info_big_phone p{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.info_big_phone p span{
    font-size: 24px;
    font-weight: 600;
    /* color: #3040D3; */
    color: rgb(111, 219, 61);
}
.info_big_phone .small_p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 170%;
}
.head-blokc{
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E1E4E8
}
.blokc-1{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blokc-1 img{
    width: 250px;
}
.text-1{
    display: flex;
    align-items: center;
}
.text-1 a{
    text-decoration: none;
    font-size: 14px;
    color: #24292E;
    font-weight: 700;
    margin-left: 15px;
    margin-right: 15px;
}
.head-blokc-2{
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url(../img/fon1.png);
    padding-bottom: 30px;
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
.blokc-2{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
}
.text-2{
    display: flex;
    flex-direction: column;
}
.text-2 h1{
    /* color: #3040D3; */
    color: rgb(111, 219, 61);
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0;
}
.text-2 h2{
    /* color: #3040D3; */
    color: rgb(111, 219, 61);
    font-size: 70px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
}
.text-2 h3{
    color: #000000;
    font-size: 50px; 
    font-weight: 800;
    margin-top: 0; 
}
.text-2 a{
    /* background: linear-gradient(180deg, #3040D3 0%, #152292 100%); */
    background: rgb(111, 219, 61);
    color: white;
    border-radius: 3px;
    width: 120px;
    height: 40px;
    text-transform: capitalize;
    border: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.blokc-2 img{
    width: 300px;
}
.text-2 a:hover{
    cursor: pointer;
    background: #75D966;
}
.purchase_container{
    width: 100%;
    display: flex;
    justify-content: center;
}
.purchase_block{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.purchase_block h4{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;

}
.purchase_block p{
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin-bottom: 60px
}
.purchase_block p span{
  /* color: #4E35F1; */
  color: rgb(111, 219, 61);
}
.purchase_form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.purchase_left{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.purchase_left p{
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin-bottom: 10px;
    width: 60%;
}
.purchase_left img{
    width: 60%;
    height: fit-content;
}
.purchase_form form{
    width: 40%;
    padding: 3%;
    border: 1.17px solid #67C959;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
}
.purchase_form form label{
    font-size: 18px;
    color: #000;
    font-weight: 300;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}
.purchase_form form input{
    width: 98%;
    padding-left: 2%;
    height: 50px;
    border: 1.17px solid #67C959;
    border-radius: 20px;
    font-size: 16px;
    color: grey;
    margin-bottom: 15px;
}
.purchase_form form button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #67C959;
    color: #fff;
    font-size: 20px;
    border: none;
    height: 50px;
    cursor: pointer;
}
.purchase_form form p{
    font-size: 14px;
    margin-bottom: 0px;
}
@media (max-width: 900px) {
    .purchase_form{
        flex-direction: column;
        align-items: center;
    }
    .purchase_left{
        width: 100%;
    }
    .purchase_left img{
        width: 300px;
        margin-bottom: 30px;
    }
    .purchase_form form{
        width: 300px;
    }
    .block_work{
        width: 300px;
    }
    .blokc-1{
        flex-direction: column;
    }
    .text-1{
        flex-direction: column;
    }
    .blokc-2{
        flex-direction: column-reverse;
    }
    .text-2 h1{
        font-size: 25px;
    }
    .text-2 h2{
        font-size: 35px;
    }
    .text-2 h3{
        font-size: 25px;
    }
    .big_phone_block{
        flex-direction: column;
        align-items: center;
    }
    .big_phone_block img{
        width: 200px;
    }
    .info_big_phone{
        width: 60%;
    }
    .app_types_block{
        flex-direction: column;
        align-items: center!important;
        justify-content: center;
    }
    .app_type{
        width: 70%;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
    .pereponka .perep-3{
        width: 30%;
    }
    .app_container img{
        width: 90%;
    }
    .gp_container img{
        width: 70%;
    }
    .app_container a{
        font-size: 20px;
        margin-bottom: 100px;
    }
    .app_container{
        padding-top: 100px;
    }
    .reviews_container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer_block{
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .footer_info{
        width: 90%;
    }
    .footer_block form{
        width: 90%;
    }
    .pereponka .perep-1{
        width: 20%;
    }
    .pereponka .perep-2{
        width: 40%;
    }
    
}
@media (max-width: 600px) {
    .info_big_phone{
        width: 90%;
    }
    .app_type{
        width: 100%;
    }
    .gp_container img{
        width: 90%;
    }
    .gp_container a{
        font-size: 20px;
    }
}
@media (max-width: 400px) {
    .footer_info{
        width: 100%;
    }
    @media (max-width: 768px) {
.prev_arrow_works,
.next_arrow_works {
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}


@media (max-width: 768px) {
  .prev_arrow_works,
  .next_arrow_works {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
.prev_arrow,
.next_arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 768px) {
  .prev_arrow,
  .next_arrow {
    width: 24px;
    height: 24px;
  }
}

}

  
}

