@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');


* {
  padding: 0;
  margin: 0;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
div:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

html, body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  background: #F3F3F3;
}

/* nav {
  margin: 20px 0;
} */
/* 
section {
    padding: 30px 0;
} */

.ull {
    list-style:none;
}


nav li {
    list-style:none;
}
.header2{
    background-image: url(assets/img/intro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px;
}
.link-img{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.link-img img{
  width: 100%;
  height: 100%;
      border-radius: 30px;
}
.usefull__item{
      padding: 20px;
    background: #fff;
    border-radius: 30px;
}
.usefull__item img{
  width: 100%;
  height: 100%;
     border-radius: 30px;
}
.usefull__block{
      display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
p{
  font-family: 'Inter', sans-serif !important;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}
p span{
    font-family: 'Inter', sans-serif !important;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}
a{
  text-decoration: none !important;
}
.header__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    border-radius: 15px;
    padding: 5px 10px;
}
.header__top .item .title{
  
}
.header__top .item:nth-child(1){
  display: flex;
  
}
.header__top .item:nth-child(4){
  display: flex;
  gap:40px;
}
.header__top{
  color: #fff;
  font-size: 16px;
}
.header__top a {
  color: #fff;
  text-decoration: none;
}
.header__top .phone{
    margin-left: 5px;
    display: flex;
    gap: 30px;
}
.container2{
  max-width: 1380px;
  margin: 0 auto;
}
.header__center{
  margin-top: 50px;
}
.header__center .inner{
    display: flex;
    gap: 20px;
}
.header__center .title{
  font-weight: 600;
  font-size: 60px;
  margin-top: 10px;
}
.navbar__inner{
  display: flex;
  justify-content: space-between;
}

.searchbox::placeholder {
  color: #000;
}
.header__mobil{
  display: none;
}
.menu .menu__item .phone{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px;
    margin-top: 20px;
}
.menu .menu__item .phone a{
  color: #000;
 text-decoration: none;  
}
.menu .menu__item .mail a{
    color: #000;
 text-decoration: none;  
}
.menu .menu__item .mail {
  margin-left: 20px;
}
.menu .menu__item .address{
  margin-left: 20px;
}
.info__item{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.intfo__inner{
      display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.info__item .desc{
  margin-top: 20px;
}
.info__item .desc p{
  margin-top: 10px;
  line-height: 1.2;
}
.info__item .desc strong{
  font-weight: 600;
}
.info__item .icon{
  display: flex;
  gap:10px;
  align-items: center;
}
.info__item ol li{
  list-style: auto;
}

.info__item ol{
  margin-left: 20px;
}
.help h2{
  font-weight: 600;
  font-size: 38px;
}
.help__inner{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.help{
  margin-top: 55px;
}
.help__item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
.help__item .title{
  font-size: 20;
  font-weight: 600;
}
.help__item .desc{
  margin-top: 10px;
  display: none;
}
.help__item:hover{
      background: #0b988f;
      color: #fff;
}
.help .icon img{
  width: 50px;
  height: 50px;
}
.footer{
    background: #000;
    color: #fff;
}
.footer a{
  color: #fff;
  text-decoration: none;
}
.footer__inner{
  display: grid;
    grid-template-columns: 750px 1fr;
    gap: 35px;
    padding: 20px;
    align-items: center;
}

.footer__inner .footer__item:nth-child(1){
    display: flex;
    gap: 29px;
}
.footer__item .subtitle{
  font-size: 16px;
  color: #858585;
}
.footer__item .title{
  margin-top: 10px;
  font-size: 20px;
}
.footer__item .phone{
  margin-top: 30px;
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 30px;
}
.footer__item .copy{
  display: flex;
}
.footer__item .copy .item:nth-child(1){
  max-width: 400px;
  font-size: 12px;
}
.phone__item .title{
  font-size: 15px;
}
  .content__inner{
    display: grid;
    grid-template-columns: 350px 1fr;
    gap:20px;
  }

  .menulvl ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .menulvl ul li a{
    color: #000;
    text-decoration: none;
    font-size: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 17px;
    display: block;
  }
  .menulvl ul li a:hover{
    background: #0B988F;
    color: #fff;
  }



.contact__inner .contact__item:nth-child(1) img{
   border-radius: 50px;
}
.contact__inner{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
.contact__inner .contact__item:nth-child(2){
  margin-top: 20px;
}
.contact__item .title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact__item a{
  color: #000;
  text-decoration: none;
}
.item{
  font-weight: 500;
}
.hr{
      border-bottom: 1px solid #cbcbcb;
    padding: 20px 0;
}
.contact__inner .contact__item:nth-child(2) img{
  max-width: 25px;
}
.services__inner{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.services__inner2{
  display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   gap: 10px;
}
.services__item:hover .services__text{
  color: #fff;
}
.main__inner{
        display: grid;
    grid-template-columns: 335px 1fr 335px; 
    gap: 15px;
}
.news__inner{
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.news__item{
    background: #fff;
    border-radius: 20px;
}
.news__item img{
  width: 100%;
  border-radius: 20px;
      border-radius: 35px;
    padding: 15px;
}
a{
  text-decoration: none;
  color: #000;
}
.news .btn{
  text-decoration: none;
    color: #fff;
    background-color: #0B988F;
    padding: 10px 40px;
    border-radius: 50px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    border: none;
    margin-top: 20px;
}
.owl-nav{
  display: none;
}
#js-show-iframe-wrapper{
  margin: 0 !important;
}
.admin__left img{
    width: 100%;
    max-width: 272px;
    border-radius: 30px;
    object-fit: cover;
    max-height: 290px;
}
.admin__item{
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
.admin__item img{
  margin: 0 !important;
}
.admin__item-inner{
    display: grid;
    grid-template-columns: 272px 1fr;
    gap: 10px;
}
.admin__inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.admin__desc p{
  font-weight: 400 !important;
}
.admin__right{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.admin__btn{
  margin-top: auto;
  display: flex;
    justify-content: flex-end;
}
.chart{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.chart img{
  height: 24px;
}
.post p{
  font-weight: 400 !important;
  color: #9b9b9b;
}
.admin__right .title{
  font-weight: 600;
  font-size: 20px;
}
.btn-admin{
      padding: 10px 15px;
    border: 1px solid #0B988F;
    border-radius: 10px;
    color: #0B988F;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.admin__desc{
  display: none;
}
.admin__desc-open{
  display: block !important;
}
.admin__btn-open img{
  transform: rotate(180deg);
}
.menulvl ul .active a{
  background: #0B988F;
    color: #fff;
}
.admin__right img{
  padding: 0;
}






@media screen and (max-width: 1200px) {
  .admin__item-inner {
    grid-template-columns: 1fr;
  }
  .admin__left img{
    max-width: 100%;
    max-height: 100%;
  }
  .main__inner{
        grid-template-columns: 1fr;
  }
}



@media screen and (max-width: 1024px) {
  .news__inner{
     grid-template-columns: 1fr;
  }
  .services__inner {
    grid-template-columns: 1fr 1fr ;
}
  .services__inner2{
  display: grid;
   grid-template-columns: 1fr;
   gap: 10px;
}
  .gallry__inner{
    grid-template-columns: 1fr !important;
}
  .container2{
    padding: 0 20px;
  }
  .contact__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
}
    .content__item:nth-child(1){
      overflow: scroll;
    }
    .menulvl ul{
      flex-direction: inherit;
    }
    .menulvl ul li a{
      display: flex;
      text-align: center;
      align-items: center;
      font-size: 14px;
    }
    .header__bottom {
      display: none;
    }
  .content__inner {
    grid-template-columns:1fr;
  }
  .footer__inner {
    grid-template-columns:1fr;
  }
  .footer__inner .footer__item:nth-child(1){
        flex-direction: column;
  }
  .footer__item .phone{
        grid-template-columns: 1fr;
  }
  .footer__item .copy{
        flex-direction: column;
        gap:30px;
  }
  .help__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .intfo__inner{
    grid-template-columns: 1fr;
  }
  .navbar__inner{
        flex-direction: column;
  }
  .header__top{
    display: none;
  }
  .header2{
     background-size: cover;
  }
  .header__mobil{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__mobil .logo img{
    max-width: 65px;
    width: 100%;
  }
  .header__center .logo{
    display: none;
  }
  .header2{
    height: 50vh;
  }

}
@media screen and (max-width: 768px) {
  .header__center .title{
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .shitby-img img{
    width: 100%;
    height: 100%;
  }
  .news__content img{
    width: 100%;
    height: 100%;
  }
  .header__center .inner{
    flex-direction: column;
  }
  .header__bottom{
    display: none;
  }
  .header__center .title{
    margin-top: 17px;
  }
    .services__inner {
    grid-template-columns: 1fr;
}
.link-img{
  flex-direction: column;
}
}








@media screen and (max-width: 767px) {
  nav {
    margin: 0 0 20px;
  }
}

header {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(11, 152, 143, 0.6);
}

@media screen and (max-width: 767px) {
  header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 250px;
  }
}

@media screen and (max-width: 576px) {
  header {
    height: 400px;
  }
}

@media screen and (max-width: 420px) {
  header {
    height: 520px;
  }
}

@media screen and (max-width: 360px) {
  header {
    height: 580px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5%;
    /*background: rgba(11, 152, 143,;*/
}

@media screen and (min-width: 1600px) {
  .header {
    margin-left: 12%;
  }
}

@media screen and (max-width: 990px) {
  .header {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header img {
  width: 188px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .header img {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header img {
    width: 120px;
  }
}

.header__text-block {
  margin: auto;
  padding: 0 5px;
}

.header__text {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 3.1rem;
}

.h_text {
    font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .header__text {
    font-size: 30px;
    line-height: 2.1rem;
    text-align:center;
  }
  .h_text {
      font-size: 22px;
  }
}

@media screen and (max-width: 990px) {
  .header__text {
    font-size: 20px;
    line-height: 1.8rem;
  }
  .h_text {
      font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .header__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .header__text {
    text-align: center;
  }
}

.header__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  margin-left: auto;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .header__options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .header__options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__options div {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .header__options div {
    margin: 0 10px;
  }
}

@media screen and (max-width: 576px) {
  .header__options div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

span a {
   color: #484848f0;
   text-decoration: none; 
}

p a {
   color: #484848f0;
}

span a:hover, p a:hover {
    opacity: .8;
}

.header__options--blind {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .header__options--blind {
    margin: auto 10px;
    font-size: 11px;
  }
}

.header__options--translate {
  background: #0B988F;
  border-radius: 8px;
  padding: 5px;
  max-width: 63px;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .header__options--translate {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__options--translate {
    margin: auto;
    font-size: 11px;
  }
}

@media screen and (max-width: 576px) {
  .header__options--translate {
    margin: auto 10px;
  }
}

.header__options--title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #474747;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .header__options--title {
    font-size: 13px;
  }
}

.header__options--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .header__options--text {
    font-size: 11px;
  }
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.services__wrapper {
/*   display: -ms-grid;
display: grid;
-ms-grid-columns: (minmax(255px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
grid-auto-rows: auto;
justify-content: center;
justify-items: center;
grid-gap: 30px; */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
  padding: 0 5%;
  max-width: 100%;
  margin-bottom: -18px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .services__wrapper {
        display: grid!important;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 576px) {
    .services__wrapper {
        grid-template-columns: 1fr;
    }
}


.services__item {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
    border-radius: 30px;
    padding: 15px;
    min-height: 290px;
}
.services__item img{
  border-radius: 30px;
  margin: 0;
}
.gallry__inner{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
.gallry__inner img{
  margin: 0;
      border-radius: 30px;
}

/* @media screen and (max-width: 1500px) {
  .services__item:nth-child(5) {
    display:none;
  }
}
@media screen and (max-width: 1250px) {
  .services__item:nth-child(4) {
    display:none;
  }
}
@media screen and (max-width: 960px) {
  .services__item:nth-child(3) {
    display:none;
  } 
}*/

@media screen and (max-width: 1250px) {
   .services__item {
    margin: 0;
    max-width: 100%;
   }
}

.services__item:hover {
  background: #0B988F;
  color: #fff;
}
.services__item:hover .services__title{
  color: #fff;
}

.services__item:hover .services__icon {
  opacity: 1 !important;
}

.services__item:hover .services__icon img {
  margin-top: -15px;
}

.services__img {
  width: 100%;
  flex: 0 0 150px;
}
.services__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.services__content {
  margin-top: 20px;
}

.services__title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
}

.services__text {
  font-weight: 500;
  font-size: 15px;
  color: #484848;
}

.services__icon {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services__icon img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
}

.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 40px;
}

.blocks .circle {
  background-color: #0B988F;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

.blocks .circle img {
  margin: auto;
}

@media screen and (max-width: 420px) {
  .blocks .circle {
    margin: auto;
  }
}

.blocks__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
  max-width: 100%;
}

.blocks__item {
  position:relative;    
  width: 30%;
  margin: 10px;
  padding: 25px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 1125px) {
  .blocks__item {
    width: 80%;
    max-width: 700px;
  }
}

.blocks__item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blocks__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 420px) {
  .blocks__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blocks__title {
  margin: auto 10px;
  font-size: 24px;
  color: #474747;
  max-width: 270px;
}

@media screen and (max-width: 420px) {
  .blocks__title {
    font-size: 18px;
    text-align: center;
  }
}

.blocks__text {
  font-size: 14px;
  color: #000000;
}

@media screen and (max-width: 420px) {
  .blocks__text {
    font-size: 12px;
  }
}

.blocks__content {
  margin: 15px 0;
}

.blocks__content span {
  margin: auto;
}
.info .icon img{
  width: 50px;
  height: 50px;
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.main__title{
  text-align: center;
    font-size: 36px !important;
}
.news__wrapper {
  padding: 0 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}


.news__item {
  width: 100%;
}

.news__content {
  padding: 22px;
}

.news__date {
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 10px;
}

.news__title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
}

.news__text {
  font-weight: 500;
  font-size: 15px;
  color: #484848;
}

.news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 60px;
}

.news__btn {
  text-decoration: none;
  color: #fff;
  background-color: #0B988F;
  padding: 10px 40px;
  border-radius: 50px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  max-height: 40px;
}

.news__btn:hover {
  background-color: #fff;
  color: #0B988F;
  border: 1px solid #0B988F;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.partners__wrapper {
  padding: 0 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.partners__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.partners .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners__carousel {
  overflow: hidden;
  height: 100px;
}

.partners__item {
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* .partners__item:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(65, 54, 136, 0.14);
          box-shadow: 0px 10px 20px rgba(65, 54, 136, 0.14);
} */

.partners__item img {
  max-height: 120px;
  width: 100%;
  height:auto;
  object-fit: contain;
      border-radius: 30px;
}

.partners__item p {
  margin: auto;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
}

.map {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: .3s;
  transition: .3s;
}

.map:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 14%;
}

@media screen and (max-width: 990px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 5%;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 150px 0 150px;
  width: 100%;
}

.simplesearch-result {
    margin: 10px 0;
}

.simplesearch-result a {
    text-decoration: none;
    color: #0B988F;
}

.simplesearch-result a:hover {
    opacity: .8;
}

.service__plag-item {
    width: 275px;
    height:135px;
    margin: 0 5px 5px;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFE1E0;
    background-color: #0b988f54;
    padding: 0 10px;
    transition: all .4s ease-in-out;
}

.service__plag-item:hover {
   background-color: #fff;  
}

.service__plag-img {
    object-fit: cover;
    margin: 0 auto 5px;
    max-width:84px!important;
}

.service__plag-content {
    display:flex;
    flex-direction:column;
    overflow: hidden;
}

.service__plag-title {
    font-size: 12px;
    font-weight: bold;
    text-align:center;
}

.service__plag-text {
    font-size: 14px;
    word-break: break-word;
    color: #6c757d;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    max-width:250px;
}


@media screen and (max-width: 1600px) {
  .footer__info {
    padding: 0 100px;
  }
}


@media screen and (max-width: 1200px) {
  .footer__info {
    padding: 0 50px;
  }
  .service__plag-item {
      max-width: 100%;
  }
}

.footer__info p {
  padding: 50px 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  opacity: .6;
  text-align: center;
}

.footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 576px) {
  .footer__phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__phones--head {
  font-size: 13px;
  line-height: 24px;
}

.footer__phones--text {
  font-size: 15px;
  line-height: 18px;
}

.footer__phones-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 25px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .footer__phones-1 {
    margin: 15px auto;
  }
}

.sticky {
/*   position: fixed !important;
top: 0;
width: 100%; */
}

.h__title {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .h__title {
    font-size: 22px;
  }
}

.clr-text {
  color: #0B988F;
}

.navigation {
  margin: auto 0;
}

@media screen and (max-width: 576px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.owl-prev,
.owl-next {
  border: none;
  background: none;
  font-size: 25px;
  margin: 0 10px;
  cursor: pointer;
  min-width: 30px;
  color: #0B988F;
}

@media screen and (max-width: 576px) {
  .owl-prev,
  .owl-next {
    font-size: 15px;
  }
}

.owl-prev ~ .disabled,
.owl-next ~ .disabled {
  opacity: .5;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.scrollTop {
  position: fixed;
  right: 5%;
  bottom: 10px;
  background-color: #0B988F;
  border-radius: 50%;
  padding: 15px 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index:2;
}

.content {
    padding: 0;
}

.aside {
    max-width: 270px;
    width: 100%;
}

.aside__title {
    padding:5px 10px;
    background-color:#6DC1BC;
    color: #fff;
    margin-bottom: 1em;
    font-size: 1.2rem;
    /* max-width: 120px; */
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
/*     justify-content: flex-end; */
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"; 
}

.breadcrumb-item:last-child {
    opacity: .8;
}

.breadcrumb-item a {
    font-weight: 500;
    color: #0B988F;
}

.breadcrumb-item a:disabled {
    opacity: .7;
}

.content__wrapper {
    padding: 30px 0;
    width: 100%; 
}
.level1 {
    width:100%;
    position:relative;
}

.level2 {
    min-width: 200px;
    word-break: break-word;
}

.level1 .dropdown-content {
    display:none!important;
}

.level1:hover .dropdown-content {
    display:block!important;
    top: 0;
    position:absolute;
    left:90%;
}
.clients .last.level1:hover .dropdown-content {
    display: none !important;
}

.new__wrapper {
    padding: 0 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    border-bottom: 1px solid #d6d6d6;
/*     padding-top: 30px ;
padding-bottom: 30px ; */
}
.new__wrapper p {
    margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
   .new__wrapper {
       flex-direction: column-reverse;
   }
   .aside {
       max-width:100%;
   }
   .content__wrapper {
       padding-left: 0;
       padding-bottom: 30px;
   }
}
@media screen and (max-width: 768px) {
    .new__wrapper{
        padding: 0 5%;
    }
    .breadcrumb {
        font-size:10px;
        justify-content: flex-start;
    }
    .content__wrapper {
        display: flex;
        flex-direction: column;
        /* overflow-x: auto; */

    }
}



.article__bottom {
    margin: 40px 0;
}

.share__block {
    padding:5px;
    background-color: #6DC1BC;
    color: #fff;
    font-weight: 500;
}

.aside_item {
    list-style: none;
    font-weight: 500;
    border-bottom: 1px solid #a7a7a7;
    padding: 15px 0;
}
#comment-form{
      flex-direction: column;
}
.aside_item img{
  margin-top: 0;
}
.aside_link {
    color: #484848f0;
    text-decoration: none;
              display: flex;
    align-items: center;
    justify-content: space-between;
}

.aside_link:hover {
    opacity: .8;
}
.aside_link img{
  width: 24px;
  height: 24px;
}
.link-up {
    display:none;
}

.neighbors {
    width:100%;
}

.link-prev a,
.link-next a {
    text-decoration: none;
    color: #484848f0;
}

.link-prev a:hover,
.link-next a:hover {
    opacity: .8;
}

@media screen and (max-width: 576px) {
    #pdopage .rows .d-flex {
        flex-direction: column
    }
    #pdopage .rows .d-flex img {
        margin: auto;
        width: 100%;
        height: auto;
    }
    .level1:hover .dropdown-content {
        display:none!important;
    }
}

.feedback__block {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.ticket-comment .ticket-comment-body {
    padding: 10px;
    background-color: #dee2e6cf;
    transition: .3s ease-out;
}

.ticket-comment .ticket-comment-body:hover {
    transform: translateX(-10px);
}

.ticket-comment .ticket-comment-guest {
    padding: 10px;
    background-color: #6dc1bc4a;
    transition: .3s ease-out;
}

.ticket-comment .ticket-comment-guest:hover {
    transform: translateX(10px);
}

.ticket-comment:nth-child(1) {
    display: block!important;
}

.ticket-comment:nth-child(2) {
    display: block!important;
}

.ticket-comment:nth-child(3) {
    display: block!important;
}

.ticket-comment:nth-child(4) {
    display: block!important;
}

.ticket-comment:nth-child(5) {
    display: block!important;
} 

.ticket-comment{
    display: none;
}

.comment-input:focus {
    outline: none;
    border-bottom: 3px solid #6DC1BC;
}

.comment-input {
    border: none;
    border-bottom: 3px solid #e2e2e2;
    margin-left: 15px;
    transition: all .3s ease-in-out;
}

.comment-list .comment-reply {
    display: none;
}

.ticket-comment-header .ticket-comment-link, .ticket-comment-up, .ticket-comment-rating {
    display: none;
}

.ticket-comment-body .ticket-comment-text {
    padding: 15px 0;
}

.ticket-comment-body .ticket-avatar {
    display: none;
}


.gallery-wrap {
    display:flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.mainImage {
    width:100%;
}

.table-responsive {
    overflow-x:auto
    margin-top: 50px;
}

@media screen and (max-width: 576px) {
    #msGallery, .ms2Gallery {
        grid-template-columns: 1fr;
    }
}

.contact__item img{
  width: 100%;
}
.gallery-item img{
  width: 100%;
  height: 100%;
}


table {
    width: 100%;
}

.event-block {
    padding: 0 20%;
}

@media screen and (max-width: 1400px) {
    .event-block img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 576px) {
    .event-block {
        padding: 40px 10px;
    }
    .partners__header .h__title {
        max-width: 150px;
    }
}

.bvi.bvi-panel .bvi-copy {
    display: none;
}

.socials {
    justify-content: center;
    padding: 40px;
}

@media screen and (max-width: 768px) {
  .socials {
    padding: 20px;
   }
}

.socials a{
    margin: 10px 5px;
}

/* .socials svg path {
    fill: #0B988F
} */

.arrow {
    transition: all .2s ease-out;
}

.arrow::before {
    content: " \27A4 ";
    font-size: larger;
    opacity: 0.5;
    margin-right: 5px;
}

.arrow:hover {
    margin-left: 10px;
}

.arrow .clr-text {
    text-decoration: none;
}
.poli-btn{
  gap:30px;
}
.btn-green img{
  margin: 0;
}
.btn-green{
      margin-top: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
        padding: 5px 15px !important;
    border-radius: 15px !important;
}
.btn-tra{
        margin-top: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
        padding: 5px 15px !important;
    border-radius: 15px !important;
        color: #0b988f !important;
    background-color: transparent !important;
    border: 1px solid #0b988f !important;
}
.btn-tra img{
  margin: 0;
}
#xPoller2 {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
#xPoller2 form{
      flex-direction: column;
          align-items: flex-start;
          gap:20px;
              background: transparent;
}
#xPoller2 h3 {
    visibility: hidden;
}

#xPoller2 .progress-bar {
    background-color: #0B988F;
}

#xPoller2 .xPolls .radio {
    padding: 10px 0;
}

#xPoller2 .xPolls .btn {
    text-decoration: none;
    color: #fff;
    background-color: #0B988F;
    padding: 10px 40px;
    border-radius: 50px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    border: none;
    margin-top: 20px;
}



#yt-widget .yt-button_type_left,
#yt-widget .yt-servicelink{
    display: none!important;
}

#yt-widget .yt-button_type_right {
    background: #000!important;
    border: none!important;
}

#yt-widget .yt-button_type_right > .yt-button__text {
    color: #fff;
}

#yt-widget .yt-listbox__text:hover, #yt-widget .yt-listbox__input:checked ~ .yt-listbox__text:hover {
    background-color: #6DC1BC!important;
}

#show-hidden-menu, #hide-hidden-menu {
    cursor: pointer;
}
/*# sourceMappingURL=main.css.map */