/*============= ALIGNES ===============*/

.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: #FFFDF8;
  /*max-width: 1920px;*/
  /* overflow-x: hidden; */
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
}

#main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #121212;
  transition: var(--Transition);
}
/* a:hover { */
  /* background: var(--Linear-Gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
/* } */

ul li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
ul li::marker {
  color: #1F2F47;
}

ol li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

.page-id-3 p,h2,td,h1.page-title {
  color: #fff;
}




h1.page-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  /* color: #20395E; */
  margin-bottom: 50px;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}
main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  padding: 20px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #DFDFDF;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: #121212;
}

/* .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
} */

/* .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 225px;
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #f6c4df;
  outline: none;
  font-family: 'Lato', sans-serif;
  color: #f6c4df;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn svg {
  transition: all 0.3s ease-in;
  margin-right: 10px;
}
.btn svg path {
  transition: all 0.3s ease-in;
}
.btn:hover {
  color: #fff;
  background-color: #f6c4df;
  letter-spacing: 1px;
}
.btn:hover svg path {
  fill: rgba(18, 223, 236, 0.5);
}
.btn:focus {
  letter-spacing: normal;
}
.btn.invert {
  background-color: #f6c4df;
  color: #fff;
} */

#main,
#primary {
  min-height: 83vh;
}

/*============ HEADER =================*/
/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
#header .burger.open_menu span {
  background-color: #D12D26;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
  background-color: #D12D26;
}
#header .burger.open_menu.clicked span {
  background-color: #fff;
}

#header img{
  width: 22px;
  height: 22px;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: #f1f2f3;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #D12D26;
}
#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu a:hover {
  color: #D12D26;
}
#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#header #mobile-mnu .logo__holder img {
  max-height: 60px;
}
#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .menuTop li a:hover {
  color: #D12D26;
}
#header #mobile-mnu .menuTop li.active a {
  color: #D12D26;
}
#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}
#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .email__holder .email__item:hover {
  color: #D12D26;
}
#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  color: #D12D26;
}
#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3A899A;
  transition: background-color .3s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #609FA8;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
/* ============== MODAL ============= */
.theme-modal {
	display: none;
}
.theme-modal.fancybox__content {
  width: 460px;
}
.theme-modal.fancybox__content .f-button.is-close-btn svg path {
  transition: stroke .3s ease-in;
}
.theme-modal.fancybox__content .f-button.is-close-btn:hover svg path {
  stroke: var(--primary);
}
.fancybox__backdrop {

}

/* ============= MEDIA QUERIES =========== */

/*# sourceMappingURL=main.css.map */

/* custom style */

/* global */
body {
  background-color: var(--Background-dark-1);
}
.container {
  position: relative;
  display: block;
  width: 1530px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.btn {
  background: var(--Primary-gradient);
  /* --c1: #6B31C9;
  --c2: #314BC9; 
  background:linear-gradient(90deg,rgba(237, 36, 36, 1) 0%, rgba(199, 54, 54, 1) 50%, rgba(125, 59, 59, 1) 100%);*/
  display: block;
  width: fit-content;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px;
  height: fit-content;
  cursor: pointer;
  color: var(--White);
  transition: var(--Transition);
  -webkit-transition: var(--Transition);  
  -moz-transition: var(--Transition);  
  -o-transition: var(--Transition);  
  transition: var(--Transition);
	white-space: nowrap;
}
.btn:hover {
  background: var(--Primary-gradient-hover);
  /* --c2: #6B31C9;
  --c1: #314BC9;
  --x: 90%; */
}
.white-btn {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 30px;
  background: none;
  border: solid 1px var(--White);
	white-space: nowrap;
}
.white-btn:hover {
  background: var(--White);
  color: var(--Primary);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 30px;
  border: solid 1px var(--White);
}
.invert-white-btn {
  background: var(--White);
  color: var(--Primary);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 30px;
  transition: var(--Transition);

  outline: none;
  border: none;
}
.invert-white-btn:hover {
  background: var(--Primary-gradient);
  color: var(--White);
}
.wpcf7 > form > .form-block-contact > input[type="submit"]:hover {
  background: var(--Primary-gradient);
  color: var(--White);
}
.section-block {
  position: relative;
  width: calc(100% - 20px);
  margin-top: var(--Margin-section);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--Padding-section);
  padding-bottom: var(--Padding-section);
  border-radius: 40px;
  background-color: var(--Background-dark-2);
  /* overflow: hidden; */
}
.section-block > .subtitle {
  color: var(--Light-text-1);
  text-align: center;
}
.section-block > .title {
  background: var(--Text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 30px;
  /* max-width: 700px; */
}
.image-container {
  position: relative;
}
.image-container > .image-container-hover-back {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--Hover-background-color);
  transition: var(--Transition);
}
.image-container-hover-back > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.man-quote > svg path{
  fill:#D12D26;
}
.image-container-hover-back > img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(61%) saturate(7390%) hue-rotate(358deg) brightness(96%) contrast(112%);
}

.image-container:hover {
  .image-container-hover-back {
    opacity: 1;
  }
}

/* header */
.header-top-position > .container > .header-top > .nav-social > li > a {
  color: var(--White);
}

.header-top-position > .container > .header-top > .nav-social > li > a > img{
  width: 22px;
  height: 22px;
}

