@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

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

img{
    max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    word-break: break-all;
}

.top__head {
    background: #009500;
    padding: 15px 20px;
    overflow: hidden;
}

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

.top__head__contact p {
    font-size: 15px;
    margin-bottom: 0;
}
.top__head__contact p a {
    margin-right: 20px;
    color: #fff;
}
.top__head__contact p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}
.top__head__contact p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}


.mid__head {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #fff;
    top: 33px;
}


.mid__head .row{
    display: flex;
}

.mid__head .mid__head__brand{
    display: flex;
    align-items: center;
}

.mid__logo{
    display: flex;
    align-items: center;
    gap: 5px;
}

.mid__logo img{
   width: 46px !important;
   height: 46px !important;
}

.mid__logo a h1{
    font-size: 22px;
    color: #000;
}

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

.mid__head__nav_menu ul{
    display: flex;
    margin: 0;
    align-items: center;
}
 
.mid__head nav ul li{
    display: flex;
    gap: 18px;
}

.mid__head nav ul li a{
    color: #000;
    font-size: 15px;
}

.mid__head nav ul li a:hover{
    color: #44000D;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #009500;
}

.mid__head__nav_menu li a, .dropSub__menu {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 15px 18px;
    cursor: pointer;
  }

.mid__head__nav_menu li.dropDown__menu {
    display: inline-block;
  }
  
  a.dropSub__menu i {
    font-size: 12px;
  }
  
 .mid__head__nav_menu .dropDown__menu__links {
    display: none;
    position: absolute;
    background-color:#fff;
    min-width: 160px;
    z-index: 5;
    transition: .3s;
    box-shadow: 0 0 33px rgb(0 0 0 / 9%);
  }
  
 .mid__head__nav_menu .dropDown__menu__links a {
    color: black;
    padding: 15px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: .3s;
    border-bottom: 2px solid #44000D;
  }

.mid__head__nav_menu .dropDown__menu__links.active {display: block;}
  
 .mid__head__nav_menu .dropDown__menu__links a:hover {
    background-color:#f1f1f1;
    color: #009500;
    transition: .5s;
}
  
 .mid__head__nav_menu .dropDown__menu:hover .dropDown__menu__links {
    transition: .5s;
  }

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

.bottom__head {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
        
}

.slider .slick-slide,
.slider .slick-slider .slick-track,
.slider .slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider .bottom__head__first__block{
    background-image: url(assets/img/body-bg-DJ0.jpg);
    background-position: center;
    background-size: cover;
    height: 90vh;
}

.slider .bottom__head__first__block:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.slider .bottom__head__second__block{
    background-image: url(assets/img/body-bg-DJ1.jpg);
    background-position: center;
    background-size: cover;
    height: 90vh;
}

.slider .bottom__head__second__block:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.bottom__head__first__block,.bottom__head__second__block{
    
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bottom__head__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px;
    color: #ddd;
    text-align: center;
    max-width: 1000px;
    gap: 30px;
    z-index: 2;
    margin: 0 auto;
}

.bottom__head__content h3{
    text-align: center;
    color:#fff;
    font-size: 22px;
}

.bottom__head__content .home__btn a{
    color: #fff;
}


.slider .slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: #009500;
    z-index: 9;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: .5s;
    border: 0px solid #17161a;
    opacity: 1;
}

.slider .slick-prev, .slider .slick-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.slider .slick-prev {
     left: 65px;
}
.slider .slick-next {
     right: 65px;
}

.slider button:focus {
    outline: none;
    outline: none;
}

.slider .slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 29px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "\F22D";
   font-family: Bootstrap-icons!important;
    line-height: inherit;
    opacity: 1;
}
.slider .slick-next:before {
   content: "\F231";
   font-family: Bootstrap-icons!important;
}


.about-us{
    position: relative;
    overflow: hidden;
    padding: 93px 0;
    background: url(assets/img/mask-bg-q800.png) no-repeat center/cover;
    background-color: #00000005;
}

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

.about-us-image img{
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #009500;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 3px 0px, rgba(60, 64, 67, 0.15) 0px 2px 3px 2px;
    border-radius: 15px;
}

.about-us-content i {
    font-size: 29px;
    color: #009500;
}

