@font-face {
  font-family: "SF Pro Display";
  font-weight: 400;
  src: url("../fonts/sfprodisplay-regular.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/sfprodisplay-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sfprodisplay-regular.woff2") format("woff2"), url("../fonts/sfprodisplay-regular.woff") format("woff"), url("../fonts/sfprodisplay-regular.ttf") format("truetype"), url("../fonts/sfprodisplay-regular.svg#sfprodisplay-regular") format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 600;
  src: url("../fonts/sfprodisplay-semibold.eot"); /* IE 9 Compatibility Mode */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 3000s ease-in-out 0s;
  transition: background-color 3000s ease-in-out 0s;
}
.wpcf7-spinner{
    position: absolute;
    right: 0;
    top: 0;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 3000s ease-in-out 0s;
  -webkit-transition: background-color 353000s ease-in-out 0s;
  transition: background-color 353000s ease-in-out 0s;
}

html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

html.hold {
  overflow: hidden;
}

*,
*::before,
*::after {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.appearance {
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.desk {
  display: block;
}

ul[class],
ol[class] {
  padding: 0;
}

.fdc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
span,
a,
dd {
    font-family: "SF Pro Display";
  padding: 0;
  font-weight: inherit;
  list-style: none;
  font-size: inherit;
  line-height: auto;
  color: #fff;
  margin: 0;
}

button {
  cursor: pointer;
  background: unset;
  border: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #0E1820 ;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  color: #fff;
  flex: 1 1 auto;
  width: 100vw;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
}
.bg{
  background: #0E1820 url("../img/bg.webp") center/cover repeat;

}
ul[class],
ol[class] {
  list-style: none;
}

section {
  margin-top: 150px;
  position: relative;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.mob {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  z-index: 11;
}
header .container{
  max-width: 1255px;
}


header:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  -webkit-box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.33);
  background: rgba(0, 0, 0, 0.3);
}
header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.header_inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_inner .info {
  margin-left: auto;
}
.header_inner ul {
  gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  padding-left: 0;
  margin-left: 70px;
}
header .logo{
  height: 19px;
}
.header_inner ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #b6b6b6;
}
.header_inner ul li:hover a {
  color: #fff;
}

.container {
  max-width: 1525px;
    margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}

h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 51px;
  line-height: 142%;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
}

h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  margin: 0 10px;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 142%;
  text-transform: uppercase;
}

h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 142%;
  text-transform: uppercase;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
}

.btn {
font-family: "SF Pro Display";
  font-weight: 700;
  white-space: nowrap;
  padding: 35px;
  font-size: 19px;
  max-width: max-content;
  border-radius: 77px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.44), inset 0 4px 29px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 78px 0 rgba(0, 0, 0, 0.44), inset 0 4px 29px 0 rgba(255, 255, 255, 0.2);
          background: linear-gradient(107deg, #356bc3 0%, #144ca4 100%);
}

.btn:hover {
  background: linear-gradient(107deg, #1752b1 0%, #003589 100%);
}

.blurred {
    filter: blur(5px); /* Пример размытия */
    pointer-events: none; /* Отключаем взаимодействие с элементами во время отправки */
}

#my-popup{
position: fixed;
height: 100vh;
width: 100vw;
left:0 ;
display: flex;
align-items: center;
	cursor:pointer;
justify-content: center;
backdrop-filter: blur(33px);
top: 0;
	z-index:999;
}
.intro {
  margin-top: 0;
  position: relative;
  height: 980px;
  user-select: none;
  overflow: hidden;
}
.intro .lang{
  position: absolute;
  right: 5%;
 z-index: 11;
  bottom: 5%;



}
.lang , .gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.inro_head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          position: absolute;
          top:150px;
          width: 100%;
          z-index: 11;

}
.inro_head div{
  margin-top: 20px;
}
.inro_head div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.inro_head div.btn{
  margin-top: 0;
}
.click{
  transform: unset!important;
}

.intro_head {
  /* если нужно общее выравнивание, например, по центру */
  text-align: center;
}

.intro-heading {
  display: flex;
  align-items: center;
  justify-content: center; /* по центру */
  flex-wrap: wrap; /* чтобы на мобиле переносились */
  gap: 0.5em; /* расстояние между текстом и svg */
  font-size: 52px; /* или любой другой размер под твой дизайн */
  line-height: 1.2;
  margin: 0; /* убрать отступы у h1 */
}

.intro-heading .intro-text {
  display: inline-block;
}

.intro-heading .inline-svg {
  display: inline-flex;
  align-items: center;
}

