@media screen and (max-width: 375px) {
    .header {
        padding: 5px;
        width: 100%;
    }

    .main{
        padding-top: 40px !important;
    }
    .main .content{
        max-width: 327px;
    }
    .main .content h1{
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        text-align: left;
        justify-content: flex-start;
        line-height: 42px;
    }
    .nav {
        font-size: 10px;
    }

    .subscribe-button {
        font-size: 12px;
    }

    .review-text {
        max-width: 94%;
        text-align: center;
    }

    .footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        margin-bottom: 10px;
    }

    .subscription-benefits .content-grid .card{
        max-width: 350px;
        margin: auto;
    }

    .subscription-benefits .content-grid .central-block .per{
        width: 301px;
    }

    .subscription-benefits .content-grid .central-block .ellipse{
        top: 155px;
    }
    .central-image button {
        top: 411px;
    }
    .results .result-small div{
        min-width: none;
    }
    .footer-logo{
        margin: 10px;
    }
    .result-small {
        width: 90%;
    }
    .content-grid .card{
        max-width: 95%;
    }
    .content-grid{
        margin: 0 60px;
    }
    .results .result-small div {
        min-width: 312px;
        width: 100%;
        margin: 0;
        padding: 10px 10px;
        line-height: 22px;
        font-size: 16px;
    }
    .contact-section{
        min-height: 756px;
        padding-top: 80px;
        padding-bottom: 118px;
    }
    .contact-form{
        max-width: 328px;
        width: 100%;
        padding: 20px 16px;
    }
    .contact-form input{
        max-width: 312px;
        padding: 16px 10px;
    }
    .contact-form textarea{
        padding: 16px 2px;
    }
    .contact-content h2{
        font-weight: 500;
        font-size: 32px;
        line-height: 48px;
        color: #1D2E57;
        text-align: left;
        padding: 0 24px;
    }
    .contact-content p{
        padding: 0 24px;
        color: rgba(101, 114, 146, 1);
    }
    .f_object{
            position: absolute;
            right: -8px;
            top: 297px;
            width: 445px;
            height: 464px;
    }

    .f_object4 {
        position: absolute;
        right: 21px;
        top: 328px;
    }
    .f_object3 {
        position: absolute;
        right: 622px;
        top: 721px;
        left: 18px;
    }
    .f_object5 {
        display: none;
    }
    .f_object6 {
        display: block;
        position: absolute;
        top: 286px;
        z-index: 9;
        right: 19px;
    }
    .sub{
        position: absolute !important;
        left: 24px !important;
        top: 30px !important;
    }
    .person {
        overflow: hidden !important;
        z-index: 3 !important;
        position: relative !important;
        right: -72px !important;
        top: 39px !important;
    }
    .highlight span{
        font-size: 40px;
        line-height: 39px;
    }
    .hh{
        display: flex;
        flex-direction: column;
    }
    .subscribe-button{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .header {
        padding: 10px;
        width: 100%;
    }

    .nav {
        font-size: 12px;
    }

    .main h1 {
        font-size: 18px;
    }

    .main p {
        font-size: 14px;
    }

    .subscribe-button {
        font-size: 14px;
    }
    .review-text {
        max-width: 94%;
        text-align: center;
    }

    .footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        margin-bottom: 20px;
    }
    .result-small {
        width: 90%;
    }
    .content-grid .card{
        max-width: 95%;
    }
    .content-grid{
        margin: 0 60px;
    }
}