.about-us-content-title{
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.about-us-content-title h5{
    font-size: 23px;
    color: #44000D;
    font-weight: 800;
}

.about-us-content-text p{
    font-size: 18px;
}

.core__section{
    padding: 93px 0;
}

.core__section .row{
    display: flex;
}

.core__section .core__title{
    margin-bottom:33px;
}
.core__section .core__title h5{
    font-size: 23px; 
    letter-spacing: 2px;
    text-align:center;
    font-weight: 800;
    color: #44000D;
}


.core__image strong{
    color: #44000D;
}

.core__block h5{
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #44000D;
}

.core__block h6{
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    color: #009500;
    padding-bottom: 15px;
}


.flip__serv__section{
    padding: 93px 0;
}


.flip__serv__section{
    padding: 93px 0;
    position: relative;
}

.flip__serv__block {
    padding: 35px 18px;
  }

  .flip__serv__title{
    border-top: 2px solid #222831;
    padding-top: 33px;
  }
  
  .flip__serv__title__flip__serv__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 33px;
  }

  .flip__serv__title__flip__serv__inner h5{
      font-size: 23px;
      font-weight: 800;
      color: #44000D;
  }

  .flip__serv__box {
    position: relative;
    -webkit-backface-visibility: hidden;
    margin-bottom: 35px;
    max-width: 100%;
  }
  
  .flip__serv__flip {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
  
  .flip__serv__flip-front,
  .flip__serv__flip-back {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 475px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .flip__serv__flip-front::after,
  .flip__serv__flip-back::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }


  
  .flip__serv__flip-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 5px;
  }
  
  .flip__serv__flip:hover .flip__serv__flip-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip__serv__flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip__serv__flip:hover .flip__serv__flip-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip__serv__flip .flip__serv__inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px;
    outline: 2px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .flip__serv__flip-header {
    font-size: 34px;
  }

  .flip__serv__inner h6 {
      font-size: 23px;
      font-weight: 800;
      color: #fff;
      text-align: center;
  }
  
  .flip__serv__flip p {
    font-size: 18px;
    color: #fff;
  }
  
  .flip__serv__flip-img {
    margin-top: 30px;
  }
  
  .flip__serv__flip-back a {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    margin-top: 30px;
    padding: 18px 20px;
    text-transform: uppercase;
  }


  .answQwes__section{
    padding: 93px 0;
    background: url(assets/img/mask-bg-q800.png) no-repeat center/cover;
    background-color: #00000005;
}

.answQwes__section .row{
    align-items: center;
}

.answQwes__section__title__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 33px;
}

.answQwes__section__title__inner h4{
    font-size: 23px;
    font-weight: 800;
}

.qA__sectionFlex{
    margin: 120px 0;
}

.answQwes__section__image__inner img{
    object-position: center center;
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #009500;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    border-radius: 15px;
    object-fit:cover;
}

.answQwes__section__item {
    margin: 5px auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 33px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.answQwes__section__item .answQwes__section__title {
	position: relative;
	display: block;
	padding: 13px 60px 18px 13px;
	margin-bottom: 2px;
	color: #202020;
	font-size: 29px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  cursor: pointer;
}
.answQwes__section__item .answQwes__section__title:hover {
    background-color: #009500;
    color: #fff;
	transition: all 0.5s ease-out;
}
.answQwes__section__item .answQwes__section-active {
    background-color: #009500;
    color: #fff;
}
.answQwes__section__item .answQwes__section__title .answQwes__section__arrow {
	position: absolute;
	top: 13px; right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	text-align: center;
	color: #fff;
	line-height: 33px;
	font-size: 18px;
    font-weight: 800;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 15px 0;
}
.answQwes__section__item .answQwes__section__rotate {
	transform: rotate(180deg);
}
.answQwes__section__item .answQwes__section__content {
	padding: 33px;
	margin-bottom: 2px;
	font-size: 12px;
	display: none;
	background-color: #fff;
}
.answQwes__section__item .answQwes__section__arrow-item {
    color: #44000D;
	font-weight: 800;
}

.answQwes__section span.answQwes__section__title-text{
    font-size: 18px;
	font-weight: 800;
}

.answQwes__section .answQwes__section__content{
    font-size: 18px;
}


.blog__section{
    padding: 93px 0;
}

.blog__section__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 33px;
}

.blog__section__title h4{
    color: #44000D;
    font-size: 23px;
    font-weight: 800;
}

.blog__section__block{
    display: flex;
}

