@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: black;
  font-family: sans-serif;
  color: white;
  
}

html {
  scroll-behavior: smooth;
}

.video,
.cover,
.about,
.services,
.cases,
.adv,
.partners,
.success,
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1122px;
  margin: 0 auto;
}

.content-01 {
  height: auto;
  display: flex;
  justify-content: center;
background-color: #000000;
}

.content-01-block {
  width: 920px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.content-02 {
  height: 385px;
  display: flex;
  justify-content: center;
}

.content-02-block {
  width: 1122px;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.content-02-image {
  width: 280px;
  height: 280px;
  display: flex;
  margin-right: 30px;
  margin-left: 0;
}

.content-02-text {
  height: 280px;
  display: flex;
}


.content-03 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.content-03-block {
  width: 920px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  height: auto;
}

.center {
  display: flex;
  justify-content: center; /* центрируем по горизонтали */
}

.custom-list {
  list-style: none; /* убираем стандартные маркеры */
  padding: 0;
  margin: 0;
}

.custom-list li {
  display: flex; /* размещаем иконку и текст в одну линию */
  align-items: flex-start; /* выравниваем по верхнему краю */
  margin-bottom: 20px; /* отступ между элементами списка */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: light;
  line-height: 24px;
  margin-bottom: 32px;
}

.custom-list .icon {
  width: 20px; /* ширина иконки (поставь свою) */
  height: 20px; /* высота иконки */
  margin-right: 45px; /* отступ справа от иконки до текста */
  flex-shrink: 0; /* чтобы иконка не сжималась */
}

.custom-list span {
  display: block;
}

h1 {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 60px; 
  letter-spacing: 4px;
}

h2 {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 43px; 
  letter-spacing: 4px;
}

h2.bigger {
  font-size: 56px; 
}

a:hover h2 {
  color: #ffc80a;
}

h3 {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 58px;
  letter-spacing: 3px;
  margin-bottom: 39px;
  margin-top: 20px;
  text-align: center;
}

h5 {
  font-size: 36px;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 3px;
  text-align: center;
}


a:hover h3 {
  color: #ffc80a;
}

p.content {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: light;
  line-height: 24px;
  margin-bottom: 32px;
}

p.main, p.main a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: light;
  line-height: 24px;
  text-align: center;
}

p.main a:hover {
  color: #ffc80a;
}

p.big {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
}

p.middle {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.5px;
}


p.small {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
}

p.menu-01 {
  margin-top: -5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: white;
  line-height: 25px;
  margin-bottom: 35px;
}

p.grey {
  color: #595959;
  margin-top: -5px;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
 }


a.menu-bottom {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}

.social-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 90px;
}

.social-bottom img {
  width: 40px;
}


a {
  text-decoration: none;
}


a:hover {
  color: #ffc80a;
  text-decoration: none;
}

a.content-link {
  text-decoration: underline;
  color: #dddddd;
}

a.content-link:hover {
  text-decoration: none;
  color: #ffc80a !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 97px;
  background-color: #000000;
  z-index: 1000;
}

