#cookie_notification {
  z-index: 10;
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px) {
  #cookie_notification.show {
    display: flex !important;
  }

  .cookie_accept {
    margin: 0 0 0 25px;
  }

  .mobile-cookie {
    display: block;
  }
}

@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }

  .cookie_accept {
    margin: 10px 0 0 0;
  }

  .mobile-cookie {
    display: none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');

/*font-family: 'Viaoda Libre', cursive;*/
.intec-content {
  max-width: 1350px !important;
}

.c-rates-template-1 {
  padding-bottom: 30px;
}

.widget.c-rates.c-rates-template-1 .widget-item-property {
  display: none;
}

* {
  scrollbar-width: 9px;
  scrollbar-color: #66C3B1;
}


*::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
}

*::-webkit-scrollbar-thumb {
  background-color: #66C3B1;
  border: 2px solid #141616;
}

::-webkit-scrollbar-thumb:vertical {
  min-height: 50px;
}

*::-webkit-scrollbar-track {
  background: #141616;
}

/*::selection {
    background: transparent;
    color: #66C3B1;
}*/

@keyframes transform {

  0%,
  100% {
    border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%;
  }

  20% {
    border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%;
  }

  40% {
    border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%;
  }

  60% {
    border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%;
  }

  80% {
    border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%;
  }
}

.widget-header .widget-title,
.widget-name,
.widget-button,
.custom-button,
.c-slider.c-slider-template-1 .widget-header .widget-title,
.widget.c-projects.c-projects-template-4 .widget-title,
.widget.c-sections.c-sections-template-1 .widget-title .line,
.widget.c-staff.c-staff-template-2 .widget-title .line,
.widget.c-reviews.c-reviews-template-14 .widget-title,
.widget.c-faq.c-faq-template-1 .widget-title .line {
  font-family: 'Viaoda Libre', sans-serif !important;
}

.widget-header .widget-title,
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-menu .ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item .menu-item-text-wrapper {
  font-family: "Vladivostok", sans-serif !important;
}

.services-index-block {
  color: #000;
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 400;
  left: -70px;
  top: 35px;
  position: absolute;
  z-index: 1;
}

.services-index-block::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  transform: translate(calc(-100% - 46px));
  width: 100vw;
  height: 1px;
  z-index: 0;
}

.services-index-block.white-index {
  color: #fff;
}

.services-index-block.white-index::before {
  background: #fff;
}


.index-block {
  display: block;
  font-weight: 400;
  font-size: clamp(12px, 3vw, 20px);
  line-height: 100%;
  color: #FCFFFF;
  position: absolute;
}

.index-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 46px));
  height: 1px;
  width: 50vw;
  background: #fff;
  z-index: 0;
}

.index-block.right:before {
  transform: translate(calc(100% + 46px));
  left: auto;
  right: 0;
}

/* CUSTOM BUTTON */
.custom-button {
  position: relative;
  text-decoration: none;
  font-size: clamp(12px, 3.6vw, 20px);
  font-weight: 400;
  line-height: 150%;
}

.custom-button svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.custom-button svg:nth-child(1) {
  clip-path: polygon(0 1%, 50% 0, 50% 100%, 0% 100%);
  z-index: 0;
}

.custom-button svg:nth-child(3) {
  clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);
  z-index: 2;
}

.custom-button span {
  position: relative;
  z-index: 1;
}

/* end CUSTOM BUTTON */

/* NAVIGATION */
.navigation-container {
  position: relative;
  display: flex;
}

.navigation-container .nav {
  background: transparent;
  position: relative;
  left: 0;
  right: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -ms-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

.navigation-container .nav path {
  -webkit-transition: stroke .3s ease-out;
  -moz-transition: stroke .3s ease-out;
  -ms-transition: stroke .3s ease-out;
  -o-transition: stroke .3s ease-out;
  transition: stroke .3s ease-out;
}

.navigation-container .nav:not(.swiper-button-disabled):hover path {
  stroke: #66C3B1;
}

.navigation-container .nav.swiper-button-disabled {
  cursor: auto;
}

.navigation-container .nav.swiper-nav-prev {
  margin: 0 32px 0 0;
}

/* end NAVIGATION */

.background-ellipse {
  position: absolute;
  background: rgba(77, 220, 191, 0.3);
  filter: blur(clamp(91px, 12vw, 169px));
  width: clamp(306px, 50vw, 885px);
  height: clamp(306px, 50vw, 885px);
  pointer-events: none;
  z-index: 0;

  animation: transform 6s ease-in-out infinite both alternate;
}

/*подложка и картинки*/
.widget-element-picture-cus {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  max-height: 500px;
  max-width: 500px;
  min-width: 450px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.widget-element-description-cus {
  margin-left: 60px;
  margin-right: 20px;
}

.description-dark-bg {
  background: linear-gradient(to bottom right, #151b1a, #448578);
  color: ghostwhite;
  padding: 40px 0 20px 0;
}

.right-float-img {
  float: right;
  /* Обтекание картинки по левому краю */
  padding-left: 20px;
  /* Отступ слева */
  padding-bottom: 10px;
  /* Отступ снизу */
  max-height: 500px;
  max-width: 500px;
}

.left-float-img {
  float: left;
  /* Обтекание картинки по левому краю */
  padding-right: 20px;
  /* Отступ слева */
  padding-bottom: 10px;
  /* Отступ снизу */
  max-height: 500px;
  max-width: 500px;
}

.ul-two-col li {
  display: block;
  width: 30%;
  float: left;
}

.ul-two-col li:last-child {
  display: block;
  width: 30%;
  float: left;
  margin-bottom: 20px;
}
.img-mxw-400{
max-width:400px;
}

@media (max-width: 1400px) {
  .services-index-block {
    position: relative;
    top: 0;
    margin-bottom: 15px;
    left: 0px;
    margin-left: 75px;
  }

  .services-index-block::before {
    left: 30px;
  }
}

@media (max-width: 1000px) {
  .widget-element-description-cus {
    margin-left: 0;
  }

  .widget-element-picture-cus {
    min-height: 350px;
  }

  .description-dark-bg {
    border-radius: 0;
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 768px) {
  .services-index-block {
    margin-left: 45px;
  }

  .c-catalog-catalog-1 .widget-title span {
    margin-left: 0;
  }

  .widget-element-picture-cus {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .description-dark-bg {
    background: #ffffff;
    color: #404040;
    padding: 20px 0;
  }

  .right-float-img {
    padding-left: 0;
    /* Отступ слева */
  }

  .left-float-img {
    padding-right: 0;
    /* Отступ слева */
  }
}

@media screen and (max-width: 600px) {
  .right-float-img {
    float: unset;
    max-width: 100%;
    max-height: 100%;
	width:100%;
  }
.img-mxw-400{
max-width:100%;
width:100%;
}
}

@media (max-width: 500px) .services-index-block {
  margin-left: 30px;
}

@media (max-width: 425px) {
  .right-float-img {
    max-width: 100%;
    max-height: unset;
  }

  .left-float-img {
    max-width: 100%;
    max-height: unset;
  }

  .ul-two-col li {
    display: block;
    width: auto;
    float: none;
  }

  .ul-two-col li:last-child {
    display: block;
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
}

.requisites td a {
  color: #000 !important;
}

.requisites .phone-link a {
  color: #66C3B1 !important;
}