.blog__section__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    transition: .5s;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog__section__image {
    overflow: hidden;
	position: relative;
}
.blog__section__image img{
    width: 100% !important;
    height: 300px !important;
    transition:.5s;	
    object-fit: cover;
    border-radius: 15px;
}

.blog__section .blog__section__content__inner {
    padding: 0;
}
.blog__section__content__inner span i {
    padding-right: 5px;
    padding-left: 5px;
    transition: .5s;	
    color: #009500;
}
.blog__section__content__inner h2 {
    margin: 15px 0 0;
}
.blog__section__content__inner h2 a {
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
    color: #44000D;
    font-weight: 800;
}

.blog__section__content p {
    padding: 15px 0px 8px 0px;
}

.blog__section span {
    line-height: 26px;
}

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

.blog__section .blog__section__MoreBtn {
    padding: 15px 33px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    color: #44000D;
    border-top: 2px solid #009500;
    border-bottom: 2px solid #009500;
}
.blog__section .blog__section__MoreBtn:hover {
    color: #fff;
    background-color:#009500;
}

.infor{
    position: relative;
    padding: 93px 0;
    background: url(assets/img/mask-bg-q800.png) no-repeat center/cover;
    background-color: #00000005;
}


.infor .infor__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 40px;
    z-index: 2;
}

.infor .infor__title h4 {
    font-size: 23px;
    font-weight: 800;
    color: #44000D;
}

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

.infor__video video{
    object-fit: cover;
    height: 100%;
    width: 100% !important;
    object-position: center center;
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #009500;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    border-radius: 15px;
}

