@import url(https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700;800;900&display=swap);
.preloader,
.preloader_row {
  display: flex;
  background: #151615;
}
.loader,
.preloader_row {
  width: 200px;
  height: 200px;
}
*,
.btn,
:after,
:before {
  box-sizing: border-box;
}
strong a {
  transition: filter 0.3s ease;
}
strong a:hover {
  filter: brightness(1.2) saturate(1.3);
}
.input,
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.preloader,
.section_title {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.header.scroll .btn--transparent:hover,
.header.scroll .modal-open,
.header.scroll .nav__item a {
  color: #fff;
}
.btn.btn--active {
  color: #000;
  background-color: #fff;
  border: none;
}
.btn--share:hover svg,
.header.scroll .ch-w,
.header_white .btn--transparent svg {
  fill: #fff;
}
.grecaptcha-badge,
.nav__dropdown,
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.btn,
.works-item,
a {
  text-decoration: none;
}
.input,
.modal input,
.modal textarea,
body {
  font-family: "Montserrat Alternates", sans-serif;
}
.about-us__task,
.about-us__task p,
.about__item,
.blog__btn,
.contacts__btn,
.entry__suptitle,
.intro__small small,
.modal__btn,
.modal__title,
.question__text,
.question__title,
.title,
.title-wrapper .btn,
.works-item__title,
.bottom_actions .rating_container h3,
.bottom_actions .rating_container p {
  text-transform: uppercase;
}
.center_section .info_title,
.content_hero,
.content_hero_vlog,
.list_container ul,
.list_container_icon ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.preloader {
  position: fixed;
  z-index: 1001;
  transition: 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.preloader_row {
  align-items: center;
  justify-content: center;
}
.loader {
  position: absolute;
  border-radius: 50%;
  border: 0.5px solid rgba(255, 255, 255, 0.184);
  animation: 0.8s ease-in-out infinite puls;
}
@keyframes puls {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.loaded_hiding .preloader {
  transition: opacity 0.6s 0.2s;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
::selection {
  background: #20c23e98;
  color: #000;
}
body {
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  overflow-x: hidden;
  color: #000;
}
.btn,
a {
  color: inherit;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .container-vw {
    width: calc(100% - 3em);
  }
}
.container--md {
  max-width: 1240px;
}
.container--lg {
  max-width: 1480px;
}
.container__lg,
.img,
.input {
  max-width: 100%;
}
@media (max-width: 767px) {
  .loader,
  .preloader_row {
    width: 120px;
    height: 120px;
  }
  .container {
    padding: 0 18px;
  }
}
body,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
section.m-0,
ul {
  margin: 0;
}
.img {
  height: auto;
}
p span img {
  position: relative;
  width: 100% !important;
}
p span strong {
  font-size: 16px;
  margin-right: 6px;
  font-weight: 700;
}
.content table td {
  border: 1px solid #d9d9d9;
  text-align: center;
}
.content h1,
.content h2 {
  margin-bottom: 10px;
}
.content h3,
.content h4 {
  margin-bottom: 8px;
}
.content img {
  margin-block: 12px;
}
.content p {
  margin-bottom: 8px;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
.btn {
  display: flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 14px 20px;
  width: fit-content;
  border-radius: 8px;
  gap: 14px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn svg {
  width: 30px;
  height: 30px;
  --ionicon-stroke-width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-container-android .swiper-slide,
.swiper-pagination,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.btn_link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.btn_link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px -20px #fff;
  border: 1px solid #fff;
}
.btn_link:active {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn:focus {
  outline: 0;
}
.btn--share {
  position: relative;
  gap: 0;
  color: #43bc29;
  border: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.btn--share:hover {
  background-color: #43bc29;
  box-shadow: 0 6px 20px rgba(67, 188, 41, 0.4);
}
.btn--share svg {
  fill: #43bc29;
  width: 24px;
  height: 24px;
  transform: rotate(0);
}
.btn--share::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
  transform-origin: center bottom;
  opacity: 0;
  pointer-events: none;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.btn--share.is-copied::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.btn.btn--share {
  overflow: visible !important;
}
.btn--share:last-child svg path,
.btn--share:last-child:hover svg {
  fill: #fff;
}
.btn--share:last-child:hover svg path {
  fill: #43bc29;
}
.share_link {
  text-align: center;
}
// .btn--share {
//   margin-top: 2px !important;
// }
.dialog_img img {
  max-width: 100%;
}
.share_btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 990.98px) {
  .share_btns {
    flex-direction: row;
    gap: 6px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .btn {
    font-size: 15px;
  }
  .btn--share {
    padding: 9px 11px;
    margin-top: 4px;
  }
  .btn--share::after {
    font-size: 12px;
    padding: 4px 14px;
  }
  .bottom_actions__icon {
    width: 70px;
    height: 70px;
  }
}
.btn--transparent {
  color: #000;
  background-color: #fff;
}
.title-wrapper .btn--transparent {
  background-color: #e7e7e7;
}
@media (max-width: 700px) {
  .title-wrapper .btn--transparent {
    height: fit-content;
    min-width: fit-content;
    padding: 12px 18px;
  }
}
.btn--transparent svg {
  transform: rotate(0);
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.btn--transparent:hover,
.btn.btn--active:hover {
  background-color: #43bc29;
  color: #fff;
}
.btn--transparent:hover svg {
  transform: translateX(6px);
}
.btn--transparent:active {
  background-color: #43bc29;
}
.btn--standard {
  background-color: #43bc29;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.btn--standard:hover {
  color: #000;
  background-color: #fff;
}
.hamburger.is-active .line:nth-child(2),
.number,
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.viz {
  opacity: 1;
  transition: 1s;
}
.input {
  display: block;
  font-size: inherit;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  appearance: none;
}
.entry-back,
.section-entry {
  border-radius: 10px;
  position: relative;
}
section {
  position: relative;
  margin-bottom: 120px;
}
section.full_hero {
  margin-bottom: 0;
}
section.info_section {
  padding-top: 120px;
}
.section-entry {
  margin-top: 100px;
  margin-bottom: 60px;
  height: 40vh;
  display: flex;
  align-items: center;
  background-color: #303030;
}
.entry-back {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.entry-back::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #0000008b;
}
.entry-back img,
.intro_img_wrapper img,
.intro_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-empty {
  margin-bottom: 0 !important;
}
.section-full {
  position: relative;
  height: 100vh;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .section-full {
    margin-bottom: 60px;
  }
}
.section-full.about-us {
  overflow: hidden;
}
.blog_section {
  position: relative;
  margin-top: 150px;
  height: 100%;
  margin-bottom: 80px;
}
.section_title {
  z-index: 3;
  position: absolute;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.blog_title,
.center-text {
  display: flex;
  flex-direction: column;
}
.section_title h1 {
  color: #fff;
  font-size: 40px;
}
.section_title h4 {
  position: absolute;
  bottom: 15%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.section_title svg {
  position: absolute;
  bottom: 3%;
  width: 32px;
  height: 32px;
}
.blog_title {
  width: 100%;
  align-items: center;
  color: #000;
}
.section_bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.section_bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.center-text {
  text-align: center;
  margin-top: 20px;
  align-items: center;
}
.title-wrapper .title {
  margin-bottom: 0;
}
.title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper {
  display: flex;
  transition: transform 0.6s ease;
  margin-block: 10px;
}
.swiper-slide {
  flex-shrink: 0;
}
.swiper-container-free-mode .swiper-wrapper {
  transition-timing-function: ease-out;
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.header.scroll {
  background-color: #101110;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header.scroll .btn--transparent {
  color: #000;
}
.header.scroll .btn--transparent svg {
  fill: #000;
}
.header.scroll .btn--transparent:hover svg {
  fill: #fff !important;
}
@media screen and (max-width: 995px) {
  .header {
    background-color: #101110;
  }
  .header_white {
    background-color: transparent;
  }
}
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.header_white a,
.lang,
.nav__item {
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header__inner {
  padding: 8px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.header_white a {
  color: #000;
}
.header_white .hamburger .line {
  background-color: #070707;
}
.bottom_arrow a:hover,
.header_white.scroll .hamburger .line,
.nav__dropdown {
  background-color: #fff;
}
.header_white.scroll a {
  color: #fff;
}
.header_white.scroll .btn--transparent {
  color: #000 !important;
  background-color: #fff;
}
.header_white.scroll .btn--transparent svg {
  fill: #000;
}
.header_white .btn--transparent {
  color: #fff;
  background-color: #43bb2a;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .btn.btn--transparent.hide-btn {
    padding-inline: 14px;
  }
}
.header_white .btn--transparent:hover,
.header_white .btn--transparent:focus-visible,
.btn--standard:hover {
  color: #000 !important;
  background-color: #e7e7e7;
}
.header_white .btn--transparent:hover svg,
.header_white .btn--transparent:focus-visible svg {
  fill: #000 !important;
}
.header_white.scroll .btn--transparent:hover,
.header_white.scroll .btn--transparent:focus-visible {
  color: #fff !important;
  background-color: #43bb2a;
}
.header_white.scroll .btn--transparent:hover svg,
.header_white.scroll .btn--transparent:focus-visible svg {
  fill: #fff;
}
@media (max-width: 1279px) {
  .title,
  .title-wrapper {
    margin-bottom: 20px;
  }
  section {
    margin-bottom: 80px;
  }
  section.info_section {
    padding-top: 80px;
  }
  .header__logo {
    width: 150px;
    fill: white;
  }
  .header {
    box-shadow: none;
  }
  .header__inner {
    padding-block: 12px;
  }
}
.contacts__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  gap: 30px 40px;
}
@media (max-width: 1248px) {
  .contacts__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    width: fit-content;
  }
}
@media (max-width: 990.98px) {
  .title {
    margin-bottom: 20px;
  }
  .title-wrapper {
    grid-gap: 20px;
  }
  .header {
    position: fixed;
  }
  .header__logo {
    width: 170px;
    height: 60px;
  }
  .header__left {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .btn--transparent span {
    display: none;
  }
  .btn--transparent {
    height: 32px;
  }
  .header__inner {
    min-height: 62px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.content ul,
.content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: circle;
  font-size: 16px;
  margin-left: 20px;
  margin-block: 10px;
}
@media (max-width: 767.98px) {
  section {
    margin-bottom: 60px;
  }
  section.info_section {
    padding-top: 80px;
  }
  .header__logo {
    width: 136px;
    height: 48px;
  }
  .header__inner {
    padding-block: 20px;
  }
}
.header__logo {
  border: none;
  outline: none;
}
.menu-logo,
.hamburger.is-active ~ .header__logo {
  display: none;
}
.hamburger.is-active ~ .menu-logo {
  display: block;
  position: absolute;
  top: 11px;
  right: 20px;
  z-index: 10;
  border: none;
  outline: none;
  transition: transform 0.2s linear;
}
@media (min-width: 446px) {
  .menu-logo img {
    width: 170px;
    height: 60px;
  }
}
@media (min-width: 700px) and (max-width: 990.98px) {
  .btn--transparent {
    height: 40px;
    font-size: 14px;
  }
}
.col_grid ul li a,
.nav__link,
.footer_wrapper .col a,
.services__text {
  position: relative;
  font-size: 16px;
  transition: color 0.3s ease;
}
.footer_grid .col_grid:nth-of-type(2) ul li a::after,
.footer_wrapper .col a::after,
.contacts__list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background-color: #43bb2a;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.8s ease;
}
.footer_grid .col_grid:nth-of-type(2) ul li a:hover::after,
.footer_grid .col_grid:nth-of-type(2) ul li a:focus-visible::after,
.footer_wrapper .col a:hover::after,
.footer_wrapper .col a:focus-visible::after,
.contacts__list-item a:hover::after,
.contacts__list-item a:focus-visible::after {
  transform-origin: left;
  transform: scaleX(1);
}
.nav__item {
  position: relative;
  transition: color 0.3s ease;
}
.nav__item:not(.lang-cont) .nav__link:hover,
.header_white a:hover,
.col_grid ul li a:hover,
.footer_wrapper .col a:hover,
.contacts__list-item a:hover {
  color: #43bb2a;
}
@media (min-width: 600px) {
  .lang-cont {
    width: fit-content;
  }
}
.lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 6px 8px;
  min-width: 116px;
}
.lang span {
  position: relative;
  top: 3px;
  flex-shrink: 0;
}
.lang span svg {
  width: 24px;
  height: auto;
  border-radius: 2px;
}
.lang:hover {
  color: #000;
  background-color: #f6f6f65f;
}
.nav__dropdown {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 1px 10px 12px rgba(73, 73, 73, 0.25);
  min-width: 100%;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
.lang::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 12px;
  width: 100%;
}
.header.scroll .lang:hover {
  background-color: #ffffff37;
}
.header.scroll .lang {
  border-color: #5d5d5d;
}
.header.scroll .nav__dropdown {
  border: 1px solid #424242;
  background-color: #101110;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.header.scroll .nav__dropdown li:hover a {
  background-color: #ffffff1c;
  color: #43bb2a;
}
.header.scroll .nav__link {
  color: #000;
  transition: color 0.3s ease;
}
.header .hamburger.is-active .line,
.header.scroll .hamburger.is-active .line {
  background-color: #000 !important;
}
.nav-wrapper.active .nav__dropdown {
  background-color: transparent !important;
  border: none;
}
.nav-wrapper.active .nav__link {
  color: #000 !important;
}
.nav__dropdown li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 9px 16px;
  overflow: hidden;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.nav__dropdown li a:hover {
  text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
  color: #43bb2a;
  background-color: #f5f5f5be;
}
.nav__item:hover > .nav__dropdown {
  opacity: 1;
  visibility: visible;
}
.nav-wrapper > a {
  display: none;
  width: 280px;
  height: 69px;
  margin: 0 auto;
}
.nav-wrapper.active {
  display: block;
}
.nav__list,
.social,
.social a {
  display: flex;
}
@media (min-width: 600px) {
  .nav__list {
    align-items: center;
  }
}
@media (max-width: 1279.98px) {
  .nav__link {
    font-size: 15px;
  }
  .nav__list {
    gap: 12px;
  }
}
@media (min-width: 1280px) {
  .nav__list {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .header.scroll .nav-wrapper .btn--transparent,
  .nav-wrapper .btn {
    color: #fff !important;
  }
  .header.scroll .nav__item a {
    color: #000 !important;
  }
  .header.scroll .lang {
    border: none;
  }
  .nav__dropdown li a {
    font-size: 16px !important;
    font-weight: 500;
  }
  .nav__item:last-child {
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-wrapper,
  .nav__dropdown::before,
  .nav__link.lang {
    display: none;
  }
  .nav-wrapper {
    padding: 80px 0 70px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9;
  }
  .nav__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }
  .nav__item a,
  .nav__link {
    font-size: 22px !important;
    font-weight: 700;
  }
  .nav__dropdown {
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    background: 0 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    border: none;
  }
  .nav__dropdown a {
    font-size: 24px;
  }
  .nav__dropdown li + li {
    margin-left: 25px;
  }
  .nav__item:last-of-type {
    padding: 12px 0;
  }
  .nav-wrapper > a {
    display: flex;
    max-width: fit-content;
    height: 54px;
  }
  .nav-wrapper .btn {
    background-color: #000 !important;
    margin-top: 40px;
    padding: 20px 24px;
    font-size: 16px;
  }
}
@media (min-width: 991px) and (max-width: 1050px) {
  .nav__list {
    gap: 10px;
  }
}
.nav-wrapper > .btn.hide-btn {
  margin-top: 40px;
}
.nav-wrapper > .btn.hide-btn svg {
  fill: #fff;
}
@media (max-width: 600px) {
  .nav__item {
    padding-left: 90px;
  }
}
@media (max-width: 767.98px) {
  .intro__inner .info_name small {
    color: #fff !important;
  }
  .intro__inner .info_name {
    background-color: #00000021;
  }
  .nav-wrapper {
    padding: 80px 0 40px;
  }
  .nav__dropdown a {
    font-size: 16px;
  }
  .nav__dropdown li + li {
    margin-left: 20px;
  }
  .clients_col img {
    opacity: 0.8 !important;
  }
}
@media screen and (max-width: 1500px) {
  .intro_content {
    width: 600px !important;
  }
  .intro_grid {
    height: 80vh !important;
  }
}
@media screen and (max-width: 1300px) {
  .intro_content {
    width: 500px !important;
  }
  .intro_grid {
    height: 70vh !important;
  }
}
@media screen and (max-width: 1200px) {
  .intro_content {
    width: 100% !important;
  }
  .intro_grid {
    height: 100vh !important;
    margin-left: 20px;
  }
  .mark_wrap {
    display: none;
  }
  .intro_grid::before {
    background: linear-gradient(180deg, #151615 0, rgba(21, 22, 21, 0) 67%);
    height: 100%;
  }
  .intro_grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100% !important;
    background-color: #0000007a;
  }
  .section-full {
    overflow: hidden !important;
  }
}
.section-full .intro_wrapper {
  padding-top: 120px;
}
.intro_wrapper {
  z-index: 5;
}
.intro_content {
  position: absolute;
  right: 0;
  width: 800px;
}
.intro_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100vh;
  margin-right: 20px;
}
.intro_grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #151615 0, rgba(21, 22, 21, 0) 67%);
  width: 100%;
  height: 500px;
  z-index: 2;
}
.mark_wrap {
  position: absolute;
  left: -90px;
  top: 45%;
  width: 170px;
  height: 170px;
  z-index: 5;
}
.intro_center,
.section_address ul {
  display: flex;
  align-items: center;
}
.intro_item {
  top: 20px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.intro_item:first-child,
.intro_item:nth-child(3) {
  top: 80px;
}
.clients_container_icon {
  display: flex;
  align-items: center;
  // width: 95% !important;
  margin-top: 50px;
}
.blog-page .blog__item:first-child .blog__content h3,
.intro__title {
  max-width: 800px;
}
.clients_col {
  width: 120px;
  height: auto;
  margin: 0 10px;
  position: relative;
}
.clients_col:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(21, 22, 21, 0.21474527310924374) 0,
    #151615 100%
  );
}
.clients_col img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.4;
}
.intro_back {
  background-color: #151615;
  height: 100vh;
}
.intro_img_wrapper {
  position: absolute;
  right: 0;
  width: 800px;
  height: 108vh;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 4px 38px 89px -38px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 38px 89px -38px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 38px 89px -38px rgba(0, 0, 0, 0.5);
}
.intro__inner,
.intro_img_wrapper::before {
  height: 100%;
  width: 100%;
  position: absolute;
}
.intro_img_wrapper::before {
  content: "";
  background-image: linear-gradient(120deg, #00000092 0, #082a0d21 80%);
  left: 0;
  top: 0;
  border-bottom-left-radius: 20px;
}
.intro__inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .section-full .intro_wrapper {
    padding-top: 40px;
  }
  .intro__inner {
    padding-top: 100px;
    justify-content: start;
  }
}
@media screen and (max-width: 900.98px) {
  .intro__title {
    line-height: 45px !important;
    font-size: 40px !important;
    width: 100%;
  }
  .intro_back {
    overflow: hidden !important;
  }
  .nine_block {
    transform: rotate(0) !important;
    left: 0;
  }
  .works-item__text {
    font-size: 16px;
  }
  .intro_img_wrapper {
    height: 100vh;
    box-shadow: none;
    border-radius: none;
  }
  .clients_container_icon ul {
    gap: 14px;
  }
  .clients_container_icon ul li {
    width: 100%;
    height: auto;
  }
}
.intro__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.intro__text {
  max-width: 530px;
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
}
.nine_block {
  position: absolute;
  right: -10px;
  transform: rotate(5deg);
  bottom: 0;
  z-index: 10;
  background-color: #43bb2a;
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
}
@media screen and (max-width: 475px) {
  .title-wrapper {
    flex-direction: column;
    align-items: start;
    grid-gap: 12px;
  }
  .title {
    line-height: 1.2;
  }
  .intro__title {
    font-size: 35px !important;
    margin-bottom: 16px;
  }
  .intro__text {
    width: 100%;
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.clearfix,
.intro__small,
.section-works,
.works-image,
.works-item,
.works__inner {
  position: relative;
}
.nine_block p {
  font-size: 16px !important;
}
.intro__small small {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-left: 30px;
}
.intro__small {
  width: fit-content;
  padding: 4px 16px;
  border-radius: 30px;
  background-color: #43bb2a;
}
.intro__small::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 15px;
  top: 13px;
  background-color: #fff;
}
.intro__btn {
  width: fit-content;
  // font-weight: 600;
  height: 50px;
  color: #fff;
}
.social {
  margin-top: 30px;
  align-items: center;
}
.footer__social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #000;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.footer__social li a:hover {
  color: #fff;
  background-color: #43bc29;
  box-shadow: 0 6px 20px rgba(67, 188, 41, 0.4);
}
.footer__social li a svg {
  fill: currentColor;
  transition: fill 0.3s ease;
}
.footer__social li a:hover svg {
  fill: #fff;
}
.social li + li {
  margin-left: 25px;
}
.hamburger {
  display: none;
  z-index: 15;
}
.hamburger .line {
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background-color: #ecf0f1;
  display: block;
  margin: 5px auto;
  transition: 0.3s ease-in-out;
}
.hamburger.is-active .line:first-child {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.about__line {
  max-width: 100%;
  width: 80px;
  background-color: #43bc29;
  height: 1px;
  border-radius: 10px;
}
.about__items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: url("../upload/polina-rytova-1dGMs4hhcVA-unsplash.webp")
    center/cover no-repeat;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.about__items::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000060;
}

.works-image,
.works__select {
  background-repeat: no-repeat;
}
.about__item {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 9;
}
.about__item span {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.about__item p {
  color: #fff;
}
.about__text {
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 1.6;
}
.about {
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .about__line {
    width: 60px;
  }
  .about__items {
    grid-gap: 25px;
  }
  .about__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .nav__item a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
  .about__line {
    width: 48px;
  }
  .about__item p {
    font-size: 15px;
  }
  .about__text {
    margin-bottom: 35px;
  }
  .services {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .hamburger .line {
    width: 25px;
    margin: 5px auto;
  }
  .about__line {
    display: none;
  }
  .about__text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .about__item span {
    font-size: 60px;
  }
  .about__items {
    grid-gap: 18px;
  }
}
@media screen and (max-width: 700px) {
  .about__items {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 680px) {
  p {
    font-size: 15px !important;
  }
  .contacts__list {
    display: grid;
    column-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .about__item {
    align-items: center;
    margin-bottom: 10px;
  }
  section {
    margin-bottom: 60px;
  }
  section.info_section {
    padding-top: 76px;
  }
  .works-item__content {
    opacity: 1 !important;
    padding: 20px !important;
  }
  .works-item__text {
    font-size: 13px;
  }
  .works-item__title {
    font-size: 16px !important;
    font-weight: 600;
  }
  .works-image {
    min-height: 250px !important;
  }
  .works-item__link {
    width: 92%;
    justify-content: center;
    left: 4% !important;
    right: 4% !important;
    bottom: 20px !important;
  }
  .question__left {
    text-align: center;
  }
  .question__btn {
    width: 100%;
  }
  .services {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 413px) {
  .about__text {
    font-size: 11px;
  }
  .about__item {
    font-size: 10px;
  }
  .about__item span {
    font-size: 36px;
    line-height: 0.8;
  }
  .about__items {
    grid-gap: 5px;
  }
  .works-item__text {
    display: none;
  }
  .question__text {
    font-size: 12px !important;
  }
}
.section-works {
  margin-bottom: 2px;
}
.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 40px auto;
}
.clearfix li span {
  display: flex;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border-radius: 8px;
  background-color: #e7e7e7;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.nav__item {
  position: relative;
}
.nav__item.active .nav__link {
  color: #43bb2a;
}
.nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #43bb2a;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav__item.active::after {
  opacity: 1;
}
.clearfix .active {
  color: #fff;
  background-color: #43bb2a;
}
.clearfix .active:hover,
.clearfix .active:focus-visible,
.clearfix li span:hover,
.clearfix li span:focus-visible {
  color: #fff;
  background-color: #399327;
}
.works-show {
  display: flex !important;
}
.works-item {
  overflow: hidden !important;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
}
.works-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 320px;
}
.works__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  overflow: hidden;
}
.works-item__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.works-item__text {
  font-size: 15px !important;
  color: #e8e8e8;
}
.works-item__link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: inherit;
  padding-block: 10px;
}
.btn_link svg {
  width: 30px;
  height: 30px;
  stroke-width: 8px;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 1.2px solid #fff;
}
.btn_link:hover svg {
  animation: arrowJump 0.65s ease forwards;
}
@keyframes arrowJump {
  0% {
    transform: rotate(45deg) translateY(0);
    opacity: 1;
  }
  35% {
    transform: rotate(45deg) translateY(-20px);
    opacity: 0;
  }
  65% {
    transform: rotate(45deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) translateY(0);
    opacity: 1;
  }
}
.works-item__content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  padding: 30px;
  background-color: #0000009d;
  z-index: 8;
  transition: opacity 0.3s ease;
}
.works-item:hover .works-item__content {
  opacity: 1;
}
.works__select {
  display: block;
  margin-bottom: 50px;
  padding: 0 30px;
  max-width: 100%;
  width: 360px;
  height: 60px;
  outline: 0;
  border: 1px solid #000;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/select-arrow.svg);
  background-position-x: 95%;
  background-position-y: 50%;
  border-radius: 0;
}
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
@media (max-width: 1300px) {
  .services {
    grid-template-columns: repeat(3, 1fr);
  }
  .clearfix {
    justify-content: center;
    gap: 14px;
    max-width: 800px;
    width: fit-content;
  }
}
@media (max-width: 1279px) {
  .works__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-works {
    margin-bottom: 5px;
  }
  .clearfix::-webkit-scrollbar {
    display: none;
  }
  .services--mod img {
    min-height: 120px;
  }
  .services__text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .works-item {
    min-height: 250px;
  }
  .clearfix {
    gap: 8px;
    max-width: 510px;
    margin-block: 30px;
  }

  .works__select {
    width: 270px;
    height: 45px;
    background-size: 6%;
    font-size: 13px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .works__inner {
    grid-template-columns: 1fr;
  }
  .section-works {
    margin-bottom: 3px;
  }
  .dis_work {
    margin-top: 0;
  }
  .works__select {
    margin: 0 auto 30px;
  }
}
@keyframes shaking {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(12px);
  }
}
.question {
  padding: 0 30px;
  background-color: #202020;
  color: #fff;
  margin-top: 30px;
  border-radius: 10px;
}
.question__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 145px;
}
.question__title,
.rating_container h3 {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
}
.question__text span,
.question__title span {
  color: #43bc29;
}
.blog-page .blog__item:first-child .blog__content h3,
.blog-page .blog__item:first-child .blog__content p,
.blog-page .blog__item:first-child time,
.dark_title,
.entry__title,
.modal__btn,
footer {
  color: #fff;
}
.question__text {
  font-size: 16px;
}
.question__btn {
  display: flex;
  justify-content: center;
  font-family: inherit;
  font-size: 16px;
  text-align: center;
  color: #fff;
  max-width: 190px;
  height: 50px;
  outline: none;
  border: none;
  background-color: #43bc29;
}
.question__btn:hover,
.question__btn:focus-visible {
  color: #000;
  background-color: #fff;
}
.services__item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
}
.services__item figcaption {
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  position: absolute;
  color: #fff;
}
.about-us__task,
.happy p,
.title_hero h1,
.vlog_title {
  text-align: center;
}
.blog__item_full,
.content__blog,
.img-wrapper,
.logo_footer a,
.partners,
.partners__item {
  position: relative;
}
.img-wrapper-services {
  display: flex;
  width: 100%;
  height: 400px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.img-wrapper-services img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  margin: 0 !important;
}
.img-wrapper-services::before {
  border-radius: 10px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: linear-gradient(120deg, #0c3212a5 0, #00000085 80%);
  transition: 0.3s ease-in-out;
}
.services__item:hover {
  box-shadow: 0 8px 40px #00000066;
}
.blur_effects.blur,
.services__item:hover .img-wrapper-services::before {
  opacity: 1;
}
.services__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .question__title {
    font-size: 22px;
  }
  .question__text {
    font-size: 13px;
  }
  .img-wrapper-services {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .question__inner {
    flex-direction: column;
    padding: 40px 0 35px;
    min-height: auto;
  }
  .question__left {
    margin-bottom: 40px;
  }
  .question__btn {
    max-width: 190px;
    height: 50px;
  }
  .question__text {
    text-align: center;
  }
  .img-wrapper-services {
    height: 220px;
  }
}
@media (min-width: 600px) {
  .center_section p {
    text-align: center;
  }
}
.partners .swiper-container {
  width: 100%;
  padding: 1px;
}
.partners .swiper-button-next,
.partners .swiper-button-prev {
  z-index: 1;
  display: none;
}
.partners .swiper-button-next:after,
.partners .swiper-button-prev:after {
  color: #b0b0b0;
  font-size: 25px;
  font-weight: 700;
}
.partners .swiper-button-next {
  right: 20px;
}
.partners .swiper-button-prev {
  left: 20px;
}
.section-empty .partners--mod {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8px;
}
.partners--mod .partners__item {
  height: 200px;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  transition: box-shadow 0.35s ease;
}
.partners__item img {
  filter: grayscale(100%);
  width: auto;
  height: auto;
}
.partners__item:hover img {
  filter: grayscale(0);
}
@media (max-width: 1279px) {
  .partners .swiper-button-next {
    right: 0;
  }
  .partners .swiper-button-prev {
    left: 0;
  }
  .section-empty .partners--mod {
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .services--mod img {
    min-height: 100px;
  }
  .partners .swiper-button-next,
  .partners .swiper-button-prev {
    width: auto;
  }
  .partners .swiper-button-next:after,
  .partners .swiper-button-prev:after {
    font-size: 20px;
  }
  .section-empty .partners--mod {
    grid-template-columns: repeat(3, 1fr);
  }
  .partners--mod .partners__item {
    height: 138px;
  }
}
@media (max-width: 767px) {
  .services {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .services img {
    margin-bottom: 30px;
  }
  .partners .swiper-button-next,
  .partners .swiper-button-prev {
    display: none;
  }
  .section-empty .partners--mod {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners--mod .partners__item {
    height: 122px;
    padding: 15px;
  }
}
@media (max-width: 413px) {
  .container {
    padding: 0 15px;
  }
  .works-item {
    min-height: 230px;
  }
  .clearfix li span {
    padding: 8px;
    font-size: 14px;
  }
  .section-entry {
    margin-top: 80px;
  }
  .about-us__title-main span,
  .entry__title h1 {
    font-size: 28px !important;
  }
  .entry__title p {
    font-size: 16px;
  }
  .question__left {
    margin-bottom: 20px;
  }
  .question__title {
    font-size: 20px;
    width: 100%;
  }
  .question__text {
    font-size: 14px;
  }
  .question__btn {
    max-width: 184px;
    height: 46px;
    font-size: 15px;
  }
  .question__inner {
    padding: 22px 0 25px;
  }
  .partners__item {
    height: 85px;
    padding: 10px;
  }
}
.blog-section,
.section-main-blog {
  margin-top: 150px;
}
.blog-header {
  margin: 14px 0;
  font-size: 50px;
}
.blog-section small {
  font-size: 16px;
  margin-bottom: 30px;
  color: #272727;
}
.blog__item_full {
  width: 100%;
  height: 100%;
  display: block;
}
.blog,
.work {
  display: grid;
  gap: 20px;
}
.blog__item_full .blog__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blog {
  grid-template-columns: repeat(4, 1fr);
}
.work {
  grid-template-columns: repeat(3, 1fr);
}
.blog_container {
  margin-top: 30px;
}
.blog--mod {
  margin-bottom: 75px;
}
.blog__btn {
  margin: 0 auto;
  font-weight: 500;
}
.blog__item {
  display: block;
  background-color: #fff;
  width: 100%;
}
.blog-page .blog__item:first-child {
  grid-column: 1/-1;
  position: relative;
  margin-bottom: 30px;
}
.blog-page .blog__item:first-child .img-wrapper {
  max-width: 100% !important;
  height: 500px !important;
}
.blog-page .blog__item:first-child .blog__content {
  position: absolute;
  bottom: 0.8rem;
  left: 2.5rem;
}
.blog-page .blog__item:hover .blog__content h3,
.blog .blog__item:hover .blog__content h3 {
  color: #43bb2a;
}
.img-wrapper {
  position: relative;
  height: 200px;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.blog-page .blog__item:first-child:hover .img-wrapper {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.383);
}
.img-wrapper_full {
  width: 100%;
  height: 60vh;
  border-radius: 8px;
}
.img-wrapper img,
.img-wrapper_full img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.blog__item .img-wrapper img {
  transform: scale(1);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.blog__item .img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 2;
  transition: background-color 0.4s ease;
}
.blog__item:hover .img-wrapper img {
  transform: scale(1.04);
}
.blog__item:hover .img-wrapper::before {
  background-color: #00000040;
}
.blog__content {
  padding: 20px 0;
  width: 95%;
  z-index: 3;
}
.blog__content time {
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: 300;
  margin-bottom: 8px;
}
.blog__content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.8rem;
  transition: color 0.5s ease;
}
.blog__content p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 20px;
}
@media (max-width: 1279px) {
  .blog {
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__content {
    padding: 20px 0;
  }
  .blog__content h3 {
    font-size: 20px;
  }
  .blog--mod {
    margin-bottom: 50px;
  }
}
.list_container_mini ul li p,
.logo_footer p {
  font-size: 16px;
}
@media (max-width: 990.98px) {
  .blog__item,
  .blog__item:first-child {
    max-width: 100%;
  }
  .blog__item {
    margin: 0 auto;
  }
  .blog--mod {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 567px) {
  .blog--mod {
    grid-template-columns: 1fr;
  }
  .blog {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1050px) {
  .footer_grid {
    gap: 30px;
    justify-items: center;
  }
}
footer {
  background: #101110;
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer_inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.logo_footer a {
  width: 200px !important;
  height: auto;
  display: block;
}
.logo_footer a img {
  width: 100%;
  height: auto;
}
.close_ic svg,
.close-express svg {
  width: 38px;
  height: 38px;
  transition: transform 0.4s ease, fill 0.3s ease;
}
.close_ic:hover svg,
.close-express:hover svg {
  transform: rotate(180deg);
  fill: #fff;
}
.logo_footer p {
  max-width: 400px;
  line-height: 20px !important;
  margin-top: 20px;
  opacity: 0.8;
}
.footer_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.col_grid {
  display: flex;
  flex-direction: column;
}
.col_grid h4 {
  margin-block: 30px 20px;
  font-size: 16px;
  font-weight: 600;
}
.col_grid ul li {
  margin-bottom: 12px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
address b {
  color: #3ca724;
  margin-bottom: 16px;
}
html.with-featherlight {
  overflow: hidden;
}
.close_ic {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.modal_container,
.expressform {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.modal_container.open,
.expressform.expactive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal,
.als-expressform-left {
  position: relative;
  background-color: #fff;
  border-radius: 14px;
  padding: 30px;
  transform: scale(0.95) translateY(10px);
  margin-inline: 12px;
  transition: transform 0.3s ease;
}
.modal {
  padding-block: 60px 40px;
  width: 650px;
}
.als-expressform-left {
  width: 800px;
}
.modal_container.open .modal,
.expressform.expactive .als-expressform-left {
  transform: scale(1) translateY(0);
}
.modal input {
  height: 50px;
  padding: 0 15px;
}
.modal input,
.modal textarea {
  width: 100%;
  color: #000;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  transition: border-color 0.2s linear;
}
.modal input::-moz-placeholder,
.modal textarea::-moz-placeholder {
  color: #a4a4a4;
}
.modal input:-ms-input-placeholder,
.modal textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.modal input::placeholder,
.modal textarea::placeholder {
  color: #a4a4a4;
}
.contacts__form input:focus,
.contacts__form input:hover,
.contacts__form textarea:focus,
.contacts__form textarea:hover,
.modal input:focus-within,
.modal input:hover,
.modal textarea:focus-visible,
.modal textarea:hover,
.expressform-fields input:focus,
.expressform-fields input:hover,
.expressform-fields textarea:focus,
.expressform-fields textarea:hover {
  border-color: #43bc29;
}
.modal textarea {
  padding: 15px;
  resize: none;
  height: 150px;
}
.field.textarea {
  display: block;
  margin-bottom: 25px;
}
.modal__title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}
.modal__text {
  margin-bottom: 30px;
}
.modal__inputs {
  display: flex;
  grid-gap: 25px;
  margin-bottom: 24px;
}
.modal__btn {
  font-family: inherit;
  font-size: 15px;
  border: none;
  margin-left: auto;
}
.entry {
  display: flex;
  align-items: center;
  height: 100%;
}
.about-us__title-main span,
.entry__title h1,
.title__page {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}
.entry__title p {
  max-width: 50%;
}
.entry__title {
  position: absolute;
  left: 60px;
  z-index: 1;
  max-width: 1500px !important;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.entry__rating {
  width: 100px;
  height: 15px;
  background: url(../img/star-unpainted.svg) repeat-x;
}
.entry__rating-active {
  height: 15px;
  background: url(../img/star-painted.svg) repeat-x;
}
.about-us__question,
.about-us__task {
  background-color: #101110;
  color: #fff;
}
.entry__suptitle {
  font-size: 16px;
  font-weight: 500;
}
.entry__bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.entry__time {
  margin-right: 13px;
  font-size: 15px;
}
@media (max-width: 1279px) {
  .featherlight .featherlight-content {
    padding: 40px 50px 30px;
  }
  .modal input {
    height: 45px;
  }
  .modal textarea {
    height: 140px;
  }
  .modal__title {
    font-size: 20px;
  }
  .entry__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .featherlight .featherlight-content {
    padding: 40px 30px 30px;
    width: 680px;
  }
  .entry--mod {
    min-height: 280px;
  }
  .entry__title {
    font-size: 35px;
  }
}
.about-us {
  font-size: 16px;
  line-height: 1.6;
}
.about-us__title-main {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.about-us__title-main span {
  font-size: 30px;
  color: #43bc29;
}
.about-us__task {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us__task .container {
  margin: auto;
}
.about-us__item .btn,
.page__wine-text p + p {
  margin-top: 20px;
}
.about-us__task h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-us__item h3,
.about-us__short .title {
  margin-bottom: 30px;
}
.about-us__task p {
  font-size: 15px;
}
.about-us__short {
  margin-bottom: 80px;
}
.about-us__short .title.low {
  font-size: 20px;
}
.about-us__card {
  display: grid;
  grid-gap: 40px;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  height: 450px;
  margin-top: 100px;
}
.about-us__item {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 100%;
}
.about-us__item h3,
.phrase h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
}
.about-us__item h3::after,
.container.center_section .phrase h2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #d7d7d7;
  left: 0;
  bottom: -15px;
}
.about-us__item h3 span,
.phrase span {
  color: #43bb2a;
  font-size: 35px;
  font-weight: 700;
}
.about-us__item p {
  width: 80%;
}
.about-us__item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  margin-block: 12px;
}
.about-us__question {
  margin-bottom: 100px;
}
.about-us__question h4 {
  font-size: 30px;
  font-weight: 800;
}
.about-us__question a {
  max-width: 314px;
  height: 50px;
}
.about-us__question-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
}
@media (max-width: 991px) {
  .about-us__title-main {
    margin-bottom: 30px;
  }
  .about-us__title-main span {
    font-size: 25px;
  }
  .about-us__question,
  .about-us__short {
    margin-bottom: 50px;
  }
  .about-us__question h4 {
    font-size: 24px;
  }
  .about-us__question a {
    max-width: 290px;
  }
  .about-us__question-inner {
    min-height: 120px;
  }
  .about-us__task {
    min-height: 160px;
  }
  .about-us__task h4 {
    margin-bottom: 25px;
  }
  .about-us__item p {
    width: 100%;
  }
  .about-us__card:nth-child(2) .about-us__item:first-child {
    order: 1;
  }
  .about-us__card:nth-child(2) .about-us__item:last-child {
    order: 0;
  }
  .about-us__card {
    grid-template-columns: 1fr;
    grid-gap: 60px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .about {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .modal__text {
    text-align: center;
    margin-bottom: 20px;
  }
  .featherlight .featherlight-content {
    padding: 40px 20px 20px;
    width: 100%;
  }
  .modal__inputs {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .modal input {
    font-size: 14px;
  }
  .modal textarea {
    font-size: 14px;
  }
  .modal__btn {
    justify-content: center;
    width: 100%;
  }
  .modal__title {
    text-align: center;
    margin-bottom: 15px;
  }
  .entry {
    min-height: 300px;
    padding: 0;
  }
  .entry--mod {
    min-height: 280px;
    text-align: center;
  }
  .entry__title {
    font-size: 25px;
    left: 40px;
  }
  .entry__title p {
    max-width: 60%;
  }
  .entry__bottom {
    justify-content: center;
  }
  .entry__suptitle {
    margin: 0 auto 5px;
  }
  .about-us__title-main span {
    font-size: 20px;
  }
  .about-us__task {
    min-height: 180px;
    flex-direction: column;
  }
  .contacts__list-item {
    margin: 0 !important;
  }
  .about-us__task p {
    font-size: 14px;
  }
  .about-us .question {
    display: block;
    margin-bottom: 60px;
  }
  .about-us__question {
    display: none;
  }
}
.contacts {
  display: flex;
  justify-content: space-between;
  grid-gap: 80px;
}
.contacts__form p {
  font-size: 16px;
}
.contacts__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__list p {
  margin-bottom: 6px;
}
.contacts__list-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #43bc29;
}
.contacts__list-item__icon svg {
  fill: #fff;
}
.contacts__list-item__icon svg {
  width: 22px;
  height: 22px;
}
.contacts__list a,
.contacts__list address {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.contacts__btn,
.contacts__form p,
.page__source {
  font-size: 16px;
}
.contacts__list address {
  font-style: normal;
}
.contacts__form .title {
  margin-bottom: 45px;
}
.contacts__form {
  width: 690px;
  max-width: 100%;
}
.contacts__form input {
  height: 50px;
  padding: 0 15px;
}
.contacts__form input,
.contacts__form textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  transition: border-color 0.2s linear;
  color: #000;
}
.contacts__form input::-moz-placeholder,
.contacts__form textarea::-moz-placeholder {
  color: #a4a4a4;
}
.contacts__form input:-ms-input-placeholder,
.contacts__form textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.contacts__form input::placeholder,
.contacts__form textarea::placeholder {
  color: #a4a4a4;
}
.contacts__form textarea {
  padding: 15px;
  resize: none;
  height: 180px;
  margin-bottom: 20px;
}
.contacts__form-inputs {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.contacts__btn {
  max-width: 220px;
  height: 46px;
  margin-left: auto;
  width: 100%;
  color: #fff;
  background-color: #212121;
  transition: background-color 0.2s linear;
}
.contacts__btn:hover {
  background-color: #141414;
}
@media (max-width: 1279px) {
  .contacts {
    flex-direction: column;
    grid-gap: 100px;
  }
  .contacts__list-item {
    margin: 0;
  }
  .contacts__list-item__icon {
    width: 45px;
    height: 45px;
  }

  .contacts__list-item__icon svg {
    width: 22px;
    height: 22px;
  }
  .contacts__form {
    margin: 0 auto;
  }
  .contacts__form h2 {
    text-align: center;
  }
}
@media (max-width: 413px) {
  .entry__title {
    font-size: 25px;
  }
  .contacts__list-item {
    margin-bottom: 40px;
  }
}
.happy {
  background-color: #101110;
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.happy p {
  color: #fff;
  font-size: 16px;
}
.page__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
  margin-bottom: 50px;
}
.page__inner-line {
  margin-bottom: 30px;
  width: 75px;
  max-width: 100%;
  height: 14px;
  background-color: #43bc29;
}
.page__title {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  margin-bottom: 30px;
}
.page > img,
.page__text {
  margin-bottom: 50px;
}
.page__images,
.page__wine {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 50px;
}
.page__rating-wrapper,
.page__wine {
  margin-bottom: 40px;
}
.page__wine {
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
}
.page__rating {
  width: 190px;
  height: 33px;
  background: url(../img/page-big-star-unpainted.svg) repeat-x;
}
.page__rating-active {
  height: 33px;
  background: url(../img/page-big-star-painted.svg) repeat-x;
}
.page__rating-wrapper p {
  font-size: 16px;
  margin-bottom: 5px;
}
.page__source span {
  font-weight: 700;
  color: #43bc29;
  margin-left: 5px;
}
.page__pack {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .page__inner,
  .page__wine {
    grid-gap: 30px;
  }
  .page__inner img {
    width: 425px;
  }
  .page__wine img {
    width: 465px;
  }
  .page__pack {
    width: 680px;
  }
}
@media (max-width: 991px) {
  .page__inner,
  .page__wine {
    grid-template-columns: 1fr;
  }
  .page__inner img,
  .page__wine img {
    width: auto;
  }
  .page__inner-content {
    order: -1;
  }
  .page__pack {
    width: 100%;
  }
  .page__wine {
    grid-gap: 50px;
  }
}
@media (max-width: 470px) {
  .contacts__list p {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .contacts__list-item__icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .contacts {
    grid-gap: 80px;
  }
  .contacts__list a,
  .contacts__list address {
    font-size: 15px;
  }
  .contacts__form-inputs {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .page__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .page__images {
    grid-template-columns: 1fr;
  }
}
blockquote {
  background: #43bb2a;
  color: #fff;
  font-size: 16px;
  padding: 75px 25px 25px;
  margin: 0;
  position: relative;
}
blockquote::before {
  content: "“";
  color: #fff;
  font-size: 100px;
  position: absolute;
  top: 0;
}
.content__blog ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #43bb2a;
}
.content__blog ul li {
  color: #000;
}
.content_vlog__wrapper {
  display: flex;
  gap: 30px;
}
.content_vlog {
  flex: 1;
  position: relative;
}
.content_vlog p,
.content_vlog strong {
  display: block;
}
.content_vlog ul li strong,
.content_vlog ol li strong {
  margin-bottom: 5px;
}
.content_vlog img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 500px;
  object-fit: cover;
}
.container_blog .bottom_actions {
  display: flex;
  flex: 0 0 160px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding-block: 50px;
  width: fit-content;
  height: fit-content;
  border-radius: 8px;
  background-color: #e7e7e7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  margin-top: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container_blog .bottom_actions:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.bottom_actions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.active-block .bottom_actions,
.info_section .bottom_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 30px;
  width: 100%;
  border-radius: 8px;
  background-color: #e7e7e7;
  margin-top: 30px;
}
@media (min-width: 800px) and (max-width: 990.98px) {
  .contacts__list {
    column-gap: 100px !important;
  }
}
@media screen and (max-width: 340px) {
  .contacts__list-item__icon {
    display: none;
  }
}
@media screen and (max-width: 990.98px) {
  .content_vlog__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .container_blog .bottom_actions {
    flex: none;
    padding-block: 26px;
    width: 100%;
  }
  .active-block .bottom_actions {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .bottom_actions__icon {
    width: 75px;
    height: 75px;
    margin-bottom: 12px;
  }
}
.other_content {
  margin-top: 50px;
}
.content_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_hero,
.content_hero_vlog {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  padding: 0 20px;
}
.content_hero_vlog,
.hero_wrapper_vlog {
  height: 80vh;
}
.content_hero a,
.content_hero_vlog a {
  margin-top: 40px;
}
.blur_effects {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  width: 100%;
  height: 110%;
  position: absolute;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.4);
}
.hero_wrapper,
.hero_wrapper_vlog {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero_wrapper::after,
.hero_wrapper_vlog:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(120deg, #000000be 0, #071e0bb4 80%);
}
.title_hero {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.title_hero h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 20px 0;
}
.title_hero small {
  opacity: 0.8;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
.title_hero p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.parallax-window {
  height: 100vh;
  background: 0 0;
}
.parallax-window_vlog {
  height: 80vh;
  background: 0 0;
}
.bottom_arrow {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.bottom_arrow a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bottom_arrow a svg {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bottom_arrow a:hover svg {
  fill: #021604;
}
.grid_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.img_wrapper_center,
.img_wrapper_content,
.info_name {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  position: relative;
}
.img_absolute {
  height: 100%;
  position: relative;
}
.img_absolute img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.info_title h2 {
  font-size: 2.75rem;
  margin-top: 20px;
  font-weight: 600;
  max-width: 800px;
  line-height: 60px;
}
// .info_title p,
.phrase p,
.vlog_title h1,
.vlog_title p {
  margin-top: 10px;
}
.info_title p {
  font-size: 16px;
  line-height: 24px;
  color: #5a5a5a;
  font-weight: 300;
  padding-right: 14px;
}
.info_name {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px 8px 40px;
  border-radius: 20px;
}
.info_title .info_name small {
  z-index: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: #454845;
}
.info_black::before {
  background-color: #c6c6c6 !important;
}
.info_black small {
  color: #131313 !important;
}
.info_black {
  border-color: #d7d7d7 !important;
}
.info_white {
  border-color: #ffffff71 !important;
  margin-bottom: 16px;
}
.info_white small {
  color: #ffff !important;
}
.info_name small {
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  color: #c6c6c6;
  margin-bottom: 0;
}
.info_name:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: 0;
  margin: auto;
  background-color: #e1e1e1;
  border-radius: 50%;
}
.header_vlog {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
.header_vlog .img_wrapper_center,
.img_wrapper_center img {
  max-height: 400px;
}
@media screen and (max-width: 767.98px) {
  .content_hero {
    padding-bottom: 30px;
  }
  .container_blog .bottom_actions {
    flex-direction: column;
    padding-block: 20px;
  }
  .blog-section {
    margin-top: 120px;
  }
  .blog-page .blog__item:first-child .blog__content {
    bottom: 0.3rem;
    left: 0.5rem;
  }
  .blog-page .blog__item:first-child {
    margin-bottom: 0;
  }
  .rating_container p {
    text-align: center;
  }
  .rating_container h3 {
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .active-block {
    top: -40px;
  }
  .rating_container button {
    background-color: #fff;
    color: #000;
  }
  .vlog_title p {
    text-align: left;
  }
  .rating_container {
    margin-top: 20px;
  }
  .blog_section {
    margin-top: 95px;
  }
  .vlog_title h1 {
    font-size: 1.2rem !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 500px) {
  .entry__title {
    left: 20px;
  }
  .nav__dropdown li + li {
    margin-left: 0;
  }
  .nav__dropdown li a {
    font-size: 16px;
  }
  .nav__item a {
    font-size: 22px !important;
  }
  .nav-wrapper .btn {
    margin-top: 20px;
  }
  .entry__title p {
    max-width: 92%;
  }
}
.vlog_title {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vlog_title h1 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 50px;
  max-width: 800px;
}
.vlog_title p {
  font-size: 16px;
  line-height: 24px;
  color: #5a5a5a;
  font-weight: 300;
  max-width: 1000px;
}
.vlog_title small time {
  font-size: 16px;
  font-weight: 500;
}
.img_wrapper_center,
.img_wrapper_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  margin: 30px 0;
}
.img_grid_wrapper img,
.img_wrapper_center img,
.img_wrapper_content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_wrapper_content {
  border: none;
  max-height: 400px;
  margin: 0;
}
.grid_item_img {
  position: relative;
  height: 100%;
  width: 100%;
}
.grid_item_img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_wrapper_logo {
  position: absolute;
  right: 0;
  padding: 40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.grid_column,
.item_gallery,
.phrase {
  position: relative;
}
.grid_column,
.list_container ul li {
  display: -ms-grid;
  grid-template-columns: repeat(12, 1fr);
}
.img_wrapper_logo:hover img {
  filter: inherit;
}
.img_wrapper_logo img {
  height: auto !important;
  width: 100%;
  filter: grayscale(100%);
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .footer_inner {
    flex-direction: column;
    gap: 16px;
  }
  .footer_grid {
    width: 100%;
    gap: 16px;
  }
  .footer_grid .col_grid:nth-child(2),
  .footer_grid .col_grid:nth-child(3) {
    margin-inline: auto;
  }
}
@media screen and (max-width: 900px) {
  .img_wrapper_center,
  .img_wrapper_content {
    margin-block: 22px;
  }
  .title_hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .grid_item_4,
  .grid_item_6,
  .grid_item_8 {
    grid-column: span 12 !important;
  }
  .dark_block {
    order: 0;
  }
  .img_wrapper_logo {
    top: -14px;
    padding: 15px !important;
    width: 150px !important;
    height: 150px !important;
  }
  .info_title h2 {
    padding-right: 150px;
  }
}
@media screen and (max-width: 600px) {
  .img_wrapper_center,
  .img_wrapper_content {
    margin-block: 18px;
  }
  .img_wrapper_logo {
    width: 110px !important;
    height: 110px !important;
  }
  .hide-btn {
    padding: 10px 12px;
  }
  .info_title h2,
  .title_hero h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .info_title h2 {
    padding-right: 110px;
  }
  .info_title p,
  .title_hero p {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
  }
}
.grid_column {
  display: grid;
  align-items: center;
}
.info_section .grid_column {
  align-items: start;
}
.grid_column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid_item_8 {
  grid-column: span 8;
}
.grid_item_4 {
  grid-column: span 4;
}
.gallery2,
.grid_item_6 {
  grid-column: span 6;
}
.list_container {
  max-width: 800px;
  margin: 50px 0;
}
.list_container_mini ul {
  display: flex;
  flex-direction: column;
}
.list_container_mini ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.list_container_mini ul li span {
  margin-right: 16px;
}
.list_container_mini span {
  display: flex;
  align-items: center;
}
.list_container_mini span h3 {
  margin-left: 10px;
}
.list_container_mini ul li span p {
  margin-top: 0 !important;
}
.list_container ul,
.list_container_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list_container ul li {
  display: grid;
  align-items: baseline;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 0.6px solid #000;
}
.list_container ul li p {
  grid-column: span 9;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 300;
}
.grid_item.dark_block {
  padding: 60px 0;
}
.list_container ul li span {
  grid-column: span 3;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.list_container ul li span svg {
  width: 30px;
  height: 30px;
}
.list_container_icon {
  max-width: 1000px;
  padding-top: 60px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.list_container_icon ul li {
  padding: 20px 8px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  border-radius: 8px 8px 0 0;
  transition: 0.2s ease-in-out;
  border-bottom: 0.6px solid #000;
}
.list_container_icon ul li:hover {
  background-color: #f3f3f3;
}
.list_container_icon ul li p {
  grid-column: span 11;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 300;
}
.list_container_icon ul li span {
  grid-column: span 1;
  color: #414141;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_container_icon ul li span svg {
  width: 25px;
  height: 25px;
}
.grid_column_middle {
  height: 400px;
}
.dark_block {
  background-color: #111;
}
.allow_title {
  max-width: 500px;
}
.dark_title p {
  color: #e1e1e1d3;
}
.dark_title .info_name small {
  color: rgba(255, 255, 255, 0.8);
}
.center_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.phrase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1092px;
}
.phrase-section .phrase h2 {
  order: 1;
  text-align: center;
  max-width: 760px;
}
.phrase__photo {
  order: 2;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.phrase-section .phrase small {
  order: 3;
  text-align: center;
}
@media (min-width: 1200px) {
  .phrase-section .phrase {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 40px;
    margin-inline: auto;
  }
  .phrase-section .phrase__photo {
    grid-row: 1 / 3;
    width: 200px;
    height: 200px;
  }
  .phrase-section .phrase h2 {
    grid-column: 2;
    grid-row: 1;
    text-align: start;
    max-width: 100%;
  }
  .phrase-section .phrase small {
    grid-column: 2;
    grid-row: 2;
    text-align: end;
  }
}
@media screen and (max-width: 600px) {
  .phrase-section .phrase p {
    text-align: left;
  }
}
.center_section .info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid_gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.item_gallery {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.item_gallery iframe {
  width: 100%;
  height: 600px;
}
.item_gallery:hover::before {
  opacity: 0.4;
}
.item_gallery::before {
  content: "";
  opacity: 0;
  z-index: 1;
  border-radius: 8px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #0000007e 0, #0937109b 80%);
}
.item_gallery figcaption {
  z-index: 5;
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
}
.img_grid_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .list_container_icon {
    padding-top: 10px;
  }
  .about-us__item img {
    object-position: top center;
    max-height: 400px;
  }
  .gallery-sec,
  .gallery1,
  .gallery3 {
    grid-column: span 6 !important;
  }
  .grid_column_middle {
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .info_name small {
    font-size: 10px !important;
  }
  .title_hero {
    max-width: 100%;
  }
  .title_hero h1 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .title_hero p {
    text-align: center;
  }
  .list_container ul li {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
  }
  .list_container ul li span {
    color: #000;
    font-size: 16px !important;
  }
  .list_container_icon ul li p {
    text-align: left;
  }
  .logo_footer p {
    width: 100%;
  }
  .question__title {
    margin-bottom: 16px;
  }
  .gallery-sec,
  .gallery1,
  .gallery2,
  .gallery3 {
    grid-column: span 12 !important;
  }
  .intro_img_wrapper::before {
    background-image: linear-gradient(120deg, #000000ba 0, #082a0d5d 80%);
  }
  .footer_inner {
    gap: 0;
  }
  .footer_grid {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
  .footer_grid .col_grid:nth-child(2),
  .footer_grid .col_grid:nth-child(3) {
    margin-inline: 0;
  }
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 30px;
  border-top: 1px solid #ffffff24;
  margin-top: 40px;
}
.footer_wrapper .col a {
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900.98px) {
  .footer_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .col {
    margin-bottom: 10px;
  }
  .footer_wrapper p {
    font-size: 13px;
  }
}
.footer_wrapper p {
  font-size: 14px;
}
.gallery1 {
  grid-column: span 3;
}
.gallery-sec {
  grid-column: span 9;
}
.gallery3 {
  grid-column: span 12;
}
.content {
  margin-top: 30px;
}
.page_comment {
  position: relative;
  margin: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f0eeee;
  border-radius: 20px;
}
.img_wrapper_fix {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .page_comment {
    flex-direction: column;
  }
  .blog_content_grid {
    flex-direction: column;
    margin-top: 10px;
  }
  .page_ava_img {
    margin-bottom: 20px;
  }
  .page_content_comment {
    margin-left: 0px !important;
  }
}
.page_content_comment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 30px;
}
.page_content_comment p {
  margin-bottom: 10px;
}
.page_ava_title {
  font-size: 16px;
  font-weight: 600;
}
.page_ava_img {
  width: 150px;
  height: 150px;
  border-radius: 50% !important;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page_ava_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container_blog {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.content_vlog p a,
.info_title p a {
  color: #299412;
  font-weight: 600;
  text-decoration: underline;
  transition: filter 0.3s ease;
}
.content_vlog p a:focus-visible,
.info_title p a:focus-visible,
.content_vlog p a:hover,
.info_title p a:hover {
  filter: brightness(1.2) saturate(1.3);
}
.blog_btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
.blog_content_grid {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.blog_content_grid img {
  width: 150px !important;
  border-radius: 12px;
  margin-right: 16px;
}
.content__blog img {
  width: 100%;
  height: auto;
}
.content__blog {
  margin-bottom: 50px;
}
.page__rating {
  background: none !important;
}

.entry__rating {
  background: none !important;
}
.entry__time {
  margin-right: 13px;
  font-size: 15px;
  margin-top: 10px;
}
.partners {
  position: relative;
  overflow: visible;
}
.swiper {
  width: 100%;
  padding: 24px 0;
}
.swiper-slide {
  width: 230px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container .partners__item {
  width: 220px;
  height: 120px;
}
.partners__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.35s ease;
}
.partners__item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 12px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(0, 0, 0, 0.05);
}
.partners__item:hover img {
  filter: grayscale(0%);
}
@media (max-width: 767.98px) {
  .swiper {
    padding-block: 18px;
  }
  .swiper-slide {
    width: 160px !important;
  }
  .swiper-container .partners__item {
    width: 148px;
    height: 100px;
  }
}
@media (min-width: 1279px) {
  .swiper-slide {
    width: 255px !important;
  }
  .swiper-container .partners__item {
    height: 150px;
    width: 245px;
  }
}
.millers {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(
    100.15deg,
    rgba(21, 22, 21, 0.32) 4.67%,
    rgba(172, 194, 172, 0.11) 108.78%
  );
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff62;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.millers ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.millers img {
  width: 100%;
  opacity: 0.8;
}
.millers span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}
@media screen and (max-width: 900.98px) {
  .millers ul {
    display: flex;
    justify-content: center;
  }
  .millers ul li {
    width: auto;
  }
  .millers span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .clients_container_icon {
    margin-top: 20px;
  }
  .millers {
    flex-direction: column;
    gap: 6px;
    padding-block: 8px;
    width: 100%;
  }
  .millers span {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 1156px) {
  .intro_descr {
    height: 135%;
  }
}
.star {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.star-svg {
  width: 28px;
  height: 28px;
  fill: #ccc;
  transition: fill 0.25s ease;
}
.star.active .star-svg {
  fill: #43bb2a;
}
.star.hovered .star-svg {
  fill: #fff;
}
.rating__best {
  position: static;
  display: flex;
  justify-content: center;
  gap: 3px;
  background: none !important;
}
.section-map {
  width: 100%;
  margin: 60px 0;
}
.section-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}
.pagination {
  display: none;
}
#scroll-loader {
  text-align: center;
  padding: 20px;
}
.serv_orig {
  width: 100%;
}

.serv_title {
  text-align: center;
  width: 100%;
}
.serv_title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}
.serv_grid_inner {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-top: 30px;
}
.serv_grid_inner h2 {
  text-align: center;
  font-size: 25px;
}
.serv_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  margin-top: 20px;
  counter-reset: grid-item-counter;
}
.serv_grid_item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #43bb2a;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 10px 10px 46px -6px rgba(0, 0, 0, 0.29);
}
.serv_grid_item:nth-child(1)::before {
  background-image: url("/img/posluhy-items-icon/analytics.svg");
}
.serv_grid_item:nth-child(2)::before {
  background-image: url("/img/posluhy-items-icon/audit.svg");
}
.serv_grid_item:nth-child(3)::before {
  background-image: url("/img/posluhy-items-icon/seo.svg");
}
.serv_grid_item:nth-child(4)::before {
  background-image: url("/img/posluhy-items-icon/design.svg");
}
.serv_grid_item:nth-child(5)::before {
  background-image: url("/img/posluhy-items-icon/brand.svg");
}
.serv_grid_item:nth-child(6)::before {
  background-image: url("/img/posluhy-items-icon/content.svg");
}
.serv_grid_item:nth-child(7)::before {
  background-image: url("/img/posluhy-items-icon/support.svg");
}
.serv_grid_inner:nth-child(2) .serv_grid_item:nth-child(1)::before {
  background-image: url("/img/posluhy-items-icon/spa.svg");
}
.serv_grid_inner:nth-child(2) .serv_grid_item:nth-child(2)::before {
  background-image: url("/img/posluhy-items-icon/landing.svg");
}
.serv_grid_inner:nth-child(2) .serv_grid_item:nth-child(3)::before {
  background-image: url("/img/posluhy-items-icon/catalog.svg");
}
.serv_grid_inner:nth-child(2) .serv_grid_item:nth-child(4)::before {
  background-image: url("/img/posluhy-items-icon/team.svg");
}
.serv_grid_inner:nth-child(2) .serv_grid_item:nth-child(5)::before {
  background-image: url("/img/posluhy-items-icon/shopping.svg");
}
.serv_grid_inner:nth-child(2) .serv_grid_item:nth-child(6)::before {
  background-image: url("/img/posluhy-items-icon/marketplace.svg");
}
.serv_grid_inner:nth-child(2) .serv_grid_item:nth-child(7)::before {
  background-image: url("/img/posluhy-items-icon/partnership.svg");
}
.serv_grid_item {
  position: relative;
  border-radius: 12px;
  border: 1px solid #c5c5c5;
  padding: 20px 30px;
}
.serv_grid_item span {
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.serv_grid_item p {
  margin-top: 14px;
}
.serv_grid_item span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
.expressform-checkbox {
  margin-top: 20px;
}
.expressform-checkbox input:checked + span {
  color: #fff;
  border: none;
  background-color: #3a9328;
}
.expressform-checkbox label span {
  font-weight: 600;
  color: #000;
  background-color: #e7e7e7;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.expressform-checkbox label span:hover,
.expressform-checkbox label span:focus-visible {
  color: #fff;
  background-color: #43bb2a;
}
.expressform-fields input,
.expressform-fields textarea {
  transition: border-color 0.3s ease;
}
.expressform-btn {
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  padding-block: 16px;
  width: fit-content;
  margin-left: auto;
  transition: background-color 0.3s ease;
}
.expressform-fields label {
  position: relative;
  margin: 13px 0;
}
.expressform-fields label span:not(.error-msg) {
  position: absolute;
  left: 14px;
  top: 23px;
  color: #999;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  transition: top 0.3s ease, left 0.3s ease, font-size 0.3s ease,
    color 0.3s ease;
}
.expressform-fields input:not(:placeholder-shown) + span:not(.error-msg),
.expressform-fields textarea:not(:placeholder-shown) + span:not(.error-msg),
.expressform-fields label:focus-within span:not(.error-msg) {
  top: -11px;
  left: 4px;
  font-size: 15px;
  color: #000;
  line-height: 1.1;
}
.als-expressform-win form label input,
.als-expressform-win form label textarea {
  font-family: inherit;
}
.als-expressform-text {
  margin-block: 20px;
}
.als-expressform-win form label textarea {
  max-height: 200px;
  min-height: 100px;
}
.close-express,
.close_ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #e7e7e7;
  transition: background-color 0.3s ease;
}
.close-express:hover,
.close_ic:hover {
  background-color: #43bb2a;
}
@media screen and (min-width: 990.98px) {
  .als-expressform-left {
    padding-inline: 40px;
  }
  .expressform-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .expressform-fields label:nth-child(n + 3) {
    grid-column: 1 / -1;
  }
}
@media screen and (max-width: 990.98px) {
  .expressform-fields label {
    margin: 18px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .expressform-btn {
    justify-content: center;
    width: 100%;
  }
  .close-express,
  .close_ic {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .expressform-fields label span:not(.error-msg) {
    top: 22px;
    left: 12px;
    font-size: 14px;
  }
  .als-expressform-win form label input,
  .als-expressform-win form label textarea {
    padding: 11px 12px;
  }
  .als-expressform-win form label textarea {
    max-height: 150px;
  }
  .als-expressform-left {
    padding: 45px 18px;
  }
  .close-express svg,
  .close_ic svg {
    width: 34px;
    height: 34px;
  }
  .als-expressform-header {
    line-height: 1.1;
  }
}
@media screen and (max-width: 550px) {
  .title_hero h1 {
    font-size: 22px;
    margin-top: 10px;
  }
  .expressform-fields label {
    margin-block: 15px 24px;
  }
  .expressform-fields label.field:last-of-type span:not(.error-msg) {
    top: 23px;
  }
  .expressform-fields label:focus-within span:not(.error-msg),
  .expressform-fields
    label.field:last-of-type:focus-within
    span:not(.error-msg),
  .expressform-fields
    label.field:last-of-type
    input:not(:placeholder-shown)
    + span:not(.error-msg) {
    top: -10px;
  }
  .expressform-fields label:last-child {
    margin-top: 36px;
  }
}
@media screen and (max-width: 365px) {
  .expressform-fields label.field:last-of-type span:not(.error-msg) {
    top: 18px;
    line-height: 0.9;
  }
  .expressform-fields
    label.field:last-of-type:focus-within
    span:not(.error-msg),
  .expressform-fields
    label.field:last-of-type
    input:not(:placeholder-shown)
    + span:not(.error-msg) {
    top: -22px;
  }
}
.als-expressform-left {
  max-height: 98vh;
}
.expressform.expactive {
  display: flex !important;
}
.preloader-vopros button {
  margin-top: 0;
}
.field {
  position: relative;
  width: 100%;
}
.input.error,
textarea.error {
  border: 1px solid rgb(235, 52, 86) !important;
}
.input.success,
textarea.success {
  border: 1px solid #43bb2a !important;
}
.error-msg {
  position: absolute;
  left: 7px;
  top: 100%;
  margin-top: 2px;
  font-size: 12px;
  color: rgb(235, 52, 86);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.error-msg.show {
  opacity: 1;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
.input.shake,
textarea.shake {
  animation: shake 0.35s ease;
}
.exe-contact .error-msg {
  left: auto;
  right: 8px;
}
.expressform-fields {
  margin-bottom: 10px;
}
.pagination {
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0;
  justify-content: end;
  margin-top: 30px;
}
.page-item {
  display: inline-block;
}
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  padding: 8px 16px;
  min-width: 41px;
  border: none;
  border-radius: 8px;
  background-color: #000;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.page-link:hover,
.page-link:focus-visible {
  color: #fff;
  background-color: #43bb2a;
}
.page-item.active .page-link {
  background-color: #43bb2a;
  color: #fff;
}
.page-item.disabled .page-link {
  pointer-events: none;
  color: #000;
  background-color: #e7e7e7;
}
@media screen and (max-width: 767.98px) {
  .pagination {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .pagination {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.reveal-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: transform, opacity;
}
.reveal-on-scroll[data-reveal="right"] {
  overflow: hidden;
}
.reveal-on-scroll[data-reveal="right"] > * {
  transform: translateX(200px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    background-color 0.3s ease, color 0.3s ease;
}
.reveal-on-scroll[data-reveal="right"].is-revealed > * {
  transform: translateX(0);
  opacity: 1;
}
.reveal-on-scroll[data-reveal="left"] {
  transform: translateX(-200px);
}
.reveal-on-scroll[data-reveal="up"] {
  transform: translateY(60px);
}
.reveal-on-scroll[data-reveal="down"] {
  transform: translateY(-60px);
}
.reveal-on-scroll[data-reveal="scale"] {
  transform: scale(0.9);
}
.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: none;
}
.reveal-on-scroll[data-reveal="wave"] > * {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.6s ease-out;
}
.reveal-on-scroll[data-reveal="wave"].is-revealed > * {
  opacity: 1;
}
.reveal-on-scroll[data-reveal="wave"].is-revealed > :nth-child(odd) {
  animation: wave-y 1.4s ease-out 0.4s forwards;
}
.reveal-on-scroll[data-reveal="wave"].is-revealed > :nth-child(even) {
  animation: wave-y 1.4s ease-out 0.6s forwards;
}
@keyframes wave-y {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(8px);
  }
  75% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.scroll-up-btn {
  position: fixed;
  bottom: 40px;
  right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  z-index: 12;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #e7e7e7;
  transform: scale(0);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.scroll-up-btn:hover,
.scroll-up-btn:focus-visible {
  background-color: #43bb2a;
  transform: scale(1);
}
.scroll-up-btn svg {
  stroke: #000;
  fill: #000;
  transition: stroke 0.3s ease, fill 0.3s ease;
}
.scroll-up-btn:hover svg,
.scroll-up-btn:focus-visible svg {
  stroke: #fff;
  fill: #fff;
}
.show {
  transform: scale(1);
}
@media only screen and (min-width: 991px) {
  .scroll-up-btn {
    bottom: 85px;
    right: 40px;
    width: 55px;
    height: 55px;
  }
  .scroll-up-btn svg {
    width: 22px;
    height: 22px;
  }
}
.reviews-slider-wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 16px;
}
.reviews-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  grid-column: 2;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-block: 10px;
}
.slider-btns {
  display: contents;
}
.slider-btn.prev {
  grid-column: 1;
  grid-row: 1;
}
.slider-btn.next {
  grid-column: 3;
  grid-row: 1;
}
.reviews-container::-webkit-scrollbar {
  display: none;
}
.review-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 10px);
  padding: 40px 50px;
  max-height: 390px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.review-card::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 180px;
  height: 220px;
  background-image: url("/img/about-us-logo-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
  transform: scaleX(-1) rotate(18deg);
}
.review-card:hover,
.review-card:focus-visible {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.review-card__block {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.review-card__block {
  gap: 16px;
}
.review-text {
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  max-height: 125px;
  -webkit-box-orient: vertical;
  transition: max-height 0.3s ease;
  margin-bottom: 10px;
}
.review-more {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, color 0.3s ease;
  margin-block: 8px 12px;
}
.review-more span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.25s ease;
}
.review-more svg,
.slider-btn svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.review-more:hover,
.review-more:focus-visible {
  color: #43bb2a;
}
.review-more:hover svg,
.slider-btn.next:hover:not(:disabled) svg {
  transform: translateX(6px);
}
.slider-btn.prev:hover:not(:disabled) svg {
  transform: translateX(-6px);
}
.review-card.has-more .review-more {
  opacity: 1;
  visibility: visible;
}
.review-card.is-open .review-text {
  -webkit-line-clamp: unset;
  display: block;
  max-height: 180px;
  overflow-y: auto;
  padding-right: 6px;
}
.review-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
.review-card__avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.review-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1rem;
  margin-bottom: 5px;
}
@media (max-width: 990.98px) {
  .review-card {
    flex: 0 0 100%;
    padding: 24px 18px;
    max-height: 370px;
  }
  .review-card__block {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .review-card__avatar {
    width: 80px;
    height: 80px;
  }
  .review-card::before {
    width: 80px;
    height: 150px;
  }
  .review-more {
    margin-block: 3px 0;
  }
  .review-card h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .review-card__block span {
    font-size: 14px;
  }
}
.slider-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-color: #e7e7e7;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.slider-btn:hover:not(:disabled) {
  color: #fff;
  background-color: #43bb2a;
}
.slider-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 767px) {
  .reviews-slider-wrapper {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .reviews-container {
    grid-column: 1;
  }
  .slider-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .slider-btn.prev,
  .slider-btn.next {
    grid-column: 1;
  }
}
