/* footer */
footer .footer_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}


/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.slide_one .picture_content {
  background: linear-gradient(to right, hsla(0, 0%, 0%, 0.7) 0%, hsla(0, 0%, 0%, 0.623) 7.3%, hsla(0, 0%, 0%, 0.556) 14.1%, hsla(0, 0%, 0%, 0.499) 20.4%, hsla(0, 0%, 0%, 0.449) 26.4%, hsla(0, 0%, 0%, 0.405) 32.1%, hsla(0, 0%, 0%, 0.366) 37.8%, hsla(0, 0%, 0%, 0.33) 43.4%, hsla(0, 0%, 0%, 0.297) 49.1%, hsla(0, 0%, 0%, 0.264) 55%, hsla(0, 0%, 0%, 0.23) 61.2%, hsla(0, 0%, 0%, 0.194) 67.8%, hsla(0, 0%, 0%, 0.154) 74.8%, hsla(0, 0%, 0%, 0.11) 82.5%, hsla(0, 0%, 0%, 0.059) 90.8%, hsla(0, 0%, 0%, 0) 100%);
  border: 12px solid #ffffff;
}



.bookly-js-back-step {
  margin-bottom: 10px !important;
}

/* Title on page  */
.section .section_text_block h1 span,
.section .section_text_block h2 span,
.section .section_text_block h3 span,
.section .section_text_block h4 span,
.section .section_text_block h5 span,
.section .section_text_block h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #0f87ca;
}

h1,
.title-inner {
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.section .section_text_block h2,
.section .section_text_block h2 span,
h2 {
  font-size: 37px;
  line-height: 40px;
  font-weight: 700;
}

.section .section_text_block h3,
.section .section_text_block h3 span,
h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.section .section_text_block h4,
.section .section_text_block h4 span,
h4 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
}

.section .section_text_block h5,
.section .section_text_block h5 span,
h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.section .section_text_block h6,
.section .section_text_block h6 span,
h6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}



.hero_image-title {
  text-align: center;
}

.hero_image-title__subtitle {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 1199.98px) {
  .section_text_block+[data-readmore-toggle] {
    display: none;
  }
}

/* icon top menu */
.grid_blocks_wrapp .block_1 {
  position: relative;
}

.grid_blocks_wrapp .block_1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

p:has(iframe) {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

p iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section_text_block.ratio,
.section_text_block.video,
.section_text_block.google-rewies{
  height: auto !important;
}

.section_text_block.ratio+[data-readmore-toggle],
.section_text_block.video+[data-readmore-toggle],
.section_text_block.google-rewies+[data-readmore-toggle]{
  display: none !important;
}

/* bnt arrow up */
body .btn-arrow-up {
  display: none;
  border: none;
  width: 50px;
  height: 53px;
  background: #afd7ed url(../images/svg_icons/arrow-up.svg) no-repeat center;
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 110px;
  border-radius: 5px;
}

body .btn-arrow-up:hover {
  background: #afd7ed url(../images/svg_icons/arrow-up.svg) no-repeat center !important;
}

/* polylang styles */

.menu_actions_wrapp {
  display: flex;
  justify-content: flex-end;
  gap: 45px;
}

.lang {
  display: flex;
  margin: 0;
  gap: 35px;
}

.menu_actions_wrapp .left_part {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 0;
}

div.adaptive_d {
  display: none !important;
}

.tablet-header-meta {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}

.certificate {
  max-width: 200px;
  width: 100%;
  margin-top: 20px;
}

.certificate img{
  max-width: 100%;
  display: block;
}




@media only screen and (max-width: 1050px) {

  .menu_actions_wrapp {
    justify-content: flex-end;
    gap: 50px;
  }
}

@media only screen and (max-width: 980px) {

  .adaptive_p .row:last-child .col-5 .icon_wrapp,
  .adaptive_p .row:last-child .col-4 .icon_wrapp,
  .telephones_wrapp .icon_wrapp,
  .header .container .row:last-child .col-6:first-child .icon_wrapp,
  .header .container .row:last-child .col-6:last-child .icon_wrapp {
    width: 30px;
    height: 30px;
  }

  .adaptive_m .app-header--m {
    justify-content: space-between;
  }

  .header-phones {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {

  h1,
  .title-inner {
    font-size: 40px;
  }

  .section .section_text_block h2,
  h2 {
    font-size: 32px;
  }

  .section .section_text_block h3,
  h3 {
    font-size: 27px;
  }

  .section .section_text_block h4,
  h4 {
    font-size: 23px;
  }

  .section .section_text_block h5,
  h5 {
    font-size: 21px;
  }

  .section .section_text_block h6,
  h6 {
    font-size: 19px;
  }

  /* bg baner */
  .page-hero {
    background-size: cover;
    background-position: right;
  }

  .menu_actions_wrapp .left_part a i {
    font-size: 15px;
  }

}

@media screen and (max-width: 650px) {
  .bookly-mobile-step-2 {
    display: block;
  }

  .bookly-mobile-step-1 .bookly-nav-steps {
    display: none;
  }

  .bookly-mobile-prev-step,
  .bookly-js-back-step {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .bookly-js-next-step {
    width: 100% !important;
  }

  .bookly-mobile-step-2 .bookly-mobile-prev-step {
    display: none !important;
  }

  .bookly-mobile-step-1,
  .bookly-details-step {
    margin: 0 0px 0 0;
  }
}

@media screen and (max-width: 590px) {
  .menu_actions_wrapp {
    justify-content: flex-end;
    gap: 30px;
  }

  .lang {
    gap: 35px;
  }

  .menu_actions_wrapp .left_part {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .header-phones {
    gap: 5px;
  }

  .header-phones > .col-5,
  .header-phones > .col-7{
    width: 100%;
  }

  .header-phones > .col-5 >.telephones_wrapp,
  .header-phones > .col-7 >.telephones_wrapp  {
    justify-content: flex-start;
  }

}