.infor .df{
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.infor label{
    color:#44000D;
}

.infor .infor__box {
    border-radius: 15px;
}

.infor .input-group--item-input{
    border: 2px solid #eee;
    border-radius: 5px;
    color: #333;
    height: 45px;
    padding: 15px 18px;
    transition: all 0.3s ease 0s;
}

.infor .textarea-group--item-input{
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    padding: 15px 18px;
    height: 100px;
}

.infor .form-check{
    align-items: flex-start;
    text-align: left;
    padding-top: 5px;
    padding-left: 46px;
}

.infor .form-check a{
    text-decoration: underline;
    color:#009500;
}

.infor__btn{
    display: inline-block;
}

.lineFoot{
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #131313;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0px 20px 0px;
}

.foot__area{
    padding-top: 57px;
    padding-bottom: 35px;
    background-color: #000;
}

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

.foot__area__logo .foot__area__logo__inner a{
    text-decoration: none;
}
.foot__area__logo .foot__area__logo__inner a h4{
   color: #fff;
}

.foot__area__logo__inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.foot__area__logo__inner a img{
    width: 57px !important;
    height: 57px !important;
}

.foot__area__box .foot__area__links ul{
    list-style: none;
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
 }
 
 .foot__area__box .foot__area__links ul li a{
    color: #fff;
    text-decoration: none;
 }
 
 .foot__area__box .foot__area__links ul li a:hover{
    color: #009500;
 }

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

.foot__area__adress p,.foot__area__adress a {
   color: #fff;
   text-decoration: none;
   transition: all 0.5ms;
}
.foot__area__adress a:hover,.foot__area__adress a:focus{
     color: #009500;
}



.foot__area .foot__area__poliBlock{
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0px 20px 0px;
}

.foot__area .foot__area__politics{
    display: flex;
    justify-content: center;
    gap: 30px;
}


.foot__area__politics a{
    color: #fff;
}

.foot__area__politics a:hover{
    color: #009500;
}


.page__info{
    padding-top: 33px;
    padding-bottom: 33px;
}

.dop__page .container{
    padding: 30px;
}

.dop__page .row{
    display: flex;
}

.page__info__title{
    display: flex;
    padding-bottom: 20px;
    font-weight: 800;
    color: #44000D;
    justify-content: center;
}

h4 .page__info__title{
    font-size: 23px;
    font-weight: 800;
}

.page__info__content h2{
    font-size: 18px;
}





.page__info__icon__mid{ 
    border-bottom: 2px solid #44000D;
}

.page__info__icon__mid i {
    display: flex;
    gap: 15px;
    font-size: 18px;
    color: #009500;
    font-weight: 800;
}

.page__info .page__info__comment__section__title h4{
    font-size: 23px;
    font-weight: 800;
    color: #44000D;
}

.page__info .page__info__nocomments{
    display: flex;
    padding: 40px 40px;
    border-bottom: 2px solid #44000D;
}

.page__info .page__info__nocomments i{
    font-size: 18px;
    font-weight: 800;
    color: #009500;
}

.page__info .page__info__nocomments p {
    font-size: 18px;
    font-weight: 800;
    color: #44000D;
}

.page__info .page__info__comment__section__title{
    padding: 20px 15px;
}

.page__info .formGap{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
}

.form__comment{
    border-top: 2px solid #44000D;
}

.page__info .form-check-label a{
    color: #009500;
}


.page__info .form-check {
    display: flex;
    gap: 15px;
}

.page__info .form-check .form-check-input {
 margin-left: 5px;
 margin-right: 5px;
}

.msg{
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.msg .suc{
    font-size: 18px;
    color: rgb(4, 48, 4);
    position: absolute;
    animation: buttons .3s linear;
    display: none;
    padding-top: 15px;
}

.msg .dan{
    font-size: 18px;
    color: red;
    position: absolute;
    transition: .3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 15px;
}


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

.contacts__area .row{
    display: flex;
}

.gmap__contact__main, .onLine{
    flex: 1;
}

.contacts__area .gmap__contact{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    height: 450px !important;
}

.gmap__contact iframe{
    height: 450px !important;
}

.contact__area__adressInfo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
    padding: 20px 0;
    overflow: hidden;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
}


.contact__area__adress__content{
    display: flex;
    gap: 18px;
    margin: 0 45px;
    padding: 30px 0;
    color: #44000D;
    align-items: center;
    justify-content: center;
}

.contact__area__adress__content .contact__area__adress__icon i{
    font-size: 33px;
    color: #009500;
}

.contact__area__adress__content .contact__area__adress__text{
    text-align: center;
}
.contact__area__adress__text a{
    color: inherit;
}
.contact__form{
    padding: 40px 0;
}

.contact__form .field{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 33px;
}

.contact__form .contact__form__block{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

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

.contact__form .form-groups .input{
    border: 2px solid #eee;
    border-radius: 5px;
    color: #333;
    height: 45px;
    padding: 15px 18px;
    transition: all 0.3s ease 0s;
}

.contact__form .form-groups .textarea{
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    padding: 15px 18px;
    height: 100px;
}

.contact__form .form-check{
    align-items: flex-start;
    text-align: left;
    padding-top: 5px;
    padding-left: 46px;
}

.contact__form .form-check a{
    color:#009500;
}

.contact__form .contacts__formBtn{
    display: inline-block;
}

.politics__section h1.politics__title{
    font-size: 23px;
    font-weight: 800;
}

.politics__section h1,h2,h3{
    font-size: 18px;
    font-weight: 800;
}

.politics__section a{
    text-decoration: underline;
    color: #44000D
}


.button-1 {
    background-color: transparent;
    border: 3px solid #009500;
    border-radius: 46px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #009500;
    padding: 15px;
  }
  .button-1:hover {
    box-shadow: 0 0 15px 0 #009500 inset, 0 0 20px 2px #009500;
    border: 3px solid #009500;
  }
  
  .button-2 {
    color: #fff;
    border: 3px solid #009500;
    background-image: -webkit-linear-gradient(30deg, #009500 50%, transparent 50%);
    background-image: linear-gradient(30deg, #009500 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    padding: 15px;
  }
  .button-2:hover {
    background-position: 100%;
    color: #009500;
  }
  
  .button-3 {
    border: 3px solid #009500;
    background-color:#009500;
    border-radius: 20px;
    color: #fff;
    transition: .3s;
    padding: 15px;
  }
  .button-3:hover {
    box-shadow: 8px 8px #44000D;
    transition: .3s;
  }
  
  .button-4 {
    background-color: transparent;
    border: 3px solid #009500;
    color: #009500;
    transition: .3s;
    padding: 15px;
  }

  .button-4:hover {
    animation: pulse 1s infinite;
    transition: .3s;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    70% {
      transform: scale(.9);
    }
      100% {
      transform: scale(1);
    }
  }
  
  .button-5 {
    border-radius: 5px;
    background-color: #009500;
    background-image: #009500;
    background-image: -moz-linear-gradient(top, #fff 0%, #009500 100%); 
    background-image: -webkit-linear-gradient(top, #fff 0%, #009500 100%); 
    background-image: linear-gradient(to bottom, #fff 0%, #009500 100%); 
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    padding: 15px;
  }
  .button-5:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
  }


  @media(max-width:1399px) and (min-width:992px){
    .flip__serv__section .flip__serv__box{
        width: 50%;
    }
  }

  @media(max-width:1200px){
    .slider .slick-prev {
        left: 65px;
        top: 600px;
    }
    .slider .slick-next {
        right: 65px;
        top: 600px;
    }

    .flip__serv__section .flip__serv__flip .flip__serv__inner {
        padding: 15px;
    }

    .flip__serv__section .flip__serv__box{
        width: 50%;
    }

    .answQwes__section .row{
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

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

    .answQwes__section .qA__sectionFlex {
        width: 100%;
    }
    .answQwes__section .qABlock{
        width: 100%;
    }
  }


  @media(max-width:1199px) and (min-width:992px){
    .blog__section .blog__section__block {
        width: 50%;
        padding-top: 20px;
    }
  }

  @media(max-width: 992px){

    .mid__head__nav_menu ul {
        display: none; 
        padding: 15px;
    }

    .mid__head .dropDown__menu__links.active  {
        display: block;
        margin: 0 -100px;
    }

    .mid__head nav ul li {
        justify-content: center;
        margin-top: 30px;
    }

    .mid__head .dropDown__menu__links{
        display: none;
        width: 300px;
    }

    .mid__head .dropSub__menu {
        display: block;
    }

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

    .header__mid nav ul li a {
        color: #fff;
    }

    .mid__head nav ul li a {
        color: #fff;
    }

    .mid__head nav ul li a:hover {
        color: #fff;
    }

    .menu__burger {
        display: block; 
        z-index: 999;
        position: relative;
    }

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

    .mid__head__navigation .show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #009500;
        z-index: 999;
        text-align: center;
    }

    .mid__head__brand {
        justify-content: center;
    }

    .mid__logo {
        align-items: baseline;
    }

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

    .mid__head nav ul li a:hover{
        text-decoration: none;
        text-decoration-thickness: none;
        text-underline-offset: none;
        text-decoration-color: none;
    }

    .top__head__contact {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 5px;
    }

    .about-us .row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        gap: 33px;
    }

    .about-us .abImage{
        width: 100%;
    }

    .about-us .d-flex{
        justify-content: center;
    }

    .about-us .abBox{
        width: 100%;
    }

    .about-us .about-us-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-us .about-us-content-title {
        align-items: center;
    }

    .blog__section .blog__section__block {
        padding-top: 20px;
    }

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

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

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

    .contacts__area .row {
        gap: 33px;
    }

    .contacts__area .row{
        flex-direction: column;
    }

   

}

  @media(max-width: 767px){
    .foot__area .foot__area__politics{
        flex-direction: column;
        align-items: center;
    }

    .flip__serv__section .flip__serv__box{
        width: 100%;
    }

    .blog__section .blog__section__content__inner h2 a {
        text-align: center;
    }

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

    .blog__section .blog__section__content p {
        text-align: center;
    }
}

@media(max-width: 375px){
    .mid__head .dropDown__menu__links.active {
        left: 0;
        margin: 0 15px;
    }
}


.dopPagesPadd{
    padding: 116px 0px;
}


.core__image, .page__info__image{
    position: relative;
    float: right;
    margin: 35px;
    width: 40%;
    height: 404px;
    margin: 30px;
    border-radius: 15px;
  }
  
  .core__image img, .page__info__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  
  @media (max-width: 992px){
    .core__image, .page__info__image{
      float: none !important;
      width: 100% !important;
      margin: 0 0 30px 0 !important;
    }
  }
  
  
  @media (max-width: 420px){
  
    .core__image, .page__info__image{
      height: auto;
    }
  
  }

  @media (max-width: 575px){
            
    button{
        width: 100%;
    }
}


.partner-section {
    padding: 93px 0;
    h5 {
        font-size: 26px;
        font-weight: bold;
    }

    .partners {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;

        .partner-col {
            flex: 1 0 calc(25% - 30px);
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            text-shadow: 0 0 5px var(--bs-teal);


            img {
                width: 60px;
                height: 60px;
                object-fit: contain;
            }
        }
    }
}