html {
    background: #262626;
    color: #c4c4c4;
    scrollbar-color: #FF451A #111;
    scrollbar-width: thin;
}

header {
	background: rgba(30, 30, 30, 0.5);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
    padding: 8px 8px;
    border-radius: 30px;
}


button.uk-modal-close-outside.uk-icon.uk-close {
    background: #222;
    padding: 10px;
    border-radius: 12px;
}

.uk-modal-body {
    border-radius: 30px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0; 
    color: #ffffff;
}

.uk-button-secondary {
    background-color: #FF451A;
    color: #fff;
    border-radius: 40px;
}

.uk-button-primary {
    background-color: #262626;
    color: #fff;
    border-radius: 40px;
}

.uk-text-primary {
    color: #FF451A !important;
}

.header-link {
    color: #fff;
    background: rgb(255 255 255 / 3%);
    padding: 8px 0;
    display: block;
    border-radius: 12px;
}

.header-link:hover {
    color: #2D2D2D;
    background: #fff;
    padding: 8px 0;
    display: block;
    border-radius: 12px;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.stats-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(30, 30, 30, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
}

.stats-card__number {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.stats-card__number span {
  color: #ff3b00;
}

.stats-card__text {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

.uk-heading-line>::after, .uk-heading-line>::before {
    border-bottom: calc(.2px + .05em) solid rgb(255 255 255 / 20%);
}

.services-card {
    background: #2D2D2D;
    padding: 22px 22px;
    border-radius: 12px;
}

.uk-border-rounded {
    border-radius: 12px;
}

.list-icon {
    margin-right: 6px;
}

.section-white {
    background: #fff;
    padding-bottom: 40px;
}

.dark {
    color: #262626;
}






.step {
  position: relative;
  padding-left: 40px;
  margin-bottom: 50px;
}
.step::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 13px;
  width: 1px;
  height: 100%;
  background: #B3B3B3;
}
.step:last-child::before {
  height: 50%; /* линия не уходит слишком вниз */
}
.step::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #FF451A;
    border: 3px solid #ffffff;
    border-radius: 50%;
    z-index: 2;
}
.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
    flex-direction: row;
}
.step-number {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    flex-shrink: 0;
    background: #ff451a;
}
.step-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #262626, #3B3B3B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: 100%;
}

.step-text {
	font-size: 16px;
	line-height: 1.4;
	color: #3B3B3B;
}


.cta-block-form {
    background: #F1F1F1;
    padding: 16px 16px;
    border-radius: 16px;
}













.info-panel {
    background: #2D2D2D;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #C4C4C4;
    border-radius: 16px;
    padding: 16px 16px;
}

.info-panel p {
  margin: 0 0 12px 0;
}

.info-panel p:last-child {
  margin-bottom: 0;
}

.info-panel__brand {
  color: #2993ff;
}

.info-panel b {
  color: #fff;
  font-weight: 600;
}

.review-card__title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 4px 0;
}

.review-card__icon {
    width: 40px;
}


.card {
    background: #F1F1F1;
    padding: 16px 16px;
    border-radius: 16px;
}


.case-card {
    background-color: #2D2D2D;
    border-radius: 16px;
    padding: 20px;
    color: #ffffff;
}
.case-subtitle {
    font-weight: 600;
    font-size: 18px;
    color: #ff451a;
    margin-bottom: 16px;
}
.case-subtitle {
    font-weight: 600;
    font-size: 18px;
    color: #ff451a;
    margin-bottom: 16px;
}
.case-image img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
  object-fit: cover;
}
.case-quote {
    background-color: transparent;
    color: #dddddd;
    font-style: italic;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}
.quote-icon {
  width: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}




.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2d2d2d;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid #ff451a;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
}
.uk-dotnav>.uk-active>* {
    background-color: #ff451a;
    border-color: #fff;
}

footer {
    padding: 40px 0;
    background: #2d2d2d;
    margin-top: 80px;
}



.footer-contact {
    display: inline-block;
    background: #262626;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 12px;
    color: #fff;
    transition: 1s ease-out;
}

.footer-contact:hover {
    background: #fff;
    text-decoration: none;
    color: #292930
}

.sp-icon {
    width: 100px;
    padding: 0 16px;
}

.uk-heading-bullet::before {
    border-left: calc(5px + .1em) solid #ff451a;
}


.gradient-text {
  background: radial-gradient(circle at 95% 5%, #FF1A1A 0%, #FF451A 25%, #FFA71A 75%);
  background-size: 200% 200%;
  animation: gradientMove 6s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes gradientMove {
  0% {
    background-position: 95% 5%;
  }
  50% {
    background-position: 5% 95%;
  }
  100% {
    background-position: 95% 5%;
  }
}


.tada {
    animation: tada 4s infinite;
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}



.animabtn {
  position: relative;
  overflow: hidden;
}
.animabtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.2) 100%);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}






@media (max-width: 640px) {

.stats-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    padding: 12px 12px;
    border-radius: 12px;
    background: rgba(30, 30, 30, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    align-items: center;
}

.services-card {
    background: #2D2D2D;
    padding: 16px 14px;
    border-radius: 12px;
}

.footer-contact {
    display: inline-block;
    background: #262626;
    padding: 10px 20px;
    margin: 0px;
    border-radius: 12px;
    color: #fff;
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 10px;
    background: #2D2D2D;
    border-radius: 40px;
}

.uk-offcanvas-bar .uk-button-secondary {
    background-color: #ff451a;
    color: #ffffff;
}

}