@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

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

.header__top{
    display: block;
    background: #2D132C;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__top .header__top__left{
    position: relative;
    text-align: center;
}

.header__tl__box{
    display: inline-block;
    margin-right: 20px;
}

.header__tl__box a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.box_header_icon i {
    margin-right: 8px;
}

.header__top .header__top__right {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__tr__icon{
    text-align: center;
}

.header__tr__icon a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.header__top.bg-2:before {
    content: "";
    height: 100%;
    width: 46%;
    background: #E07250;
    position: absolute;
    top: 0;
    right: -60px!important;
    transform: skew(41deg);
    left: inherit;
}


.nav__section {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.nav__section .row{
    display: flex;
}

.nav__section .leftNav{
    display: flex;
    align-items: center;
}

.logo{
    display: flex;
    gap: 5px;
}

.logo img{
   width: 30px !important;
   height: 30px !important;
}

.logo a {
    text-decoration: none;
}

.logo a h1{
    font-size: 24px;
    color: #000;
}

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

.nav_menu ul{
    display: flex;
    margin: 0;
    align-items: center;
}
 
.nav__section nav ul li{
    display: flex;
    gap: 15px;
}

.nav__section nav ul li a{
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.nav__section nav ul li a:hover{
    color: #E07250;
}

.nav_menu li a, .dropSub {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
  }

.nav_menu li.dropdown {
    display: inline-block;
  }
  
 .nav_menu .dropdown__links {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 180px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: .3s;
  }
  
 .nav_menu .dropdown__links a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: .2s;
  }
  .dropdown-item {
    white-space: pre-wrap !important;
  }
 .nav_menu .dropdown__links a:hover {
    background-color:#f1f1f1;
    
    transition: .2s;
}
  
 .nav_menu .dropdown:hover .dropdown__links {
    display: block;
    transition: .3s;
  }


.burger{
    display: none;
    cursor: pointer;
    padding: 15px;
}

.header__bottom {
    background: url(../images/LightBackground-2024-12-24_15-32-300.png) no-repeat center/cover;
    background-color: #E07250;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 90px;
  }
 
.header__bottom .zooM{
    overflow: hidden;
}

.header__bottom__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.header__bottom.bg-2:before {
    content: "";
    height: 100%;
    width: 80%;
    background: #2D132C;
    position: absolute;
    top: 0;
    right: -300px!important;
    transform: skew(41deg);
    left: inherit;
    opacity: 0.7;
}
  .header__bottom h2 {
      color: #fff;
      position: relative;
      font-size: 19px;
      letter-spacing: 2px;
      display: inline-block;
      margin-bottom: 28px;
  }

  .btn_hB {
   display: inline-block;
  }
  
  .headblock__bottom__img{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .headblock__bottom__img img {
    height: 350px;
    object-fit: contain;
   
  }

  .zooM{
      animation: zooM 50s ease-out;
  }

  @keyframes zooM{
      0%{
          transform: scale(0.9);
      }
      25%{
        transform: scale(1.1);
    }
    60%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(0.9);
    }
  }


.up{
    position: relative;
    margin-top: -45px;
}

.wHBlock{
    display: flex;
}

.how__work_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    gap: 15px;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.how__work_box:before{
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    height: 100%;
    width: 33%;
    background:#00000003;
    transform: skewX(-13deg);
    z-index: -1;
}

.how__work_icon--style{
    font-size: 40px;
}

.how__work_icon--style i{
    color: #E07250;
}

.about{
    position: relative;
    overflow: hidden;
    margin-top: -132px;
    padding-bottom: 90px;
}

.about .container{
    padding-top: 200px;
}

.about:before{
    position: absolute;
    content: "";
    top: 0;
    left: -300px !important;
    height: 100%;
    width: 60%;
    transform: skewX(-41deg);
    z-index: -1;
}

.about .abBox{
    display: flex;
    align-items: center;
}

.about__image img{
    border-radius : 190px 190px 190px 190px;
}

.content__title{
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.content__title h5{
    font-size: 24px;
    color: #E07250;
    font-weight: bold;
}

.content__text p{
    font-size: 19px;
}


.main__cont{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #00000003;
}

.main__cont .row{
    display: flex;
}

.main__cont .main__title--box{
    margin-bottom:30px;
}
.main__title--box h5{
    font-size: 24px; 
    letter-spacing:2px;
    text-align:center;
    font-weight: bold;
    color: #E07250;
}

.main__img img{
    float: left; 
    max-width: 100%;
    border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%;
}

.main__img strong{
    color: #E07250;
}

.main__block h5{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #E07250;
}

.service{
    padding-top: 50px;
    padding-bottom: 60px;
}

.service .service__title{
    padding-bottom: 35px;
}

.service .service__title h5{
    font-size: 24px;
    color: #E07250;
    font-weight: bold;
    text-align: center;
}



.service .block--serv__content a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.service .block--serv__content a:hover{
    color: #E07250;
}

.service .block--serv__content{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 12px;
    border-left: 5px solid #E07250;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.service .block--serv__content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -26px;
    width: 36%;
    background: #F7F8FA;
    transform: skewX(-24deg);
    z-index: -1;
}

.service .service__box:hover .block--serv__content {
    transform: translateY(-20px);
}

.service .service__box:hover .service__image {
    opacity: 1;
}

.service .service__image{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service .service__image a.imag{
    display: block; 
    position: relative;
}

.service .service__image img{
    width: 100% !important;
    height: 400px !important;
}

 .service .service__image a.imag:after { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: rgba(0,0,0,.5);
    border-radius: 15px;
    opacity: 0;
    overflow: hidden;
}

.service .service__image a.imag:before{
    content: ''; 
    position: absolute; 
    top: 0;
    left: 0; 
    right: 0; 
    bottom: 0; 
    opacity: 0;
}


.service .service__image a.imag:hover:before,
.service .service__image a.imag:hover:after { 
    opacity: 1; 
}

.service .service__image img{
    border-radius: 15px;
}


.service .service__text h4 {
    font-size: 17px;
    margin: 0 0 9px;
    font-weight: bold;
    margin-left: 28px;
}

.blog__section{
    padding-top: 60px;
    padding-bottom: 50px;
}

.blog__section .row{
    display: flex;
    flex-wrap: wrap;
}

.blog__section .bPar{
    display: flex;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}

.blog__section .blog__box {
    margin-bottom: 30px;
    transition: .5s;
    position: relative;

    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blog__section .blog__box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #E07250;
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}

.blog__section .blog__box:hover{
    box-shadow: 15px 0 40px rgb(0 0 0 / 12%);
  }
  .blog__section .blog__box:hover:before{
    opacity: 1;
    transform: scale(1.0);
  }
  .blog__section .blog__image {
      position: relative;
  }
  .blog__section .blog__image:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transition: .5s;
      background: rgb(62,55,59,0.3);
      transform: scale(0.1);
      opacity: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  .blog__section .blog__box:hover .blog__image:before{
    opacity: 1;
    transform: scale(1.0);
  }
  
  .blog__image img{
      width: 100% !important;
      height: 300px !important;
  }

   .blog__section .blog__content {
      background: #fff;
      box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
      padding: 27px 21px 32px 30px;

    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    justify-content: center;
  }

  .blog__section .blog__content__title h3 {
      font-size: 18px;
      margin: 0;
  } 

  .blog__section .blog__content__title {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #E07250;
  }

  .blog__section .link__blog__title a h2:hover {
    color:#E07250;
  }

  .blog__section .link__blog__title a{
        text-decoration: none;
  }

  .blog__section .link__blog__title a h2 {
      font-size: 17px;
      font-weight: bold;
      margin: 10px 0 20px;
      color: #000;
  }
 
  .blog__section .blog__btn a {
      font-size: 15px;
      display: inline-block;
      transition: .5s;
      color: #E07250;
      position: relative;
      z-index: 1;
      text-decoration: none;
  }
  

.stat{
    background: url(../images/LightBackground-2024-12-24_15-32-300.png) no-repeat center/cover;
    background-color: #2D132C;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom:40px;
}

.stat.bg-2:before {
    content: "";
    height: 100%;
    width: 70%;
    background: #E07250;
    position: absolute;
    top: 0;
    right: -300px!important;
    transform: skew(-41deg);
    left: inherit;
    opacity: 0.7;
}

.stat .sV{
    display: flex;
    z-index: 1;
    color: #fff;
    justify-content: center;
}

.stat .stat__content i{
    display: flex;
    justify-content: center;
    font-size: 25px;
}

.stat .stat__content{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.stat .stat__counter__numb h1{
    text-align: center;
}

.stat .stat__counter__title h4{
    text-align: center;
}

.cost{
    padding-top: 60px;
    padding-bottom: 60px;
}

.cost .all{
    display: flex;
}

.block--cost__title h2{
    color: #E07250;
    font-weignt: bold;
    text-align: center;
}

.cost__price h3, h6{
    color: #E07250;
    text-align: center;
}

.cost .cost__desc ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
} 

.cost__box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    box-shadow: 0 0 24px rgb(0 0 0 / 13%);
    padding: 29px 30px 41px 30px;
    border-radius: 15px;
}

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

.cost__desc li i {
    color: #E07250;
    font-size: 20px;
}

.cost__btn{
    display: inline-block;
}

.modal{
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 16px 16px 32px #c8c8c8, -16px -16px 32px #fefefe;
}

.cont__block{
    background-color: #fff;
    margin: 10% auto;
    padding: 29px;
    border: 1px solid #888;
    width: 90%;
}
.close{
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close2{
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close3{
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.btC{
    display: flex;
    justify-content: center;
}

.cont__block .fields{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
}

.cont__block .input-custom--field-item{
    border: 1px solid #eee;
    border-radius: 5px;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}

.cont__block .textarea-custom--field-item{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    padding: 10px 18px;
    height: 100px;
}

.cont__block .form-check{
    align-items: flex-start;
    padding-top: 9px;
    padding-left: 40px;
    text-align: left;
    padding-top: 5px;
    padding-left: 40px;
}

.cont__block .form-check a{
    color: #000;
}



.comments{
    padding-top: 40px;
    padding-bottom: 40px;
}

.comment__title h5{
    font-size: 24px;
    font-weight: bold;
    color: #E07250;
    text-align: center;
    padding-bottom: 30px;
}

.comments .comments__box{
    box-shadow: 0 0 24px rgb(0 0 0 / 13%);
    padding: 29px 0 41px 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: #fff;
    margin-bottom: 20px;
}

.comments__box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -149px;
    height: 100%;
    width: 70%;
    background: #F7F8FA;
    transform: skewX(-29deg);
    z-index: -1;
    transition: .5s;
}
.comments .comments__block{
    display: flex;
}
.comments .comments__block img{
    width: 80px !important;
    height: 80px !important;
}

.comments .comments__content{
    margin-left: 22px;
}

.comments__box .content__title span{
    color: #000;
}

.comments__box:hover .content__title span{
    color: #fff;
}

.comments .block__comment__text p {
    width: 96%;
    margin: 23px 0 25px;
    transition: .5s;
}

.comments .block__comment__icon ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color:#E07250;
}

.comments .block__comment__bot__icon {
    position: absolute;
    right: 30px;
    bottom: 27px;
}

.comments .block__comment__bot__icon i {
    font-size: 50px;
    color: #E07250;
    opacity: 0.5;
    display: inline-block;
}

.comments .comments__box:after {
    position: absolute;
    content: "";
    top: 0;
    right: -56px;
    height: 21%;
    width: 9%;
    background:#E07250;
    transform: skewX(48deg);
    z-index: -1;
    transition: .5s;
}

.comments .comments__box:hover:before{
    background: #2D132C;
  }

.comments .comments__box:hover:after {
    height: 100%;
    width: 75%;
    transform: skewX(-29deg);
    right: -102px;
    color: #fff;
}
.comments__box:hover .content__title h2, .content__title span,
.comments__box:hover .block__comment__text p{
  color:#fff;
}
.comments__box:hover .block__comment__bot__icon i{
  color: #fff;
  opacity: 0.3;
}

.writeUs{
    padding-top: 60px;
    padding-bottom: 30px;
    background: #00000003;
}

.writeUs__title{
    font-size: 24px;
    color: #E07250;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.writeUs .witeUs__form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 0 30px;
}

.writeUs .brim{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
}

.writeUs .input-custom--field-item{
    border: 1px solid #eee;
    border-radius: 5px;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}

.writeUs .textarea-custom--field-item{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    padding: 10px 18px;
    height: 100px;
}

.writeUs .form-check{
    align-items: flex-start;
    padding-top: 9px;
    padding-left: 40px;
    text-align: left;
    padding-top: 5px;
    padding-left: 40px;
}

.writeUs .form-check a{
    color: #000;
}

.writeUsBtn{
    display: inline-block;
}
   

   .footer{
        padding-top: 60px;
        padding-bottom: 40px;
        background: url(../images/LightBackground-2024-12-24_15-32-300.png) no-repeat center/cover;
        background-color: #2D132C;
        border-bottom: 1px solid #E07250;  
   }

   .main--footer__first{
        display: flex;
        justify-content: center;
   }

   .main--footer__first .footer__logo a{
        text-decoration: none;
   }
   .main--footer__first .footer__logo a h4{
       color: #fff;
   }

   .footer__logo {
        display: flex;
        align-items: center;
        gap: 10px;
   }

   .footer__second__box .footer__links ul{
       list-style: none;
       display: flex;
       gap: 15px;
       flex-direction: column;
       align-items: center;
   }

   .footer__second__box .footer__links ul li a{
       color: #fff;
       text-decoration: none;
   }

   .footer__second__box .footer__links ul li a:hover{
       color: #E07250;
   }

    .footer__third__box{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

   .footer__third__box p,.footer__third__box a {
       color: #fff;
       transition: all 0.3ms;
       text-decoration: none;
   }
   

   .footer__logo a img{
        width: 80px !important;
        height: 80px !important;
   }

   .copyright{
        padding-top: 20px;
        padding-bottom: 20px;
        background: url(../images/LightBackground-2024-12-24_15-32-300.png) no-repeat center/cover;
        background-color: #2D132C;
    }

    .copyright__politics a{
        text-decoration: none;
        color: #fff;
    }

    .copyright__politics{
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .copyright__politics a:hover{
        color: #E07250;
    }

    
    .dop__page{
        padding-top: 26px;
        position: relative;
    }
    
    .dop__page .dop__page__top__img{
        justify-content: center;
        padding-bottom: 20px;
    }
    
    .dop__page .container{
        padding: 29px;
    }
    
    .dop__page .row{
        display: flex;
    }
    
    .dop__page__title--box{
        padding-bottom: 20px;
        font-weight: bold;
        color: #E07250;
        text-align: center;
    }
    
    .dop__page .col{
        padding-top: 15px;
    }
    
    .top__cont span{
        padding-left: 7px;
        font-weight: bold;
    }
    
    .dop__page__img{
        float: left; 
        margin-right: 15px;
        padding-bottom: 15px;
    }

    .dop__page__icon ul{
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .dop__page__icon ul{
        font-size: 25px;
        color: #E07250;
    }
    

    .contacts {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contacts .row{
        display: flex;
    }

    .contacts .field{
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-top: 30px;
    }

    .contacts .contact__box {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 27px 40px 42px;
    }

    .contacts .onLine{
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    .contacts .form-groups .input{
        border: 1px solid #eee;
        border-radius: 5px;
        color: #333;
        height: 45px;
        padding: 10px 18px;
        transition: all 0.3s ease 0s;
    }
    
    .contacts .form-groups .textarea{
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: none;
        color: #333;
        padding: 10px 18px;
        height: 100px;
    }
    
    .contacts .form-check{
        align-items: flex-start;
        padding-top: 9px;
        padding-left: 40px;
        text-align: left;
        padding-top: 5px;
        padding-left: 40px;
    }
    
    .contacts .form-check a{
        color: #000;
    }
    
    .contactsBtn{
        display: inline-block;
    }
       
    .button-1{
        position: relative;
        color: #fff;
        font-size: 17px;
        background: #2D132C;
        padding: 14px 31px;
        border: 1px solid #2D132C;
        border-radius: 5px;
        transition: .3s;
        text-transform: capitalize;
        text-decoration: none;
       }
       

    .button-1:hover{
        background: #E07250;
        border: 1px solid #fff;
        color: #fff;
    }

    .button-2 {
        box-shadow: 0px 0px 9px 2px #2D132C;
        background:linear-gradient(to bottom, #2D132C 5%, #2D132C 100%);
        background-color:#2D132C;
        border-radius:27px;
        border:5px solid #2D132C;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:17px;
        padding:14px 31px;
        text-decoration:none;
        text-shadow:0px 0px 7px #2f6627;
    }
    .button-2:hover {
        background:linear-gradient(to bottom, #E07250 5%, #E07250 100%);
        background-color:#E07250;
        color: #fff;
    }

    .button-3 {
        box-shadow: 3px 4px 0px 0px #2D132C;
        background:linear-gradient(to bottom, #2D132C 5%, #2D132C 100%);
        background-color:#2D132C;
        border-radius:5px;
        border:1px solid ##2D132C;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:17px;
        font-weight:bold;
        padding:12px 44px;
        text-decoration:none;
        text-shadow:0px 1px 0px #2D132C;
    }
    .button-3:hover {
        background:linear-gradient(to bottom, #E07250 5%, #E07250 100%);
        background-color:#E07250;
        color: #fff;
    }


    .button-4 {
        box-shadow: 6px 11px 21px #2D132C;
        font-family: Arial;
        color: #ffffff;
        font-size: 24px;
        background: #2D132C;
        padding: 10px 20px 10px 20px;
        border: dotted #E07250 4px;
        text-decoration: none;
    }
    .button-4:hover {
        border: dotted #2D132C 4px;
        background: #E07250;
        text-decoration: none;
        color: #fff;
    }
    
    .button-5 {
      margin: 10px;
      padding: 15px 30px;
      text-align: center;
      transition: 0.5s;
      background-size: 200% auto;
      color: white;
      border-radius: 10px;
      border: 0px;
      font-weight: 700;
      box-shadow: 0px 0px 14px -7px #2D132C;
      background-image: linear-gradient(45deg, #E07250 0%, #2D132C  51%, #E07250  100%);
      cursor: pointer;
      user-select: none;
      touch-action: manipulation;
    }
    
    .button-5:hover {
      background-position: right center;
      color: #fff;
      text-decoration: none;
    }
    
    .information__box{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #2D132C;
        padding: 20px 0;
        overflow: hidden;
        align-items: center;
        flex-grow: 1;
        flex-basis: 0;
    }


    .information__content{
        display: flex;
        gap: 15px;
        margin: 0 45px;
        padding: 25px 0;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .information__content .information__icon i{
        font-size: 35px;
    }

    .information__content .information__text{
        text-align: center;
    }
  .information__text a{
    color: inherit;
    text-decoration: none;
    word-break: break-all;
  }
   
    .slick-slide {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    @media(max-width: 1200px){
        .cost__box {
            padding: 29px 20px 41px 10px;
        }
    }


    @media(max-width: 992px){

        .havigation__menu ul {
            flex-wrap: wrap;
            padding: 10px;
        }

        .dropdown__links{
            width: 300px;
        }

        .dropdown__links a.dropdown-item{
            font-size: 14px !important;
            white-space: normal;
        }

      

        .burger span{
            display: block;
            width: 25px;
            height: 3px;
            background-color: #000;
            margin-bottom: 5px;
        }

        .havigation__menu .show {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #E07250;
            z-index: 999;
        }

        .nav__section .leftNav {
            justify-content: center;
        }

        .logo {
            align-items: baseline;
        }

        .logo a h1{
            font-size: 17px;
        }

    
    }

    @media (max-width: 991px){
        .wHBlock{
            flex-direction: column;
        }
        .pdT{
            padding-top: 10px;
        }

        .how__work .row{
            display: flex;
            gap: 15px;
        }

        .leftAbout{
            display: flex;
            align-items: center;
        }

        .contacts .row {
            display: flex;
            gap: 20px;
        }

        .contact_1{
            width: 100% !important;
        }

        .contact_2{
            width: 100% !important;
        }
        .leftNav {
            width: 100% !important;
        }
        .navigation {
            width: 100% !important;
        }
    }

    @media (max-width: 767px){
        .nav__section .row {
            flex-direction: column !important;
        }
        .header_tL__block{
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .header__top .row{
            display: flex;
            gap: 10px;
        }

        .how__work__content p{
            font-size: 16px;
        }

        .about .abBox {
            padding-top: 25px;
            text-align: center;
        }

        .content__title {
            align-items: center;
        }

        .content__text p{
            font-size: 16px;
        }
        .copyright__politics{
            flex-direction: column;
            align-items: center;
        }

        .stat .sV {
            padding-top: 15px;
        }

        .footer__links{
            padding-top: 20px;
        }

        .footer .row{
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .block_1{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100% !important;
        }

        .block_2{
            padding-top: 20px;
            width: 100% !important;
        }

        .block_3{
            padding-top: 20px;
            width: 100% !important;
        }

        .footer__logo a h4{
            padding-left: 5px;
        }
        .leftNav {
            width: 100% !important;
        }
        .navigation {
            width: 100% !important;
        }

    }

    @media (max-width: 575px){
        .nav__section .row {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .navigation {
            justify-content: center;
        }
    }

    @media (max-width: 320){
        .nav_menu .dropdown__links a {
            padding: 12px 3px !important;
        }
    }