.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mr-1 {
  margin-right: 10px !important;
}
a {
  color: #23a884;
  text-decoration: none;
}

a:hover{
  color: #037a5b;
}
#btn_booking {
  transition: all 0.5s ease-in-out;
  background-color: #23a884;
  color: #d7d7d8;
}
#btn_booking:hover{
  background-color: #0fcd9a;
  color: #ffffff;
}
.justify-content-center {
  justify-content: center;
}
#police {
  height: auto;
}
/* booking */
input[type="checkbox"],
input[type="radio"] {
  accent-color: #23a884;
  width: 16px;
  height: 16px;
}
input.invalid {
  border: 1px solid red !important;
  color: red !important;
  }
  
  input.success {
      border: 1px solid #027a0c !important;
      color: #027a0c !important;
  }
  .mas{
    position: absolute;
    top:0px;
    left: 0px;
  }
  .mas .success {
      color: #027a0c !important;
  }
  .mas .invalid {
      color: red !important;
  }
  label.invalid{
    display: none;
    position: absolute;
    opacity: 0;
  }
/* /booking */
.header-logo.logo img {
  width: 85px;
}

.main-top-header .icon-container {
  color: #3f96cc;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  /* border: 1px dotted #CCCCCC; */
  left: 0px;
  top: 4px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.main-header-2 .header-top .header-icon-box .icon-container-massengers {
  color: #3f96cc;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  /* border: 1px dotted #CCCCCC; */
  left: 0px;
  top: 4px;
  text-align: center;
  /* position: absolute; */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
 a.whatsapp {
color: #01e305;
font-size: 34px;
}
a.telegram {
  color: #3f96cc;
  font-size: 34px;
  }

  /*  Footer*/
  .footer-logo.img-responsive {
    width: 133px;
  }
   /*  Footer*/
   /* Услуга */
   .single-service img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: 5px;
  }
  .text-light-color a:hover {
    color: #ffff !important;
  }
   /* Услуга */

   /* -------------cookie------------- */
.p-relative {
  position: relative !important ;
}
.p-absolute {
  position: absolute !important;
}
.p-fixed {
  position: fixed !important;
}

.d-flex {
  display: flex !important;
}

.align-self-center{
  align-self: center;
}
.blk-cookie {
  position: fixed !important;
  bottom: -1000px;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: #fff;
  transition: all .5s;
  color: #7b7b7b;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #d7d7d8;
  display: flex;
  justify-content: center;
}
.blk-cookie_active {
bottom: 0;
transition-duration: 1s;
}
.blk-cookie_closed {
  bottom: -1000px;
  transition-duration: 1s;
}
.blk-cookie__close {
  background: #23a884;
  border: 1px solid #03ecae;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  align-items: center;
  color: #fff;
  padding: 6px 15px;
  cursor: pointer;
  margin-left: 20px;
  height: 30px;
}
.text-dark-color a.blk-cookie__close:hover {
  color: #fff !important;
  text-decoration:none;
}
.blk-cookie a.police_link {
  color: #424242;
}
.blk-cookie a.police_link:hover {
  color: #424242;
}


/* -------------/cookie------------- */