@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

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

.header__top{
    display: block;
    background: #3B0944;
    overflow: hidden;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
}

.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  !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.box_header_icon{
    color: #fff;
}

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

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

.header__tr__icon{
    text-align: center;
}

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

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


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

.nav__section .row{
    display: flex;
}

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

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

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

.logo a {
    text-decoration: none;
}

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

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

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

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

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

.nav_menu li a, .dropSub {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 20px;
    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: 183px;
    min-width: 163px;
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: .3s;
  }
  
 .nav_menu .dropdown__links a {
    color: black;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: .3s;
  }
  .dropdown-item {
    white-space: pre-wrap !important;
  }
 .nav_menu .dropdown__links a:hover {
    background-color:#f1f1f1;
    
    transition: .3s;
}
  
 .nav_menu .dropdown:hover .dropdown__links {
    display: block;
    transition: .3s;
  }


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

.header__bottom {
    background: url(files/img/dark-overlay-2025-06-18_16-510.png) no-repeat center/cover;
    background-color: #00C9B1;
    position: relative;
    overflow: hidden;
    padding-top: 73px;
    padding-bottom: 93px;
  }
 
.header__bottom .zooM{
    overflow: hidden;
}

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

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

  .btn_hB {
   display: inline-block;
  }
  
  .headblock__bottom__img{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .headblock__bottom__img img {
    height: 286px;
    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: -44px;
}

.wHBlock{
    display: flex;
}

.how__work_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    gap: 20px;
    padding: 20px 20px;
    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: -26px;
    height: 100%;
    width: 33%;
    background:#00000009;
    transform: skewX(-13deg);
    z-index: -1;
}

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

.how__work_icon--style i{
    color: #00C9B1;
}

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

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

.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: 26px;
}


.content__title h5{
    font-size: 23px;
    color: #00C9B1;
    font-weight: 900;
}

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


.main__cont{
    padding-top: 63px;
    padding-bottom: 63px;
    background-color: #00000009;
}

.main__cont .row{
    display: flex;
}

.main__cont .main__title--box{
    margin-bottom: 26px;
}
.main__title--box h5{
    font-size: 23px; 
    letter-spacing: 2px;
    text-align:center;
    font-weight: 900;
    color: #00C9B1;
}

.main__img, .dop__page__img{
    position: relative;
    float: right;
    margin: 33px;
    width: 40%;
    height: 371px;
    margin: 26px;
    border-radius: 15px;
}

.main__img img, .dop__page__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main__img strong{
    color: #00C9B1;
}

.main__block h5{
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    color: #00C9B1;
}

.service{
    padding-top: 53px;
    padding-bottom: 63px;
}

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

.service .service__title h5{
    font-size: 23px;
    color: #00C9B1;
    font-weight: 900;
    text-align: center;
}



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

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

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

.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: 420px !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: 900;
    margin-left: 26px;
}

.blog__section{
    padding-top: 63px;
    padding-bottom: 53px;
}

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

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

.blog__section .blog__box {
    margin-bottom: 26px;
    transition: .4s;
    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: #00C9B1;
    transform: scale(0.1);
    opacity: 0;
    transition: .4s;
}

.blog__section .blog__box:hover{
    box-shadow: 20px 0 33px 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: .4s;
      background: rgb(62,55,59,0.3);
      transform: scale(0.1);
      opacity: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
  }
  .blog__section .blog__box:hover .blog__image:before{
    opacity: 1;
    transform: scale(1.0);
  }
  
  .blog__image img{
      width: 100% !important;
      height: 320px !important;
  }

   .blog__section .blog__content {
      background: #fff;
      box-shadow: 20px 0 33px rgb(0 0 0 / 3%);
      padding: 26px 22px 33px 26px;

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

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

  .blog__section .blog__content__title {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #00C9B1;
  }

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

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

  .blog__section .link__blog__title a h2 {
      font-size: 17px;
      font-weight: 900;
      margin: 14px 0 20px;
      color: #000;
  }
 
  .blog__section .blog__btn a {
      font-size: 16px;
      display: inline-block;
      transition: .4s;
      color: #00C9B1;
      position: relative;
      z-index: 1;
      text-decoration: none;
  }
  

.stat{
    background: url(files/img/dark-overlay-2025-06-18_16-510.png) no-repeat center/cover;
    background-color: #3B0944;
    position: relative;
    overflow: hidden;
    padding-top: 43px;
    padding-bottom:43px;
}

.stat.bg-2:before {
    content: "";
    height: 100%;
    width: 70%;
    background: #00C9B1;
    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: 26px;
}

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

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

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

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

.cost .all{
    display: flex;
}

.block--cost__title h2{
    color: #00C9B1;
    font-weignt: 900;
    text-align: center;
}

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

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

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

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

.cost__desc li i {
    color: #00C9B1;
    font-size: 18px;
}

.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: 20px 20px 33px #c8c8c8, -20px -20px 33px #fefefe;
}

.cont__block{
    background-color: #fff;
    margin: 10% auto;
    padding: 26px;
    border: 2px solid #888;
    width: 90%;
}
.close{
    color: #888;
    float: right;
    font-size: 23px;
    font-weight: 900;
    cursor: pointer;
}

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

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

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

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

.cont__block .input-control__boxinput{
    border: 2px solid #eee;
    border-radius: 4px;
    color: #333;
    height: 44px;
    padding: 14px 20px;
    transition: all 0.3s ease 0s;
}

.cont__block .textarea-control__boxinput{
    border: 2px solid #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    padding: 14px 20px;
    height: 103px;
}

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

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



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

.comment__title h5{
    font-size: 23px;
    font-weight: 900;
    color: #00C9B1;
    text-align: center;
    padding-bottom: 26px;
}

