* {
    padding: 0;
    margin: 0;
}

.container {
    width: 1440px;
    height: 4291px;
    margin: 0 auto;
}

.main {
    width: 1440px;
    height: 72px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0px 4px 12px 0px rgba(207, 207, 207, 0.25);
    background: var(--white, rgba(255, 255, 255, 1));
}

.main .seedra {
    width: 97px;
    height: 21px;
}

.main .a {
    width: 463px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none;
    color: black;

}

.a a {
    text-decoration: none;
    color: rgba(112, 115, 124, 1);
}

.bir {
    width: 108px;
    height: 25px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
}

.main .if {
    width: 56px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8;


}

.main .ilova {
    width: 24px;
    height: 24px;
}

.main button {
    width: 285px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 71px;
    background: white;
    text-align: center;
}

.main .search_img {
    width: 24px;
    height: 24px;
    margin: 10px;
    text-align: center;
    margin-left: 20px;
}

.main .search {
    width: 47px;
    height: 25px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
    margin: 10px;
}

.main .search_div {
    width: 87px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16;


}

.main .serdechka_karzinka {
    width: 24px;
    height: 24px;
}

.main .sk {
    width: 72px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 34;
}

.seedra_fon {
    width: 1110px;
    height: 455px;
    border-radius: 24px;
    background: var(--light_geen, rgba(234, 241, 235, 1));
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seedra_text {
    width: 650px;
    height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    margin-bottom: 100px;


}

.seedra_text h1 {
    width: 650px;
    height: 108px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -5%;
    text-align: left;
    margin-left: 50px;
    margin-top: 20px;
}

.seedra_text p {
    width: 560px;
    height: 84px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    margin-left: 50px;

}

.seedra_photo {
    width: 340px;
    height: 400px;
    background: url(seedra_photo.png);

}

.summa {
    width: 100px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 30px;
}

.sb_buttons {
    width: 300px;
    height: 90px;
    justify-content: space-around;
    display: flex;
    margin-bottom: 500px;
    gap: 10px;
    font-style: 15px;
    align-items: center;
}

.summa h3 {
    width: 132px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: left;
}

.sb_buttons .sb {
    width: 300px;
    height: 51px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 33px 11px 33px;
    border-radius: 8px;
    background: var(--green_brand, rgba(53, 151, 64, 1));
    border: none;
}

.sb_buttons .sb2 {
    width: 300px;
    height: 51px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 33px 11px 33px;
    border-radius: 8px;
    background: var(--white, rgba(255, 255, 255, 1));
    border: none;
}

.sp_main {
    width: 1110px;
    height: 80px;
    border-radius: 12px;
    background: rgba(255, 230, 46, 0.09);
    margin: 3px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp_main .sp {
    background: url(sp.png);
    width: 200px;
    height: 80px;
    border-radius: 8px;
}

.sp_main .sp2 {
    width: 200px;
    height: 80px;
    background: url(sp2.png);
    border-radius: 8px;
}

.sp_main h4 {
    width: 153px;
    height: 32px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.5px;
    letter-spacing: -2%;
    text-align: left;
}

.sp_main p {
    width: 459px;
    height: 29px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 178.19%;
    letter-spacing: -3.5%;
    text-align: left;
}

.our_products {
    width: 1440px;
    height: 1357px;
    margin: 0 auto;
    display: inline-block;
    justify-content: space-around;
}

.op_main {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 600px;
    margin-left: 80px;
}

.op_text {
    width: 226px;
    height: 54px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -5%;
    text-align: left;
    justify-content: start;
    gap: 100px;
    margin-bottom: 10px;
}

.op {
    width: 155px;
    height: 51px;
    display: flex;
    font-size: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 11px 33px 11px 33px;
    box-sizing: border-box;
    border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: var(--white, rgba(255, 255, 255, 1));
    margin-top: 40px;
    justify-content: end;
    margin-right: 150px;
    color: green;
    margin-bottom: 10px;
}

.op2 {
    width: 1109px;
    height: 72px;
    display: inline-block;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: 160px;
    gap: 20px;
}


.op2 button img {
    width: 28px;
    height: 28px;
}

.op2 .b {
    width: 110px;
    height: 72px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.op2 .b2 {
    width: 144px;
    height: 72px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.op2 .b3 {
    width: 128px;
    height: 72px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.op2 .b4 {
    width: 187px;
    height: 72px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.op2 .b5 {
    width: 148px;
    height: 72px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.op2 .b6 {
    width: 157px;
    height: 72px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.op2 .b7 {
    width: 163px;
    height: 72px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.reklama {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-left: 160px;
    margin-right: 200px;
}

.ri {
    width: 350px;
    height: 512px;
    box-sizing: border-box;
    border: 2px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: white;
}

.ri img {
    width: 294px;
    height: 294px;
    border-radius: 12px;
}

.ir_text p {
    width: 200px;
    height: 50px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -4%;
    text-align: left;
    margin-left: 20px;
}

.ir_text h4 {
    width: 88px;
    height: 54px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 28px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: left;
    margin-left: 20px;
    margin: 20px;
}

.our_blog {
    width: 1440px;
    height: 793px;
    margin: 0 auto;
}

.our_s_main_major {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.our_s_main {
    display: grid;
    justify-content: start;
}

.our_s_main_bolasi {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ob_main {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 600px;
    margin-left: 80px;
}

.ob_text {
    width: 226px;
    height: 54px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -5%;
    text-align: left;
    justify-content: start;
    gap: 100px;
    margin-left: 40px;

}

.ob {
    width: 165px;
    height: 51px;
    display: flex;
    font-size: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 11px 33px 11px 33px;
    box-sizing: border-box;
    border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 8px;
    background: var(--white, rgba(255, 255, 255, 1));
    margin-top: 40px;
    justify-content: end;
    margin-right: 150px;
    color: green;
    gap: 10px;
}

.our_s {
    width: 730px;
    height: 300px;
    border-radius: 12px;
    background: var(--light_geen, rgba(234, 241, 235, 1));
    display: flex;
    justify-content: space-between;
    margin-left: 150px;
}

.our_text {
    width: 401px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-left: 20px;
    margin-top: 20px;
}

.our_text h4 {
    width: 372px;
    height: 63px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.5px;
    letter-spacing: -2%;
    text-align: left;
}

.our_text p {
    width: 401px;
    height: 70px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
}

.our_text button {
    width: 106px;
    height: 51px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10;
    padding: 11px 33px 11px 33px;
    color: var(--green_brand, rgba(53, 151, 64, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 178.19%;
    letter-spacing: -3.5%;
    text-align: left;
    border: none;
    background: white;
    border-radius: 12px;
}

.our_img {
    width: 294px;
    height: 300px;
}

.our_s4 {
    width: 350px;
    height: 600px;
    border-radius: 12px;
    background: lightgray;
    margin-right: 190px;
}

.our_text3 {
    margin-left: 20px;
    margin-top: 20px;
    gap: 15px;
}

.our_text3 .p2 {
    width: 69px;
    height: 25px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
}

.our_text3 p {
    width: 306px;
    height: 75px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
}

.our_text3 h4 {
    width: 306px;
    height: 63px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.5px;
    letter-spacing: -2%;
    text-align: left;
}

.our_text3 button {
    width: 106px;
    height: 51px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10;
    padding: 11px 33px 11px 33px;
    color: var(--green_brand, rgba(53, 151, 64, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 178.19%;
    letter-spacing: -3.5%;
    text-align: left;
    border: none;
    border-radius: 12px;
}

.our_img4 {
    width: 267px;
    height: 366px;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 50px;
    margin-left: 83px;
    border-radius: 12px;
}

.our_s2 {
    width: 350px;
    height: 300px;
    border-radius: 12px;
    background: lightgray;
    overflow: hidden;
    margin-left: 150px;
}

.our_text2 {
    margin-top: 20px;
    margin-left: 20px;
    gap: 15px;
}

.our_text2 p {
    width: 69px;
    height: 25px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
}

.our_text2 h4 {
    width: 286px;
    height: 63px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.5px;
    letter-spacing: -2%;
    text-align: left;
}

.our_text2 button {
    width: 106px;
    height: 51px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10;
    padding: 11px 33px 11px 33px;
    color: var(--green_brand, rgba(53, 151, 64, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 178.19%;
    letter-spacing: -3.5%;
    text-align: left;
    border: none;
    border-radius: 12px;
}

.our_s3 {
    width: 350px;
    height: 300px;
    border-radius: 12px;
    background: lightgray;
    overflow: hidden;
}

.our_img2 {
    width: 230px;
    height: 230px;
    background: rgba(196, 196, 196, 1), ;
    margin-top: 10px;
    margin-left: 150px;
}

.our_s_main2 {
    display: flex;
    justify-content: end;
}

.clients_say {
    width: 1440px;
    height: 622px;
    margin: 0 auto;
    background: darkmagenta;
}

.cards {
    width: 1440px;
    height: 622px;
    margin: 0 auto;
    overflow: hidden;
}

.cards h2 {
    width: 336px;
    height: 54px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -5%;
    text-align: left;
    margin-left: 550px;
}

.card_3taligi {
    height: 650px;
    width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 540px;
    height: 347px;
    box-sizing: border-box;
    border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 12px;
    box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.25);
    background: var(--white, rgba(255, 255, 255, 1));
    margin-right: 80px;
    margin-bottom: 100px;
}

.img_text {
    display: flex;
    margin-top: 35px;
    margin-left: 34px;
}

.card_img {
    width: 64px;
    height: 64px;
}

.psan {
    width: 198px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    margin-top: 20px;
}

.text2 {
    margin-left: 34px;
    margin-top: 10px;
}

.text2 p {
    width: 467px;
    height: 140px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 10px;
}

.text2 span {
    width: 116px;
    height: 24px;
}

.card2 {
    width: 540px;
    height: 347px;
    box-sizing: border-box;
    border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 12px;
    box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.25);
    background: var(--white, rgba(255, 255, 255, 1));
    opacity: 0.5;
}

.img_text2 {
    display: flex;
    margin-top: 35px;
    margin-left: 34px;
}

.card_img2 {
    width: 64px;
    height: 64px;
}

.psan2 {
    width: 198px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    margin-top: 20px;
}

.text3 {
    margin-left: 34px;
    margin-top: 10px;
}

.text3 p {
    width: 467px;
    height: 140px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 10px;
}

.text3 span {
    width: 116px;
    height: 24px;
}

.card3 {
    width: 540px;
    height: 347px;
    box-sizing: border-box;
    border: 1px solid var(--light_grey_stroke, rgba(239, 239, 239, 1));
    border-radius: 12px;
    box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.25);
    background: var(--white, rgba(255, 255, 255, 1));
    opacity: 0.5;
    margin-right: 70px;
}

.dots {
    width: 1200px;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 50px;
}

.dots .dot {
    width: 60px;
    height: 8px;
    background-color: rgba(77, 181, 81, 0.4);
    border-radius: 10px;
}

.dots .active {
    width: 60px;
    height: 8px;
    background-color: rgb(31, 120, 28);
}

.end {
    width: 1440px;
    height: 658px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.end_text {
    margin-left: 100px;
    gap: 40px;
}

.end_text h3 {
    width: 500px;
    height: 108px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -5%;
    text-align: left;
}

.end_text p {
    width: 521px;
    height: 364px;
    color: var(--text_primary, rgba(31, 37, 51, 1));
    font-family: Lexend;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 30px;
}

.end_img {
    width: 600px;
    height: 600px;
    margin-right: 100px;
}

.tugad {
    width: 1440px;
    height: 172px;
    box-shadow: 0px -7px 80px 0px rgba(189, 189, 189, 0.25);
    background: var(--white, rgba(255, 255, 255, 1));
}

.atugad {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.t1 {
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    text-decoration: none;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 20px;
}

.t2 {
    color: var(--green_brand, rgba(53, 151, 64, 1));
    text-decoration: none;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 500;
    line-height: 178.19%;
    letter-spacing: -3.5%;
    text-align: left;
    margin-top: 20px;
}

.t1_img {
    width: 125px;
    height: 27px;
    margin-top: 20px;
}

.tugad hr {
    width: 1107px;
    height: 0;
    border: 1px solid var(--green_brand, rgba(53, 151, 64, 1));
    opacity: 0.3;
    margin: 0 auto;
    margin-top: 30px;
}

.tugad_rl {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tugad_right {
    margin-right: 900px;
    margin-top: 20px;
}

.tugad_left {
    justify-content: end;
    margin-top: 20px;
}

.tugad_right img {
    width: 24px;
    height: 24px;
}

.tugad_left p {
    width: 124px;
    height: 25px;
    color: var(--text_secondary, rgba(112, 115, 124, 1));
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 178.19%;
    letter-spacing: 0%;
    text-align: left;
}