.header-inner {
  width: 1122px;
  height: 55px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header-logo {
  width: 200px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.header-logo img {
  max-height: 100%;
  max-width: 100%;
}

.header-menu {
  width: 720px;
  height: 15px;
  margin-left: 225px; /* 200px logo + 50px отступ */
  display: flex;
  align-items: center;
}

.menu {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.menu li {
  position: relative;
  margin-right: -19px;
}

.menu a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: light;
  font-style: normal;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
}

.menu-02 a  {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: light;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 7px;
}

/* Стили для наведения */
.menu a:hover, .menu-02 a:hover {
  color: #fdca0a;
}

/* Выпадающее меню */
.dropdown:hover .dropdown-content {
  display: block;
  list-style-type: none;
  border-radius: 8px;
}

.dropdown .arrow {
  width: 11px;
  height: 6px;
  margin-left: 5px;
  vertical-align: middle;
}

/* Стили выпадающего меню */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffc80a;
  min-width: 200px;
  top: 100%;
  left: 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-content-en {
  min-width: 227px;
}

.dropdown-content li a {
  color: black;
  padding-top: 5px;
  padding-left: 20px;
}

.dropdown-content li:first-child a {
  padding-top: 17px; /* или любое нужное значение */
}

.dropdown-content li:last-child a {
  padding-bottom: 20px; /* или любое нужное значение */
}

.dropdown-content li a:hover {
  color: #ffffff;
}

/*  
.dropdown-content li a:hover {
  background-color: #333;
  color: white;
}
*/

.header-icons {
  width: 88px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1px;
  margin-right: 51px; 
}

.header-icons img {
  width: 40px;
}

.header-ws,
.header-tg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-switcher {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  padding: 5px;
  z-index: 999;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.flag-icon {
  width: 24px;
  height: 24px;
}

.arrow {
  font-size: 12px;
  color: #737373;
}

.lang-dropdown {
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  margin-top: 5px;
  border-radius: 4px;
  position: absolute;
  right: 0;
}

.lang-option {
  padding: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.lang-btn:focus + .lang-dropdown,
.lang-dropdown:hover {
  display: flex;
}

.video {
  height: calc(100vh - 97px);
  background-image: url('images/video-image.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cover-block
{
  display: flex;
  width: 1122px !important;
  margin: 0 auto;
}


.cover-text {
  width: 660px;
  height: 450px;
  display: flex;
  flex-direction: column;  
  margin-left: 0; 
}



.cover-button {
  margin-top: 60px
}

.lines-cover {
  width: 76px;
  height: 2px;
  margin-bottom: 30px;
}


.cover-01 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_analytics.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-02 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_01.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-03 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_03.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-04 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_about.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-05 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_04.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-06 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_05.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-07 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_creative.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-08 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_digital.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-09 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_production.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-10 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_games.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-11 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_07.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.cover-12 {
  height: calc(100vh - 97px);
  background-image: url('images/cover_06.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 97px;
  display: flex;
  width: 100%;
}

.page-analytics {
  background-image: url(images/pages_analytics.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-tv {
  background-image: url(images/pages_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-radio {
  background-image: url(images/pages_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-about {
  background-image: url(images/pages_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-bloggers {
  background-image: url(images/pages_05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-media {
  background-image: url(images/pages_06.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-creative {
  background-image: url(images/pages_creative.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-digital {
  background-image: url(images/pages_digital.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-production {
  background-image: url(images/pages_production.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-games {
  background-image: url(images/pages_games.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.page-contact {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  height: 450px;
}

.contact-icons {
  width: 290px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.about {
  height: 400px;
  display: flex;
  justify-content: center; 
}

.about-block {
  width: 770px;
  height: 250px;
  display: flex;
  flex-direction: column; 
}

.about-icon {
  width: 60px;
  height: 150px;
  display: flex;
  padding-top: 70px;
}

.about-text {
  width: 710px;
  height: 200px;
  display: flex;
  padding-top: 70px;
}

.about-buttons {
  width: 600px;
  height: 62px;
  display: flex;
  margin-top: 7px;
  margin-left: 72px;
}

.services {
  height: 1417px;
  display: flex;
  flex-direction: column;
}

.services-header {
  width: 540px;
  height: 90px;
  display: flex;
  margin-bottom: 50px;
}

.services-list {
  width: 1122px;
  height: 360px;
  display: flex;
  
}

.services-icon {
  width: 280px;
  height: 360px;
  display: flex;
  flex-direction: column;
}

.services-icon-mobile, .services-list-mobile {
  display: none;
}

.cases {
  height: 800px;
  background-color: #0a0a0a;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.cases-header {
  width: 250px;
  height: 90px;
  display: flex;
  margin-bottom: 50px;
}

.cases-header-en {
  width: 1000px;
  display: flex;
  justify-content: center;
}

.cases-list {
	display: flex;
	width: 1122px;
	height: 340px;
	justify-content: space-between;
}

.cases-box {
	display: flex;
	width: 326px;
	text-align: center;
  flex-direction: column; 
}

.cases-box a {
  color: #ffffff;
}

.cases-box a:hover {
  color: #ffc80a;
}

.cases-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.cases-image {
  margin-bottom: 30px;
  border-radius: 23px;
}

p.cases-page-big-text {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  text-align: center;
}

.cases-page-logo {
  margin-right: 40px;
  width: 114px;
  height: 114px; 
}


.cases-page-block-01 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.cases-content-block-01 {
  width: 920px;
  height: 1550px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-02 {
  height: auto;
  display: flex;
  justify-content: center;
  background-image: url('images/cases-bg-01.jpg'); 
  /* background-attachment: fixed; */
  background-size: cover;
}

.cases-content-block-02 {
  width: 920px;
  height: 1640px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-03 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.cases-content-block-03 {
  width: 920px;
  height: 935px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-04 {
  height: auto;
  display: flex;
  justify-content: center;
  background-image: url('images/cases-bg-01.jpg'); 
  /* background-attachment: fixed; */
  background-size: cover;
}

.cases-content-block-04 {
  width: 920px;
  height: 2240px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-05 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.cases-content-block-05 {
  width: 920px;
  height: 1290px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-06 {
  height: auto;
  display: flex;
  justify-content: center;
  background-image: url('images/cases-bg-01.jpg'); 
  /* background-attachment: fixed; */
  background-size: cover;
}

.cases-content-block-06 {
  width: 920px;
  height: 905px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-07 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.cases-content-block-07 {
  width: 920px;
  height: 1135px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-08 {
  height: auto;
  display: flex;
  justify-content: center;
  background-image: url('images/cases-bg-01.jpg'); 
  /* background-attachment: fixed; */
  background-size: cover;
}

.cases-content-block-08 {
  width: 920px;
  height: 1055px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-09 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.cases-content-block-09 {
  width: 920px;
  height: 1050px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-10 {
  height: auto;
  display: flex;
  justify-content: center;
  background-image: url('images/cases-bg-01.jpg'); 
  /* background-attachment: fixed; */
  background-size: cover;
}

.cases-content-block-10 {
  width: 920px;
  height: 1485px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-11 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.cases-content-block-11 {
  width: 920px;
  height: 1180px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-12 {
  height: auto;
  display: flex;
  justify-content: center;
  background-image: url('images/cases-bg-01.jpg'); 
  /* background-attachment: fixed; */
  background-size: cover;
}

.cases-content-block-12 {
  width: 920px;
  height: 1090px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-13 {
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}

.cases-content-block-13 {
  width: 920px;
  height: 1585px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.cases-page-block-14 {
  height: auto;
  display: flex;
  justify-content: center;
  background-image: url('images/cases-bg-01.jpg'); 
  /* background-attachment: fixed; */
  background-size: cover;
}

.cases-content-block-14 {
  width: 920px;
  height: 1710px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}


.cases-page-ancors {
  display: flex;
  width: 920px;
  height: 300px;
  flex-direction: column;
  flex-wrap: wrap;
}

.cases-page-ancors-list {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

.cases-page-ancors-list li {
  margin-bottom: 1px;
}

.cases-page-ancors-list a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: light;
  font-style: normal;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  white-space: nowrap;
}

.cases-page-ancors-list a:hover {
  color: #ffc80a;
}

.ancor-content {
  margin-bottom: 1px;
}

.cases-page-box {
  display: flex;
  width: 920px;
  height: 500px;
  flex-direction: column;  
}

.cases-page-header {
  display: flex;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 90px;
  letter-spacing: 4px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cases-page-header-medium {
  display: flex;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 54px;
  letter-spacing: 4px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 70px;
}




.swiper {
  width: 1122px;
   
}

.swiper-slide {
  width: 307px !important;
  margin-right: 20px !important;
}

.cases-button {
  width: 280px;
  height: 62px;
  display: flex;
  margin-top: 60px;
}

.swiper-button-prev {
  color: #414141 !important;
} 

.swiper-button-next {
  color: #414141 !important;
} 

.adv {
  height: 1454px;
  display: flex;
  flex-direction: column;
}

.adv-header {
  width: 1000px;
  height: 170px;
  display: flex;
  margin-bottom: 50px;
  text-align: center;
}	

.adv-list {
  width: 1122px;
  height: 525px;
  display: flex;
}

.adv-icon {
  width: 346px;
  height: 535px;
  display: flex;
  flex-direction: column;
}

.adv-icon-mobile, .adv-list-mobile {
  display: none;
}

.partners {
  height: 540px;
  background-color: #0a0a0a;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.partners-header {
  height: 65px;
  display: flex;
  margin-bottom: 70px;
  margin-top: -30px;
}

.partners-logos  {
  width: 940px;
  height: 170px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.part-logo {
  max-height: 65px;
  margin: 0 17px 41px 17px;
}

.success {
  height: 452px;
  width: 100%;
  justify-content: center;
  background-image: url(images/success-image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; 
  flex-direction: column;  
}

.success-header {
  width: 840px;
  height: 130px;
  display: flex;
  margin-bottom: 50px;
  text-align: center;
  flex-direction: column;
}

.success-header-en {
  width: 1122px;
}


.footer {
  height: 604px;
  display: flex;
}

.footer-block {
  display: flex;
  width: 1120px;
  height: 430px;
} 

.footer-01 {
  display: flex;
  width: 175px;
  height: 360px;
  margin-right: 130px;
  flex-direction: column;
}

.footer-02 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 280px;
  height: 430px;
  margin-right: 60px;
}

.footer-03 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 180px;
  height: 430px;
  margin-right: 65px;
}

.footer-04 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 190px;
  height: 430px;
  margin-right: 65px;
}

.bear {
  display: flex;
  width: 190px; 
  margin-top: auto;
}

.image-hover {
  width: 166px;
  height: 193px;
  background-image: url("images/bear_bottom.jpg");
  background-size: cover;
  transition: background-image 0.15s ease;
}

.image-hover:hover {
  background-image: url("images/bear_bottom-02.jpg");
}

.footer-line {
  height: 3px;
  width: 100%;
  background-image: url('images/lines-bottom.jpg');
  background-size: cover;         /* Масштабирует изображение, чтобы покрывало весь блок */
  background-repeat: repeat;
}

.image-link {
  transition: opacity 0.05s ease; /* Плавный переход прозрачности */
}

/* Состояние при наведении курсора */
.image-link:hover {
  opacity: 0.8; /* Прозрачность 80% */
  transform: translateY(-1px);
  transition: transform 0.3s ease;
}

.image-link-02:hover {
  transform: scale(1.009); /* немного увеличивает */
}

.yellow-text {
  color: #ffc80a;
  display: inline !important;
}

.blue-text {
  color: #10c0f3 !important;
  display: inline !important;
}

.gradient-button {
  width: 280px;
  height: 62px;
  background: linear-gradient(25deg, #bb00fb, #064ce2);
  color: white;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: light;
  border: none;
  border-radius: 39px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

a.gradient-button:hover {
  color: white;
}

.gradient-button:hover {
  opacity: 0.8;
}

/* Стили на карусель-01 = Кейсы */

.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1071px;
  margin: 0 auto;
}

.carousel-container {
  width: 100%;
  max-width: 977px;
  /* overflow: hidden; Сохраняем это свойство */
}

.carousel {
  display: flex;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  /* Добавляем явную высоту, если контент не отображается */
  min-height: 200px; /* Подстройте под фактическую высоту ваших карточек */
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  min-width: 307px;
  margin: 0 10px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: light;
  line-height: 24px;
  text-align: center;
  /* Добавляем явную высоту, если контент не отображается */
  min-height: 200px; /* Подстройте под фактическую высоту ваших карточек */
  /* Добавляем фон для видимости */
  background-color: #333; /* Временно для отладки */
}

.carousel-item a {
  color: white;
  text-decoration: none; /* Для лучшего внешнего вида */
}

.carousel-item a:hover {
  color: #ffc80a;
}

.carousel-item img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  display: block; /* Важно для правильного отображения */
  background-color: #0a0a0a;
}

.carousel-item p {
  padding: 10px;
  margin: 0; /* Убираем стандартные отступы */
  background-color: #0a0a0a;
}

.nav-button {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 1;
  flex-shrink: 0;
  height: 50px;
  width: 50px; /* Фиксированная ширина для кнопок */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 10px;
  color: white; /* Цвет стрелок */
  font-size: 27px; /* Размер стрелок */
}

.nav-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Окончание стилей на карусель-01 = Кейсы */



/* Стили на карусель-02 = Наши клиенты и партнеры */

.carousel-wrapper-02 {
  position: relative;
  display: flex;
  align-items: center; /* Раскомментируйте это */
  width: 100%;
  max-width: 1071px;
  margin: 0 auto;
}

.carousel-container-02 {
  width: 100%;
  max-width: 977px;
  overflow: hidden !important; /* Раскомментируйте или добавьте это свойство */
}

.carousel-02 {
  display: flex;
  scroll-behavior: smooth;
  overflow-x: auto; /* Это можно оставить */
  scrollbar-width: none;
  /* Высота может быть автоматической, если у изображений есть фиксированная высота */
  /* Или установите конкретную высоту для всей карусели */
  height: auto; /* вместо min-height */
}

.carousel-02::-webkit-scrollbar {
  display: none;
}

.carousel-item-02 {
  /* min-width: 143px; */
  margin: 0 20px;
  text-align: center;
}

.carousel-item-02 a {
  color: white;
  text-decoration: none; /* Для лучшего внешнего вида */
}

.carousel-item-02 a:hover {
  color: #ffc80a;
}

.carousel-item-02 img {
  width: 100%;
  display: block; /* Важно для правильного отображения */
  background-color: #0a0a0a;
}

.carousel-item-02 p {
  padding: 10px;
  margin: 0; /* Убираем стандартные отступы */
  background-color: #0a0a0a;
}


/* Окончание стилей на карусель-02 = Наши клиенты и партнеры */


/* Стили мобильного меню (оформление без медиа-запросов) */

/* Burger icon */
.burger {
  display: none;
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 1001;
  cursor: pointer;
  width: 27px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
}
.burger span {
  display: block;
  height: 3px;
  background: #737373;;
  border-radius: 2px;
  transition: 0.3s;
}

/* Mobile Menu Styles */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: #121212;
  color: white;
  z-index: 1002;
  padding: 31px 28px;
  transition: right 0.4s ease-in-out;
  overflow-y: auto;
}
.mobile-menu.open {
  left: 0;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 34px;
  cursor: pointer;
  color: #737373;
}

/* Menu links */

.mobile-menu .m-menu li {
  list-style: none;
  margin: 15px 0;
}
.mobile-menu .m-menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: opacity 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: light;
  font-style: normal;
  text-align: center;
}

.mobile-menu .m-menu a:hover { 
  color: #ffc80a;
}

.mobile-menu .m-menu .dropdown-content {
  display: none;
  padding-left: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-menu .m-menu .dropdown.open .dropdown-content {
  display: block;
  opacity: 1;
}

/* Стрелка вниз */
.dropdown-arrow {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* Активная стрелка поворачивается вверх */
.dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

/* Выпадающее подменю */
.mobile-menu .m-menu .dropdown-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(10px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
  padding-left: 10px;
}

/* Показываем подменю */
.mobile-menu .m-menu .dropdown.open .dropdown-content {
  max-height: 1000px; /* достаточно большое значение */
  opacity: 1;
  transform: translateX(0);
}

/* Отступы у подменю */
.mobile-menu .m-menu .dropdown-content li {
  margin-top: 8px;
}







/* Медиазапросы, адаптивка (смартфоны) */

@media (max-width: 768px) {
  body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .video, .services, .services-header, .services-list, .cases, .adv, .partners, .success, .footer {
    padding: 0 32px;
    max-width: 100%;
  }
  
  p.main, p.main a {
    font-size: 18px;
  }

  .header {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    overflow-x: hidden;
    position: static;
    justify-content: center;
   
  }
  .video {
    margin-top: 0;
  }

  .header-logo img {
    width: 180px;
    
  }

  .header-inner {
    background-color: #000; /* Черный фон */
    position: relative;
    max-width: 100%;
   
  }
  .header-menu, .menu, .header-icons {
    display: none; /* Убираем меню */
  }
  .header-logo {
    position: static; /* или можно вообще убрать */
    margin: 0 auto; 
    text-align: center;
    padding: 0;
  }
  .video {
    height: 450px;
    width: 100%;
  }
  .about, .about-block {
    height: 500px;
    width: 100%;
    padding: 0 10px;
  }

  p.big {
    text-align: center;
    font-size: 19px;
  }
  .about-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;       /* Центрирование по горизонтали */
    width: 100%;
    text-align: center;
    margin-left: 0; 
    margin-top: 70px;
  }
  
  .about-buttons .gradient-button {
    margin: 12px 0 12px 0;
    width: 280px;
    height: 62px;
  }
  
  .gradient-button {
    line-height: 62px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 54px auto 0 auto;
    text-align: center;
  }  
  /* Удаляем ненужные стили */
  .about-buttons .gradient-button:last-child {
    margin-left: 0 !important;
  }
  h1 {
    font-size: 33px;
    margin: 0 auto;
  }

  .services-list, .services-icon {
   display: none;
  }

  .services {
    height: auto;
  }

  .services-header {
    margin-bottom: 0;
    text-align: center;
  }

  .services-list-mobile {
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрируем все элементы по горизонтали */
    margin: 0 auto; /* Центрируем родительский контейнер */
    position: relative;
    margin-bottom: 50px;
  }
  
  .services-icon-mobile {
    display: flex;
    flex-direction: column; /* Размещаем картинку и параграф по вертикали */
    align-items: center; /* Центрируем каждый блок по горизонтали */
    width: 100%; /* Устанавливаем ширину блока на 100% */
    text-align: center; /* Выравниваем текст по центру */
    box-sizing: border-box; /* Включаем padding и border в ширину */
    margin-bottom: 30px;
  }
  
  .image-link {
    max-width: 100%; /* Чтобы изображение не выходило за пределы блока */
    height: auto; /* Сохраняем пропорции изображений */
  }

  .burger {
    display: flex;
  }

  .cases {
    height: 100%;
    justify-content: center;
    padding-bottom: 70px;
  }

  .cases-header {
    margin-top: 55px;
    margin-bottom: 1px;
}

  .cases-list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .cases-box {
    width: 100%;
    margin-bottom: 43px;
  }

  .cases-button {
    text-align: center;
    margin-top: 1px;
  }
  
  .adv {
    height: 100%;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .adv-header {   
    width: 100%;
    height: 100%;
    margin-bottom: 1px;
  }

  .adv-header h1 {   
    font-size: 24px;
  }
   
  .adv-list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .adv-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 12px;
  }

  .adv-list-mobile {
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрируем все элементы по горизонтали */
    margin: 0 auto; /* Центрируем родительский контейнер */
    position: relative;
    margin-bottom: 50px;
  }
  
  .adv-icon-mobile {
    display: flex;
    flex-direction: column; /* Размещаем картинку и параграф по вертикали */
    align-items: center; /* Центрируем каждый блок по горизонтали */
    width: 100%; /* Устанавливаем ширину блока на 100% */
    text-align: center; /* Выравниваем текст по центру */
    box-sizing: border-box; /* Включаем padding и border в ширину */
    margin-bottom: 30px;
  }

  .partners {
    height: 100%;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .partners-header {   
    width: 100%;
    height: 100%;
    margin-bottom: 1px;
    justify-content: center;
  }

  .partners-header h2 {   
    font-size: 27px;
    text-align: center;
    margin-bottom: 38px;
    margin-top: 30px;
  }

  .partners-logos {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .part-logo {
    margin: 0 17px 24px 17px;
}

  .success {
    height: 100%;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .success-header {   
    width: 100%;
    height: 100%;
    margin-bottom: 1px;
  }

  .success-header h2 {   
    font-size: 28px;
    text-align: center;
    margin-bottom: 38px;
  }

  p.big {
    font-size: 19px;
    line-height: 33px !important;
    letter-spacing: 1.1px;
}
  
  .footer {
    height: 100%;
    justify-content: center;
    padding-bottom: 70px;
  }

  .footer-01, .footer-02, .footer-03, .footer-04 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-02 {
    margin-top: 43px;
  }

  .footer-03 {
    margin-top: 46px;
  }

  .footer-04 {
    margin-top: -36px;
  }

  .footer-block {
    width: 100%;
    margin-bottom: 15px;
    flex-direction: column;
    height: 100%;
    padding-top: 70px;
    text-align: center;
    justify-content: center;
  }

  .footer-button {
    text-align: center;
    margin-top: 1px;
  }

  .social-bottom img {
    width: 57px;
}

  .menu-02 a {
    font-size: 19px;
  }

  p.grey, p.menu-01 {
    font-size: 19px;
  }

  .social-bottom {
   width: 100%; 
   margin-top: 0 !important;
  }

  .bear {
    margin: 0 auto;
    margin-top: 55px;
}

  .footer-line {
    height: 4px;
    width: 100%;
    background-image: url(images/lines-bottom.jpg);
    background-size: cover;
    background-repeat: repeat-y;     
    background-size: 100% auto;        /* ширина = 100% блока, высота авто */
    background-position: center;       /* по центру */
  }

  .cover {
    padding: 0 20px;
  }

  .cover-01, .cover-02, .cover-03, .cover-04, .cover-05, .cover-06, .cover-07, .cover-08, .cover-09, .cover-10, .cover-11, .cover-12, .cover-13, .cover-14 {
    height: 450px;
    width: 100%;
    margin-top: 0;
    background-position: right;
  } 

  .cover-text {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;          /* разрешить перенос содержимого */
    width: 100%;              /* адаптивная ширина */
    box-sizing: border-box;   /* padding не увеличивает ширину */
  } 

  .cover-text h1 {
    word-wrap: break-word;    /* разрешить перенос длинных слов */
    white-space: normal;      /* разрешить перенос строк */
    /*   font-size: 5vw;            адаптивный размер текста */
    font-size: 34px;
  }

  .lines-cover {
    margin: 0 auto;
    margin-bottom: 38px;
  } 

  .content-01-block, .content-02-block, .content-03-block {
    height: 100%;
    padding: 70px 25px;
  }

  .content-02-block {
    justify-content: center;
  }

  .content-02-image {
    display: none;
  }

  h2.bigger {
    font-size: 27px;
    text-align: center;
}  

  h2 {
    font-size: 25px;
    text-align: center;
  }

  h3 {
    font-size: 27px;
    text-align: center;
  }

  h5 {
    font-size: 19px;
  }



  .page-tv, .page-adv, .page-partners, .page-success, .page-footer, .page-cases, .page-analytics, .page-contacts, .page-services, .page-portfolio,
  .page-about, .page-radio, .page-bloggers, .page-media, .page-creative, .page-digital, .page-production, .page-games, .success {
    background-position: right;
    
 
  }
  
  .cases-page-block-01, .cases-page-ancors, .cases-page-block-02, .cases-page-block-03, .cases-page-block-04, .cases-page-block-05, .cases-page-block-06, .cases-page-block-07, .cases-page-block-08, .cases-page-block-09, .cases-page-block-10, .cases-page-block-11, .cases-page-block-12, .cases-page-block-13, .cases-page-block-14 {
    height: 100%;
    padding: 25px 25px;
    width: 100%;

  }

  .cases-content-block-01, .cases-content-block-02, .cases-content-block-03, .cases-content-block-04, .cases-content-block-05, .cases-content-block-06, .cases-content-block-07, .cases-content-block-08, .cases-content-block-09, .cases-content-block-10, .cases-content-block-11, .cases-content-block-12, .cases-content-block-13, .cases-content-block-14 {
    height: 100%;
    padding-bottom: 0;
    padding-top: 50px;
  }

  .cases-page-block-01 img, .cases-page-block-02 img, .cases-page-block-03 img, .cases-page-block-04 img, .cases-page-block-05 img, .cases-page-block-06 img, .cases-page-block-07 img, .cases-page-block-08 img, .cases-page-block-09 img, .cases-page-block-10 img, .cases-page-block-11 img, .cases-page-block-12 img, .cases-page-block-13 img, .cases-page-block-14 img {
    max-width: 100%;

  }

  .cases-page-box {
    width: 100%;
    height: 100%;
  }
  
  .cases-page-header {
    font-size: 43px !important; 
  }
  
  .cases-page-header-medium {
    font-size: 31px;
    margin-top: 30px;
    margin-bottom: 26px;
  } 

  p.cases-page-big-text {
    font-size: 23px;
    line-height: 36px;
  }

  .cases-page-ancors-list {
    flex-direction: column;
  }

  .cases-page-logo {
    display: none;
}

 .partners, .cases {
  background-color: #111111;
 }
  .contact-icons {
    width: 200px;
  }

  .contact-icons img {
    width: 76px;
  }

  .adv-list-mobile {
    display: none;
  }

}




/* Конец адпативки для смартфонов */



/* Промежуточные медиазапросы 01 - размер больше смарфтона, но меньше десктопа */

@media (min-width: 769px) and (max-width: 1121px) {
   

  /* .cases {
    width: max-content;
  } */

  .success, .video, .partners, .cases, .cover-01, .cover-02, .cover-03, .cover-04, .cover-05, .cover-06, .cover-07, .cover-08, .cover-09, .cover-10, .cover-11, .cover-12, .cover-13, .cover-14, .page-tv, .page-about, .page-adv, .page-partners, .page-success, .page-footer, .page-cases, .page-analytics, .page-contacts, .page-services, .page-portfolio, .page-radio, .page-bloggers, .page-media, .page-creative, .page-digital, .page-production, .page-games {
    min-width: 1121px;
    padding: 0 30px;
  }

  .footer-01 {
    margin-left: 30px;
    margin-right: 120px;
  }

  .footer-02 {
    margin-right: 25px;
  }

  .footer-03 {
    margin-right: 53px;
  }

  .menu li {
    margin-right: -23px;
  }

  .language-switcher {
    margin-right: 12px;
  }

  .header-icons {
    margin-right: 65px;
  }

  .header-logo img {
    margin-left: 17px;
  }

  .header-menu {
    margin-left: 235px;
   }

   .content-01, .content-03, .cases-page-block-01, .cases-page-block-02, .cases-page-block-03, .cases-page-block-04, .cases-page-block-05, .cases-page-block-06, .cases-page-block-07, .cases-page-block-08, .cases-page-block-09, .cases-page-block-10, .cases-page-block-11, .cases-page-block-12, .cases-page-block-13, .cases-page-block-14, .footer-line { 
    padding: 0 30px;
    min-width: 1121px;
   }

   .page-contact {
    min-width: 1121px;
  }

}

/* Конец промежуточных медиазапросов 01 - размер больше смарфтона, но меньше десктопа */


/* Промежуточные медиазапросы 02 - размер чуть больше смарфтона, 2 колонки для Партнеров и для Услуг */

@media (min-width: 590px) and (max-width: 768px) {

  .partners-logos {
    flex-direction: row;
  }

  .services-icon-mobile {
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-left: 150px;
  }

  .services-list-mobile img {
    margin-right: 18px;
  }

  p.main, p.main a {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: light;
    line-height: 24px;
    text-align: left;
  }

  .about-buttons {
    margin-top: 10px;
  }

  .adv-list-mobile {
    display: none;
  }

  .adv-icon {
    flex-direction: row;
  } 

  .adv-icon-mobile {
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-left: 150px;
  }

  .adv-list-mobile img {
    margin-right: 18px;
  }

  .adv-icon img {
    margin-right: 18px;
  }


}

  /* Конец промежуточных медиазапросов 02 - размер чуть больше смарфтона, 2 колонки для Партнеров и для Услуг */