html {
    font-size: 1.85rem; /* Default font size */
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width:100%;
    width: 100%;
    /* margin: 0 auto; */
    
}
body >div,section {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
.gray {
    color: #797979;
}


html {
    scroll-behavior: smooth;
}
a {
    outline: none;
    border: none;
}
* {
    transition-duration: .3s;
    box-sizing: border-box;
/* border: 1px solid red; */
    font-family: 'Inter', sans-serif;
}

p {
    font-family: 'Inter', sans-serif;
}

::selection {
    background-color: #ffd36b; /* Yellow color */
    color: white; /* Optional: Set the text color */
}
#home {
    position: absolute;
    top: 0;
}
section {
    padding: 0 5rem;
    width: 100%;
    height: 100vh;

    position: relative;
}

.first-vector {
    position: absolute;
    top: 0;
    left: -20%;
    z-index: -1;
}

.second-vector {
    position: absolute;
    bottom: 0;
    right: -20%;
    z-index: -1;
}

.no-top-margin {
    margin-top: 0;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 0.4rem 1rem;

    background: #FFC740;

    border-radius: .3rem;

    color: black;

    font-size: 0.9rem;
}
.button_back {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
   max-width: 342px;
   width: 100%;
   height: 59px;

    background: #FFC740;

    border-radius: .3rem;

    color: black;

    font-size: 24px;
    margin-top: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_back a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button a:hover {
    color: black;
}
/* .button:hover {
    background: #ff9900;
} */

.button_back a:hover {
    color: black;
}
a:hover {
    color: #ff9900;

    cursor: pointer;
}

li:hover {
    color: #ff9900;

    cursor: pointer;
}

.button img {
    width: 0.8rem;
    height: 0.8rem;
}

h1, h2 {
    font-family: "Benzin", sans-serif;
    font-weight: 700;

    font-size: 2.5rem;
    line-height: 100%;
}

h3 {
    line-height: 100%;
    font-weight: bold;
    font-size: 1.3rem;
}

p {
    line-height: 100%;
    font-size: 0.9rem;
    font-weight: 100;
}

.header {
    position: fixed;
    width: 100%;
left: 0;
top: 0;
    z-index: 100;

    background: rgba(255, 255, 255, 0.64);

    backdrop-filter: blur(50px); /* Cool blur effect */
    -webkit-backdrop-filter: blur(15px); /* Safari support */
}

.header__body {
    display: flex;

    width: 100%;

    padding: 0px 5rem;
    justify-content: space-between;
}

.header__logo {
    width: 119px;
    height: 80px;
transform: scale(0.8);
    cursor: pointer;
}

.header__right {
    display: flex;
    gap: 5rem;

    justify-content: center;
    align-items: center;
}

.header__ul {
    display: flex;
    gap: 1.5rem;

    font-size: 0.8rem;
}
.header__ul li a {
    font-size: 19px;
    transition: color 0.3s ease;
}

.header__ul li a.active {
    color: #ff9900;
}
.first__section {

    height: auto !important;
    margin-bottom: 300px;
    margin-top: 300px;
    padding: 0 200px;

}

.first__section .first {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;

    position: relative;
}

.first__left {
    
    position: relative;
}

.first__arrow {
    position: absolute;
    height: 15rem;

    left: -3rem;
    top: 1.8rem;
}

.first__arrow_left {
    position: absolute;
    display: none;
    height: 15rem;
    left: 99%;
    top: 12.8rem;
    width: 100px;

}
.first__content {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.first__title {
    position: relative;
    font-size: 70px;
    max-width: 629px;
}
.first__title h1 {
    font-size: 70px;
    max-width: 629px;
    width: 100%;
}
.first__content p {
   color: #000000B2;
   font-weight: 400;
   font-size: 16px;
   max-width: 237px;
   width: 100%;
}

.first__glyph {
    width: 10rem;
    position: absolute;
    bottom: -1rem;
}

.first__right {
    position: absolute;
    width: 1042px;

    right: 0;
}

.second__content {
    /* height: 100vh; */
    height: auto;
    gap: 43px !important;
    margin-top: 103px;
    max-width: 789px;
}



.second__content {
    z-index: 5;

    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.second__right_low {
    display: none;
}
.second__title {
max-width: 789px;
width: 100%;
}
.second__title h2 {
 font-size: 64px;
    line-height: 60px !important;
    width: 100%;
}
.second__right {
   width: 700px;
height:690px;
 
}
.second__content > p {
    max-width: 590px;
}
.third__section {
    height: 100vh;
    padding:  0 200px !important;
    margin-top: 100px;
}

.third {
    position: relative;
}

.third__phone {
    position: absolute;
    left: 0;

    width: 30%;

    object-fit: cover; /* Crop and scale the video */
    transform-origin: center; /* Center the zoom effect */
}

.third__right {
    position: absolute;
    right: 0;

    width: 70%;

    text-align: center;

    display: flex;
    flex-direction: column;
    gap: 5rem;
    top: 300px;
}
.third__right h2 {
    font-size: 64px;
    color: #111111;
    max-width: 790px;
    width: 100%;
}
.third__img {
    position: absolute;
}

.third1 {
    width: 389px;
   height: 364px;
   right: -100px;
}

.third2 {
    width: 389px;
   height: 364px;
    left: -3rem;
    top: 100px;
}

.third3 {
    width: 660px;
    right: 0;
    top: 180px;
}

.third_p {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.third__button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fourth__section {
    /* height: 120vh; */
    margin-top: 205px;
    height: auto !important;
}

.fourth {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fourth__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 2rem;
    text-align: center;

    width: 70%;
}


.fourth__steps {
    display: flex;
    justify-content: center;
    align-items: center;
max-width: 1028px;
width: 100%;
    gap: .5rem;
}

.fourth__step {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: start;
    flex-direction: column;

    padding: 2rem 1.5rem;

    border-radius: 2rem;

    height: 19rem;

    position: relative;

    width: 13rem;
}

.fourth__step p {
    z-index: 2;
}

.fourth1 {
    background: #FFF1CF;
}

.fourth2 {
    background: #FFDD8B;
}

.fourth3 {
    background: #FFC740;
}

.fourth__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    position: absolute;
    bottom: 5.5rem;
}

.fourth__img img {
    width: 8rem;
    right: 0;
}
.fourth__container h2 {
    font-size: 64px;
}
.fourth__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 1rem;
}

.fifth__section {
    height: auto;
    margin-top: 200px !important;
    padding: 0 200px !important;
}

.fifth {
    display: flex;
    justify-content: start;
    align-items: center;

    position: relative;
}

.fifth__left {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;

   height: auto !important;
}

.fifth__top {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;

    gap: 3rem;
    position: relative;
}

.fifth__left p {
    width: 27rem;
}
.fifth__left a {
    margin-top: 109px;
}
.fifth__left h2 {
    font-size: 64px;
    max-width: 969px;
}

.fifth__right {
    width: 668px;
    position: absolute;
    right: 0;
}

.fifth__arrow {
    width: 13rem;
    position: absolute;
    bottom: -29%;
   left:35%;
}
@media (max-width:1693px) {
    .fifth__arrow {
        width: 13rem;
        position: absolute;
        bottom: -29%;
       left:40%;
    }
}
.sixth__section {
    height: auto;
margin-top: 250px !important;
    padding-bottom: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sixth {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.sixth__container {
    width: 80%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

.sixth__top {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 2rem;
}
.sixth__top h2 {
    font-size: 64px;
}

.sixth__contacts {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 216px) 466px;
    justify-content: center;
    gap: 10px;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.sixth__cell {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #F4F4F4;
    border-radius: 2rem;
    padding: .3rem 1rem;
    height: 100%;
}

.sixth__cell img {
    width: 8rem;
}

.sixth__cell p {
    font-size: 1rem;
}

.sixth__cell.yellow {
    background: #FFC740;
}

.sixth__cell.yellow.padding{
    padding: 2rem;
    text-align: center;
    align-items: center;
    justify-content: flex-start;

    position: relative;

    height: 100%;
    width: 100%;
}

.sixth__cell.yellow.padding p {
    max-width: 254px;
    width: 100%;
    text-align: start;
}

.sixth__cell.yellow.padding img {
    position: absolute;

    right: -2rem;
    top: 24px;
 width: 20rem;
}

.sixth1 {
    height: 242px;
    width: 233px;
}

.sixth2 {
    height: 242px;
    width: 233px;
}

.sixth3 {
    height: 242px;
    width: 503px;
}

.sixth__bottom_title {
    visibility: hidden;
    text-align: center;
       }
    
.sixth__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
    margin-top: 110px;
}

.sixth__reviews {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
    max-width: 947px;
}

.review {
    display: flex;
    flex-direction: column;

    justify-content: start;
    align-items: start;

    gap: 1rem;

    background: #FFF1CF;

    padding: 1.5rem;

    border-radius: 2rem;

flex: 1 1;

    height: 17rem;
}

.review__top {
    display: flex;
    justify-content: start;
    align-items: start;

    width: 100%;
    gap: .5rem;
}

.review__left {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-shrink: 0;
}

.review__left img{
    width: 2rem;
}

.review__right {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;

    gap: .2rem;
}

.review__rate {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: .3rem;
}

.review__p {
   width: 100%;
}
.seventh__top h2 {
    font-size: 64px;
}
.seventh__top .gray {
    font-size: 24px;
    margin-top: 20px;
}
.seventh__right_low {
    display: none;
}
.seventh__section {
    display: flex;
    max-width: 1519px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.seventh_bottom {
    background-color: #1B1B1B;
    width: 100%;
    border-bottom-left-radius: 57px;
    border-bottom-right-radius: 57px;
    padding: 100px ;
}
.seventh {
    height: auto;

    background: #1B1B1B;

    border-radius: 57px !important;
    /* border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; */

    color: white;
    display: flex;
    justify-content: start;
    align-items: center;

    position: relative;

    padding:100px !important;
}
/* .seventh__section .button {
    margin-top: 136px;
} */
.pag {
    background-color: #FFC740;
    width: 50px;
    height: 99px;
    border-radius: 63px;
    flex-shrink: 0;
}
.seventh_bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
}
.items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.item {
flex: 1 1 234px;
max-width: 324px;
min-width: 0;
width: 100%;
display: flex;
flex-direction: column;
}
.item .main_info {
    border-radius: 57px;
    background-color: #F4F4F4;
    padding: 18px;
    padding-bottom: 30px;
}
.item .button_more {
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 57px;
    padding: 18px;
    text-align: center;
    margin-top: 19px;
    
}
.item .button_more h1 {
    font-size: 20px !important;
}
.item .main_info .img_box {
    width: 100%;
    height:312px;
    background-color: #D2D2D2;
    border-radius:39px;
    margin-bottom: 19px;
}
.item .main_info h1 {
    font-size: 24px !important;
    margin-bottom: 5px;

}
.item .main_info h2 {
    font-size: 20px !important;
    color: #000000;
    font-family: Inter;
}
.item .main_info p {
    font-size: 18px !important;
    margin-top: 8px;
    width: 100%;
}
.seventh__left {
    display: flex;

    justify-content: start;
    align-items: start;

    flex-direction: column;

    width: 55%;
    height: 100%;

    gap: 6rem;
}

.seventh__top {
    display: flex;
    justify-content: center;
    align-content: center;

    flex-direction: column;

    gap: 1rem;

    position: relative;
}

.seventh__arrow {
    width: 15rem;

    position: absolute;

    bottom: -5rem;
    left: 16rem;
}
.seventh_bottom h2 {
    color: white;
    font-size: 64px;
}
.seventh__right {
    position: absolute;
    width: 39rem;
    right: 99px;
    top: 50px;
}

footer {

    width: 100%;
    display: flex;
    justify-content: start;


    flex-direction: column;

    background: #1B1B1B;

    padding: 68px 5rem;

    color: white;

    gap: 3rem;

    height: 15rem;
    margin-top: 180px;
  padding-bottom: 100px !important; 
  /* transform: translateY(100px); */
/*   
     border-bottom-left-radius: 57px; 
     border-bottom-right-radius: 57px;   */

}

.footer__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:0.7px solid #ADADAD;
    padding-bottom: 38px;
}

.footer__logo {
    width:197px;
    height: 121px;
}

.footer__links {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-row-gap: 27px;
   grid-column-gap: 32px;

}
.footer__links a {
    font-size: 24px;
    color: #E0E0E0;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer__bottom p {
    color: #ADADAD;
    font-size: 20px;
}
.footer__left {
    text-align: start;
}

.footer__right {
    text-align: end;
}

@media (max-width: 1920px) {
    .third1 {
        width: 289px;
       height: 264px;
       right: 00px;
    }
    
    .third2 {
        width: 289px;
       height: 264px;
        left: -3rem;
        top: 100px;
    }
    
    .third3 {
        width: 560px;
        right: 0;
        top: 180px;
    }
}
/* Large screens */
@media (max-width: 1800px) {
    html {
        font-size: 1.4rem; /* Adjust for medium-large screens */
    }
    .first__right {
        width: 700px;
    }
    .second__right {
        width: 700px;
        height: 600px;
    }

    
}


@media (max-width: 1550px) {
    .fifth__right {
        width: 468px;
    }
    html {
        font-size: 1.2rem; /* Adjust for medium-large screens */
    }

    .first__title h1 {
     font-size: 50px;   
    }
    .second__title h2 {
        font-size: 50px;   
       }
    .first__right {
        width: 800px;
    }
    .first-vector {
        position: absolute;
        top: 0;
        left: -50%;
        z-index: -1;
    }
    
    .second-vector {
        position: absolute;
        bottom: 0;
        right: -50%;
        z-index: -1;
    }
    .first__section {
        padding: 0 2rem;
    }
    .second__section {
        padding: 0 2rem !important;
    }
    .third__section {
        padding: 0 2rem !important;
    }
    .fifth__section {
        padding: 0 2rem !important;
    }
    .third__section {
        height: 200vh;
    }

    .third {
        display: flex;
        flex-direction: column-reverse;

        justify-content: center;
        align-items: center;

        gap: 5rem;
    }

    .third__phone {
        position: static;
        width: 25rem;
    }

    .third__right {
        position: static;

        gap: 1rem;

        width: 100%;
    }

    .third1 {
        
        width: 119px;
        height: 119px;
    }

    .third2 {
       width: 97px;
       height: 83px;
       top: 100px;
       left: 10px;
    }

    .third3 {
        width: 118px;
        height: 88px; 
        top: 238px !important;
        right: 10%;
    }
}


@media (max-width: 1300px) {
    .footer__links {
       display: none;
    }
    .first__section {
        margin-bottom: 100px;
        margin-top: 0;
    }
    .seventh_bottom {
        display: none;
    }
    .seventh {
        border-radius: 57px !important;
    }
    html {
        font-size: 1rem; /* Adjust for medium-large screens */
    }
    .first__title {
        max-width: 200px;
    }
    .second__title {
        max-width: 200px;
    }
    .fourth__container h2 {
        font-size: 44px;
    }
    .seventh__top >h2 {
        font-size: 44px !important;
    }
    .seventh__right {
        display: none;
    }
    .seventh__right_low {
        display: block;
    }
    .third__right h2 {
        font-size: 44px !important;
    }
    .fifth__top h2 {
        font-size: 33px;
    }
    .fifth__arrow {
        bottom:-60%;
    }
    .fifth__top p {
       max-width: 478px;
       width: 100%;
    }
    .first__title h1 {
        font-size: 40px;   
       }
       .second__title h2 {
        font-size: 35px;   
        line-height: 35px !important;
       }
       .first__right {
           width: 600px;
       }
       .second__right {
        width: 500px;
        height: 490px;
       }
}

@media (max-width: 1100px) {

    .sixth__contacts {
        grid-template-columns: repeat(2, 1fr) 2fr;
    }

    html {
        font-size: 1.3rem; /* Adjust for medium-large screens */
    }
    section {
        height: 110vh;
    }
    h2 {
        font-size: 2rem;
    }

    /* .header__body {
        padding: 1rem 2rem;
    } */

    .header__nav {
        display: none;
    }

    .footer__links {
        display: none;
    }

    section {
        padding: 0 2rem;
    }

    .first {
        justify-content:start;
    }

    /* .first__right {
        width: 10rem;
        top: 17rem;
        right: 3rem;
    } */

    .second__left {
        width: 100%;
    }

    .second__title {
        width: 100%;
    }

    .second__right {
       width: 300px;
       height: 290px;
    }

   .sixth__bottom_title {
visibility: visible;
   }

   

    .fourth__steps {
        flex-direction: column;
        gap: .5rem;
        height:auto !important;
    }
    .fourth__step {
      width: 100%;
    }

    .fifth__left {
        gap: 3rem;
        height: auto;
    }

    .fifth__arrow {
        display: none;
    }

    .fifth__left h2 {
        width: 100%;
    }
    .sixth__top h2 {
        font-size: 33px;
    }

    .fifth__left p {
        width: 100%;
    }

    .fifth__right {
        width:300px;
        top: 12rem;
        right: 0;
    }

    .fifth__section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .sixth__container {
        width: 100%;
    }



    .sixth__reviews {
        flex-direction: column;

        width: 100%
    }

    .review {
        width: 100%;
        height: auto;
    }

    .review__p {
        width: 100%;
    }

    .seventh {
        flex-direction: column;
        height: auto;
    }

    .seventh__arrow {
        display: none;
    }

    .seventh__left {
        width: 100%;
    }

    .seventh__right {
        width: 6rem;
        right: 5rem;
        bottom: 5rem;
    }


    .sixth__cell.yellow.padding img {
        width: 7rem;
        top: auto;

        bottom: 0;
    }
}

@media (max-width: 980px) {
    .sixth__contacts {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
    }

    .sixth3 {
        grid-column: 1 / 3;
        grid-row: 1;
        width: 100%;
    }

    .sixth6 {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .sixth1 {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
        height: auto;
    }

    .sixth2 {
        grid-column: 2;
        grid-row: 3;
        width: 100%;
        height: auto;
    }

    .sixth4 {
        grid-column: 1;
        grid-row: 4;
    }

    .sixth5 {
        grid-column: 2;
        grid-row: 4;
    }
}

@media (max-width: 844px) {
    .fifth__right {
        width: 168px;
    }
    .first__right {
        display: none;
    }
}
/* Tablets and small laptops */
@media (max-width: 768px) {
    .third_p {
        max-width: 258px !important;
    }
    .third__right h2 {
        max-width: 350px !important;
    }
    .fourth__section {
        margin-top: 340px !important;
    }
    footer {
        padding: 1rem 2rem;
    }

    .footer__logo {
        width: 4rem;
    }

    html {
        font-size: 1.3rem;
    }

    .first__right {
        display: none;
    }

    .fifth__left {
        width: 100%;
    }

    .second__right {
        display: none;

    }
    .second__right_low {
        display: block;
        width: 300px;
        height: 290px;
    }


.third1 {
top: 20px;
}
.third2 {
    top: 250px;
}

    .sixth__section {
        height: auto;
  
    }

    .sixth__contacts {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        -webkit-align-items: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .sixth__cell {
        border-radius: 1rem;
    }

    .sixth__cell.yellow.padding {
        padding: 1rem;

        grid-column: span 2;

        
    }

    .sixth3 {
        grid-column: span 2;
    }

    .sixth6 {
        grid-column: span 2;
    }

    /* .sixth__cell.sixth4 {
        display: none;
    }

    .sixth__cell.sixth5 {
        display: none;
    }


    .sixth6 {
        display: none;
    } */

    .seventh {
        border-radius: 1rem;
        padding: 1.5rem;

        text-align: center;    
    }

    .seventh__left {
        gap: 3rem;
    }

    .seventh__left button {
        width: 100%;
    }


    .seventh__right {
        padding-top: 1rem;
        position: static;

        display: none;
    }
}
@media (max-width:613px) {
    .fifth__top p {
        max-width: 178px;
        width: 100%;
     }
}
@media (max-width:768px) and (max-height:826px) {
.third__section {
    margin-top: 100px;
}
}
@media (max-width: 580px) {
    .sixth__cell.yellow.padding p {
     
        width: 50% !important;
    }
    .seventh {
        padding-inline: 20px !important;
    }
    .sixth__reviews {
        padding: 0 44px;
    }
    .sixth__review {
        height: 358px !important;
        flex: auto;
    }
    .sixth__cell.yellow.padding img {
        bottom: 2rem !important;
    }

    .header__body {
        border-bottom: 0.4px solid #FAB71870;
    }
        .header__body {
        padding: 2px 3rem;
    }
    .header__button  {
        padding: 1px  10px !important;
        font-size: 12px;
    }
    .header__logo {
        height: 42px;
        width: 50px;
    }
    .first__arrow_left {
        display: block;
    }
    .third1 {
right: -20px;
top: 130px;
}
.third2 {
    top:130px;
    left: 0;
    }
    .third3 {
        right: -10px;
        top:300px !important;
    }
}


    .button {
        border-radius: .6rem;
        padding: .8rem 2rem;
    }

    footer {
        height: 100%;
    }

    footer p {
        font-size: 1rem;
    }

    footer button.button {
        padding: .5rem 1rem;
        font-size: 24px;

        border-radius: .5rem;
    }

    .first {
        justify-content: start;
        align-items: start;
        margin-top: 150px;
    
    }

    html {
        font-size: 0.75rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    p {
        font-size: 1.7rem;
    }

    .fourth__step p {
        font-size: 1.7rem;
    }

    .button {
        font-size: 1.7rem;
    }

    .first__section {
        height: 100vh;
    }

    .first__arrow {
        display: none;
    }

    .second__section {
        height:auto;
        padding: 0 200px;
        margin-top: 100px;
    }
    .second__section .first {
       display: flex;
       align-items: center;
       justify-content: space-between;
    }
    .second__content {
        justify-content: center;
    }
    .third__right { 
        align-items: center;
        justify-content: center;
        gap: 51px !important;
    }
.third_p  {
    max-width: 590px;
    width: 100%;
}
    .third__section {
        height: 80rem;
    }

 

    .fourth__container {
        width: 100%;
    }

    .fourth__steps {
        width: 100%;
        height: 521px;
    }

    .fourth__img{
        width: 100%;
        position: static;
    }

    .fourth__img img {
        width: 20rem;
    }

    .fourth__steps {
        gap: 3rem;
    }

    .fourth__step {
      flex: 1 1;
        height: 100%;
        border-radius: 5rem;

        padding: 4rem;

        gap: 2rem;
    }
.fourth__bottom p {
    max-width: 838px;
}
    .fourth__step h3 {
        font-size: 2.5rem;
    }





    .sixth__cell {
        padding: .5rem;

        border-radius: 3rem;
    }

    .sixth__cell p {
        font-size: 2rem;
    }

    .sixth__cell.yellow.padding {
        padding: 3.9rem 2rem;
        border-radius: 3.5rem;
    }

    .sixth__cell.yellow.padding img {
        width: 15rem;
        bottom: 1rem;
    }


    .sixth__cell.sixth1 {
        border-radius: 4rem;
        
    }

    .sixth__cell.sixth1 img {
       width: 100%;
    }

    .sixth__cell.sixth2 {
        border-radius: 4rem;
    }

    .sixth__cell.sixth2 img {
        width: 100%;
    }

    .sixth__cell.yellow.padding p {
        width: 80%;
    }

    .sixth__contacts {
        gap: 2rem;
    }

    .sixth__container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        gap: 2rem;
    }

    

    .seventh__section {
        height: auto;
        padding: 0;
        justify-content: end;
    }

    .seventh {
        border-top-left-radius: 3.5rem;
        border-top-right-radius: 3.5rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 4rem 2rem;
    }

    section {
        height: 60vh;
    }

    .sixth__reviews {
        gap: 2rem;

    }

    .review {
        border-radius: 4rem;

        padding: 2rem 3rem;

        gap: 2rem;

        height: 30rem;
    }

    .review__left img {
        width: 4rem;
    }

    .review__right h3 {
        font-size: 2.5rem;
    }


@media (max-width: 420px) {
    .first__title h1 {
        font-size: 36px;
    }
    .first__arrow_left {
        display: none;
    }
    html {
        font-size: .7rem;
    }
  
}

@media (max-width: 380px) {
    html {
        font-size: .6rem;
    }

    .sixth__reviews {
        padding: 0 44px;
    }
}