@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body{
    direction: ltr;
    font-family: 'Reddit Sans', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
}

  

  
.priceHeare{
    margin: 20px 0px;
}
.priceHeare span{
    font-size: 20px;
}
.input-btn__fielditem{
    display: block;
    width: 100%;
    padding: 14px 17px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-btn__fielditem{
    border: 2px solid #ced4da;
    border-radius: 0px;
    padding: 14px 17px;
    width: 100%;
}
            .navigation {
            display: flex;
            flex-direction: row;
            gap: 33px;
            padding: 17px 0;
        }


        .logo-tip {
            display: flex;
            flex-direction: row;
            gap: 14px;
            align-items: center;
        }
        
        .logo-tip-link {
            text-decoration: none;
            color: inherit;
        }

        .logo-tip-img {
            width: 41px;
            height: auto;
        }

        .logo-tip-txt {
            font-size: 30px;
            color: black;
            margin: 0;
        }

        .n-tion-list {
            flex: 1;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: row;
            justify-content: end;
            align-items: center;
            gap: 20px;
            list-style: none;
        }

        .n-tion-item {
        }

        .n-tion-link {
            text-decoration: none;
            font-size: 18px;
            color: black;
        }

        .home {
            background-image: linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            position: relative;
            background-size: cover;
            background-position: center center;
            overflow: hidden;
            height: 600px;
        }

        .home:before {
            content: '';
            position: absolute;
            bottom: 0%;
            right: 0%;
            width: 0;
            border-style: solid;
            border-width: 0px 0 253px 2000px;
            border-color: transparent transparent #fff transparent;
        }

        .home-bg-op{
            height: 100%;
            background-color: #1C1124;
        }

        .home-content {
            display: flex;
            flex-direction: row;
            gap: 46px;
            height: 100%;
            align-items: center;
        }

        .home-txt {
            position: relative;
        }

        .home-title {
            margin-bottom: 100px;
            font-size: 28px;
            color: #ffffff;
            text-transform: uppercase;
            text-align: start;
            font-weight:  600;
        }

        .link-btn {
            text-decoration: none;
        }

        .home-btn {
            width: 100%;
            font-size: 25px;
            margin: 0;
        }

        .home-vector {
           position: relative;
        }

        .home-vector img {
            width: 100%;
            height: 100%;
        }

        .how-work-n-main {
            display: flex;
            flex-direction: column;
        }

        .how-work-section {
            padding: 82px 0;
        }

        .how-work-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }

        .how-work-list {
            display: flex;
            flex-direction: row;
            gap: 20px;
            justify-content: center;
        }

        .how-work-item {
            text-align: center;
            padding: 20px  25px;
            border-radius: 20px;
            transition: .3s;
            flex: 1;
        }

        .how-work-item:hover {
            box-shadow: 0 7px 20px rgba(0,0,0,.1);
            transform: translateY(-2px);
        }

        .how-work-wrap {
            background-image:  linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            display: inline-block;
            margin-bottom: 17px;
            padding: 2px;
            border-radius: 50%;
        }

        .how-work-pic {
            min-width: 90px;
            background: #fff;
            border-radius: 50%;
            padding: 25px;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .how-work-pic i {
            font-size: 40px;
            background-image:  linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            -webkit-background-clip: text!important;
            -webkit-text-fill-color: transparent;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .how-work-item:hover .how-work-wrap  .how-work-pic {
            background-image:  linear-gradient( to left, #0081B4 0%,  #F99417 85%);
        }

        .how-work-item:hover .how-work-wrap  .how-work-pic i {
            background: #fff;
        }

        .wrapp__how-work-txt {
        }

        .wrapp__how-work-txt p {
            font-size: 21px;
            color: black;
            margin: 0;
        }

    
        .main-section {
            display: flex;
            flex-direction: row;
            gap: 25px;
            align-items: center;
            padding: 82px 0;

        }

        .main-s-img {
            width: 50%;
            display: flex;
        }

        .m-s-img {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            object-fit: contain;
            height: 385px;
        }

        .main-s-text {
            padding: 0  28px;
            width: 50%;
        }

        .m-s-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }

        .m-c-txt {
            font-size: 25px;
        }

        .services-bg {
            background-image: linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            background-size: cover;
            background-position: center center;
            overflow: hidden;
            height: auto;
            width: 100%;
        }

        .services-bg-op {
            height: auto;
            background-color: #1C1124;
        }

        .service-section {
            padding:  82px 0;
        }

        .service-s-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: #ffffff;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }

        .service-s-block {
            display: flex;
            flex-direction: row;
            gap: 20px;
            justify-content: center;
        }

        .service-s-card {
            width: calc(100% / 4);
            display: flex;
            flex-direction: column;
            background: #fff;
            text-align: center;
            border-radius: 20px;
            transition: .3s;
             box-shadow: -20px 25px 25px -20px #0000007a;
        }

         .service-s-card:hover {
            transform: scale(1.05);
        }

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

        .service-img {
            max-width: 100%;
            height: 339px;
            object-fit: contain;
            border-radius:  20px 20px 0 0;
        }

        .wrapp__service-s-text {
            padding: 25px 17px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .wrapp__service-s-text a {
            text-decoration: none;
        }

        .s-s-title {
            margin-bottom: 8px;
            font-size: 21px;
            text-align: start;
            color: black;
        }

        .s-s-txt {
            margin-bottom: 14px;
            font-size: 14px;
            text-align: start;
        }

        .service-btn {
            width: 100%;
            font-size: 15px;
            padding: 14px;
            margin: 0 auto;
        }

        .reviews-bg {
            background-color:#0A91AB;
        }

        .reviews {
            padding-top: 52px;
            padding-bottom: 52px;
        }

        .review-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }

        .rev-item-wrap {
            display: flex;
            flex-direction: column;
        }

        .bi-chat-quote-fill {
            margin-top:  20px;
            display: block;
            text-align: center;
            font-size:  100px;
            background-image:  linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .rev-avatar {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .avatar-img {
            width: 132px;
            margin-right: auto;
            margin-left: auto;
            border-radius: 50%;  
            border: 5px solid rgba(255,255,255,0.3);
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .wrapp__rev-text {
            margin: 0 14px;
            text-align: center;
            padding-top: 22px;
            padding: 20px  52px;
        }

        .rev-comment {
            margin-bottom: 22px;
            font-size:  20px;
            color: inherit;
        }

        .rev-person {
            font-size:   21px;
            font-weight: 600;
            margin-botom: 22px;
            color: inherit;
            text-transform: uppercase;
            margin: 0;
        }

        .slick-slide {
            height: auto;
        }

        .slick-prev {
            left: -80px;
        }

        .slick-next {
            right: -80px;
        }

        .slick-prev:before {
            content: '<';
            background: #e2e2e2;
            color: initial;
            font-size: 46px;
            padding: 0 17px 9px;
            border-radius: 17px;
        }

        .slick-next:before {
            content: '>';
            background: #e2e2e2;
            color: initial;
            font-size: 46px;
            padding: 0 17px 9px;
            border-radius: 17px;
        }

        .slick-prev:hover:before, .slick-next:hover:before {
            background-image:  linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            color: #fff;
        }

        .slick-prev {
            left: -10px;
        }

        .slick-next {
            right: -10px;
        }

     

        .q-a-section {
            padding: 82px 0;
        }

        .q-a-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }

        .accordion-item {
            margin-bottom: 20px;
            border: none;
            background: #f3f3f3;
            border-radius: 20px !important;
        }

        .accordion-header {
            position: relative;
            display: block;
            width: 100%;
            background: 0 0;
            cursor: pointer;
            border: none;
            padding:  46px;
            color: #575757;
        }

        .accordion-button, .accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed) {
            border: none;
            color: black;
            background-color: initial;
            font-size: 21px;
        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-body {
            padding: 0 41px 41px;
            color: #575757;
            font-weight: 600;
        }

        .article-bg {
            background-color:#0A91AB;
            padding: 82px 0;
        }

        .article-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }

        .article-block {
            display: flex;
            flex-direction: row;
            gap: 20px;
        }

        .article-wrap {
            width: calc(100% / 2 - 10px);
            display: flex;
            flex-direction:  row;
            gap: 20px;
        }

        .art-card {
            width: calc(100% / 2 - 10px);
            border-radius: 14px;
            overflow: hidden;
            transition: .3s;
            box-shadow: 0 14px 17px rgba(0,0,0,.1);
            display: flex;
            flex-direction: column;
        }

        .art-card:hover {
            box-shadow: 0 14px 17px rgba(0,0,0,.2);
        }

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

        .article-img {
            width: 100%;
            height: 339px;
            object-fit: cover;
            border-radius:  14px 14px 0 0;
            transition: all .5s;
        }

        .art-card:hover .article-img  {
            transform: scale(1.1);
        }

        .wrapp__article-b-text {
            padding: 41px 17px 17px;
            background: #fff;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .wrapp__article-b-text a {
            text-decoration: none;
        }

        .a-b-title {
            font-size: 21px;
            font-weight: 600;
            color: #222;
            text-align: start;
            margin-bottom: 17px;
        }

        .a-b-txt {
            padding-bottom: 20px;
            border-bottom: 2px solid #f7f7f7;
            margin-bottom: 0;
            color: #748182;
        }

        .btn-data {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 17px;
        }

        .article-btn {
            margin-top: 17px;
            font-size: 15px;
            padding: 14px;
            width: 100%;
        }

        .form-section {
            padding: 82px 0;
        }

        .form-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }
          
        .card {
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 350px;
            width: 70%;
            flex-direction: column;
            gap: 28px;
            background: #e3e3e3;
            box-shadow: 17px 17px 32px #c8c8c8,
                  -17px -17px 32px #fefefe;
            border-radius: 0px;
            padding: 52px 20px 46px;
        }
          
        .wrapp__inputBox {
            position: relative;
            width: 65%;
        }
          
        .wrapp__inputBox input {
            width: 100%;
            padding: 14px;
            outline: none;
            border: none;
            color: #000;
            font-size:  21px;
            background: transparent;
            border-left: 2px solid #000;
            border-bottom: 2px solid #000;
            transition: 0.1s;
            border-bottom-left-radius: 0px;
        }
          
        .wrapp__inputBox span {
            margin-top: 5px;
            position: absolute;
            left: 0;
            transform: translateY(-5px);
            margin-left: 14px;
            padding: 14px;
            pointer-events: none;
            font-size: 12px;
            color: #000;
            text-transform: uppercase;
            transition: 0.5s;
            letter-spacing: 2px;
            border-radius: 0px;
        }
          
        .wrapp__inputBox input:valid~span,
          .wrapp__inputBox input:focus~span {
            transform: translateX(113px) translateY(-17px);
            font-size: 0.8em;
            padding: 5px 14px;
            background: #000;
            letter-spacing: 0.2em;
            color: #fff;
            border: 2px;
        }
          
        .wrapp__inputBox input:valid,
          .wrapp__inputBox input:focus {
            border: 2px solid #000;
            border-radius: 0px;
        }
          
        .enter {
            height: 45px;
            width: fit-content;
            border-radius: 5px;
            border: 2px solid #000;
            cursor: pointer;
            background-color: transparent;
            transition: 0.5s;
            text-transform: uppercase;
            font-size: 20px;
            letter-spacing: 0;
            margin-bottom: 1em;
        }
          
        .enter:hover {
            background-color: rgb(0, 0, 0);
            color: white;
        }

        .footer-bg {
            background-color:#1C1124;
            padding-top: 82px;
        }

        .footer {
            display: flex;
            flex-direction: row;
            gap: 20px;
        }
        .footer a {
            word-break: break-all;
        }
       

        .footer-logo-txt {
            color: #fff;
        }

        .politic {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .spesial-link {
            color: #fff;
            font-size: 21px;
            text-decoration: none;
        }

        .spesial-link:hover {
            text-decoration: underline;
        }

        .contacts {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .num, .mail, .adress, .ogrn  {
            color: white;
            text-decoration: none;
            transition: all 0.5ms;
            font-size: 21px;
            margin-bottom: 0;
            
            
        }
        .num:hover,.mail:hover{
            color: #f5d2d2;
        }
        
        .num i, .mail i, .adress i, .ogrn i {
            margin-right: 14px;
        }

        .contacts-title {
            font-size: 30px;
            color: #fff;
            margin: 0;
        }

        .footer-bottom{
            margin-top: 20px;
            border-top: solid 2px #f3f3f3;
            display: flex;
            justify-content: center;
        }

        .footer-bottom p {
            padding-top: 20px;
            padding-bottom: 46px;
            color: #fff;
            font-size: 18px; 
        }

        .content-page {
            display: flex;
        }

        .content-page-title {
            margin-bottom: 100px;
            font-size: 29px;
            color: black;
            text-transform: uppercase;
            text-align: center;
            font-weight:  600;
        }

        .content-page-info {
            display: flex;
            flex-direction: row;
            gap: 25px;
            align-items: center;
            padding: 82px 0;
        }

        .c-p-info-img {
            width: 50%;
            display: flex;
        }

        .c-p-i-img  {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            object-fit: contain;
            height: 385px;
        }

        .wrapp__c-p-i-text {
            padding: 0  28px;
            width: 50%;
        }

        .c-p-i-txt {
            font-size: 25px;
        }

        :root {
            --star-size: 29px;
            --star-color: rgb(156, 156, 156);
            --star-background: #0A91AB;
        }
        
        .Stars {
            text-align: center;
            --percent: calc(var(--rating) / 5 * 100%);
            font-size: var(--star-size);
            font-family: Times;
            line-height: 1;
            margin-bottom: 25px;
        }
        .Stars::before {
            content: '✶✶✶✶✶';
            letter-spacing: 5px;
            background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .contact-list {
            display: flex;
            flex-direction: row;
            gap: 20px;
            justify-content: center;
            padding:  82px 0;
        }

        .contact-item {
            text-align: center;
            padding: 20px 25px;
            border-radius: 20px;
            transition: .3s;
            flex: 1;
        }

        .contact-wrap {
            background-image:  linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            display: inline-block;
            margin-bottom: 17px;
            padding: 2px;
            border-radius: 50%;
        }

        .contact-pic {
            min-width: 90px;
            background-image:  linear-gradient( to left, #0081B4 0%,  #F99417 85%);
            border-radius: 50%;
            padding: 25px;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .contact-pic  i {
            font-size: 33px;
            background: #fff;
            -webkit-background-clip: text!important;
            -webkit-text-fill-color: transparent;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .contact-txt {
            display: flex;
            flex-direction: column;
            gap: 20px;
            justify-content: center;
        }
       
        .contact-txt p ,.contact-txt a{
            font-size: 21px;
            color: black;
            margin: 0;
            text-decoration: none;
        }

        .navbar {
            flex: 1;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: row;
            justify-content: end;
            align-items: center;
            gap: 20px;
        }
        
        .navbar a {
            float: left;
            font-size: 18px;
            color: black;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }
        
        .dropdown {
            float: left;
        }
        
        .dropdown .dropbtn {
            font-size: 18px;    
            border: none;
            outline: none;
            color: black;
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }
        
        .navbar a:hover, .dropdown:hover .dropbtn {
            background-color: black;
            color: white;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            max-width: 180px;
            box-shadow: 0px 9px 17px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        
        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 17px;
            text-decoration: none;
            display: block;
            text-align: left;
        }
        
        .dropdown-content a:hover {
            background-color: #ddd;
        }
        
        .dropdown:hover .dropdown-content {
            display: block;
        }
       

        .article-btn, .service-btn {
            width: auto;
            display: inline-block;
            padding: 14px 20px;
            border: 2px solid transparent;
            background-color: #f1f1f1;
            background-image:  linear-gradient(to bottom, #053d42, #024a4d, #005658, #006462, #03716b);
            background-clip: padding-box;
            border-radius: 20px;
            color: #ffffff;
            font-weight: 700;
            text-decoration: none;
          }
          
         
        
        

          .button-1 {
            width: 130px;
            font-size: 1.1em;
            cursor: pointer;
            background-color: #171717;
            color: #fff;
            border: none;
            border-radius: 0px;
            transition: all .4s;
           }
           
           .button-1:hover {
            border-radius: 0px;
            transform: translateY(-14px);
            box-shadow: 0 9px 0 -2px #f85959,
             0 17px 0 -5px #39a2db,
             0 17px 14px -2px #39a2db;
           }
           
           .button-1:active {
            transition: all 0.2s;
            transform: translateY(-5px);
            box-shadow: 0 2px 0 -2px #f85959,
             0 9px 0 -5px #39a2db,
             0 12px 14px -2px #39a2db;
           }
          
          
           .button-2 {
            width: 130px;
            color: #fff;
            border-radius: 0px;
            padding: 17px 25px;
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            background: transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
              9px 9px 20px 0px rgba(0,0,0,.1),
              5px 5px 5px 0px rgba(0,0,0,.1);
            outline: none;
           }
           
           .button-2 {
            background: rgb(96,9,240);
            background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
            border: none;
           }
           
           .button-2:before {
            height: 0%;
            width: 2px;
           }
           
           .button-2:hover {
            box-shadow: 5px 5px 6px 0 rgba(255,255,255,.5),
                         -5px -5px 6px 0 rgba(116, 125, 136, .5), 
               inset -5px -5px 6px 0 rgba(255,255,255,.2),
               inset 5px 5px 6px 0 rgba(0, 0, 0, .4);
           }
          
           .button-3 {
            position: relative;
            font-family: 'Heebo', sans-serif;
            padding: 12px 33px;
            border: 0;
            background: rgb(148, 1, 1);
            color: #ffffff;
            font-weight: 600;
            font-size: 1em;
            border-radius: 0px;
            overflow: hidden;
            cursor: pointer;
            transition: 0.3s ease-in-out;
          }
          
          .button-3:hover {
            text-shadow: 0px 5px 14px rgba(0, 0, 0, 0.562);
            transform: scale(1.01);
            box-shadow: inset 0px 0px 14px rgba(255, 0, 0, 0.575);
          }
          
          .button-3::after {
            content: "";
            position: absolute;
            top: 0;
            left: -300px;
            width: 50%;
            height: 100%;
            transform: rotate(80deg);
            background: #ffffff77;
            filter: blur(14px);
            transition: 0.6s ease-in-out;
          }
          
          .button-3:hover::after {
            left: 100%;
          }
          
          
          .button-4 {
            position: relative;
            background: #FBD148;
            box-sizing: border-box;
            border: 0;
            outline: 0;
            padding: 1rem 3rem;
            font-size: 1em;
            cursor: pointer;
            transition: .25s ease;
          }
          
          .button-4::before {
            position: absolute;
            content: '';
            box-sizing: border-box;
            top: 0;
            left: 0;
            transform: translate(-5px, -5px);
            width: 100%;
            height: 100%;
            border: 2px solid rgb(84, 84, 84);
            transition: .25s ease;
          }
          
          .button-4:hover {
            transform: translate(-5px, -5px);
          }
          
          .button-4:hover::before {
            transform: translate(5px, 5px);
          }
          
          .button-5 {
            background-color: #ffc600;
            color: #000000;
            padding: 12px 25px;
            border: none;
            border-radius: 0px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 2px 2px 2px #ffc600;
            transition: all 0.2s ease-in-out;
          }
          
          .button-5:hover {
            background-color: #000000;
            color: #ffc600;
            transform: scale(1.1);
          }
          
          .button-5:active {
            transform: scale(0.97);
          }

          @media (max-width: 1199px) {
            .navbar {
                gap: 0;
        
            }
        
            .navbar a {
                font-size: 12px;
            }
        
            .dropdown .dropbtn {
                font-size: 12px;
            }
        }
        
        @media (max-width: 992px) {
            .navigation {
                flex-direction: column;
                gap: 17px;
                align-items: center;
            }
        
            .navbar {
                justify-content: center;
                gap: 14px;
            }
            
            .home-content {
                flex-direction: column;
            }
        
            .home-title {
                margin-top: 45px;
                margin-bottom: 45px;
            }
        
            .how-work-section, .main-section, .service-section, .q-a-section, .article-bg, .form-section, .footer-bg {
                padding: 60px 0;
            }
        
            .how-work-title, .m-s-title, .service-s-title, .review-title, .q-a-title, .article-title, .form-title {
                margin-bottom: 45px;
                font-size: 29px;
            }
        
            .how-work-list {
                flex-direction: column;
            }
        
            .main-section {
                flex-direction: column;
            }
        
            .main-s-img {
                width: 100%;
            }
        
            .main-s-text {
                width: 100%;
            }
        
            .service-s-block {
                flex-direction: column;
            }
        
            .service-s-card {
                width: 100%;
            }
        
            .article-block {
                flex-direction: column !important;
            }
        
            .enter {
                width: 70%;
            }
        
            .home {
                position: static; 
                height: auto;
            }
        
            .home-bg-op {
                height: auto;
            }
        
            .home:before {
                display: none;
            }
        
            .home-content {
                height: auto;
                padding-bottom: 33px;
            }
        
            .contact-list {
                padding: 60px 0;
                flex-direction: column;
                gap: 14px;
            }
        
             .footer-bottom p {
                padding-bottom: 0px;
             }
        
             .article-wrap {
                width: 100%;
             }
        
        }
        
        @media(max-width: 767px) {
            .wrapp__c-p-i-text {
                width: 100% !important;
            }
            .footer {
                flex-direction: column;
            }
        
            .politic, .contacts {
                align-items: center;
                text-align: center;
            }
        
            .card {
                width: 100%;
            }
        
            .article-wrap {
                flex-direction: column;
            }
        
            .art-card {
                width: 100%;
            }
        
            .navbar {
                gap: 0px;
            }
        
            .rev-text {
                padding: 20px  20px;
            }
        
            .rev-comment {
                font-size: 18px;
            }
        
            .accordion-header {
                padding: 20px; 
            }
        
            .accordion-body {
                padding: 0 25px 25px;
            }
        
            .content-page-info {
                flex-direction: column;
            }
        
            .c-p-info-img, .c-p-i-text {
                width: 100%;
            }
        
            .adress {
                text-align: center;
             }
            
             .content-page-title {
                font-size: 20px;
             }
        }
        
        @media(max-width: 576px)  {
            .form-wrap {
                padding: 0 20px;
            }
        
            .enter {
                font-size: 12px;
            }
        
            .q-a-section {
                padding: 60px 20px;
            }
        
            .inputBox span {
                letter-spacing: 0;
            }
        
            .inputBox {
                width: 90%;
            }
        
            .home-title {
                font-size: 20px;
            }
        
             .how-work-title, .m-s-title, .service-s-title, .review-title, .q-a-title, .article-title, .form-title {
                font-size: 20px;
            }
        
            .home-btn {
                font-size: 18px;
            }
        
            .logo-tip-txt, .contacts-title  {
                font-size: 20px;
            }
        
            .num, .mail, .adress, .ogrn {
                font-size: 12px;
            }
        
            .spesial-link {
                font-size: 12px;
            }
        }
        
        
        
        .dopPadding{
            padding: 82px 0px;
        }
        
        
        .dopPageRating{
            --rating:1;
        }
       
        .map iframe{
            border: 0;
        }

        @media (max-width: 420px){

            .c-p-i-img, .m-s-img , .service-img{
              height: auto;
            }
          
          }