.comments .comments__box{
    box-shadow: 0 0 24px rgb(0 0 0 / 13%);
    padding: 26px 0 43px 26px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    transition: .4s;
    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: .4s;
}
.comments .comments__block{
    display: flex;
}
.comments .comments__block img{
    width: 84px !important;
    height: 84px !important;
}

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

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

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

.comments .block__comment__text p {
    width: 96%;
    margin: 20px 0 20px;
    transition: .4s;
}

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

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

.comments .block__comment__bot__icon i {
    font-size: 40px;
    color: #00C9B1;
    opacity: 0.5;
    display: inline-block;
}

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

.comments .comments__box:hover:before{
    background: #3B0944;
  }

.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: 63px;
    padding-bottom: 33px;
    background: #00000009;
}

.writeUs__title{
    font-size: 23px;
    color: #00C9B1;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
}

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

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

.writeUs .input-control__boxinput{
    border: 2px solid #eee;
    border-radius: 4px;
    color: #333;
    height: 44px;
    padding: 14px 20px;
    transition: all 0.3s ease 0s;
}

.writeUs .textarea-control__boxinput{
    border: 2px solid #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    padding: 14px 20px;
    height: 102px;
}

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

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

.writeUsBtn{
    display: inline-block;
}
   

   .footer{
        padding-top: 63px;
        padding-bottom: 43px;
        background: url(files/img/dark-overlay-2025-06-18_16-510.png) no-repeat center/cover;
        background-color: #3B0944;
        border-bottom: 1px solid #00C9B1;  
   }

   .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: 14px;
   }

   .footer__second__box .footer__links ul{
       list-style: none;
       display: flex;
       gap: 20px;
       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: #00C9B1;
   }

    .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(files/img/dark-overlay-2025-06-18_16-510.png) no-repeat center/cover;
        background-color: #3B0944;
    }

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

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

    .copyright__politics a:hover{
        color: #00C9B1;
    }

    
    .dop__page{
        padding-top: 26px;
        position: relative;
    }
    
    .dop__page .dop__page__top__img{
        justify-content: center;
        padding-bottom: 20px;
    }
    
    .dop__page .container{
        padding: 26px;
    }
    
    .dop__page .row{
        display: flex;
    }
    
    .dop__page__title--box{
        padding-bottom: 20px;
        font-weight: 900;
        color: #00C9B1;
        text-align: center;
    }
    
    .dop__page .col{
        padding-top: 14px;
    }
    
    .top__cont span{
        padding-left: 7px;
        font-weight: 900;
    }
    

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

    .dop__page__icon ul{
        font-size: 26px;
        color: #00C9B1;
    }
    

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

    .contacts .row{
        display: flex;
    }

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

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

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

    .contacts .form-groups .input{
        border: 2px solid #eee;
        border-radius: 4px;
        color: #333;
        height: 44px;
        padding:  14px 20px;
        transition: all 0.3s ease 0s;
    }
    
    .contacts .form-groups .textarea{
        border: 2px solid #eee;
        border-radius: 4px;
        box-shadow: none;
        color: #333;
        padding:  14px 20px;
        height: 103px;
    }
    
    .contacts .form-check{
        align-items: flex-start;
        text-align: left;
        padding-top: 6px;
        padding-left: 40px;
    }
    
    .contacts .form-check a{
        color: #000;
    }
    
    .contactsBtn{
        display: inline-block;
    }
       
    .button-1{
        position: relative;
        color: #fff;
        font-size: 17px;
        background: #3B0944;
        padding: 14px 33px;
        border: 2px solid #3B0944;
        border-radius: 15px;
        transition: .3s;
        text-transform: inherit;
        text-decoration: none;
       }
       

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

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

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


    .button-4 {
        box-shadow: 6px 11px 21px #3B0944;
        font-family: Arial;
        color: #ffffff;
        font-size: 23px;
        background: #3B0944;
        padding: 14px 20px 14px 20px;
        border: dotted #00C9B1 4px;
        text-decoration: none;
    }
    .button-4:hover {
        border: dotted #3B0944 4px;
        background: #00C9B1;
        text-decoration: none;
        color: #fff;
    }
    
    .button-5 {
      margin: 14px;
      padding: 20px 26px;
      text-align: center;
      transition: .4s;
      background-size: 200% auto;
      color: white;
      border-radius: 15px;
      border: 0px;
      font-weight: 700;
      box-shadow: 0px 0px 14px -7px #3B0944;
      background-image: linear-gradient(45deg, #00C9B1 0%, #3B0944  51%, #00C9B1  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: center;
        gap: 33px;
        background: #3B0944;
        padding: 20px 0;
        overflow: hidden;
        align-items: center;
        flex-grow: 1;
        flex-basis: 0;
    }


    .information__content{
        display: flex;
        gap: 20px;
        margin: 0 40px;
        padding: 26px 0;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

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

    .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: 14px;
        padding-right: 14px;
    }

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


    @media(max-width: 992px){

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

        .dropdown__links{
            width: 300px;
        }

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

      

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

        .havigation__menu .show {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #00C9B1;
            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: 14px;
        }

        .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: 14px;
        }

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

        .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: 20px;
        }

        .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: 4px;
        }
        .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;
        }
    }

    .privacPadd{
      padding:  139px 0px;
    }

    .aboutPadd{
        padding: 112px 0px;
    }

    .gMap iframe{
        border: 0;
    }

    @media (max-width: 992px){
        .main__img, .dop__page__img{
          float: none !important;
          width: 100% !important;
          margin: 0 0 30px 0 !important;
        }
      }
      
      
      @media (max-width: 420px){
      
         .dop__page__img{
          height: auto;
        }
      
      }