/*
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
*/

.box-icon-modern {
    max-width: initial;
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
	    padding: 75px 0;
	}
}

.services-classic-title {
    max-width: unset;
    text-overflow: unset;
}


.box-icon-modern-decor::after {
    background: #5B7B7A;
}

.context-dark .breadcrumbs-custom-path li::after {
    color: rgba(255, 255, 255, 0.53) !important;
}


.context-dark .breadcrumbs-custom-path a, .context-dark .breadcrumbs-custom-path a:active, .context-dark .breadcrumbs-custom-path a:focus {
    color: #fff !important;
}

.context-dark li.active {
    color: rgba(255, 255, 255, 0.4) !important;
}

.text-innovip {
    color: #e67e22;
}

.bg-innovip {
    background-color: #5B7B7A;
}

.footer-brand {
    max-width: 200px;
}

.bg-zold {
    background-color: #5B7B7A;
}

.text-zold {
    color: #5B7B7A;
}

.thumbnail-classic-title a:hover {
    color: #e67e22;
}

.circletop {
  position: absolute;
  top: -30px;
  right: 15px;  
  width: 90px;
  height: 90px;
  border: 10px solid transparent;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

@media (min-width: 768px) {
  .horgony{
      display: block;
      position: relative;
      top: -109px;
      visibility: hidden;
  }
}

.box-contacts-decor {
  background: #fff;
}

.text-shadow {
  text-shadow: 1px 1px 6px black;
}