.header-top-position > .container > .header-top > .nav-social > li > a,
.header-top > ul > li > a,
#menu-podval > li > a,
.phones-footer > .phone-footer > a,
.emails-footer > .email-footer > a {
  transition: var(--Transition);
}
.header-top-position > .container > .header-top > .nav-social > li > a:hover,
.header-top > ul > li > a:hover,
#menu-podval > li > a:hover,
.phones-footer > .phone-footer > a:hover,
.emails-footer > .email-footer > a:hover {
  color: var(--moz-Stroke-gradient);
  /* img {
    filter: invert(50%) sepia(101%) saturate(2631%) hue-rotate(207deg) brightness(54%) contrast(92%);
  } */
}
/* invert(50%) sepia(101%) saturate(2631%) hue-rotate(207deg) brightness(54%) contrast(92%) */

.header-top-position {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.page-id-3 .header-top-position {
  position: relative;
  top: 0px;
  left: 0%;
  transform: translateX(0%);
  margin-bottom: 20px;
  z-index: 100;
}

.page-id-3 .grampus-cookie-notice p{
  color: #000000;
}

.main-header {
  position: relative;
  padding-top: 125px;
  padding-bottom: 20px;
  border-radius: 40px;
  overflow: hidden;
}
.header-video-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  will-change: contents;
  will-change: scroll-position;
}
html, body {
  will-change: scroll-position;
}
.swiper-wrapper {
  will-change: transform;
  transform: none;
}
.section-block-decoration-1,
.section-block-decoration-2,
.section-block-decoration-3,
.section-block-decoration-4,
.section-block-decoration-5 {
  will-change: scroll-position;
}
img {
  will-change: transform;
}
.service-img-slider {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container-reviews {
  will-change: contents;
}
.line-run-header {
  will-change: scroll-position;
  will-change: transform;
  will-change: animated;
}
.image-container,
.image-container > img {
  will-change: contents;
}
.header-top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  /* margin-bottom: 50px; */
}
.header-top > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 20px;

  background-color: var(--Background-dark-1);
  border: 1px solid #FFFFFF1A;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 30px;
}
.header-top > ul > li,
.header-top > ul > li > a {
  color: var(--Light-text-1);
  text-decoration: none;
  margin: 0px;
}
.nav-social > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-header {
  /* padding-left: 56px;
  padding-right: 56px;
  padding-top: 19px;
  padding-bottom: 19px; */
  background-color: var(--White);
  color: var(--Primary);
  cursor: pointer;
  border-radius: 30px;
  /* height: fit-content; */
  display: flex;
  align-items: center;
}
.header-logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: auto;

  /* box-shadow: 0px 0px 10px 0px #FFFFFF; */
  -webkit-filter: drop-shadow(1px 1px 4px #FFFFFF);
  filter: drop-shadow(1px 1px 4px #FFFFFF);

  margin-bottom: 50px;
}

.header-text {
  position: relative;
  width: 1010px;
  height: auto;
  color: var(--White);
  left: 50%;
  transform: translateX(-50%);

  margin-bottom: 202px;
}
.header-text > h1 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: var(--Text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-text > .p7 {
  text-align: center;
  width: 490px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.header-text > .btn {
  margin: 0 auto;
}

/* marquee */
.marquee_item {
  position: relative;
  border-radius: 10px;
}
.loop-marquee-keyframe {
	position: relative;
	display: flex;
	 gap: 20px;
	height: 50px;
}
.line-run-header {
  display: flex;
  max-height: 50px;
/* gap и padding-left должны иметь одинаковые значения!!!!!!!!!!!!!!!!!!!!  */
  gap: 20px;
  padding-left: 20px;
  width: fit-content;
/*   overflow: hidden; */
}
#marquee-1 {
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translateX(100%);
	animation: moveSlideshow 20s linear infinite;
	animation-delay: -10s;
	-webkit-animation-delay: -10s;
}
#marquee-2 {
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translateX(100%);
	animation: moveSlideshow 20s linear infinite;
}
.line-run-header > .block {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: fit-content;
  color: var(--White);
}

@keyframes moveSlideshow {
	0% {
		transform: translateX(100%); 
	}
  50% { 
    transform: translateX(0%);  
  }
  100% { 
    transform: translateX(-100%);  
  }
}

/* Стили тегов */
.style-tag-1 {
  background: var(--Style-tag-1);
}
.style-tag-2 {
  background: var(--Style-tag-2);
}
.style-tag-3 {
  background: var(--Style-tag-3);
}
/*  */

.line-run-header > .image {
  width: 200px;
  object-fit: cover;
}

/* service */
.service-flex-cat {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.title-service-block {
  font-family: "InterTight";
  width: 100%;
  font-size: 150px;
  font-weight: 800;
  line-height: 75%;
  text-align: center;
  text-transform: uppercase;
  background: var(--Headline-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-section > .title {
  margin-bottom: 60px;
}
.service-block-cat-flex {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-service {
  position: relative;
  padding: 20px;
  padding-right: 40px;
  /* border: solid 2px transparent;
  border-image: var(--Stroke-gradient);
  -moz-border-image: var(--Stroke-gradient);
  border-image-slice: 1;
  border-collapse: separate; */
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.card-service::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px; 
  padding: 2px; 
  background:var(--Stroke-gradient); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
  will-change: scroll-position;
}
.card-service-container { 
  position: relative;
  display: flex;
  gap: 30px;
}
.card-service-image-container {
  position: relative;
  display: flex;
  gap: var(--Gap-flex-card);
}
.block-video-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.left-slider-service > .swiper-wrapper > .swiper-slide > img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.left-slider-service > .swiper-wrapper > .swiper-slide > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-slider-service > .swiper-wrapper > .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.left-slider-service {
  position: relative;
  height: 100%;
}
.left-slider-service > .swiper-wrapper {
  position: relative;
  height: fit-content;
}
.left-slider-service > .swiper-wrapper > .swiper-slide {
  position: relative;
  display: block;
  width: 100px;
  max-height: 76px;
  height: calc(100% - 8px);
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
}
.right-slider-service {
  width: 490px;
  height: 420px;
  border-radius: 15px;
  overflow: hidden;
}
.right-slider-service > .swiper-wrapper > .swiper-slide {
  object-fit: cover;
  cursor: grab;
  border-radius: 10px;
}
.right-slider-service > .swiper-wrapper > .video-container {
  border-radius: 10px;
  overflow: hidden;
}
.right-slider-service > .swiper-wrapper > .video-container > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-service-info-container {
  position: relative;
  padding-top: 20px;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-card-info {
  position: relative;
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
.card-info > p {
  max-height: 120px;
  overflow-y: auto;
  padding-right: 10px;

  scrollbar-color: var(--Primary) var(--Stroke);
    scrollbar-width: thin !important;
}
.card-info > p::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 2px;
}
.card-info > h3 {
  margin-bottom: 10px;

  background: var(--Text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card-info > .cost {
  color: var(--Light-text-1);
  margin-bottom: 30px;
}
.card-info > .p3 {
  margin: 0px;
  color: var(--Light-text-1);
  /* max-width: 490px; */
}

.card-tag-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: auto;

  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.tag-card {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;

  border: solid 1px var(--Stroke-1);
  width: fit-content;

  color: var(--White);

  transition: var(--Transition);
}
.card-tag-container > .active {
  background-color: var(--White);
  color: var(--Primary);
}

/* review block */
.after-line-subtitle {
  display: block;
  width: 500px;
  height: 3px;

  background: var(--Linear-Gradient);
  
  margin: 0 auto;
  margin-bottom: 60px;
}
.container-reviews {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 30px;
  height: 50%;
  margin-bottom: 30px;

  overflow-y: hidden;
}
.review-item {
  position: relative;
  display: block;
  width: 100%;
  /* height: 100%; */
  height: 490px;
}
.review-item > .img-review {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.review-item > .video-review {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.container-reviews > .video-container {
  border-radius: 50%;
  overflow: hidden;
}
.video-container {
	cursor: pointer;
}
.video-container > .control-btn-video {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: var(--Transition);
  opacity: 1;

  cursor: pointer;
}
.video-play > .control-btn-video {
	opacity: 0;
}
.video-play:hover {
	.control-btn-video {
		opacity: 1;
	}
}
.bottom-shadow-reviews::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 180px;
  background: var(--Linear-Gradient-reviews);
}
.btn-load-more-reviews {
  position: relative;
  margin: 0 auto;
}

/* portfolio */
.after-line-subtitle-blue {
  background: var(--Linear-Gradient-portfolio);
}
.container-portfolio {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.row-container-portfolio {
  position: relative;
  display: flex;
  gap: 10px;
  height: 380px;
  width: 100%;
}
.row-container-portfolio > .image-container, 
.row-container-portfolio > .video-container {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 50%;
  border-radius: 20px;
  /* flex-shrink: 2; */
/*   flex-grow: 1; */
}
.row-container-portfolio > .video-container {
  overflow: hidden;
}

.video-container {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-container:hover .video-preview {
    transform: scale(1.05);
}

.video-container-hover-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Чтобы не блокировал клики */
}

.video-container:hover .video-container-hover-back {
    opacity: 1;
}

.video-container-hover-back img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

.video-container:hover .video-container-hover-back img {
    transform: scale(1.1);
}

.row-container-portfolio > .image-container > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.row-container-portfolio > .video-container > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.btn-load-more-portfolio {
  position: relative;
  margin: 0 auto;
}

/*Партнеры*/
.slider-partneri {
	margin-bottom: 30px;
}
.slider-partneri > .swiper-wrapper > .swiper-slide {
	width: fit-content;
	flex-shrink: 1;
}
.top-slider-partneri > .swiper-wrapper {
	right: 75px;
}
.bottom-slider-partneri > .swiper-wrapper {
	right: 185px;
}
.cell-block-partnera {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 55px;
	padding-right: 55px;
	
	/* border: solid 1px transparent;
  border-image: var(--Stroke-gradient);
  -moz-border-image: var(--moz-Stroke-gradient);
  border-image-slice: 1; */
  border-collapse: separate;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.cell-block-partnera::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px; 
  padding: 2px; 
  background:var(--Stroke-gradient); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}
.navigation-container {
	position: relative;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}
.navigation-container > .right-arrow-navigation {
	transform: rotate(180deg);
}
.navigation-container > svg {
	transition: var(--Transition);
}
.navigation-container > svg:hover {
	fill: var(--Primary);
}
.left-arrow-navigation,
.right-arrow-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: solid 1px var(--White);
	border-radius: 100%;
	transition: var(--Transition);
	
	cursor: pointer;
}
.right-arrow-navigation > svg {
	transform: rotate(180deg);
}
.left-arrow-navigation:hover,
.right-arrow-navigation:hover {
	background-color: var(--Primary);
	border-color: var(--Primary);
}

/* about */
.about-container {
  position: relative;
  display: flex;
  gap: 30px;
}
.block-man {
  position: relative;
  width: 50%;
  height: 100%;
}
.block-man > p {
  color: var(--Light-text-2);
  margin-bottom: 10px;
}
.man-container {
  display: flex;
  gap: 20px;
}
.man-img {
  position: relative;
  display: block;
  height: 300px;
  width: 300px;
  
  /* border: solid 2px transparent; */
  /* border-image: var(--Stroke-gradient);
  -moz-border-image: var(--moz-Stroke-gradient);
  border-image-slice: 1; */
  border-collapse: separate;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.man-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px; 
  padding: 3px; 
  background:var(--Stroke-gradient); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}
.man-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.man-quote > svg {
  display: block;
}
.man-container > .man-quote > .man-quote-text > p {
  position: relative;
  display: block;
  color: var(--White);
  margin-bottom: 10px;
}
.man-container > .man-quote > .man-quote-text > p:last-child {
  margin-bottom: 0px;
}

/* questions */
.list-questions {
  position: relative;
  display: flex;
  gap: 30px;
}
.column-questions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
  height: auto;
}
.question {
  position: relative;
  display: block;
  transition: var(--Transition);
  border: 1px solid var(--Stroke-1);
  border-radius: 20px;
  height: 80px;

  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.open-question {
  height: auto;
  background: var(--Primary-gradient);
  border: 0px;
}
.header-question {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  height: fit-content;

  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;

  color: var(--White);
}
.header-question > svg {
  min-width: 12px;
  min-height: 8px;
}
.line-question {
  position: relative;
  width: 100%;
  height: 1px;
  background: var(--Stroke-3);
}
.container-answer-question {
  position: relative;
  height: auto;
  transition: var(--Transition);
  overflow: hidden;
}
.answer-question {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: var(--Transition);
  transform: translateY(-200%);
}
.answer-question > p, .answer-question > ul > li {
  color: var(--White);
}
.answer-question > p {
  margin-bottom: 10px !important;
}

.open-question > .container-answer-question > .answer-question {
  transform: translateY(0%);
}
.header-question > svg {
  transition: var(--Transition);
}
.open-question > .header-question > svg {
  transform: rotate(180deg);
}

/* contact-form */
.section-contact-block {
  width: calc(100% - 20px);
  display: flex;
  gap: 10px;
  margin-top: var(--Margin-section);
  margin-left: auto;
  margin-right: auto;
}
.contact-block-cell {
  position: relative;
  width: 50%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 40px;
  background-color: var(--Background-dark-2);
  /* background-position: center; */
  background-position-y: 17%;
  background-position-x: 98%;
  background-repeat: no-repeat;
  background-size: 115%;

  display: flex;
  justify-content: center;
}
.contact-block-text {
  width: 575px;
}
.contact-block-text > h2 {
  background: var(--Text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 30px;
}
.contact-block-text > p {
  color: var(--White);
  text-align: center;
}
.contact-block-cell > .contact-block-text > .send-form-text {
  margin-bottom: 80px;
}

.block-form-img {
    position: relative;
    width: 50%;
    height: auto;
    min-height: 400px; /* Минимальная высота для фона */
    overflow: hidden;
	z-index: 1;
}

.background-form-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background-image: url('путь/к/изображению.jpg'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

.background-form-img img{
    max-height: 100%;
	max-width: 100%;
}

.flex-soc-seti {
  position: relative;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.flex-soc-seti > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: solid 1px var(--White);
  transition: var(--Transition);
  background-color: none;
  border-radius: 60px;
}
.flex-soc-seti > a:hover {
  border-color: var(--Primary);
  background-color: var(--Primary);
}
.flex-soc-seti > a > img {
  position: relative;
  width: 40px;
  height: auto;
}
.form-block-contact {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-color: var(--Background-form);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter:blur(10px);
}
.form-block-contact-input {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.container-input {
  position: relative;
  width: 100%;
  height: auto;
}

/* Стили для обычных input (не чекбоксов) - только для НЕ policy-checkbox */
.form-block-contact-input .container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input,
.container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input {
  width: 100%;
  height: auto;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 27.5px;
  padding-bottom: 10.5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--White);
  font-family: "InterTight";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}

.top-slider-partneri .swiper-slide *,
.bottom-slider-partneri .swiper-slide * {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    outline: none;
    line-height: 1;
}

/* Фиксированная высота для консистентности */
.top-slider-partneri .swiper-slide,
.bottom-slider-partneri .swiper-slide {
    height: 80px; /* Настройте под ваши needs */
    display: flex;
    align-items: center;
    justify-content: center;
}


.form-block-contact-input .container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:focus,
.container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:focus {
  outline: none;
}

/* Активный label только для НЕ policy-checkbox */
.form-block-contact-input .container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:focus ~ .active-label,
.form-block-contact-input .container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:not(:placeholder-shown) ~ .active-label,
.container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:focus ~ .active-label,
.container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:not(:placeholder-shown) ~ .active-label {
  transform: translateY(-150%) translateX(0%) !important;
  font-size: 11px !important;
}

/* Плейсхолдер только для НЕ policy-checkbox */
.form-block-contact-input .container-input:not(.policy-checkbox) .placeholder-input,
.container-input:not(.policy-checkbox) .placeholder-input {
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  position: absolute;
  left: 30px;
  top: 30%;
  transform: translateY(-50%);
  transition: var(--Transition);
}

/* Плейсхолдер при фокусе только для НЕ policy-checkbox */
.form-block-contact-input .container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:focus ~ .placeholder-input,
.container-input:not(.policy-checkbox) > .wpcf7-form-control-wrap > input:focus ~ .placeholder-input {
  top: 10.5px;
  transform: translateY(0px);
}

/* СТИЛИ ТОЛЬКО ДЛЯ CHECKBOX - НЕ МЕНЯТЬ! */
/* Стиль для отмеченного чекбокса */

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none;
}
.wpcf7-form-control-wrap > .wpcf7-not-valid {
  border-color: red !important;
}

.privacy-policy-text {
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 10px;
  /* color: var(--Color-placeholder-input); */
  color: rgb(255 255 255 / 65%);
  /* opacity: 0.5; */
}
.form-block-contact > input[type="submit"] {
  position: relative;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  width: 100%;
  background: var(--White);
  color: var(--Primary);
  border-radius: 30px;
  cursor: pointer;
}
.form-block-contact > p {
  margin: 0px;
}
.form-block-contact > .wpcf7-spinner {
  position: absolute;
}

/* decoration */
.section-block-decoration-1 {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 600px;
  height: 600px;
  background: var(--Decor-1);
  transform: translateY(-150px) translateX(130px);
  z-index: -1;
}
.section-block-decoration-2 {
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 600px;
  height: 600px;
  background: var(--Decor-2);
  transform: translateY(-100%) translateX(-40%);
  z-index: -1;
}
.section-block-decoration-3 {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 600px;
  height: 600px;
  background: var(--Decor-3);
  transform: translateY(50%);
  z-index: -1;
}
.section-block-decoration-4 {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 600px;
  height: 600px;
  background: var(--Decor-4);
  transform: translateY(50%) translatex(50%);
  z-index: -1;
}
.section-block-decoration-5 {
	position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 600px;
  height: 600px;
  background: var(--Decor-5);
  transform: translateY(50%) translatex(-50%);
  z-index: -1;
}

/* Модалки */
.theme-modal {
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 60px !important;
  padding-bottom: 40px !important;
  border-radius: 20px !important;

  background-color: var(--Background-dark-1) !important;
}
.theme-modal > .f-button {
  top: 20px !important;
  right: 20px !important;
  height: 12px !important;
  width: 12px !important;
}
.theme-modal > .title,
.theme-modal > .subtitle {
  color: var(--White);
  text-align: center;
}
.theme-modal > .title {
  margin-bottom: 40px;
}
.theme-modal > .subtitle {
  margin-bottom: 20px;
}
.invert-white-btn {
  text-align: center;
  cursor: pointer;
}
#modal-callback > .title {
  margin-bottom: 10px;
}
#modal-callback > .subtitle {
  margin-bottom: 40px;
}

.burger-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
label {
	cursor: text;
}
@media(min-width: 1121px) {
	.nav-social > li:nth-child(1) {
		display: none;
	}
	.burger-menu {
		display: none;
	}
	.modal-head-btn {
		display: none;
	}
}
.burger-menu > span {
	position: relative;
	display: block;
	width: 26px;
	height: 2px;
	background-color: var(--White);
}

/* mobile menu */
.header-mobile-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.background-mobile-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: var(--Transition);
  transform: translateX(-100%);
  top: 0px;
  left: 0px;
  opacity: 0;
  background-color: #12121275;
  z-index: 998;
}
.background-mobile-menu-active {
  opacity: 1;
  transform: translateX(0%);
}
.mobile-menu  {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 100vh;
  background-color: #FFF;
  transition: var(--Transition);
  transform: translateX(-100%);
  box-sizing: border-box;
  padding: 20px;

  z-index: 999;
}
.mobile-menu-open {
  transform: translateX(0%);
}

.mobile-logo {
  position: relative;
  display: block;
  width: 100px;
  height: auto;
}
.mobile-logo > img {
  width: 100%;
}
.header-mobile-menu > svg {
  width: 20px;
  height: 20px;
}
.header-mobile-menu {
  margin-bottom: 30px;
}
.body-mobile-menu > ul {
  padding: 0px;
}
.body-mobile-menu > ul > li {
  list-style-position: outside;
}
.body-mobile-menu > ul {
  margin-bottom: 30px;
}
.body-mobile-menu > .nav-social {
  display: block;
}
.body-mobile-menu > .nav-social > li > a {
  color: #121212 !important;
}
.body-mobile-menu > .nav-social > li > a > img {
  filter: brightness(30%);
  display: block !important;
  width: 22px;
  height: 22px;
}
.body-mobile-menu > .btn-header {
  display: block;
}


/* form */
.theme-modal > .wpcf7 > form > .form-block-contact {
	padding: 0px;
	border: none;
	background: none;
}

/* footer */
.site-footer {
  position: relative;
  padding-bottom: 20px;
}
.flex-footer {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.logo-footer {
  position: relative;
  width: 230px;
  height: fit-content;
}
.logo-footer > img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(1px 1px 4px #FFFFFF);
  filter: drop-shadow(1px 1px 4px #FFFFFF);
}
.flex-footer > ul > li {
  list-style-type: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.flex-footer > ul > li > a {
  color: var(--Light-text-1);
  cursor: pointer;
}
.flex-soc-list-footer {
  position: relative;
  display: flex;
  gap: 10px;
}
.soc-set-cell {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: solid 1px var(--White);
  border-radius: 50%;
  transition: var(--Transition);
}
.soc-set-cell:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
}
.phones-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: fit-content;
  margin-bottom: 30px;
}
.emails-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: fit-content;
}
.email-footer {
  display: flex;
  align-items: end;
  gap: 20px;
}
.email-footer > a {
  color: var(--White);
}
.email-footer > span {
  color: var(--Light-text-2);
  font-size: 24px;
}
.phone-footer {
  display: flex;
  align-items: end;
  gap: 20px;
}
.phone-footer > a {
  color: var(--White);
}
.phone-footer > span {
  color: var(--Light-text-2);
  font-size: 24px;
}
.flex-footer > ul {
  width: 230px;
  margin-left: 160px;
}
.flex-soc-list-footer {
  width: 230px;
  margin-left: 30px;
}
.footer-contact-block {
  margin-left: 30px;
}
.end-footer-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 16px;
}
.privacy {
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.company {
  position: relative;
  display: flex;
  gap: 10px;
}
.company > span {
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.copyrite {
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

/* 404 */
.error-page > .container > .breadcrumbs {
  padding-top: 130px;
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.breadcrumbs-span,
.breadcrumbs-span > a,
.breadcrumbs-span > span {
  color: var(--White);
}
.breadcrumbs-span > span {
  color: var(--Primary);
}
.container-404 {
  position: relative;
  display: flex;
  width: 100%;
  gap: 30px;
  align-items: end;
  margin-bottom: 100px;
}
.container-404 > img {
  position: relative;
  width: 750px;
  height: auto;
  border-radius: 20px;
}
.main-text-404 {
  font-family: "Mulish";
  font-size: 160px;
  font-weight: 900;
  line-height: 160px;
  text-align: left;

  background: var(--Primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 50px;
}
.title-404 {
  color: var(--White);
  margin-bottom: 15px;
}
.subtitle-404 {
  color: var(--White);
  margin-bottom: 30px !important;
}
.text-block-404 > .invert-white-btn {
  display: block;
  width: fit-content;
}
/* privacy */
.privacy_link {
	cursor: pointer;
	text-decoration: underline;
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}
.fancybox__viewport > .fancybox__track > .fancybox__slide > #modal-privacy {
	width: 680px;
}
#modal-privacy > h2,
#modal-privacy > p,
#modal-privacy > figure > table {
	color: var(--White);
}
#modal-privacy > h2 {
	margin-bottom: 20px;
}
#modal-privacy > figure > table {
	margin-bottom: 30px;
}
@media(max-width: 1240px) {
  .slider-partneri > .swiper-wrapper > .swiper-slide > img {
    width: 150px;
  }
  .service-img-slider{
    object-fit: cover;
  }
  .btn{
    width: 100%;
    text-align: center;
  }
  .header-text {
  margin-bottom: 40px;
}
.main-header{
padding-top: 0;
}
}
@media(max-width: 770px) {
	.fancybox__viewport > .fancybox__track > .fancybox__slide > #modal-privacy {
		width: 90%;
	}
  .slider-partneri > .swiper-wrapper > .swiper-slide > img {
    width: 90px;
  }
}
@media(max-width: 460px) {
	.fancybox__viewport > .fancybox__track > .fancybox__slide > #modal-privacy {
		padding-left: 10px !important;
		padding-right: 10px !important;
		width: 95%;
	}
	.fancybox__viewport > .fancybox__track > .fancybox__slide > #modal-privacy > h3 {
		font-size: 22px;
	}
	#modal-privacy > p {
		font-size: 14px;
	}
}
.fancybox__viewport > .fancybox__track > .fancybox__slide > #modal-callback {
	width: 570px;
}
@media(max-width: 610px) {
	.fancybox__viewport > .fancybox__track > .fancybox__slide > #modal-callback {
		width: 90%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.privacy-policy-text {
		font-size: 11px;
	}
}
@media(max-width: 355px) {
	#modal-callback > .title {
		font-size: 30px !important;
	}
  .page-id-3 h1.page-title{
    font-size: 27px;
  }
}

@media(max-width: 1280px) {
  .container-404 > img {
    position: relative;
    width: calc(1vw * 52 + 1px);
    height: auto;
    border-radius: 20px;
  }
}
@media(max-width: 1140px) {
  .main-text-404 {
    font-family: "Mulish";
    font-size: 140px;
    font-weight: 900;
    line-height: 160px;
    text-align: left;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
  }
}
@media(max-width: 1080px) {
  .container-404 {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 60px;
  }
  .main-text-404 {
    text-align: center;
  }
  .title-404 {
    text-align: center;
  }
  .subtitle-404 {
    text-align: center;
  }
  .text-block-404 > .invert-white-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 640px) {
  .container-404 > img {
    width: calc(1vw * 68 + 1px);
  }
}
@media(max-width: 420px) {
  .container-404 > img {
    width: calc(1vw* 76 + 1px);
  }
}


/* header */
@media(max-width: 1600px) {
	.header-top > ul {
		gap: 10px;
	}
	.header-top {
		gap: 10px;
		justify-content: center;
	}
}
@media(max-width: 1580px) {
	.container {
		width: 95%;
	}
	.header-top-position {
		width: 100%;
	}
}
@media(max-width: 1350px) {
	.header-top > .nav-social > li {
		display: none;
	}
	.header-top > .nav-social > li:nth-child(1) {
		display: flex;
		gap: 20px;
	}
	.header-top > .nav-social > li:nth-child(2) {
		display: flex;
	}
}
@media(max-width: 1120px) {
	#menu-shapka {
		display: none;
	}
	.header-top > .nav-social > li:nth-child(2) {
		display: flex;
	}
	.header-top > ul {
		flex-direction: row-reverse;
		justify-content: space-between;
		width: 100%;
	}
	.btn-header {
		display: none;
	}
}
@media(max-width: 440px) {
  .header-top > ul {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
  }
}
@media(max-width: 390px) {
	.nav-social > li > a > img {
		display: none;
	}
}
/* ================== */
/* mainbanner */
@media(max-width: 1020px) {
	.header-text, .header-text > .p7 {
		width: 100%;
	}
	.header-text > h1 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ================== */
/* service */
@media(max-width: 1580px) {
	.title-service-block {
		font-size: 130px;
	}	
}
@media(max-width: 1360px) {
	.title-service-block {
		font-size: 110px;
	}	
}
@media(max-width: 1100px) {
	.title-service-block {
		font-size: 90px;
	}	
}
@media(max-width: 920px) {
	.title-service-block {
		font-size: 70px;
	}	
}
@media(max-width: 760px) {
	.title-service-block {
		font-size: 60px;
	}	
}
@media(max-width: 620px) {
	.title-service-block {
		font-size: 50px;
	}	
}
@media(max-width: 440px) {
	.title-service-block {
		font-size: 45px;
	}	
}
@media(max-width: 400px) {
	.title-service-block {
		font-size: 40px;
	}	
}
@media(max-width: 360px) {
	.title-service-block {
		font-size: 35px;
	}	
}
@media(max-width: 1400px) {
	.flex-card-info {
		flex-direction: column;
		gap: 20px;
	}
}
@media(max-width: 1300px) {
	.card-service-container {
		flex-direction: column;
	}
	.card-service-image-container > .swiper {
		margin-left: 0px;
		margin-right: 0px;
	}
  .card-service-image-container > .right-slider-service {
    width: calc(100% - 90px);
  }
  .card-service-image-container > .left-slider-service {
    height: 420px;
  }
  .flex-card-info {
    flex-direction: row;
    gap: 10px;
  }
  .card-info {
    margin-bottom: 30px;
  }
}
.btn-mobile-service {
  display: block;
}
@media(min-width: 771px) {
  .btn-mobile-service {
    display: none;
  }
}
@media(max-width: 1400px) {
  .card-service-info-container {
    gap: 10px;
  }
}
@media(max-width: 770px) {
  .flex-card-info > .btn {
    display: none;
  }
  .card-tag-container {
    margin-bottom: 30px;
  }
  /* .card-service-info-container {
    align-items: end;
  } */
  .card-service {
    padding-right: 20px;
  }
  .card-service-image-container > .right-slider-service {
    width: calc(100% - 115px);
  }
}
@media(max-width: 700px) {
  .tag-card {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media(max-width: 650px) {
  .card-service-image-container {
    flex-direction: column-reverse;
  }
  .swiper-vertical>.swiper-wrapper{
    flex-direction: row;
  }
  .card-service-image-container > .left-slider-service{
    height: 100%;
  }
  .card-service-image-container > .left-slider-service > img{
      /* height: 420px; */
  }
  .left-slider-service > .swiper-wrapper > .swiper-slide {
    height: 100%;
  }
  .card-service-image-container > .right-slider-service {
      width: 100%;
  }
}
@media(max-width: 400px) {
  .right-slider-service {
    height: 250px;
  }
}
/* ================== */

/* reviews */
@media(max-width: 1430px) {
	.bottom-shadow-reviews::after {
		height: calc(1vw * 11.2 + 1px);
	}
}
@media(max-width: 510px) {
	.bottom-shadow-reviews::after {
		height: calc(1vw * 15.2 + 1px);
	}
}
@media(max-width: 630px) {
  .after-line-subtitle {
    width: 90%;
  }
}
@media(max-width: 1580px) {
  .review-item {
    height: calc(33vw* 0.94 + 1px);
  }
}
@media(max-width: 800px) {
  .container-reviews {
    gap: 10px;
  }
}
@media(max-width: 510px) {
  .container-reviews {
    grid-template-columns: 1fr 1fr;
  }
  .review-item {
    height: calc(33vw* 1.35 + 1px);
  }
}
/* ================== */
/* portfolio */
@media(max-width: 920px) {
  .row-container-portfolio {
    height: calc(1vw * 28.8 + 1px);
  }
}
@media(max-width: 420px) {
  .row-container-portfolio {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
  .row-container-portfolio > .image-container, .row-container-portfolio > .video-container {
/*     max-width: 70%; */
	  max-width: 100%;
  }
}
/* ================== */
/* about */
@media(max-width: 1400px) {
	.man-quote-text > p {
		font-size: 14px;
	}
	.man-img {
		height: 270px;
		width: 270px;
	}
}
@media(max-width: 1140px) {
	.man-img {
        height: calc(1vw * 21.1 + 1px);
        width: calc(1vw * 21.1 + 1px);
    }
}
@media(max-width: 850px) {
	.about-container {
		flex-direction: column;
		align-items: center;
	}
	.man-quote-text > p {
        font-size: calc(1vw* 1.18 + 1px);
    }
	.block-man {
		width: 70%;
	}	
}
@media(max-width: 700px) {
  .block-man {
    width: 90%;
  }
  .man-img {
    height: calc(1vw* 28.1 + 1px);
    width: calc(1vw* 28.1 + 1px);
  }
}
@media(max-width: 540px) {
  .man-container {
    flex-direction: column;
  }
  .man-quote > svg {
    margin-bottom: 15px;
  }
  .man-img {
    height: calc(1vw* 35.1 + 1px);
    width: calc(1vw* 35.1 + 1px);
  }
}
/* ================== */
/* question */
@media(max-width: 980px) {
  .list-questions {
    gap: 20px;
  }
}
@media(max-width: 900px) {
  .list-questions {
    flex-direction: column;
  }
  .column-questions {
    width: 100%;
  }
}
@media(max-width: 800px) {
  .after-line-subtitle {
    margin-bottom: 30px;
  }
}
/* ================== */
/* form */
@media(max-width: 860px) {
  .contact-block-cell > .contact-block-text > .send-form-text {
    margin-bottom: 40px;
  }
}
@media(max-width: 760px) {
  .section-contact-block {
    flex-direction: column;
  }
  .contact-block-cell {
    width: 100%;
  }
}
@media(max-width: 450px) {
	.form-block-contact {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media(max-width: 430px) {
  .contact-block-cell {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* ================== */
/* footer */
@media(max-width: 1460px) {
  .flex-footer {
    justify-content: space-between;
  }
  .flex-footer > ul {
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
  }
  .flex-soc-list-footer {
    width: auto;
    margin-left: 0px;
  }
  .footer-contact-block {
    margin-left: 0px;
  }
}
@media(max-width: 980px) {
  .logo-footer {
    width: 170px;
  }
  .phone-footer, .email-footer {
    gap: 10px;
  }
}
@media(max-width: 850px) {
  #menu-podval > li > a {
    font-size: 16px;
  }
}
@media(max-width: 850px) {
  #menu-podval > li > a {
    font-size: 14px;
  }
}
@media(max-width: 780px) {
  .flex-footer {
    flex-direction: column;
    gap: 30px;
	padding-left: 15px;
  }
  #menu-podval > li > a {
    font-size: 20px;
  }
}
@media(max-width: 420px) {
  .phone-footer, .email-footer {
    gap: 0px;
    flex-direction: column-reverse;
    align-items: start;
  }
}

@media(max-width: 680px) {
  .privacy {
    font-size: 12px;
  }
  .copyrite {
    font-size: 12px;
  }
}
@media(max-width: 640px) {
  .end-footer-block {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.grampus-cookie-notice {
    display: none;
    /* position: sticky; */
    bottom: 0;
    margin: 0 auto;
    width: 80%;
    height: fit-content;
    padding: 10px 0;
    z-index: 2000;
    background-color: var(--cookie-bg, #fff);
    padding: 30px;
    border-radius: 20px;
    transform: translateX(12%);
}

.cookie-notice-container{
    flex-direction: row;
    display: flex;
    justify-content: space-around;
}

.grampus-cookie-notice p{
    text-align: center;
}

.grampus-cookie-accept-button{
    background-color: var(--Primary);
    border: 1px solid var(--Primary);
    border-radius: 10px;
}

@media (max-width: 600px){
    .grampus-cookie-accept-button{
        width: 100%;
    }
    .cookie-notice-container{
    flex-direction: column;
    }
}


.policy-checkbox input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
    
        border: 1px solid #ccc;
        border-radius: 2px;
        outline: none;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        border: 1px solid #000000;
        padding: 0;
    }
    
    /* Стиль для отмеченного чекбокса */
    .policy-checkbox input[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #007bff;
    }
    
    /* Галочка внутри чекбокса */
    .policy-checkbox input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        color: white;
        font-size: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    /* Стиль для ошибки (только чекбокс) */
    .policy-checkbox input[type="checkbox"].error {
        border-color: red;
        box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
    }
    
    .policy-checkbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: flex-end;
    }

    #consent-checkbox{
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #fff !important;
    }

    .policy-checkbox label{
        color: #fff;
    }

    .policy-checkbox a{
        color: var(--moz-Stroke-gradient);
    }

    .policy-checkbox a:hover{
        color: var(--Light-text-1);
    }

.policy-checkbox label{
        width: 90% !important;
    }

#footer a {
	display: flex;
/* 	flex-direction: row; */
	align-items: center;
}

#footer .soc-set-cell img{
	max-width: 35px;
	max-height: 35px;
}

.video-preview{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
/* ================== */