header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 47px 30px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: white;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
header.hidden {
  transform: translateY(-100%);
}
@media (max-width: 1400px) {
  header {
    padding: 25px 30px;
  }
}

.header {
  width: 100%;
  max-width: 1860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 117px;
}
.header-right__nav {
  display: flex;
  align-items: center;
  gap: 90px;
}
.header-right__nav-link {
  font-size: 24px;
  cursor: pointer;
}
.header-right__nav-link:hover {
  text-decoration: underline !important;
}
@media (max-width: 1100px) {
  .header-right__nav-link {
    font-size: 22px;
  }
}
.header-right__nav-services-container {
  position: relative;
}
.header-right__nav-services-container .sub-services {
  width: 655px;
  position: absolute;
  top: 40px;
  left: -490px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 20px;
  padding: 40px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.368627451);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header-right__nav-services-container .sub-services div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header-right__nav-services-container .sub-services div a {
  font-size: 16px;
  line-height: 24px;
  color: #010202;
}
.header-right__nav-services-container .sub-services div p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #343535;
}
.header-right__nav-services-container .sub-services-btn {
  width: 100%;
  max-width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}
.header-right__nav-services-container .sub-services::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: -18px;
  height: 18px;
}
@media (max-width: 1400px) {
  .header-right__nav-services-container .sub-services {
    width: 600px;
    left: -400px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 30px;
  }
}
.header-right__nav-services-container:hover .header-right__nav-link {
  text-decoration: underline !important;
}
@media (max-width: 1400px) {
  .header-right__nav {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .header-right__nav {
    display: none;
  }
}
.header-right__image {
  width: 78px;
  height: auto;
}
@media (max-width: 1400px) {
  .header-right {
    gap: 70px;
  }
}

.header-right__nav-services-container:hover .sub-services {
  display: grid;
}

.header-right__nav-services-container .sub-services:hover {
  display: grid;
}

.mob-header__wrapper {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(217, 217, 217, 0.631372549);
}
.mob-header__wrapper.hidden {
  display: none;
}
@media (min-width: 1025px) {
  .mob-header__wrapper {
    display: none;
  }
}
.mob-header__content {
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 33px;
  border-radius: 30px;
  background-color: rgba(245, 244, 244, 0.6980392157);
  border: 1px solid white;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mob-header__content-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.mob-header__content-top__close {
  width: 18px;
  height: 18px;
}
.mob-header__content-nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}
.mob-header__content-nav-link {
  font-size: 30px;
  line-height: 36px;
}
.mob-header__content-nav-link.sub {
  font-size: 14px;
  line-height: 1.1;
}
.mob-header__content-nav-btn {
  width: 100%;
  max-width: 141px;
}
.mob-header__content-nav .mob-header__sub-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}

.kartochki-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .kartochki-container {
    max-width: 960px;
  }
}
@media (max-width: 960px) {
  .kartochki-container {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .kartochki-container {
    grid-template-columns: 1fr;
  }
}

.kartochka {
  position: relative;
  width: 410px;
  height: 300px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.25s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .kartochka {
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .kartochka {
    width: 100%;
    max-width: 100%;
    height: 430px;
  }
}
@media (max-width: 425px) {
  .kartochka {
    width: 100%;
    max-width: 360px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .kartochka {
    width: 100%;
    max-width: 360px;
    height: 240px;
  }
}
@media (max-width: 960px) {
  .kartochka {
    width: 100%;
    margin: 0 auto;
  }
}
.kartochka-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.25s;
}
.kartochka-bg__shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all ease-in-out 0.25s;
  background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0), rgb(30, 30, 30));
  inset: 0;
}
.kartochka-content {
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  transition: all ease-in-out 0.25s;
  padding: 20px;
  font-family: "Raleway", Arial, sans-serif;
}
.kartochka-text {
  line-height: 1.35;
  display: block;
  max-width: 260px;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all ease-in-out 0.25s;
  transform: translate3d(0, 20px, 0);
}
.kartochka-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dea039;
  background-color: #fafafa;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
  width: 150px;
  height: 45px;
  opacity: 0;
  transform: translate3d(0, -40px, 0);
}
.kartochka-button:hover {
  color: #ffffff !important;
  border-color: #dea039 !important;
  background-color: #dea039 !important;
}
.kartochka:hover .kartochka-bg {
  transform: scale(1.05);
}
.kartochka:hover .kartochka-bg__shadow {
  opacity: 0.8;
}
.kartochka:hover .kartochka-text {
  transform: translateY(-20px);
}
.kartochka:hover .kartochka-button {
  opacity: 1;
  transform: translateY(20px);
}