.intro-heading .inline-svg svg {
  height: 42px; /* Сделать SVG по высоте текста */
  width: auto;
  vertical-align: middle;
}
.inro_head p {
font-family: "SF Pro Display";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #B4B4B4;
}
.inro_head p strong {
  font-weight: 600;
  color: #fff;
}

.intro_inner {
  position: absolute;
  top: 120px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.slider:before , .price:nth-child(3):before{
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #245BB3;
  
}
.price:nth-child(3):before{
background: #FFFFFF;
opacity: 0.4;
}
.slider{
  padding-bottom: 85px;
}
.slider-container {
  position: relative;
  width: 100%;
  top: 0;
  height: 100%;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit:cover ;
     object-fit: cover;
}

#divider-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: brightness(1) contrast(1.15);
  
  z-index: 9; /* Ensure canvas is above images */
}

.into {
  position: relative;
}

#slider-handle {
border-radius: 100%;
  position: absolute;
 
display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: unset;
  transition: unset;
  padding: 15px;
}
 #slider-handle{
    padding: 5px;
    opacity: .7;
    transition: opacity 0.3s ease;
  }
  #slider-handle:hover{
    opacity: 1;
  }  
  #rectslider {
    box-sizing: border-box;
      transform-origin: center;
   
  }

  #slider-handle:hover #rectslider {
    transform: rotate(360deg);
    transition: transform 12s linear;
  }
.bg{
  padding-top: 85px;
}
.advantages{
  margin-top: 0;
}
.advantages .container{
  padding-top: 0px;
  max-width: 1255px;
}
.advantages_inner {
    display: flex;
    justify-content: center; /* Вместо space-between */
    flex-wrap: wrap; /* Чтобы на маленьких экранах переходили на новую строку */
    gap: 25px; /* Промежуток между блоками */
    margin-top: 60px;
}

.advantages_inner .item {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 340px; /* Задаем фиксированную ширину */
    text-align: center;
}
.advantages_inner .item img {
  border-radius: 100%;
  width: 140px;
  height: 140px;
}
.advantages_inner .item span p {
  margin-top: 25px;
  line-height: 114%;
font-family: "SF Pro Display";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #bababa;
}
.advantages_inner .item span p strong {
  font-weight: 600;
  color: #fff;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.arrows img {
  width: 75px;
  height: 75px;
  cursor: pointer;
  -webkit-box-shadow: 0 22px 98px 0 rgba(0, 0, 0, 0.28), 27px 0 98px 0 rgba(0, 0, 0, 0.44);
          box-shadow: 0 22px 98px 0 rgba(0, 0, 0, 0.28), 27px 0 98px 0 rgba(0, 0, 0, 0.44);
}