@media screen and (max-width: 541px) {
    .review-text {
        max-width: 94%;
        text-align: center;
    }
    .content-grid .card{ 
        max-width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .contact-section{
        width: 100%;
        flex-wrap: wrap;
    }

    .slider-track {
        transform: none; 
        display: grid;
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    }
  
    .slide {
        width: 100%;
        min-width: 584px;
    }
    
  
    .slider-btn {
      position: static; 
      margin: 10px 5px; 
      display: inline-block; 
      border-radius: 5px;
    }
  
    .slider-container {
      padding: 10px; 
      max-width: 80%;
    }
  
    .slider-buttons{
        justify-content: center;
        display: flex;
    }
    .review-button {
      text-align: center; 
      border-radius: 50%;
    }
    .nav {
        align-items: flex-start;
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0px 4px 9.8px 6px #E3E3E357;
        padding: 20px;
    }
  
    .nav.active {
        display: flex;
    }
  
    .burger-menu {
        display: block;
        margin-left: auto;
    }
  
    .header-container {
        justify-content: space-between;
    }
  
    .header-left {
        flex-direction: row;
        align-items: center;
    }

    .main {
        padding: 10px;
        text-align: center;
    }

    .image img {
        max-width: 100%;
    }

    .contact-block {
        width: 100%;
        font-size: 14px;
    }

    .subscribe-button {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    
    .review-button {
        text-align: center;
        border-radius: 50%;
   }
    .prev-btn, .next-btn {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        width: 38px;
        height: 38px;
        align-items: center;

   }

   .review-text{
        max-width: 94%;
        text-align: center;
   }
    .result-small {
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        gap: 12px;
    }

    .footer-logo{
        margin: 10px;
    }


    .nav a {
        font-size: 14px;
    }

    .main {
        padding: 10px;
        text-align: center;
    }

    .contact-block {
        width: 100%;
        font-size: 14px;
    }

    .result-small{
        justify-content: center;
        width: 90%;
        gap: 12px;
    }
  
    .block-heading{
        flex-wrap: wrap;
    }
    .content-grid {
        grid-template-columns: 1fr; 
        grid-template-areas: 
            "card1"
            "card2"
            "card3"
            "card4"  
            "central";
    }
}

@media screen and (max-width: 950px){
    .content-grid {
        grid-template-columns: 1fr; 
        grid-template-areas:
        "card1"
        "card4"
        "card2"
        "card3"
        "central";
        max-width: 95%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .contact-section{
        display: flex;
        flex-direction: column;
    }

    .content .highlight{
        flex-wrap: wrap;
    }

    .f_object2{
        bottom: -34px;
    }

    .f_object3 {
        position: absolute;
        right: 622px;
        top: 650px;
        left: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .header-left{
        flex-direction: row-reverse !important;
        padding: 8px 16px 8px 6px
    }

    .header-right{
        padding: 8px 10px;
    }
    .burger-menu {
        display: block !important;
    }
  
    .burger-menu {
        display: block !important;
    }
  
    .header-container{
      display: flex;
      flex-direction: row !important;
    }
    .nav .burger{
      display: flex !important;
      align-items: center;
    }
    .con{
      display: none !important;
    }
    .nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0px 4px 9.8px 6px #E3E3E357;
        padding: 20px;
        transition: opacity 0.3s ease;
    }
  
    .nav.active {
        display: flex;
        background-color: #FFF;
        top: 100px;
        text-align: center;
        align-items: center;
        z-index: 999;
    }
    .object6{
        display: none;
    }
    .content{
        margin: 0;
    }
    .nav {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .main {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }


    .contact-block {
        width: 100%;
        align-items: flex-start;
    }

    .review-text {
        max-width: 94%;
        text-align: center;
    }

    .result-small {
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        gap: 12px;
    }
    .footer-logo{
        margin: 10px;
    }

    .sec{
        flex-wrap: wrap;
        text-align: left;
    }

    .slider-container{
        max-width: 80%;
    }

    .faq-container{
        max-width: 90%;
    }
    .f_object5{
        display: none;
    }
    .central-content{
        margin-bottom: 90px;
    }
    .stock-slider__container{
        display: none;
    }

    .reviews{
        display: block;
    }
}

@media screen and (max-width: 1250px){
    .main{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .person {
        overflow: hidden;
        z-index: 3;
        position: relative;
        right: -73px;
        top: 13px;
    }
    .vector {
        top: 65px;
    }
    .object1 {
        position: absolute;
        top: 259px;
        z-index: 2;
        left: 0;
    }
    .object2 {
        position: absolute;
        top: 78px;
        z-index: 1;
        left: -75px;
    }
    .object3{
        display: none;
    }

    .object4 {
        position: absolute;
        top: 205px;
        z-index: 1;
        left: -23px;
    }
    .object5 {
        position: absolute;
        left: 179px;
        top: 130px;
    }
    .sub{
        left: 96px;
        position: absolute;
        z-index: 3;
        top: 0;
    }
    .object6 {
        position: absolute;
        left: 248px;
        top: 86px;
        z-index: 2;
    }

    .review-text {
        max-width: 94%;
        text-align: center;
    }
    .result-small {
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        gap: 12px;
    }
}

@media screen and (max-width: 1258px){
    .object6{
        display: none;
    }
}

@media screen and (min-width: 1280px) {
    .header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .header-right .contact-block {
        width: 67% !important;
    }
    
    .nav {
        width: auto;
    }

    .main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .object6{
        display: none;
    }
}

@media screen and (max-width: 1455px){
    .slider-container{
        max-width: 80%;
    }
}

@media screen and (min-width: 1920px) {
    

    .nav {
        width: auto;
    }

    .main {
        width: 80%;
        margin: 0 auto;
    }

    .object6{
        display: none;
    }

}

@media screen and (max-width: 500px) { 
  .content-grid {
    grid-template-columns: 100%;
    }
    
    .title {
        font-size: 32px;
        line-height: 39px;
    }
    .subscription-benefits {
        max-width: 100%;
    }

    .faq-title {
        font-size: 40px; 
        line-height: 48px;
    }
    .faq-container{
        padding: 0 30px;
    }
    .per {
        width: 100%;
    }
    .contact-form > input, .contact-form > textarea {
        max-width: 80%;
        margin: 20px 16px;
        margin: 8px;
        padding-left: 20px;
    }
    .contact-form {
        margin: 20px 16px 20px 16px;
        padding: 0;
        max-width: 90%;
    }
    .contact-section {
        padding: 0;
        min-height: 920px;
    }
    input[type="text"] {
        margin-top: 20px;
    }
    .contact-section {
        min-height: 900px;
    }
    .f_object2 {
        bottom: 0px;
        z-index: 9;
        max-width: 150px;
        right: 0;
    }
    .button-text p {
        padding-bottom: 20px;
    }
    .contact-content {
        margin: 0 20px;
        width: auto;
    }
    .contact-content h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .content {
        margin: 15px;
    }
    .main h1 {
        font-size: 40px;
        text-align: left;
    }
    


    .object6 {
        display: block;
        position: absolute;
        left: 98px;
        top: 26px;
        z-index: 1;
    }


    .object1 {
        position: absolute;
        top: 259px;
        z-index: 2;
        left: 0;
        width: 200px;
    }

    .sub {
        left: 20px;
        position: absolute;
        z-index: 3;
        top: 0;
    }

    .object5 {
        position: absolute;
        left: 89px;
        top: 130px;
        z-index: 1;
        width: 67px;
    }
    .subscribe-button.laptop {
        display: none;
    }
    .subscribe-button.mobile {
        display: flex;
        margin: 0;
        z-index: 5;
        position: absolute;
        bottom: 20px;
    }
    .contact-section > div {
        display: block;
    }
     .slide {
        width: 100%;
        min-width: 365px;
    }
    .slider-track {
        padding: 20px 0;
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    }
}

@media screen and (min-width: 800px) {
    .seo {
        position: absolute;
        right: 0;
        top: 110px;
    }    
    .contact-content {
        padding: 90px;
    }
} 

@media screen and (max-width: 698px){
    .slide {
        width: 100%;
        min-width: 524px;
    }
    .contact-section > div {
        margin-bottom: 82px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 630px){
    .slide {
        width: 100%;
        min-width: 476px;
    }
}

@media screen and (max-width: 590px) {
    .slide {
        width: 100%;
        min-width: 443px;
    }
}

@media screen and (max-width: 581px) {
    .slide {
        width: 100%;
        min-width: 445px;
    }
}
@media screen and (max-width: 587px) {
    .slide {
        width: 100%;
        min-width: 441px;
    }
}

@media screen and (max-width: 348px){
      .slide {
        width: 100%;
        min-width: 236px;
    }
}

@media screen and (max-width: 460px) {
    .slide {
        width: 100%;
        min-width: 340px;
    }
}

@media screen and (max-width: 421px) {
    .slide {
        width: 100%;
        min-width: 302px;
    }
}

@media screen and (max-width: 375px) {
    .slide {
        width: 100%;
        min-width: 273px;
    }

    .f_object2 {
        bottom: -20px;
    }
}

@media screen and (max-width: 335px) {
    .slide {
        width: 100%;
        min-width: 237px;
    }
}

@media (max-width: 799px) and (min-width: 501px) {
    .contact-section > div {
        display: flex;
        margin-bottom: 82px;
    }
}

@media (max-width: 1189px) and (min-width: 894px) {
    .contact-section > div {
        display: flex;
        margin-bottom: 56px;
    }
    .f_object2 {
        position: absolute;
        z-index: 10;
        right: -33px;
        bottom: -34px;
    }
    
}

@media (max-width: 343px) and (min-width: 261px) {
    .contact-section > div {
        display: block;
        margin-bottom: 82px;
    }
}

@media (min-width: 1250px) and  (max-width: 1340px){
    .seo{  
		position: static;
		display: flex;
		justify-content: flex-start;
	}	     
}