.footer {
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-top: 1px solid #EDEDED;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .footer {
    font-size: 14px;
  }
}
.footer__inner {
  width: 100%;
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__top {
  display: grid;
  width: 95%;
  max-width: 1544px;
  grid-template-columns: 1.5fr 1.2fr 1fr 1fr 1fr;
  gap: 60px 80px;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .footer__top {
    gap: 60px 10px;
  }
}
.footer__cta {
  display: flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.footer__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EB4E12;
  flex: 0 0 10px;
}
.footer__cta-link {
  text-decoration: none;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__contact {
  text-decoration: none;
}
.footer__nav {
  display: contents;
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__nav-col a:hover {
  text-decoration: underline;
}
.footer__mid {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center;
  align-items: center;
  width: 95%;
  max-width: 1544px;
  gap: 20px;
  padding: 100px 0 0;
}
.footer__pay {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .footer__pay {
    gap: 10px;
  }
}
.footer__pay-item {
  font-weight: 600;
}
.footer__pay-item svg {
  width: 100%;
}
@media (max-width: 1024px) {
  .footer__pay-item svg {
    height: 14px;
  }
}
.footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  font-size: 12px;
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .footer__legal {
    font-size: 10px;
  }
}
@media (max-width: 440px) {
  .footer__legal li {
    display: flex;
    justify-content: start;
    width: 100%;
  }
}
.footer__legal a {
  text-decoration: none;
}
.footer__brand {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 55px;
}
.footer__brand svg {
  width: 100%;
}
@media (max-width: 767px) {
  .footer {
    font-size: 16px;
  }
  .footer__top {
    grid-template-columns: auto auto;
    gap: 55px;
    justify-content: space-between;
  }
  .footer__cta {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
  .footer__mid {
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
    gap: 24px;
  }
  .footer__pay {
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
  }
  .footer__legal {
    margin-top: 55px;
    flex-direction: column-reverse;
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .footer {
    font-size: 14px;
  }
  .footer__legal {
    font-size: 18px;
  }
}

#popmake-699 {
  width: calc(100% - 60px);
  max-width: 1544px;
  max-height: 100%;
  padding: 50px 80px;
  background-color: rgba(255, 255, 255, 0.368627451);
  overflow-y: auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 24px;
  position: relative;
}
#popmake-699 .close-modal {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -60px;
  top: -30px;
  background-image: url(https://dev.kilevlab.ru/wp-content/themes/kilev_lab/assets/images/icons/close-cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
#popmake-699 .close-modal svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #popmake-699 .close-modal {
    width: 30px;
    height: 30px;
    right: 0px;
    top: -50px;
  }
}
#popmake-699 .modal-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 150px;
  position: relative;
}
#popmake-699 .modal-form__left {
  width: 100%;
  max-width: 714px;
  display: flex;
  flex-direction: column;
  gap: 104px;
}
#popmake-699 .modal-form__left-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#popmake-699 .modal-form__left-text h2 {
  font-family: "schabo";
  font-size: 72px;
  text-transform: uppercase;
  color: #404040;
}
#popmake-699 .modal-form__left-text p {
  font-size: 24px;
}
@media (max-width: 1024px) {
  #popmake-699 .modal-form__left {
    max-width: none;
  }
}
@media (max-width: 768px) {
  #popmake-699 .modal-form__left {
    gap: 44px;
  }
}
#popmake-699 .modal-form__right {
  width: 100%;
  max-width: 503px;
  min-width: 400px;
  height: auto;
}
@media (max-width: 1024px) {
  #popmake-699 .modal-form__right {
    display: none;
  }
}
@media (max-width: 1200px) {
  #popmake-699 .modal-form {
    gap: 100px;
  }
}
#popmake-699 .pum-close.popmake-close {
  display: none;
}
#popmake-699 .ff-el-form-control {
  border: 1px solid #D9D9D9;
  border-radius: 54px;
  color: #000000;
  font-family: "sora";
  font-size: 14px;
  background-color: white !important;
  padding: 14px 34px;
}
#popmake-699 .ff-el-form-control::-moz-placeholder {
  color: #808080;
}
#popmake-699 .ff-el-form-control::placeholder {
  color: #808080;
}
#popmake-699 .ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  width: 288px;
  padding: 14px 15px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #EB4E12;
  border-radius: 54px;
  color: #161616;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  #popmake-699 .ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    width: 150px;
  }
}
@media (max-width: 768px) {
  #popmake-699 {
    width: 100%;
    padding: 70px 23px;
  }
}

#pum-699 {
  padding: 30px;
}
@media (max-width: 768px) {
  #pum-699 {
    padding: 20px;
  }
}/*# sourceMappingURL=template.css.map */