.slider .btn {
  background: none;
  border: 2px solid #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider .btn:hover{
  background: #d9d9d9;
  color: #000000;
}
.slider-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.r-arr  , .l-arr {
  display: block!important;
  cursor: pointer;
filter: brightness(1.2);
}
.r-arr:hover , .l-arr:hover{

filter: brightness(1);
}
.advantages_plash.container{
  padding: 59px 60px;
  margin-top: 235px;
  max-width: 1100px;
}
.advantages_plash, .form_container {
  margin-top: 125px;
  overflow: visible;
  position: relative;
  background: linear-gradient(42deg, #080d16 0%, #0b1527 100%);
  border-radius: 32px;
  padding: 69px 60px;
}
.form_container{
  margin-top: 0;
}
.advantages_plash img, .form_container img {
  position: absolute;
  width: 750px;
  padding-top: 65px;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.advantages_plash_inner {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  max-width: 800px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
.advantages_plash_inner .item {
font-family: "SF Pro Display";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #bebebe;
  border-radius: 13px;
  padding: 0;
}

.slick-slider {
  margin: 50px 0;
}

.slide {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.slide .slide_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
}
.slide .slide_flex .item {
  -webkit-box-shadow: 5px 0 10px #000;
          box-shadow: 5px 0 10px #000;
  z-index: 2;
  position: relative;
  border-radius: 39px;
	width:100%;
  max-width: 223px;
  height: 296px;
}
.slide .slide_flex .item img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
     
}
.arr-bottom{
 position: absolute;
 width: 100%;
 height: 400px;
left: 0;
}
.l-aarr , .r-aarr , .l-aaarr , .r-aaarr{
  position: absolute;
  opacity: 1;
  z-index: 5;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.l-aarr , .l-aaarr{
  left: 30px;
}
.r-aarr , .r-aaarr{
  right: 30px;
}
.l-aarr:hover , .r-aarr:hover{
  filter: brightness(1);
}
.rewiws_slider img{
  max-width: 400px;
width: 100%;
margin: 0 10px;
}
.rewiws{
  position: relative;
}
.rewiws_slider{
  padding-bottom: 90px;
  margin-bottom: 0;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
img.mfp-img{
  border-radius: 24px;
  width: 100%;
    height: 100%;
    max-height: auto!important;
}
.mfp-image-holder .mfp-content{
  width: 600px;
  height: auto;
}
.mfp-figure:after{
  display: none!important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
  right: -32px;
}
.slide .slide_flex .item img:hover{
  scale: 0.98;
  filter: brightness(0.6);
}
.slide .slide_flex .item span {
  position: absolute;
  bottom: 20px;
font-family: "SF Pro Display";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(133deg, #0e1624 0%, #0c2044 100%);
  padding: 12px 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 12px;
}
.slide .slide_flex .item:nth-child(2) {
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slide .slide_flex .item:nth-child(2) span {
  background: linear-gradient(107deg, #356bc3 0%, #144ca4 100%);
}

.faq {
  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;
      padding: 100px 0;
      margin-top: 0;
          justify-content: center;
  background: url("../img/FAQ.webp") center/cover no-repeat;
}

.accordion {
  margin-top: 65px;
  position: relative;
  display: -ms-grid;
  margin-bottom: 45px;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion-content {
  -webkit-transition: unset;
  transition: unset;
}

.accordion-button {
  position: absolute;
  right: 0;
  top: 0;
}


.accordion-content {
  -webkit-transition: none;
  transition: none;
  display: none;
  padding: 10px 10px 10px 0;
  margin: 25px 0 10px;
}
.accordion-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 126%;
  color: #263137;
}

.accordion-content ul li {
  font-size: 20px;
  font-weight: 400;
}

.accordion-button {
  cursor: pointer;
  padding: 0;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 25px;
  top: 50%;
  background: #232323;
  -webkit-transform: rotate(90deg ) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  background: none;
}

.accordion-button.active svg {

  -webkit-transform: rotate(45deg);
          transform: rotate(45deg) ;
}

.accordion-button.active svg circle , .accordion-button:hover svg circle {
  fill: #2E2E2E;
}

.accordion-button.active{
  top: 50px;
  transition: unset;
}
.accordion-button span {
  margin: 0;
}

.accordion_inner {
  padding: 45px 95px 45px 40px;  border-radius: 7px;
  max-width: 100%;
  width: 100%;
  position: relative;
  min-height: 55px;
  -webkit-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.55);
          box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.55);
  background: -webkit-gradient(linear, left top, right top, color-stop(50.52%, #fff), to(#aaa));
  background: linear-gradient(90deg, #fff 50.52%, #aaa 100%);
  border-radius: 21px;
  height: auto !important;
  overflow: hidden;
}
.accordion_inner h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 28px;
  color: #000;
}

.form {
  padding-bottom: 110px;
  padding-top: 100px;
  margin-top: 0;
}
.form img {
  top: 0;
  width: 85%;
	height:100%;
	object-fit:cover;
  bottom: auto;
}
.form h2 {
  text-align: left;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 142%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.form_container {
  width: 100%;
}

.form_inner {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.form_inner .btn {
  border: none !important;
}
.form_inner label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
font-family: "SF Pro Display";
  font-weight: 400;
  font-size: 21px;
  color: #dfdfdf;
}
.form_inner label input {
  border: none;
  padding: 35px;
  font-size: 20px;
  color: #7d7d7d;
  border-radius: 66px;
  width: 100%;
  height: 98px;
}
.form_inner input.btn {
  -webkit-box-shadow: 0 5px 85px 0 rgba(0, 0, 0, 0.44), inset 0 5px 32px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 5px 85px 0 rgba(0, 0, 0, 0.44), inset 0 5px 32px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(107deg, #356bc3 0%, #144ca4 100%);
  font-size: 20px;
  font-weight: 700;
  margin: 0 !important;
  height: 98px;

  color: #fff !important;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #8198bd;
}
.social a:hover {
  color: #abbfdf;
}
.social a:hover img{
filter: brightness(1.3);
}
.social img{
  width: 25px;
  height: 25px;
}
footer {
  background: #090909;
  height: 115px;
  padding: 50px 0;
}

.footer_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  white-space: nowrap;
}














 .lang {
  margin-left: 20px;
}

.lang a {
  display: inline-block;
  color: #646464;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  width: 30px;
  font-size: 21px;
  text-transform: uppercase;
}
  footer .lang a.active , footer a.glink.gt-current-lang {
  color: #fff!important;
}
.lang a{
  position: relative;


}
footer .lang a:before{
  content: '/';
  position: absolute;
  left: 37px;  
  font-weight: 600;
  font-family: "Inter", sans-serif;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  color: #646464;

} 
.intro .lang a:before{
  content: '/';
  position: absolute;
  left: 37px;  
  font-weight: 600;
  font-family: "Inter", sans-serif;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  color: #cccccc;

}
.lang a:nth-child(4):before{
  content: "";
  display: none;

}
.info a {
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  gap: 5px;
font-family: "SF Pro Display";
  font-weight: 400;
  font-size: 19px;
  color: #fff;
}

.info img{
  width: 17px;
  height: 17px;
}
.callimg{
  width: 15px!important;
  height: 15px!important;
}
.intro .lang a {
  color: #cccccc;

}
button.mfp-arrow{
  font-size: 0;
  background: url('../img/slider/r-arr.svg') center/50px no-repeat;  
}
.mfp-arrow-right{
  opacity: 1;
  transform: scale(1);
}
.mfp-arrow-left{
background: url('../img/slider/l-arr.svg') center/50px no-repeat!important;  
opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after{
  display: none!important;
}
 .intro .lang a.active , .intro .lang  a.glink.gt-current-lang, .lang  a:hover  {
  color: #ffffff!important;
} 
footer .lang a:hover {
  color: #fff!important;
}
.logo:hover{
    filter: brightness(0.7);
  }
  
.price  .price_inner{
  gap: 40px;
display: flex;
  flex-wrap: wrap;
  justify-content: center;
margin-top: 40px;
}
.price  .price_inner .item{
  box-shadow: 0 -4px 66px 0 rgba(0, 0, 0, 0.44);
  background: linear-gradient(107deg, #356bc3 0%, #144ca4 100%);
  border-radius: 18px;
  padding: 15px;
  padding-top: 0;
min-height: 218px;
display: flex;
max-width: 250px;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
  }
  
  .price  .price_inner .item p{
    font-family: "SF Pro Display", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    }
    .price  .price_inner .item span{
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.03em;
      text-align: center;
      margin-top: 10px;
      color: #000;

      background: #fff;
      border-radius: 8px;
padding: 8px 16px;
      }
      .price h2 strong{
     display: inline-block;
     background: linear-gradient(26deg, #172a4c 0%, #213860 100%);
        border-radius: 15px;
          padding: 11px 25px;
          font-family: "SF Pro Display", sans-serif;
font-weight: 600;
font-size: 24px;
margin-left:  20px;
letter-spacing:0;
color: #fff;
text-transform: lowercase;
      }
      .price h2{

        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
      }
      .price_bottom_inner {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        gap: 20px;

      }
    .price_bottom_inner .item{
      position: relative;
      
      max-width: 445px;
      width: 100%;
      padding: 25px;
      padding-bottom: 60px;
      border-radius: 28px;
      box-shadow: 0 -5px 79px 0 rgba(0, 0, 0, 0.44);
      background: linear-gradient(90deg, #fff 62.67%, #aaa 100%);
    }
.price_bottom_inner .item br{
	display:none!important;
}
    .price_bottom_inner .item h4{
      text-align: left;
      font-family: "SF Pro Display", sans-serif;
font-weight: 700;
text-transform: none;
line-height: 1;
font-size: 20px;
letter-spacing: 0.03em;
color: #000;
    }
    .price_bottom_inner .item li{
      font-family: "SF Pro Display", sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 166%;
      letter-spacing: 0.03em;

        position: relative;
      color: #000;
    
      padding-left: 10px;
    }
    .price_bottom_inner .item ul{
      margin-left: 0;
      padding-left:10px ;
    }
    .price_bottom_inner .item li::before{
content: '';
position: absolute;
left: 0px;
top:12px;
width: 5px;
height: 5px;
background: #000;
border-radius: 100px;
}
.price_bottom_inner .item p{
position: absolute;
right: 20px;
bottom: 20px;
font-family: "SF Pro Display", sans-serif;
font-weight: 700;
font-size: 21px;
letter-spacing: 0.03em;
text-align: center;
color: #fff;
box-shadow: 0 -5px 79px 0 rgba(0, 0, 0, 0.44);
background: linear-gradient(107deg, #356bc3 0%, #144ca4 100%);
border-radius: 8px;
padding: 9px 18px;

}
.price .price_inner .item img{
  max-width: 205px;
  max-height: 120px;
}

.price:first-child > .price_inner > .item:nth-child(11){
  padding-top: 21px!important;
}
.price:first-child > .price_inner > .item:nth-child(11) p {
margin-top: 8px;
}
.price:first-child{
  margin-top: 0;
}
.price h6{
  margin: 80px auto 0;
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
  color: #bababa;
  font-weight: 400;
  color: #bababa;
}
.price h6 strong{
  font-weight: 600;
  color: #fff;
  
}
.price:nth-child(3) .price_inner .item img {
  max-height: 105px;
  width: 160px;

}

.popup-overlay {
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.popup-content {
  background: linear-gradient(91.22deg, #356BC3 1.05%, #144CA4 101.86%);
  box-shadow: 0px -4px 66.3px rgba(0, 0, 0, 0.44);
  border-radius: 26px;
  padding: 32px 44px;
  width: 500px;
  max-width: 96%; /* <-- Главное ограничение для адаптива */
  box-sizing: border-box;
  animation: popupFadeIn 0.3s ease;
  position: relative; /* <-- Позиция должна быть relative, не absolute */
}

/* Кнопка закрытия */
.popup-close {
  position: absolute; /* Меняем на абсолют относительно popup-content */
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10000;
}

.popup-close svg {
  width: 28px;
  height: 28px;
}

/* Заголовок */
.popup-h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 24px;
}

/* Форма */
.form_inner_popup {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0; /* внутренний отступ уже есть в .popup-content */
}

.form_inner_popup label {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 12px;
  color: #DFDFDF;
}

/* Поля ввода */
.form_inner_popup input[type="text"],
.form_inner_popup input[type="tel"] {
  width: 100%;
  padding: 22px 28px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 62px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

/* Кнопка отправки */
.form_inner_popup input[type="submit"].btn-popup {
  background: #101010;
  box-shadow: 0px 4.5px 85px rgba(0, 0, 0, 0.44), inset 0px 4.5px 31px rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 84px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 28px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.form_inner_popup input[type="submit"].btn-popup:hover {
  background: #000;
}

/* Анимация */
@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
}
@media (max-width: 1800px) {
  #divider-canvas{
    
    transform: none;
  }
  
}

@media (max-width: 1602px) {
  .faq{
    background-image: url('../img/FAQ-lap.webp');
  }
  .advantages_inner .item span p {
    font-size: 16px;
  }
  
  .accordion_inner {
    padding: 35px 92px 35px 30px;
  }
  .accordion_inner h3 {
    font-size: 26px;
  }
  .form h2 {
    font-size: 36px;
  }

  
}
@media (max-width: 1500px) {

  .price:nth-child(1) .price_inner .item:nth-child(2) img{
max-height: 100px;

  }
  .price:nth-child(1) .price_inner .item:nth-child(1) img{
    max-height: 75px;
    
      }

      .price:nth-child(1) .price_inner .item:nth-child(7) img{
margin-top: -13px;        
          }
    .price:nth-child(3) .price_inner .item img {
    max-height: 90px;
    width: auto;
  
  }
  .price:nth-child(3) .price_inner .item:nth-child(5) img {
    max-height: 100px;
    width: auto;
  
  }


  .social a {
    font-size: 18px;
  }
.header_top , .header_nav{
    padding: 20px 0;
}

.price .price_inner .item p {

  font-size: 13px;
}
.price .price_inner .item{
  max-width: 200px;
  min-height: 190px;
}
.price .price_inner .item img{
  max-height: 90px;
}
.price:nth-child(3) .price_inner .item img{
  max-width: 170px;
  max-height: 75px;
  margin-top: -13px;

}
.price .price_inner .item span{
  font-size: 13px;
}


}

@media (max-width: 500px) {

.intro-heading {
    font-size: 22px; /* уменьшаем шрифт на мобиле */
  }

.intro-heading .inline-svg svg {
height: 16px; /* Сделать SVG по высоте текста */
  width: auto;
  vertical-align: middle;
}

 .price h2{
flex-direction: column;
  
  }
.price h2 strong{
  margin-top: 25px;
  margin-left: 0;
  }

    .container{
  max-width: 350px;

}
  .arr-bottom{
    position: absolute;
    width: 100%;
    height: 400px;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   bottom: 50px;
   gap: 20px;
   }
   .l-aarr , .r-aarr{
  position: relative;
  right: auto;
  left: auto;
scale: 0.8;   
}

.rewiws_slider.mob{
  display: block!important;
}
   .rewiws_slider img{
     max-width: 220px;
   margin: 0 10px;
   }
   .rewiws{
     position: relative;
     max-width: 100%!important;
     padding: 0!important;
   }
   .rewiws_slider{
     padding-bottom: 150px;

   }




  .price:first-child{
    margin-top: 0;
  }
  .price .price_inner .item img{
    max-width: 243px;
    max-height: 99px;
  }
  .price:nth-child(3):before {
    top: -10px;
  }

  .price h6{
  font-size: 14px;
margin-top:25px;
}
  .mfp-arrow-left{
    left: 50px;
    transform: translate(-50%)  ;
  }
  
  .mfp-image-holder .mfp-content{
    width: 80%;
  }
  header .logo{
    height: auto;
  }
  .faq{

    height: auto;
  }
  .faq .container{
    max-width: unset;
  }
  .image.mob{
    display: block!important;
  }
  .advantages_inner .item img{
    width: 112px;
    height: 112px;
  }
  .bg{
    padding-top: 45px;
  }
  br.mob{
    display: block!important;
  }
  .r-arr, .l-arr{
    width: 50px;
    height: 50px;
  }
  .slider:before{
    display: none;
  }
  .advantages_plash.container{
    padding: 25px 10px;
  }
 
  #slider-handle{
    padding: 5px;
    opacity: .7;
  }
  #slider-handle:hover{
    opacity: 1;
  }
  #slider-handle svg , #slider-handle{
    width: 100px;
    height: 100px;
  }
  .intro{
    height: 765px;
  }
  h1{
    font-size: 18px;
  }
  .inro_head{
    height: 585px;  
      top: 100px;
    flex-direction: column;
    justify-content: space-between;
  }
  .inro_head div{
    margin-top: 0;
    gap: 10px;
    flex-direction: column;

  
  }
  .inro_head p{
    font-size:16px ;
    text-align: center;
  }
  .inro_head .btn{
    width: 100%;

  }
  .advantages_plash img{
    width: 100%;
  }
  .desk {
    display: none;
  }
  .header_inner.mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container , .inro_head{
    padding: 25px 30px;
  }
  .advantages .container{
    padding: 25px 30px;
}
  body {
    min-width: auto;
  }
  .advantages_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            gap: 60px;
  }
  h2 {
    font-size: 22px;
  }
  .advantages_plash {
    max-width: 100%;
    border-radius: 26px;
    padding: 30px;
    width: 100%;
    height: 680px;
  }
.advantages_plash.container {
    padding: 60px 12px;
    border-radius: 26px;
    margin-top: 35px;
    max-width: 90%;
}
  .advantages_plash_inner {
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages_plash_inner .item {
    padding: 12px 25px;
    font-size: 14px;
  }
  h4 {
    text-align: center;
    font-size: 23px;
  }
  h3 {
    font-size: 18px;
  }
  .slide {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .slider{
    padding-bottom: 0;
  }
  .slider-head {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .slide .slide_flex .item {
    width: 100%;
    height: auto;
    max-height: 180px;
  }
  .slide .slide_flex .item span {
    padding: 6px 17px;
    bottom: 10px;
    font-size: 11px;
    border-radius: 7px;
  }
  .btn {
    padding: 25px;
    font-size: 14px;
  }
  section {
    margin-top: 45px;
  }
    .faq {
      padding: 70px 0;
    }
    .faq h2{
      font-size: 38px;
    }
  .accordion {
    gap: 20px;
  }
  .accordion_inner {
    padding: 15px 60px 15px 15px;
    border-radius: 8px;
    min-height: 60px !important;
  }
  .accordion_inner h3 {
    font-size: 16px;
  }
  .accordion_inner .accordion-button {
    width: 27px;
    height: 28px;
    right: 10px;
  
  }
  .accordion-button.active{
    top: 35px;
  }
  .accordion_inner .accordion-button svg {
    width: 27px;
    height: 28px;
  }
  .accordion-content p{
    font-size: 14px;
    margin-top: 10px;
  }
  .form h2 {
    font-size: 18px;
    text-align: center;
  }
  .form_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_inner font{
    display: block;
    width: 100%;
  }
  .form_inner label {
    font-size: 13px;
    gap: 10px;
    width: 100%;
  }
  .form_inner label input {
    padding: 20px;
    height: 60px;
    width: 100%;
    font-size: 12px;
  }
  .form_inner .btn {
    color: #fff;
    font-size: 12px!important;
    width: 100% !important;
    height: 60px !important;
    max-width: 100%;
  }
  .form .container {
    width: 100%;
    padding: 0 10px;
  }
  .social a:nth-child(3){
    order: 2; 
  }
  .social a:nth-child(4){
    order: 4; 
  }
  .social img{
    width: 23px;
    height: 23px;
  }
  .social a{
    font-size: 15px;
  }
  .social a:nth-child(2){
    order: 3; 
  }
  .form_container {
    padding: 30px 20px;
    margin-top: 0;
  }
  .form_container img {
    display: none;
  }
  .form{
    padding-bottom: 40px;
    padding-top: 35px;
  }
  .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer {
    height: auto;
  }
  footer .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 25px;
  }
  .footer_inner {
    gap: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_inner .item:nth-child(1) {
    gap: 7px;
  }
  .footer_inner .logo svg {
    width: 185px;
    height: auto;
  }

  .footer_inner .item .lang {
    margin-left: 0;
  }
  .arrows img {
    width: 50px;
    height: 50px;
  }
  .burger_inner{
    display: flex!important;
  }
  .burger_inner.open {
    right: 0;
    top: 0;
  }
  #divider-canvas{
    top: 0;
  }
  .burger {
    z-index: 999;
    cursor: pointer;
  }
  .burger span {
    display: block;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 3px;
    background: #fff;
    width: 40px;
  }
  .burger span:nth-child(1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 10px;
    margin-top: 0;
  }
  .burger span:nth-child(2) {
    border-radius: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .burger span:nth-child(3) {
    border-radius: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .burger.active span {
    margin-top: 0;
  }
  .burger.active span:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
  }
	.popup-content svg{
		width:100%;
		
	}
  .burger.active span:nth-child(2) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    width: 0 !important;
  }
  .burger.active span:nth-child(3) {
    transform: translateY(0px) rotate(45deg);
  }
  .burger_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: -1000px;
    top: 0;
    width: 70%;
    height: 100vh;
    background: linear-gradient(42deg, #080d16 0%, #0b1527 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999;
  }
  .burger_inner ul {
    display: -webkit-box;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .burger_inner ul a {
    color: #fff;
  }
  .call svg {
    width: 25px;
    height: 25px;
  }
  header {
    padding: 0;
  }
  .wpcf7 {
    width: 100%!important;

  }
  .price_inner{
  flex-direction: column;

  }
  .price .price_inner .item{
    max-width: 100%;
  }
  .price .price_inner .item p{
    font-size: 16px;
  }

  .price_bottom_inner{
    flex-direction: column;
    gap: 45px;
  }
  .price_bottom_inner .item{
    padding-bottom: 25px;
    border-radius: 19px;
  }
  .price_bottom_inner .item p{
    left: 25px;
    bottom: -25px;
    right: auto;
  }
  .price h2{
    font-size: 32px;

  }
  .price h2 strong {
    font-size: 16px;
    border-radius: 10px;

padding: 7px 15px ;
  }
  
.popup-content {
    position: relative; /* Убираем абсолютное позиционирование */
    width: 96%;
    left: 0; /* Убираем смещение влево */
    top: 0; /* Убираем смещение вверх */
    margin: 0 auto; /* Центрируем по горизонтали */
    height: auto; /* Убираем фиксированную высоту */
    max-height: 75vh; /* Ограничиваем высоту, чтобы не выходило за пределы экрана */
    overflow-y: auto; /* Добавляем прокрутку, если содержимое не помещается */
  }

  /* Дополнительные стили для адаптивности */
  .popup-h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .form_inner_popup label {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .form_inner_popup input[type="text"],
  .form_inner_popup input[type="tel"] {
    padding: 15px 20px;
    font-size: 14px;
  }

  .form_inner_popup input[type="submit"].btn-popup {
    padding: 18px;
    font-size: 14px;
  }

  .popup-close svg {
    width: 24px;
    height: 24px;
  }
}
/* ==========================================================================
   Стили для секции "Видео наших работ" (ФИНАЛЬНАЯ ВЕРСИЯ)
   ========================================================================== */

/* --- 1. Общие стили секции --- */
.our-work-videos {
  padding: 80px 0;
  margin-top: 80px;
}

.our-work-videos .section-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

/* --- 2. Контейнер для слайдера и стрелок --- */
/* Этот блок будет центрироваться и ограничивать ширину */
.our-work-videos-inner {
  max-width: 1250px; /* Общая ширина всего блока, включая "воздух" для стрелок */
  margin: 0 auto;
  position: relative;
}

/* Враппер для самого слайдера. Мы создаем в нем отступы для стрелок. */
.videos-slider-wrapper {
  position: relative;
  padding: 0 100px; /* <<<< КЛЮЧЕВОЕ ИЗМЕНЕНИЕ: создаем место для стрелок */
}

/* --- 3. Стили для слайдов и их содержимого --- */
.videos-slider .video-slide {
  padding: 0 10px; /* Уменьшаем отступы между слайдами, чтобы они поместились */
}

/* Стили для плейсхолдера и кнопки Play остаются без изменений */
.videos-slider .video-placeholder {
  background-color: #d9d9d9;
  border-radius: 16px;
  height: 0;
  padding-bottom: 177.77%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.videos-slider .video-placeholder:hover {
    transform: scale(1.03);
}
.video-placeholder .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    z-index: 1;
}
.video-placeholder .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: linear-gradient(91.22deg, #356BC3 1.05%, #144CA4 101.86%), #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 2;
}
.play-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}

/* --- 4. Стили для кастомных стрелок --- */
.videos-slider .slick-arrow {
    display: none !important;
}

.video-slider-arrows .video-arrow-prev,
.video-slider-arrows .video-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: filter 0.3s ease;
}

.video-slider-arrows .video-arrow-prev:hover,
.video-slider-arrows .video-arrow-next:hover {
    filter: brightness(1.2);
}

/* Позиционируем стрелки внутри отступов .videos-slider-wrapper */
.video-slider-arrows .video-arrow-prev {
    left: 10px; 
}

.video-slider-arrows .video-arrow-next {
    right: 10px;
}

/* --- 5. Адаптивность карусели --- */
@media (max-width: 1400px) {
    /* Начинаем уменьшать отступы для стрелок, чтобы слайдер не был слишком узким */
    .videos-slider-wrapper {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
  .our-work-videos {
    padding: 40px 0;
    margin-top: 40px;
  }
  .our-work-videos .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  /* На мобильных устройствах делаем минимальные отступы для стрелок */
  .videos-slider-wrapper {
      padding: 0 50px;
  }
  .video-slider-arrows .video-arrow-prev {
      left: 0;
  }
  .video-slider-arrows .video-arrow-next {
      right: 0;
  }
  .video-slider-arrows svg {
      width: 40px;
      height: 40px;
  }
}

/* ==========================================================================
   Стили для всплывающего окна Magnific Popup
   ========================================================================== */

.mfp-youtube-short .mfp-iframe-scaler {
    max-width: 280px !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
}

.mfp-youtube-short .mfp-iframe-holder .mfp-content {
    position: relative;
    padding-bottom: 177.77%; 
    height: 0;
    overflow: hidden;
}

.mfp-youtube-short .mfp-iframe-holder .mfp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 540px) {
    .mfp-youtube-short .mfp-iframe-scaler {
        max-width: 90% !important;
    }
    .videos-slider .video-slide {
  padding: 0 0px; /* Отступы между слайдами */
}
.our-work-videos .section-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

/* ==========================================================================
   Стили для секции "Видео наших работ"
   ========================================================================== */

/* --- 1. Общие стили секции --- */
.our-work-videos {
  padding: 80px 0;
  margin-top: 80px;
}

.our-work-videos .section-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

/* --- 2. Контейнер для слайдера и стрелок --- */
.our-work-videos-inner {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.videos-slider-wrapper {
  position: relative;
  padding: 0 100px; /* Создаем место для стрелок */
}

/* --- 3. Стили для слайдов и их содержимого --- */
.videos-slider .video-slide {
  padding: 0 10px; /* Отступы между слайдами */
}

.videos-slider .video-placeholder {
  background-color: #d9d9d9;
  border-radius: 16px;
  height: 0;
  padding-bottom: 177.77%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.videos-slider .video-placeholder:hover {
    transform: scale(1.03);
}
.video-placeholder .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    z-index: 1;
}
.video-placeholder .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #1a73e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 2;
}
.play-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}

/* --- 4. Стили для кастомных стрелок --- */
.videos-slider .slick-arrow {
    display: none !important;
}

.video-slider-arrows .video-arrow-prev,
.video-slider-arrows .video-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: filter 0.3s ease;
}

.video-slider-arrows .video-arrow-prev:hover,
.video-slider-arrows .video-arrow-next:hover {
    filter: brightness(1.2);
}

.video-slider-arrows .video-arrow-prev {
    left: 10px; 
}

.video-slider-arrows .video-arrow-next {
    right: 10px; 
}


/* --- 5. Адаптивность карусели --- */
@media (max-width: 1400px) {
    .videos-slider-wrapper {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
  .our-work-videos {
    padding: 40px 0;
    margin-top: 40px;
  }
  .our-work-videos .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .videos-slider-wrapper {
      padding: 0 50px;
  }
  .video-slider-arrows .video-arrow-prev {
      left: 0;
  }
  .video-slider-arrows .video-arrow-next {
      right: 0;
  }
  .video-slider-arrows svg {
      width: 40px;
      height: 40px;
  }
}
