html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  /* max-width: 100%; */
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.button-link,
a.button {
  display: block;
  color: #FFF;
}

a.menu__list-link {
  color: #0F2C27;
}

@font-face {
  font-family: 'Santello';
  src: url('../fonts/santello_regular.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans Bold';
  src: url('../fonts/firasans_bold.woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans Medium';
  src: url('../fonts/firasans_medium.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter SemiBold';
  src: url('../fonts/inter_semibold.woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Regular';
  src: url('../fonts/inter_regular.woff');
  font-weight: normal;
  font-style: normal;
}


.h3 {
  font-family: 'Fira Sans Medium', sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.h4 {
  font-size: 20px;
  font-weight: 400;
}

.h5 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
}

.h6 {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 400;
}


.text {
  font-weight: 400;
}

.button {
  text-align: center;
  line-height: 63px;
  color: #fff;
  border-radius: 50px;
  height: 63px;
  width: 208px;
  background-color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease-out;
  border: none;
}

.button:hover {
  background-color: #0077FF;
}


/* --- Main --- */
body {
  min-height: 100vh;
  font-family: 'Santello', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  color: #0F2C27;
  /* overflow-x: hidden; */
  /* width: 100vw; */
}

body.lock {
  overflow: hidden;
}

.body-other-pages--blue,
.body-other-pages--blue .container,
.body-other-pages--blue .site_bg {
  background-color: #F1F5EC;
}

.site_bg {
  position: relative;
  background: #fff;
  z-index: 1;
}

.container {
  max-width: 1920px;
  padding: 0 164px;
  margin: 0 auto;
}

/* фильтр */
.filter {
  width: 250px;
  padding: 15px 0;
  background: #FFFFFF;
  border: 3px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.filter__btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 40px;
  width: 45px;
  height: 214px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #eeeded;
  border-radius: 50px;
  background: #666666;
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(21px);
}

.filter__close-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  /* width: 15px; */
  /* height: 15px; */
}

.filter__close-btn svg {
  width: 16px;
  height: 16px;
}

.filter__close-btn:hover svg path {
  stroke: #0077FF;
}

.filter__btn,
.filter__close-btn {
  display: none;
}

.filter__btn {
  transition: all 0.3s ease-out;
}

.filter__btn:hover {
  background-color: #0077FF;
}

.filter__show-filter {
  display: block;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.filter__item:hover {
  background: #0077FF;
  transition: all .5s ease;
  color: #FFF;
}

.filter__link {
  display: block;
  padding: 10px 15px;
}


/* Карусель Fancy */

.f-carousel-img {
  display: block;
  width: 100%;
  max-width: 627px;
  border-radius: 30px;
}

.f-carousel__nav .f-button {
  width: 40px;
  height: 40px;
  --f-button-color: #fff;
  --f-button-hover-color: rgba(255, 136, 0, 0.75);
  margin-top: -25px;
  display: none;
}

.f-carousel__nav .f-button svg {
  width: 40px;
  height: 40px;
}

ul.f-carousel__dots {
  padding-left: 10%;
}

.f-carousel__dot {
  border-radius: 30px;
  /* background: #D9D9D9; */
  background: none;
}

.f-carousel__dots li {
  background: #D9D9D9;
  border-radius: 0;
}

.f-carousel__dots li.is-current .f-carousel__dot {
  border-radius: 30px;
  background: rgba(255, 136, 0, 0.75);
  transition: all .5s ease-in-out;
}

.f-carousel__dots li:first-child {
  border-radius: 30px 0 0 30px;
}

.f-carousel__dots li:last-child {
  border-radius: 0 30px 30px 0;
}


/* ========= Хедер ======== */
.header__top-inner {
  max-width: 1530px;
  padding-right: 20px;
  margin: 30px auto 0;
  background-color: #fff;
  border: 2px solid #E9EFF7;
  height: 57px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}

/* Контейнер слайдера */
.social-slider-inner {
  max-width: 285px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Слайдер */
.header__social-slider {
  min-width: 0;
  height: 32px;
  margin-left: 15px;
}

/* Слайд - img внутри ссылки */
.social-slider__link-img {
  margin: 0 auto;
}

/* Стрелки слайдера */
.header-social-slider__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 9px;
  margin-left: 3px;
  width: 85px;
  height: 30px;
  border-right: 1px dashed;
}

.header-social-slider__arrows .slick-arrow {
  z-index: 10;
  font-size: 0;
  width: 22px;
  height: 22px;
  margin: 0 3px;
  border: none;
}

.header-social-slider__arrows .slick-arrow.slick-prev {
  right: 28px;
  background: url('../images/social_slider_left.svg') 0 0 / 100% no-repeat;
}

.header-social-slider__arrows .slick-arrow.slick-next {
  right: 0px;
  background: url('../images/social_slider_right.svg') 0 0 / 100% no-repeat;
}

.header-social-slider__arrows .slick-arrow.slick-disabled {
  transition: all 0.3s ease 0s;
  opacity: 0.3;
}

/* Навигация */
.menu {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.header__top .menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  width: 100%;
}

.menu__list-item {
  text-align: left;
  padding: 0 15px;
  font-size: 20px;
  line-height: 100%;
}

.menu__list-link {
  color: #0F2C27;
  padding-top: 10px;
  padding-bottom: 30px;
  white-space: nowrap;
}

.menu__list-item__menu {
  display: none;
}

.logo_wrapper {
  padding-top: 120px;
  margin-left: -32px;
  margin-right: -35px;
}

.logo__right {
  display: none;
  padding-top: 0;
  padding-right: 30px;
  margin-top: -20px;
  margin-left: -50px;
}

.list-item-width-submenu {
  position: relative;
}

.list-item-width-submenu .menu__submenu__list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45px;
  left: -10px;
  overflow: hidden;
  max-height: 0px;
}

.menu__submenu__list-link {
  display: block;
  white-space: nowrap;
  padding: 4px 6px;
  font-size: 14px;
  color: #0F2C27;
}

/* Поле выделения подменю */
.list-item-width-submenu:hover .menu__submenu__list {
  padding: 10px 0px 10px 5px;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #E9EFF7;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  max-height: 200px;
  /* transition: max-height 0.5s ease 0s; */
}

.menu__list-item-active,
.menu__list-item:hover {
  background-image: url("../images/marker.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px 13px;
}

.menu__list-logo:hover {
  background-image: none;
}

/* Заголовки h2*/
.title {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: 'Fira Sans Bold', sans-serif;
  color: #0F2C27;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px dashed #0F2C27;
  width: min-content;
  margin-right: auto;
  padding-right: 5px;
  position: relative;
}

.title__orange-text {
  color: #FF8800;
}

.title::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0F2C27;
  bottom: -3px;
  right: -5px;
}

.header_title {
  font-size: 28px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin-top: 130px;
}

.header_title::after {
  background-color: #fff;
}

/* Header кнопки */
.title_buttons {
  margin-top: 25px;
  display: grid;
  max-width: 500px;
  max-height: 54vh;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.title_button__1 {
  grid-row: span 2 / span 2;
}

.title_button__4 {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 2;
}

.title_buttons__button {
  border: 1px solid #eeeded;
  border-radius: 50px;
  overflow: hidden;
}

.title_buttons__bg {
  height: 100%;
  box-shadow: inset -5px -5px 250px 0px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(42px);
  /* Добавление эффекта размытия */
  background: rgba(255, 255, 255, 0.2);
  /* Установка полупрозрачного фона */
  background: radial-gradient(circle at top left, rgba(255, 255, 255, .4) 0%, rgba(238, 237, 237, .0) 100%);
  padding: 15px;
}

.title_button__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 50px;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.title_button__text-left {
  padding-right: 32px;
}

.title_button__text-right {
  padding-left: 15px;
}

.title_button__link img {
  max-width: 100%;
  max-height: 100%;
  min-height: 40%;
  object-fit: contain;
}

.title_button__4 .title_button__link {
  flex-direction: row;
  justify-content: space-evenly;
}

.title_buttons__button:hover .title_buttons__bg {
  background-color: #D1ECFF;
}

.title_buttons__button img {
  filter: contrast(0%) brightness(200%);
}

.title_buttons__button:hover img {
  filter: contrast(100%) brightness(100%);
}

.title_buttons__button:hover .title_button__link {
  color: #0077FF;
}

/* Нижние кнопки */
.title_button_buttons {
  margin-top: 35px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

/* Конопка звука */
.title_button_sound {
  max-width: 118px;
  /* max-height: 67px; */
  max-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.title_button_sound__image {
  border: 1px solid #eeeded;
  border-radius: 15px;
  width: 56px;
  height: 67px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset -5px -5px 250px 0px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  /* Установка полупрозрачного фона */
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(42px);
  /* Добавление эффекта размытия */
}

.title_button_sound .title_button_sound__image img {
  filter: contrast(0%) brightness(200%);
  background-image: url('../images/sound-line.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.title_button_sound--sound-mute .title_button_sound__image img {
  filter: contrast(100%) brightness(100%);
  background-image: none;
}

/* Кнопка Прайс */
.title_button_price {
  margin: 0 auto;
  transform: translate(-50px, 0);
  width: 208px;
  height: 63px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #eeeded;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset -5px -5px 250px 0px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  /* Установка полупрозрачного фона */
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(42px);
  /* Добавление эффекта размытия */
}

.title_button_price:hover {
  color: #0F2C27;
  background-color: #fff;
}

.header__bg.animation {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.header__title-wrapper {
  height: 100vh;
  /* для старых браузеров */
  /* height: calc(var(--vh, 1vh) * 100); */
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.header__title {
  position: absolute;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 4s;
  animation-duration: 3.4s;
  animation-name: animation-head;
  opacity: 0;
}

@keyframes animation-head {
  0% {
    opacity: 0;
    filter: blur(20px);
  }

  20% {
    opacity: 1;
    filter: blur(0);
  }

  80% {
    opacity: 1;
    filter: blur(0);
  }

  99% {
    opacity: 0;
    filter: blur(20px);
  }

  100% {
    display: none;
  }
}

.header__title h1 {
  /* ВПЕЧАТЛЕНИЯ */
  text-transform: uppercase;
  text-align: center;
  font-family: 'DANSON', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 1.3;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header_subtitle {
  /* ЧЕРЕЗ ОБЪЕКТИВ */
  font-family: 'DANSON', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 56px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Header анимация */

.body-other-pages--blue .header__top {
  /* position: static; */
  position: sticky;
  z-index: 2;
  height: 250px;
  animation: none;
}

.header__top {
  position: absolute;
  top: -2200px;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 6s;
  animation-duration: 2s;
  /* animation-delay: .1s; */
  /* animation-duration: .1s; */
  animation-name: animation-header_top;
}

@keyframes animation-header_top {
  100% {
    transform: translate(0, 2200px);
  }
}

.header__top,
.header__bg-layers {
  height: 100vh;
  width: 100%;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: center bottom;
}

.header__bg-layers {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-duration: 4s;
}

.header__bg--eli-right,
.header__bg--eli-left {
  background-size: auto 95vh;
}

.header__bg--eli-left {
  background-position: left bottom;
}

.header__bg--eli-right {
  background-position: right bottom;
}

.header__bg--eli-left.animation {
  animation-name: animation-eli-left;
}

@keyframes animation-eli-left {
  0% {
    display: block;
    transform: scale(1) translate(0, 0);
  }

  100% {
    transform: scale(1.25) translate(-500px, 0);
    display: none;
  }
}

.header__bg--eli-right.animation {
  animation-name: animation-eli-right;
}

@keyframes animation-eli-right {
  0% {
    display: block;
    transform: scale(1) translate(0px, 0);
  }

  100% {
    transform: scale(1.25) translate(500px, 0);
    display: none;
  }
}

.header__bg--sea.animation {
  animation-name: animation-sea;
}

@keyframes animation-sea {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.01);
  }
}

.header__bg--gori.animation {
  animation-name: animation-gori;
}

@keyframes animation-gori {
  0% {
    transform: scale(1);
  }

  100% {
    transform-origin: center bottom;
    transform: scale(1.02);
  }
}

.header__bg--kamen.animation {
  animation-name: animation-kamen;
}

@keyframes animation-kamen {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

.header__bg--parusnik.animation {
  animation-name: animation-parusnik;
}

@keyframes animation-parusnik {
  0% {
    transform: scale(1) translate(0, 0);
  }

  100% {
    transform: scale(0.85) translate(100px, -50px);
  }
}

.header__bg--dereviy.animation {
  animation-name: animation-dereviy;
}

@keyframes animation-dereviy {
  0% {
    transform-origin: center bottom;
    transform: scale(1);
  }

  100% {
    transform-origin: center bottom;
    transform: scale(1.1);
  }

  /* to {
    transform-origin: center bottom;
    transform: scale(1.17);
  } */
}

.header__bg--photograf {
  display: none;
  background-size: auto 75vh;
  background-position: right bottom;
  /* background-position: right -110px bottom -100px; */
}

.header__bg--photograf.animation {
  display: block;
  animation-name: animation-photograf;
}

@keyframes animation-photograf {
  0% {
    transform: scale(0.8) translate(400px, 160px);
  }

  100% {
    transform: scale(1) translate(-12vw, 0px);
  }
}


/* ========= Блок Обо мне ======== */
.mine-about.about {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.about_bg {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 200px;
  height: 19.5vh;
  /* width: 100%; */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform-origin: center top;
  transform: scale(1.1);
}

.column__inner,
.column__inner--left {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.column__inner--left {
  max-width: 950px;
  width: 100%;
}

.column__inner--left-first-col,
.column__inner--left-second-col {
  flex: 1 1 0px;
  max-width: 465px;
}

.about__text-title {
  font-size: 20px;
  margin-top: 28px;
  max-width: 384px;
}

.about .about__text-ul {
  margin-top: 34px;
  margin-left: 23px;
  list-style-type: disc;
}

.about__text-li::marker {
  color: #FF8800;
}

.about__text-li+.about__text-li {
  margin-top: 18px;
}

.about__text {
  margin-top: 29px;
  line-height: 1.3;
}

.about__text-first {
  margin-top: 15px;
}

.about .column__inner--right {
  margin-left: 40px;
  margin-right: -21px;
  margin-top: -47px;
  background-image: url('../images/photo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  width: 568px;
  min-width: 520px;
  min-height: 100%;
  z-index: -1;
}

.about__buttons {
  display: none;
}

/* ========= Блок Stages ======== */

.title.stages__title {
  margin-top: 50px;
  margin-bottom: 40px;
  width: fit-content;
}

.stages .column__inner {
  display: flex;
  flex: 1;
}

.stages .column__inner--left {
  display: block;

}


.stages__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  margin-top: -3px;
  /* flex-shrink: 2; */
}

.stages.column__inner--right {
  margin-top: -176px;
  /* margin-right: 62px; */
  margin-right: 30px;
  margin-left: 30px;
  flex-shrink: 0;
}

.stages__card {
  width: 100%;
  max-width: 465px;
  min-height: 257px;
  background-color: #F1F5EC;
  border-radius: 35px;
  padding: 80px 15px 20px;
  background-image: url('../images/card-marker.png');
  background-repeat: no-repeat;
  background-position: center 20px;

}

.stages__text-title {
  font-size: 20px;
  padding-bottom: 18px;
  text-align: center;
}

.stages_text-bonus {
  margin-bottom: 15px;
}

.stages__buttons {
  margin-top: -25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 232px;
}


/* ========= Блоки Cases, Portfolio ======== */
.main-page-cases {
  padding-top: 110px;
}

.title__blue-text {
  color: #1157FF;
}

.main-page-cases_container {
  padding-right: 56px;
}

.main-page-cases__top,
.portfolio__top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-right: 108px;
  margin-bottom: 110px;
}

.main-page-cases__content-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}


.main-page-cases__big_img-link,
.portfolio__big_img-link,
.best-cases__big_img-link {
  margin-right: 30px;
}

a .main-page-cases__images-bigimg,
a .portfolio__images-bigimg {
  min-width: 517px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.main-page-cases__text-box {
  max-width: 666px;
}

.main-page-cases__content-box,
.portfolio__content-box,
.best-cases__content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-page-cases__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.main-page-cases__text-title,
.portfolio__text-title,
.best-cases__text-title {
  margin-bottom: 20px;
}

.main-page-cases__buttons {
  margin-left: 30px;
}

.main-page-cases .button,
.portfolio .button {
  margin-bottom: 30px;
}

.main-page-cases__images,
.portfolio__images,
.best-cases__images {
  display: flex;
  justify-content: space-between;
}

.main-page-cases__images-img,
.portfolio__images-img,
.best-cases__images-img {
  border-radius: 30px;
  max-width: 314px;
  max-height: 332px;
  width: 100%;
  object-fit: cover
}

.main-page-cases__images-item+.main-page-cases__images-item,
.portfolio__images-item+.portfolio__images-item,
.best-cases__images-item+.best-cases__images-item {
  margin-left: 30px;
}

.main-page-cases__button-down {
  display: none;
}

.portfolio {
  padding-bottom: 100px;
}

.portfolio__content_wrapper {
  display: flex;
  justify-content: space-between;
}

.portfolio .filter__column {
  margin-right: 50px;
}

.portfolio__content-inner,
.best-cases__content-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.portfolio__content,
.best-cases__content {
  display: flex;
  /* max-width: 670px; */
  flex-direction: column;
  margin-bottom: 55px;
}

.portfolio__text {
  margin-bottom: 40px;
}

.portfolio__buttons,
.best-cases__buttons {
  margin-left: 0;
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
}

.portfolio__button+.portfolio__button {
  margin-left: 10px;
}

.portolio__card {
  display: none;
}

a.load-more {
  margin: 10px auto 0;
}

a.no-content {
  color: #999;
}



/* === Блок Комплексные услуги .services === */

/* блок карточек */
.services__cards {
  margin: 63px auto 96px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  justify-items: center;
  justify-content: center;
}

.services__card {
  max-width: 500px;
  min-height: 666px;
  padding: 255px 20px 25px 12px;
  background-color: #F1F5EC;
  border-radius: 30px;
  background-image: url('../images/card-marker.png');
  background-repeat: no-repeat;
  background-position: center 199px;
  background-image: url('../images/cat01.png'), url('../images/card-marker.png');
  background-position: center 35px, center 199px;
  background-repeat: no-repeat;
}

.services__card-2 {
  background-image: url('../images/cat02.png'), url('../images/card-marker.png');
}

.services__card-3 {
  background-image: url('../images/cat03.png'), url('../images/card-marker.png');
}

.services__card-4 {
  background-image: url('../images/cat04.png'), url('../images/card-marker.png');
}

.services__card-5 {
  background-image: url('../images/cat05.png'), url('../images/card-marker.png');
}

.services__card-6 {
  background-image: url('../images/cat06.png'), url('../images/card-marker.png');
}

.services__card-7 {
  background-image: url('../images/cat07.png'), url('../images/card-marker.png');
}

.services__card-8 {
  background-image: url('../images/cat08.png'), url('../images/card-marker.png');
}

.services__card-9 {
  background-image: url('../images/cat09.png'), url('../images/card-marker.png');
  background-position: center 55px, center 199px;
}

.services__text-title {
  margin-bottom: 22px;
  text-align: center;
}

.services_text {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #5E5E5E;
  min-height: 70px;
}

.services__teses,
.photocase__teses,
.portrait__teses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.services__tesis,
.photocase__tesis,
.portrait__tesis {
  width: 196.42px;
  height: 72.87px;
  margin-bottom: 22px;
  background-image: url('../images/dotted-oval.svg');
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
  color: #0c0c0c;
}

.services__card-8 .services__tesis-3,
.services__card-8 .services__tesis-4 {
  visibility: hidden;
}

.services__tesis-subtitle,
.photocase__tesis-subtitle,
.portrait__tesis-subtitle {
  display: inline-block;
  padding-left: 22px;
  margin-bottom: 9px;
  font-family: 'Inter Regular', sans-serif;
  font-size: 14px;
  position: relative;
}

.services__tesis-subtitle::before,
.photocase__tesis-subtitle::before,
.portrait__tesis-subtitle::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-image: url('../images/time-ico.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.services__tesis-subtitle-2::before,
.photocase__tesis-subtitle-2::before,
.portrait__tesis-subtitle-2::before {
  background-image: url('../images/photo-ico.png');
}

.services__tesis-subtitle-3::before,
.photocase__tesis-subtitle-3::before,
.portrait__tesis-subtitle-3::before {
  background-image: url('../images/retouch-ico.png');
}

.services__tesis-subtitle-4::before,
.photocase__tesis-subtitle-4::before,
.portrait__tesis-subtitle-4::before {
  background-image: url('../images/rouble-ico.png');
}

.services__tesis-text,
.photocase__tesis-text,
.portrait__tesis-text {
  font-weight: 600;
}

.services__buttons,
.portrait__buttons {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

/* ========= Блок Баннер .banner ======== */
.banner {
  padding-bottom: 70px;
}

.banner__title-wrapper {
  position: relative;
  padding-top: 115px;
  padding-left: 210px;
  height: 476px;
  background-image:
    url('../images/banner-polygon.svg');
  background-repeat: no-repeat;
  position: relative;
}

.banner__title {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 74px;
  color: #FF8800;
  margin-bottom: 17px;
  z-index: 10;
}

.banner__subtitle {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}

.banner__subtitle--orange {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  font-size: 60px;
  color: #FF8800;
  margin-bottom: 27px;
}

.banner__photobooks {
  position: absolute;
  top: -6px;
  left: 612px;
  width: 55vw;
}


/* ========= Блок Видеоотзывы .videorewiews ======== */

.videorewiews {
  margin-top: 94px;
}

.videorewiews__container {
  padding-right: 175px;
}

.videorewiews__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-right: 20px;
}

.videorewiews .slick-slide {
  margin-left: 25px;
}

.videorewiews__slider-arrows {
  display: flex;
  justify-content: space-between;
  width: 90px;
  height: 41px;
}

.videorewiews__slider-arrows .slick-arrow {
  z-index: 10;
  font-size: 0;
  width: 40px;
  border: none;
}

.videorewiews__slider-arrows .slick-arrow.slick-prev {
  background: url('../images/videorewiews__slider-left-active.svg') 0 0 / 100% no-repeat;
}

.videorewiews__slider-arrows .slick-arrow.slick-prev.slick-disabled {
  background: url('../images/videorewiews__slider-left-unactive.svg') 0 0 / 100% no-repeat;
}

.videorewiews__slider-arrows .slick-arrow.slick-next {
  background: url('../images/videorewiews__slider-right-active.svg') 0 0 / 100% no-repeat;
}

.videorewiews__slider-arrows .slick-arrow.slick-next.slick-disabled {
  background: url('../images/videorewiews__slider-right-unactive.svg') 0 0 / 100% no-repeat;
}

.videorewiews__slider-arrows .slick-arrow.slick-disabled {
  transition: all 0.3s ease 0s;
}

.videorewiews__card {
  min-height: 862px;
  min-width: 306px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  max-width: 465px;
  border-radius: 30px;
  background-color: #F1F5EC;
}

.videorewiews__big-image {
  background-image: url('../images/videorewiews-img-1.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 465px;
  min-width: 306px;
  height: 349px;
  object-fit: contain;
  border-radius: 30px;
}

.videorewiews__big-image-2 {
  background-image: url('../images/videorewiews-img-2.jpg');
}

.videorewiews__big-image-3 {
  background-image: url('../images/videorewiews-img-3.jpg');
}

.videorewiews__card-title-wrapper {
  margin-top: -119px;
  margin-bottom: 17px;
  padding: 25px;
  height: 119px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: linear-gradient(179.66deg, rgba(0, 119, 255, 0.5) 68.09%, rgba(0, 0, 0, 0.5) 99.7%);
  border-radius: 30px;
}

.videorewiews__title {
  margin-bottom: 16px;
}

.videorewiews__subtitle {
  font-size: 16px;
  line-height: 29px;
}

.videorewiews__text {
  line-height: 29px;
  color: #5E5E5E;
  margin-top: 16px;
  padding: 0 12px;
}

.videorewiews__buttons {
  margin-top: 39px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.videorewiews__subtitle--blue {
  margin-top: 30px;
  margin-bottom: 27px;
  color: #0077FF;
  text-align: center;
  font-size: 16px;
}

.videorewiews__thumbs {
  padding: 0 30px;
  display: flex;
  justify-content: space-around;
}

.videorewiews__thumb {
  border-radius: 15px;
  max-width: 120px;
  min-width: 77px;
  object-fit: contain;
}

.videorewiews__thumb+.videorewiews__thumb {
  margin-left: 10px;
}

/* ========= Блок ЧаВо .faq ======== */
.faq {
  padding-bottom: 100px;
}

.faq__container {
  padding-right: 215px;
}

.faq__title {
  margin-bottom: 40px;
}

.faq__content-wrapper {
  display: flex;
  justify-content: space-between;
}

.faq__right-col {
  margin-left: 30px;
}

.faq__text {
  max-width: 651px;
  line-height: 29px;
  color: #5E5E5E;
  margin-bottom: 40px;
}

.faq__buttons {
  display: flex;
}

.faq__button-1 {
  margin-right: 20px;
}

/* аккордеон */
.faq__accordion-title-box,
.faq__accordion-text {
  width: 100%;
  max-width: 806px;
  /* margin-bottom: 30px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 103px;
  background: #F1F5EC;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  padding: 1px 26px 0 30px;
}

.faq__accordion-title {
  margin-bottom: 0;
}

.faq__accordion-content {
  transition: all 0.3s ease-out;
  margin-top: 20px;
  margin-bottom: 10px;
  max-height: 0;
  max-width: 800px;
  overflow: hidden;
  /* transition: max-height 0.2s ease-out; */
}

.faq__accordion-text {
  padding-top: 5px;
  line-height: 29px;
}

.faq .accord__collapsible-btn {
  min-width: 138px;
  width: 138px;
  margin-right: 5px;
  margin-left: 15px;
  height: 63px;
  /* margin-top: 11px; */
  font-size: 16px;
}

/* Price */
.price {
  background: #F1F5EC;
  padding-bottom: 100px;
}

.title_center_wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.body-other-pages--blue .title {
  margin-right: 0;
  width: fit-content;
}

.price__items_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 32px;
  padding-bottom: 40px;
}

.price__item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
}

.price__item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding-right: 20px;
}

.price__item-title {
  padding-right: 20px;
}

.price__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 63px;
  padding: 21px 28px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #666666;
  border: none;
}

.price__item-btn:hover {
  background-color: #0077FF;
}


/* === photocase === */
.photocase {
  margin-bottom: 100px;
}

.container.container-wide {
  max-width: 1920px;
  padding-left: 38px;
  padding-right: 50px;
}

.container.photocase__content-container {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 250px;
}

.photocase__carousel-wrapper {
  display: flex;
  gap: 25px;
}


#photocaseCarousel {
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: calc((100% - 20px) / 2.5);
  --f-carousel-dots-width: 100%;
  --f-carousel-dots-height: 34px;
  --f-carousel-dot-width: 140px;
  --f-carousel-dot-height: 40px;
  --f-carousel-dot-opacity: 1;
  --f-carousel-dot-hover-opacity: 1;
  transition: all .5s ease;
}

#photocaseCarousel .f-carousel__slide {
  padding-bottom: 25px;
}

.photocase__buttons .button {
  margin-bottom: 30px;
}

.photocase__buttons-bottom {
  display: none;
}

.photocase__content {
  padding: 40px 0;
  display: grid;
  gap: 50px;
  grid-template: "a a b"
    "c d d";
  justify-items: stretch;
  justify-content: space-between;
}

.photocase__about {
  grid-area: a;
}

.photocase__content-teses {
  flex-direction: column;
  min-width: 390px;
  grid-area: b;
}

.photocase__teses {
  margin-top: 20px;
  max-width: 435px;
}

.photocase__reviews {
  max-width: 515px;
  min-width: 428px;
  grid-area: c;
}

.photocase__video {
  grid-area: d;
}

.photocase__text {
  margin-top: 20px;
}

.photocase__social {
  width: 136px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.photocase__social-btn {
  margin-top: 50px;
}

.photocase__video-player {
  border-radius: 30px;
  width: 100%;
}

/* === Лучшие кейсы === */
.best-cases__text {
  margin-bottom: 20px;
}

.best-cases__cards-wrapper {
  padding: 50px 0;
  display: flex;
  gap: 30px;
}

.best-cases__content-inner {
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
}

.best-cases__text-subtitle {
  margin-top: 37px;
}

.best-cases__big_img-link {
  margin-right: 0;
}

a .best-cases__images-bigimg {
  /* min-width: 517px; */
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.best-cases__images-item+.best-cases__images-item {
  margin-left: 15px;
}


.best-cases__buttons {
  justify-content: start;
}

.best-cases__btn-1 {
  margin-right: 20px;
}


/* === all-services === */
.all-services .services__card {
  background-color: #fff;
}

/* === About Обо мне === */
.about {
  /* padding-top: 20px; */
  padding-bottom: 50px;
}

.about__title {
  margin-bottom: 60px;
}

.about__biography-wrapper {
  display: flex;
}

.about__biography-left-col {
  margin-right: 25px;
}

#about__big-img {
  height: 663px;
  width: 627px;
  object-fit: cover;
  border-radius: 30px;
}

.about__biography-title,
.about p {
  margin-bottom: 15px;
}

.about .title__blue-text {
  padding-top: 22px;
  padding-bottom: 22px;
}

.about__biography-thumb-images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.about__biography-thumb-img {
  height: 110px;
  width: 110px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
}

/* === About Опыт работы === */
.experience {
  padding-bottom: 20px;
}

.experience__wrapper {
  display: flex;
  gap: 34px;
}

.experience__l-col {
  max-width: 627px;
  flex-basis: 50%;
}

.experience__title {
  margin-bottom: 23px;
}

.experience__title-mb13 {
  margin-bottom: 13px;
}

.h4.experience__title {
  font-weight: 600;
}

.h6.experience__subtitle {
  margin-bottom: 12px;
}

.experience__subtitle {
  margin-bottom: 20px;
}

.experience__text {
  margin-bottom: 26px;
}

.experience__text--mb35 {
  margin-bottom: 35px;
}

.experience__button {
  margin-bottom: 50px;
  border: none;
}

.experience__r-col-card {
  display: flex;
  max-width: 925px;
  gap: 35px;
  margin-bottom: 50px;
  align-items: center;

}

.experience__r-col .experience__r-col-card:first-child {
  align-items: flex-start;
}

.experience__card-content {
  max-width: 350px;
  min-width: 290px;
}

.experience__content-inner {
  display: flex;
}

.experience__card-pictures {
  display: flex;
  justify-content: space-between;
  gap: 29px;
}

.experience__images-bigimg {
  width: 100%;
  max-width: 392px;
  min-width: 320px;
  max-height: 415px;
  border-radius: 30px;
  object-fit: contain;
}

.experience__images {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.experience__images-img {
  width: 100%;
  max-width: 117px;
  min-width: 95px;
  max-height: 124px;
  border-radius: 15px;
  object-fit: contain;
}

/* === About Презентация === */
.present {
  padding-bottom: 50px;
}

.present__wrapper {
  display: flex;
  gap: 50px;
}

.present__title {
  margin-bottom: 23px;
}

.present__text+.present__text {
  margin-top: 18px;
}

.present__video-player {
  width: 558px;
  border-radius: 30px;
}

/* === About Бонус === */
.bonus {
  padding-bottom: 100px;
}

.bonus-cases__title {
  margin-bottom: 50px;
}

.bonus__cards-wrapper {
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.bonus__card {
  max-width: 465px;
  min-height: 432px;
  padding: 255px 20px 25px 12px;
  background-color: #fff;
  border-radius: 30px;
  background-image: url('../images/bonus-ico-1.png'), url('../images/card-marker.png');
  background-position: center 35px, center 199px;
  background-repeat: no-repeat;
  position: relative;
}

.bonus__card-2 {
  background-image: url('../images/bonus-ico-2.png'), url('../images/card-marker.png');
}

.bonus__card-3 {
  background-image: url('../images/bonus-ico-3.png'), url('../images/card-marker.png');
}

.bonus__text-title {
  margin-bottom: 22px;
  text-align: center;
}

.bonus_text {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #5E5E5E;
  min-height: 70px;
}

.bonus__button {
  margin: 0 auto -100px;
}

/* === pack-tariffs Пакетные тарифы === */
.pack-tariffs {
  /* padding-top: 20px; */
  padding-bottom: 50px;
}

.pack-tariffs__title {
  margin-bottom: 60px;
}

.pack-tariffs__biography-wrapper {
  display: flex;
}

.pack-tariffs__biography-left-col {
  margin-right: 25px;
}

#pack-tariffs__big-img {
  /* height: 663px; */
  /* width: 627px; */
  height: 480px;
  width: 505px;
  object-fit: cover;
  border-radius: 30px;
}

.pack-tariffs__biography-title,
.pack-tariffs p {
  margin-bottom: 15px;
}

.pack-tariffs .title__blue-text {
  padding-top: 22px;
  padding-bottom: 22px;
}

.pack-tariffs__biography-thumb-images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.pack-tariffs__biography-thumb-img {
  height: 110px;
  width: 110px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
}

/* === pack-tariffs Пакетные услуги === */
.pack-tariffs-packets {
  padding-bottom: 50px;
}

.pack-tariffs-packets__wrapper {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px;
}

.pack-tariffs-packets__title {
  margin-bottom: 23px;
}

.pack-tariffs-packets__title-mb13 {
  margin-bottom: 13px;
}

.h4.pack-tariffs-packets__title {
  font-weight: 600;
}

.h6.pack-tariffs-packets__subtitle {
  margin-bottom: 12px;
}

.pack-tariffs-packets__subtitle {
  margin-bottom: 20px;
}

.pack-tariffs-packets__text {
  margin-bottom: 26px;
}

.pack-tariffs-packets__text--mb35 {
  margin-bottom: 35px;
}

.pack-tariffs-packets__button {
  /* margin-bottom: 50px; */
  border: none;
}

.pack-tariffs-packets__card {
  display: flex;
  max-width: 925px;
  /* gap: 35px; */
  gap: 20px;
  /* margin-bottom: 50px; */
  align-items: center;

}

/* .pack-tariffs-packets__r-col .pack-tariffs-packets__card:first-child {
  align-items: flex-start;
} */

.pack-tariffs-packets__card-content {
  min-width: 235px;
  /* width: 48%; */
}

.pack-tariffs-packets__content-inner {
  display: flex;
}

.pack-tariffs-packets__card-pictures {
  display: flex;
  justify-content: space-between;
  gap: 29px;
}

.pack-tariffs-packets__images-bigimg {
  width: 100%;
  height: 100%;
  max-width: 392px;
  /* min-width: 320px; */
  /* min-width: 254px; */
  max-height: 415px;
  border-radius: 30px;
  object-fit: cover;
}

.pack-tariffs-packets__images {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.pack-tariffs-packets__images-img {
  width: 100%;
  max-width: 117px;
  /* min-width: 95px; */
  min-width: 75px;
  max-height: 124px;
  border-radius: 15px;
  object-fit: contain;
}

*/
/* === pack-tariffs Бонус === */
/* .bonus {
  padding-bottom: 100px;
}

.bonus-cases__title {
  margin-bottom: 50px;
}

.bonus__cards-wrapper {
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.bonus__card {
  max-width: 465px;
  min-height: 432px;
  padding: 255px 20px 25px 12px;
  background-color: #fff;
  border-radius: 30px;
  background-image: url('../images/bonus-ico-1.png'), url('../images/card-marker.png');
  background-position: center 35px, center 199px;
  background-repeat: no-repeat;
  position: relative;
}

.bonus__card-2 {
  background-image: url('../images/bonus-ico-2.png'), url('../images/card-marker.png');
}

.bonus__card-3 {
  background-image: url('../images/bonus-ico-3.png'), url('../images/card-marker.png');
}

.bonus__text-title {
  margin-bottom: 22px;
  text-align: center;
}

.bonus_text {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #5E5E5E;
  min-height: 70px;
}

.bonus__button {
  margin: 0 auto -100px;
} */


/* === blogs - БЛОГ ФОТОГРАФА каталог === */
.blogs {
  padding-bottom: 100px;
}

.blogs .container {
  padding: 0 60px;
}

.blogs__title {
  margin-bottom: 50px;
}

.blogs__text-title {
  margin-bottom: 23px;
}

.blogs__grid-wrapper {
  display: flex;
  justify-content: center;
}

.blogs__content-grid {
  display: grid;
  column-gap: 40px;
  /* row-gap: 50px; */
  grid-template-areas:
    "C1 C2 C3 F"
    "C4 C5 C5 F"
    "C4 C6 C6 F"
    "C7 C7 C8 F"
    "C9 C9 C8 F"
    "C10 C11 C12 F";
  position: relative;
}

/* .blogs__content-grid {
  display: grid;
  column-gap: 40px;
  grid-template-areas:
    "C1 C2 C3 F"
    "C4 C5 C6 F"
    "C7 C8 C9 F"
    "C10 C11 C12 F";
  position: relative;
} */

.blogs .filter__btn {
  position: absolute;
  top: -50px;
  left: 0;
}

.blogs .filter__link {
  font-size: 20px;
}

.blogs .filter {
  width: 100%;
  min-width: 300px;
  padding: 25px;
}

.blogs__card-wrapper {
  display: none;
}

.blogs__card {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
  /* display: none; */
}

.blogs__card--horisontal {
  flex-direction: row;
}

.blogs__text {
  margin-bottom: 24px;
}

.blogs__images-bigimg {
  width: 100%;
  max-width: 417px;
  margin: 0 auto;
  /* margin-bottom: 40px; */
  object-fit: cover;
}

.blogs__content {
  max-width: 417px;
  min-width: 300px;
}

.blogs__button {
  width: 148px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 auto;
}

/* === blog - БЛОГ ФОТОГРАФА статья === */

.blog {
  padding-bottom: 40px;
}

.blog__title {
  margin-bottom: 50px;
}

.blog__carousel-wrapper {
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}

#blogCarousel {
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: calc((100% - 20px) / 2.5);
  --f-carousel-dots-width: 100%;
  --f-carousel-dots-height: 34px;
  --f-carousel-dot-width: 140px;
  --f-carousel-dot-height: 40px;
  --f-carousel-dot-opacity: 1;
  --f-carousel-dot-hover-opacity: 1;
  transition: all .5s ease;
}

#blogCarousel .f-carousel__slide {
  padding-bottom: 25px;
}

.blog__buttons .button {
  margin-bottom: 30px;
}

.blog-article__text-title {
  margin-bottom: 21px;
}

.blog-article__text {
  margin-bottom: 30px;
}

.blog-article__img-box {
  padding: 50px 0 32px;
}

.blog-article__img {
  width: 100%;
  max-width: 1028px;
  max-height: 667px;
  border-radius: 30px;
  object-fit: cover;
  margin: 0 auto 17px;
}

.blog-article__img-caption {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.blog .blog-article__list {
  list-style-type: none;
  margin-bottom: 30px;
}

ol.blog-article__list {
  counter-reset: num;
}

.blog-article__list-item {
  font-family: 'Fira Sans Medium', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin: 0 0 10px 18px;
  padding-left: 5px;
}

.blog-article__list-item:before {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: -26px;
  width: 20px;
  color: #1157FF;
  text-align: right;
}

ol .blog-article__list-item:before {
  content: counter(num) '.';
  counter-increment: num;
  left: -23px;
}

ul .blog-article__list-item:before {
  content: "\2022";
}

.blog__article-buttons {
  display: flex;
  justify-content: space-between;
  width: 206px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.blog__article-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 40px;
  font-family: 'Fira Sans Medium', sans-serif;
  font-size: 13px;
}

.blog__social-list {
  display: flex;
}

.blog__social-list-item {
  margin-right: 20px;
}


/* === events - МЕРОПРИЯТИЯ === */
.events {
  padding-bottom: 50px;
}

.events .container-wide {
  padding-right: 255px;
}

.events__card-wrapper {
  display: none;
}

.events__title {
  margin-bottom: 50px;
}


.events-card__img-box {
  grid-area: img;
}

.events-card__titles {
  grid-area: titles;
}

.events-card__text {
  grid-area: text;
}

.events-card__btn {
  grid-area: btn;
}

.events-card__img {
  max-width: 567px;
  /* min-width: 400px; */
  max-height: 600px;
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.events__card {
  display: grid;
  gap: 20px;
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-areas:
    "img titles"
    "img text"
    "img lists"
    "img btn";
  margin-bottom: 50px;
}

.events-card__lists {
  grid-area: lists;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  column-gap: 20px;
}

.events-card__text p {
  margin-bottom: 10px;
}

.events-card__text p:last-child {
  margin-bottom: 0;
}

.events-card__list-item {
  position: relative;
  padding-left: 28px;
}

.events-card__text-title {
  margin-bottom: 22px;
}

.events-card__list-item {
  margin-bottom: 10px;
}

.events-card__list-item:before {
  content: "\2022";
  position: absolute;
  display: inline-block;
  text-align: right;
  left: 15px;
  top: 1px;
  font-size: 12px;
}

.events-card__item-text {
  font-size: 14px;
}

/* === Портреная фотосъемка === */
.portrait {
  padding-bottom: 100px;
}

.portrait .title_center_wrapper {
  margin-bottom: 30px;
}

.portrait__flex-wrapper {
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  align-items: start;
}

.portrait__cards-wrapper {
  min-width: 440px;
  margin-right: 20px;
}

.portrait__carousel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 1275px;
}

#portraitCarousel {
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: calc((100% - 10px) / 2);
  --f-carousel-dots-width: 100%;
  --f-carousel-dots-height: 34px;
  --f-carousel-dot-width: 140px;
  --f-carousel-dot-height: 40px;
  --f-carousel-dot-opacity: 1;
  --f-carousel-dot-hover-opacity: 1;
  transition: all .5s ease;
}

.portrait .f-carousel__viewport {
  margin-bottom: 25px;
}

#portraitCarousel .f-carousel__slide {
  max-height: 663px;
}

.portrait__cards-title {
  margin-bottom: 23px;
}

.portrait__card,
.portrait__services-card {
  max-width: 440px;
  min-height: 315px;
  margin-bottom: 69px;
  border-radius: 30px;
}

.portrait__about {
  padding-top: 50px;
}

.portrait__about-title {
  margin-bottom: 23px;
}

.portrait__about-text {
  margin-bottom: 18px;
}

#portraitReviewsCarousel {
  --f-carousel-spacing: 10px;
  --f-carousel-dots-width: 32px;
  --f-carousel-dots-height: 22px;
  --f-carousel-dot-width: 22px;
  --f-carousel-dot-height: 22px;
  --f-carousel-dot-opacity: 1;
  --f-carousel-dot-hover-opacity: 1;
}

.portrait__reviews .f-carousel__dots li {
  background: none;
}

.portrait__reviews .f-carousel__dots li.is-current .f-carousel__dot {
  background: #0077FF;
}

.portrait__reviews .f-carousel__dots {
  padding-left: 275px;
}

.portrait__reviews .f-carousel__dot {
  background: #5E5E5E;
}

.portrait__reviews-social-title {
  margin-bottom: 15px;
}

.portrait__reviews-social-text {
  margin-bottom: 23px;
}

.portrait__reviews-social {
  display: flex;
  width: 136px;
  justify-content: space-between;
  margin-bottom: 50px;
}

.portrait__reviews-wrapper {
  display: flex;
  padding-right: 200px;
  padding-bottom: 30px;
  gap: 40px;
}

.portrait__reviews-social-content {
  max-width: 470px;
}

.portrait__reviews-social-video-player {
  width: 100%;
  max-width: 1028px;
  min-width: 550px;
  object-fit: contain;
  border-radius: 30px;
}

.portrait__buttons-bottom {
  display: none;
}

.portrait__services {
  padding-top: 50px;
}

.portrait__services-cards-wrapper {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.portrait__services-card {
  max-width: 485px;
  min-height: 650px;
  min-width: 432px;
  margin-bottom: 0;
  border-radius: 30px;
  padding: 265px 20px 25px 12px;
  background-color: #fff;
  background-image: url('../images/cat01.png'),
    url('../images/card-marker.png');
  background-position: center 30px,
    center 205px;
  background-repeat: no-repeat;
}

.portrait__services-card-2 {
  background-image: url('../images/cat02.png'),
    url('../images/card-marker.png');
  background-position: center 30px,
    center 205px;
}

.portrait__services-card-3 {
  background-image: url('../images/cat04.png'),
    url('../images/card-marker.png');
  background-position: center 30px,
    center 205px;
}

.portrait__services-card-4 {
  background-image: url('../images/cat07.png'),
    url('../images/card-marker.png');
  background-position: center 30px, center 205px;
  display: none;
}

.portrait__services-card-subtitle {
  text-align: center;
  margin-bottom: 20px;
}

.portrait__services-card-text {
  margin-bottom: 20px;
}

.portrait__services-button {
  width: 100%;
  max-width: 208px;
}

.portrait__services .portrait__buttons,
.portrait__services .portrait__teses {
  gap: 10px;
}

.portrait__services .portrait__tesis {
  max-width: 195px;
  width: 100%;
}


/* === footer === */

.footer__wrapper {
  padding: 50px 30px 100px 30px;
  min-height: 550px;
  display: flex;
  justify-content: space-between;
  background: #F1F5EC;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 30px;
}

.body-other-pages--blue .footer__wrapper {
  background: #FFF;
  margin-top: 0;
}

.footer__content {
  margin-right: 80px;
}

.footer__title {
  margin-bottom: 22px;
}

.footer__text {
  width: 439px;
  line-height: 29px;
  color: #5E5E5E;
  margin-bottom: 30px;
}

.footer__subtitle {
  font-size: 16px;
}

.footer__social-slider-inner {
  /* width: 248px; */
  width: 259px;
  display: flex;
  justify-content: space-between;
}

.footer__social-slider {
  /* width: 188px; */
  width: 206px;
  min-width: 0;
  height: 32px;
  margin-left: -10px;
}

/* footer slider */
.footer-social-slider__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 9px;
  margin-left: 3px;
  /* width: 85px; */
  height: 30px;
}

.footer-social-slider__arrows .slick-arrow {
  z-index: 10;
  font-size: 0;
  width: 22px;
  height: 22px;
  margin: 0 3px;
  border: none;
}

.footer-social-slider__arrows .slick-arrow.slick-prev {
  right: 28px;
  background: url('../images/social_slider_left.svg') 0 0 / 100% no-repeat;
}

.footer-social-slider__arrows .slick-arrow.slick-next {
  right: 0px;
  background: url('../images/social_slider_right.svg') 0 0 / 100% no-repeat;
}

.footer-social-slider__arrows .slick-arrow.slick-disabled {
  transition: all 0.3s ease 0s;
  opacity: 0.3;
}

/* footer__navigation */
.footer__navigation {
  max-width: 859px;
  width: 100%;
  margin-right: 75px;
  display: flex;
  justify-content: space-between;
  ;
}

.footer__menu_inner--flex {
  display: flex;
  justify-content: space-between;
  width: 441px;
}

.footer__menu-list {
  line-height: 22px;
}

.footer__menu-list-item {
  margin-top: 17px;
}

.footer__menu-list>li:first-child {
  margin-top: 0;
}

.footer__menu-list-link {
  color: #2E2E2E;
}

.footer__button {
  margin: -195px 689px 0 auto;
  width: 280px;
  height: 80px;
  font-size: 20px;
  line-height: 80px;
  position: relative;
  z-index: 1;
}

.footer__bg {
  width: 100%;
  background-position: bottom center;
  /* margin-top: -80px; */
  margin-top: -4%;
}

.footer__footer-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer svg {
  width: 44.25px;
  height: 49.17px;
  margin-right: 75px;
  margin-top: 5px;
}

.footer__dotted_line svg {
  height: 2px;
  margin-top: 17px;
}

.footer svg path {
  fill: #DCDEDF;
}

.footer svg:hover path {
  transition: all 0.3s;
  fill: #0077ff;
  stroke: #FFF;
}

.footer__dotted_line {
  display: none;
}


/*=== Попап ===*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.3s ease 0s;
  z-index: 10;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  /* transition: all 0.6s ease 0s; */
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  /* transform: perspective(600px) translate(0px, 0%) rotateX(0deg); */
  opacity: 1;
}

/* .popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
} */

.popup__content {
  background-color: #FFF;
  color: #F5F7F2;
  max-width: 460px;
  width: 100%;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  /* transform: translate(0px, -100%); */
  /* transform: perspective(600px) translate(0px, -100%) rotateX(45deg); */
}

.popup__title-wrapper {
  padding: 40px 30px 30px;
  height: 98px;
  background: #0077FF;
  border-radius: 30px 30px 0px 0px;
}

.popup__form-wrapper {
  padding: 70px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popup__title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.popup input {
  max-width: 401px;
  width: 100%;
  height: 49px;
  font-family: 'Inter Regular',
    sans-serif;
  font-size: 16px;
  background: #E7DACD;
  border-radius: 30px;
  border: none;
  margin-bottom: 20px;
  padding: 15px 17px;
}

.popup input::placeholder {
  color: #746D67;
}

.popup__submit-button {
  border: none;
  margin-top: 20px;
}

.popup__type-field {
  /* Поле */
  width: 401px;
  height: 49px;
  background: #0077FF;
  border-radius: 30px;
  padding: 15px 17px;
  margin-top: -30px;
  margin-bottom: 20px;
}

.popup__type-text {
  /* Портретная фотосъемка */
  font-family: 'Inter Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}





/* == Адаптация == */

@media (max-width: 1920px) {

  /* Блок Обо мне */
  .column__inner--left-second-col {
    margin-left: 30px;
  }

  .about .column__inner--right {
    margin-left: 20px;
    margin-right: -12px;
    margin-top: -77px;
    background-size: contain;
    width: 520px;
    min-width: 520px;
  }

  .videorewiews .button {
    max-width: 200px;
    font-size: 16px;
  }

  .videorewiews .button+.button {
    margin-left: 10px;
  }

  .videorewiews__header-wrapper {
    margin-right: 0;
  }
}


@media (max-width: 1800px) {

  /* Главный экран */
  /* меню */
  .menu__list-item {
    font-size: 17px;
  }

  .menu__list-link span {
    display: none;
  }

  .container {
    max-width: 1600px;
    padding: 0 25px;
  }

  .banner__photobooks {
    width: 56vw;
  }

  .footer svg {
    margin-left: 75px;
  }

  .blogs .container {
    padding: 0 50px;
  }

  .blogs__content-grid {
    display: inline-grid;
    /* justify-content: space-between; */
    grid-template-areas:
      "C1 C2 C3"
      "C4 C5 C6"
      "C7 C8 C9"
      "C10 C11 C12"
      "F F F";
  }

  .blogs .filter__btn {
    display: flex;
  }

  .blogs .filter__close-btn {
    display: block;
  }

  .blogs .filter {
    display: none;
  }

  .blogs .filter.filter__show-filter {
    position: absolute;
    top: -60px;
    left: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 352px;
    display: block;
  }

  .blogs__card--horisontal {
    flex-direction: column;
  }

  .blogs__images-bigimg {
    max-width: none;
  }

}


@media (max-width: 1600px) {
  .container {
    max-width: 1600px;
    padding: 0 25px;
    margin: 0 auto;
  }

  /* Главный экран */
  .buttons__inner {
    margin-top: -80px;
  }

  /* Кейсы */
  .services__buttons .button {
    font-size: 16px;
  }

  .services__buttons .button,
  .services__tesis {
    width: 175px;
  }

  .banner {
    display: none;
  }

  .videorewiews .slick-slide {
    margin-left: 25px;
  }

  .best-cases__cards-wrapper {
    flex-wrap: wrap;
  }

  .footer__navigation {
    margin-right: 0;
    margin-left: 20px;
  }

  .footer__menu_inner--flex {
    width: auto;
  }

  .footer__menu-list-right-col {
    display: none;
  }

  .footer__button {
    margin: -195px auto 0 auto;
    width: 228px;
    height: 51px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 51px;
  }

  /* Портфолио */
  /* .portfolio {
    padding-top: 50px;
  } */

  .portfolio__top {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .portfolio__content-inner,
  .best-cases__content-inner {
    margin-bottom: 52px;
  }

  .portfolio__content,
  .best-cases__content {
    flex-direction: column;
  }

  .portfolio__buttons {
    justify-content: start;
  }

  .portfolio .button {
    margin-bottom: 0;
    width: 147px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }

  .portfolio .stages__btn-2 {
    margin-left: 20px;
  }

  .portfolio .stages__btn-3 {
    display: none;
  }

  .portfolio__images-item+.portfolio__images-item {
    margin-left: 18px;
  }

  .container.container-wide {
    max-width: 1920px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.photocase__content-container {
    max-width: 1920px;
    padding-left: 0;
  }

  .best-cases__content-inner {
    max-width: 450px;
  }

  .pack-tariffs-packets__card-pictures {
    gap: 20px;
  }


}


@media (max-width: 1420px) {
  .blogs__content-grid {
    display: inline-grid;
    /* justify-content: space-between; */
    grid-template-areas:
      "C1 C2"
      "C3 C4"
      "C5 C6"
      "C7 C8"
      "C9 C10"
      "C11 C12"
      "F F";
  }

  .blogs__content {
    max-width: none;
    min-width: 300px;
  }

  .portrait__flex-wrapper {
    flex-direction: column;
  }

  .portrait__carousel-wrapper {
    order: -1;
  }

  .portrait__cards-wrapper {
    width: 100%;
    padding-top: 40px;
    column-gap: 50px;
    row-gap: 0;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    justify-items: center;
  }

  .portrait__card-1 {
    margin-top: -32px;
  }

  .portrait__reviews-wrapper {
    padding-right: 0;
  }

  .portrait__services-cards-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .portrait__services-card-4 {
    display: block;
  }

  .portrait__reviews .f-carousel__dots {
    padding-left: 500px;
  }


}


@media (max-width: 1330px) {

  /* Главный экран */
  /* меню */
  .social-slider-inner {
    order: 1;
    margin-left: 10px;
  }

  .social-slider-inner::before {
    content: "";
    height: 30px;
    border-left: 1px dashed;
  }

  .header__social-slider {
    margin-left: 10px;
  }

  .header-social-slider__arrows {
    border-right: none;
  }

  .menu__list-logo {
    display: none;
  }

  .logo__right {
    display: block;
    order: 2;
    padding-right: 0;
    margin-right: -10px;
  }

  .logo__right img {
    width: 200px;
  }

  .menu__list-item__blog,
  .menu__list-item__events {
    display: none;
  }

  .menu__list-link span {
    display: inline-block;
  }

  .header__top .menu__list {
    justify-content: space-evenly;
  }

  /* Кейсы */
  .services__buttons .button {
    font-size: 15px;
  }

  .services__buttons .button,
  .services__tesis {
    width: 160px;
  }

  .body-other-pages--blue .header__top {
    height: 200px;
  }

  .container.photocase__content-container {
    padding-right: 0;
  }

  .events-card__img {
    max-width: 440px;
  }

  .events__card {
    display: grid;
    gap: 20px;
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: max-content 1fr;
    grid-template-areas:
      "img lists"
      "titles titles"
      "text text"
      "btn btn";
  }

  .events-card__lists {
    flex-direction: column;
    justify-content: start;
  }

  .events-card__list-inner {
    margin-bottom: 20px;
  }

  .events-card__list-inner:last-child {
    margin-bottom: 0;
  }

}


/* Ноутбук */
@media (max-width: 1280px) {

  .portfolio .filter__column {
    position: absolute;
  }

  .column__inner {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }

  .column__inner--left-second-col {
    display: none;
  }

  .column__inner--left {
    max-width: 950px;
    width: auto;
  }

  .column__inner,
  .column__inner--left {
    justify-content: center;
    margin-top: 10px;
  }

  .about .column__inner--right {
    margin-left: 40px;
    margin-right: -12px;
    margin-top: -77px;
    background-size: contain;
    width: 460px;
    min-width: 460px;
  }

  .stages .column__inner {
    position: relative;
  }

  .stages.column__inner--right {
    position: absolute;
    margin-left: 60px;
    margin-right: 0;
    top: 50px;
    right: 0;
  }

  .stages__cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .stages__card-first {
    grid-column: 1/3;
  }

  .stages__card {
    max-width: 452px;
  }

  /* Кейсы, Портфолио */
  .main-page-cases {
    padding-top: 50px;
  }

  .main-page-cases__top {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .main-page-cases__content-inner {
    margin-bottom: 52px;
  }

  .main-page-cases__content {
    flex-direction: column;
  }

  .main-page-cases__buttons {
    margin-left: 0;
    margin-top: 30px;
    display: flex;
  }

  .main-page-cases .button {
    margin-bottom: 0;
    width: 147px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }

  .main-page-cases .stages__btn-2 {
    margin-left: 20px;
  }

  .main-page-cases .stages__btn-3 {
    display: none;
  }

  .main-page-cases__images-item+.main-page-cases__images-item {
    margin-left: 18px;
  }

  /* Услуги */
  .services__cards {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .services__buttons .button {
    font-size: 15px;
  }

  .services__buttons .button,
  .services__tesis {
    width: 200px;
  }

  .footer__menu_wrapper-types {
    display: none;
  }

  .footer__navigation {
    justify-content: center;
  }

  .footer__menu_wrapper+.footer__menu_wrapper {
    margin-left: 10%;
  }

  .portfolio__content_wrapper {
    position: relative;
  }

  .portfolio__filter-column {
    position: absolute;
    top: 0;
    left: 0;
  }

  .filter__btn {
    display: flex;
  }

  .filter__close-btn {
    display: block;
  }

  .filter {
    display: none;
  }

  .filter.filter__show-filter {
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
  }

  /* Портретная съемка */
  #photocaseCarousel {
    --f-carousel-dots-height: 34px;
    --f-carousel-dot-width: 108px;
  }

  #about__big-img {
    height: 480px;
    width: 505px;
  }

  /* Обо мне - About */
  .pack-tariffs-packets__card {
    flex-direction: column;
    /* align-items: start; */
  }

  .pack-tariffs-packets__card-content {
    order: 1;
    width: 100%;
  }

  .pack-tariffs-packets__card-pictures {
    order: 0;
    gap: 18px;
  }

  .pack-tariffs-packets__images {
    gap: 13px;
  }

  /* === About Презентация === */
  .present__wrapper {
    display: flex;
    gap: 20px;
  }

  .present__text+.present__text {
    display: none;
  }

  .present__r-col {
    order: -1;
  }

  .present__video-player {
    width: 398px;
  }


  /* === About Бонус === */
  .bonus__cards-wrapper {
    justify-content: space-between;
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }

  .bonus__card {
    max-width: 100%;
  }

  .pack-tariffs-packets__images-bigimg {
    /* width: 100%; */
    height: auto;
    max-width: 100%;
    max-height: 415px;
    /* object-fit: contain; */
  }

  .pack-tariffs-packets__images {
    justify-content: space-between;
  }

  .pack-tariffs-packets__images-img {
    min-width: 75px;
  }


}


@media (max-width: 1180px) {

  /* перестроение плиток и кнопок */
  .buttons__inner {
    margin-top: -30px;
  }

  .menu__list-link span {
    display: none;
  }

  .title_button__1 {
    grid-row: span 1 / span 2;
  }

  .title_button__1 .img_marriage_hearts {
    display: none;
  }

  .title_button__4 {
    display: none;
  }

  .header_title {
    margin-top: 50px;
    margin-left: 0px;
  }

  .title_buttons {
    margin-left: 0px;
    max-width: 518px;
    max-height: 370px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .buttons__inner {
    display: flex;
  }

  .title_buttons__wrapper {
    order: 1;
    margin-left: 45px;
  }

  .title_button_buttons {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .title_button_price {
    margin-bottom: 34px;
    writing-mode: vertical-lr;
    /* Вертикальный режим */
    text-orientation: upright;
    /* Ориентация букв */
    width: 45px;
    height: 214px;
    font-size: 14px;
    transform: none;
  }

  .title_button_sound {
    display: flex;
    flex-direction: column;
    font-size: 18px;
  }

  .title_button_sound__text {
    order: -1;
    margin-bottom: 10px;
  }

  .title_button_sound__image {
    width: 44px;
    height: 53px;
    margin-right: 0;
  }

  .portrait__reviews .f-carousel__dots {
    padding-left: 0;
  }

}


@media (max-width: 1105px) {
  .menu__list-item__order {
    display: none;
  }

  .best-cases__buttons {
    margin-top: 10px;
  }

  .best-cases__button {
    max-width: 200px;
  }

  /* Обо мне - About */
  .about__biography-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .experience__wrapper {
    flex-direction: column;
    align-items: center;
  }

  #about__big-img {
    width: 100%;
    height: 100%;
    margin-bottom: 55px;
  }

  .about .title__blue-text {
    text-align: center;
  }

  .experience__l-col,
  .experience__r-col-card,
  .experience__card-content {
    max-width: none;
  }

  .experience__images-bigimg {
    max-width: none;
    min-width: 0;
    max-height: none;
  }

  .experience__card-pictures {
    max-height: 650px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* === pack-tariffs Пакетные тарифы === */
  .pack-tariffs__biography-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pack-tariffs__biography-left-col {
    margin-right: 0;
  }

  #pack-tariffs__big-img {
    height: auto;
    width: 100%;
    margin-bottom: 50px;
  }




}

@media (max-width: 1024px) {
  .buttons__inner {
    margin-top: 0;
  }

  /* Кейсы */
  .services__buttons .button {
    font-size: 15px;
  }

  .services__buttons .button,
  .services__tesis {
    width: 190px;
  }

  @keyframes animation-photograf {
    0% {
      /* transform: scale(0.7) translate(400px, 160px); */
      transform: scale(0.7) translate(400px, 30vh);
    }

    100% {
      /* transform: scale(.85) translate(0vw, 60px); */
      transform: scale(.85) translate(0vw, 9vh);
    }
  }

  .price__items_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  #photocaseCarousel {
    --f-carousel-slide-width: calc((100% - 20px) / 2);
    --f-carousel-dots-height: 28px;
    --f-carousel-dot-height: 32px;
    --f-carousel-dot-width: 70px;
  }

  ul.f-carousel__dots {
    padding-left: 0;
  }

  .photocase {
    margin-bottom: 70px;
  }

  .photocase__social-btn {
    display: none;
  }

  .photocase__content {
    grid-template: "a a"
      "c b"
      "d d";
  }

  .photocase__reviews {
    min-width: 350px;
  }

  #blogCarousel {
    --f-carousel-slide-width: calc((100% - 20px) / 2);
    --f-carousel-dots-height: 34px;
    --f-carousel-dot-width: 80px;
  }

  .portrait__reviews-wrapper {
    flex-direction: column;
  }

  .portrait__reviews-social-content {
    max-width: none;
  }

  .portrait__reviews-social-video-player {
    min-width: 350px;
  }

}


@media (max-width: 1000px) {
  .menu__list-item {
    font-size: 20px;
  }

  .menu__list-item__menu {
    display: block;
  }

  .menu__list-item__menu:hover .menu__list-item__menu {
    padding: 10px 0px 10px 5px;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #E9EFF7;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    max-height: 200px;
  }

  .menu__list-item__about,
  .menu__list-item__tariffs,
  .menu__list-item__blog,
  .menu__list-item__events {
    display: block;
  }

  .menu__submenu__menu-list a {
    display: block;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 14px;
    color: #0F2C27;
  }

  .menu__list-item__order {
    display: block;
  }

  .social-slider-inner {
    max-width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu__list-item__order span {
    display: inline-block;
  }


  /* Блок About */
  .column__inner--left-second-col {
    display: block;
    margin-left: 0;
  }

  .about .column__inner--right {
    display: none;
  }

  .column__inner,
  .column__inner--left {
    margin-top: -10px;
    flex-direction: column;
    align-items: center;
  }

  .column__inner--left-first-col,
  .column__inner--left-second-col {
    max-width: none;
  }

  .about__title {
    margin-bottom: 60px;
    width: fit-content;
  }

  .about__text {
    margin-top: 15px;
  }

  .about__text-title {
    margin-top: 36px;
    margin-bottom: -10px;
  }

  .about__buttons {
    margin-top: 46px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 232px;
  }

  .stages.column__inner--right {
    position: static;
    margin-left: 0;
    margin-top: 20px;
  }

  .stages__cards {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .stages__card-first {
    grid-column: 1/1;
  }

  .stages__card {
    max-width: none;
  }

  /* Кейсы */
  .main-page-cases__container,
  .portfolio__container {
    margin: 0 auto;
  }



  /* Кейсы */
  .services__buttons .button {
    font-size: 15px;
  }

  .services__buttons .button,
  .services__tesis {
    width: 170px;
  }

  /* .videorewiews__slider {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  } */

  .faq__content-wrapper {
    flex-wrap: wrap;
  }

  .faq__text {
    max-width: none;
  }

  .faq__right-col {
    margin-top: 55px;
    margin-left: 44px;
  }

  .best-cases__text-subtitle {
    margin-top: 0;
  }

  .best-cases__content {
    margin-bottom: 0;
  }

  .footer__navigation {
    min-width: 340px;
  }

  .footer__menu_wrapper-main {
    align-self: start;
  }

  .footer__content {
    margin-right: 50px;
    /* margin-bottom: 50px; */
  }

  .footer__text {
    width: auto;
  }

  .footer__navigation {
    justify-content: start;
  }

  .footer__button {
    margin-bottom: 20px;
  }

  .footer__footer-copyright {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .footer__link-move-up {
    order: -1;
  }

  .footer__footer-copyright p {
    margin-top: 15px;
  }

  .footer__dotted_line {
    display: block;
    height: 2px;
    /* margin-top: -10px;  */
    margin-bottom: 20px;
  }

  /* #about__big-img {
    height: 443px;
    width: 469px;
  } */

  .blogs__content-grid {
    display: inline-grid;
    /* justify-content: space-between; */
    grid-template-areas:
      "C1"
      "C2"
      "C3"
      "C4"
      "C5"
      "C6"
      "C7"
      "C8"
      "C9"
      "C10"
      "C11"
      "C12"
      "F";
  }

}

@media (max-width: 920px) {
  .about__biography-wrapper {
    flex-direction: column;
  }

  .about__biography-left-col {
    margin-right: 0;
  }

  .experience__r-col-card {
    margin-bottom: 15px;
  }

  #about__big-img {
    height: auto;
    width: 100%;
  }

  .about__biography-thumb-images {
    gap: 12px;
  }



}

@media (max-width: 900px) {
  .menu__list-item__order span {
    display: none;
  }

  a .main-page-cases__images-bigimg,
  a .portfolio__images-bigimg {
    min-width: 400px;
  }


  .main-page-cases__top,
  .portfolio__top {
    margin-bottom: 50px;
    /* max-width: 418px; */
    margin-left: auto;
    margin-right: auto;
  }

  .main-page-cases__top .button,
  .portfolio__top .button {
    display: none;
  }

  .main-page-cases__content-inner,
  .portfolio__content-inner {
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 418px;
    margin: 0 auto;
  }

  .portfolio__content-inner {
    max-width: none;
  }

  .main-page-cases__content-box,
  .portfolio__content-box,
  .best-cases__content-box {
    flex-direction: column-reverse;
  }

  .main-page-cases__text-box,
  .portfolio__text-box,
  .best-cases__text-box {
    max-width: none;
  }

  .main-page-cases__big_img-link,
  .portfolio__big_img-link,
  .best-cases__big_img-link {
    margin-bottom: 40px;
    width: 100%;
  }

  /* a .main-page-cases__images-bigimg, */
  a .portfolio__images-bigimg,
  a .best-cases__images-bigimg {
    min-width: 0;
  }

  .main-page-cases__images,
  .portfolio__images,
  .best-cases__images {
    margin-bottom: 37px;
  }

  .main-page-cases__button-down {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
  }

  .main-page-cases {
    padding-bottom: 50px;
  }




  .services__title {
    /* max-width: 418px;
    margin-left: auto; */
    margin-right: auto;
  }

  .services__cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .services__card {
    max-width: 442px;
  }

  .videorewiews__slider {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .videorewiews .title {
    margin-left: 0;
  }

  .photocase__tesis {
    width: 164.42px;
  }

  .photocase__content-teses {
    min-width: 350px;
  }

  /* === About Презентация === */
  .present {
    display: none;
  }

  .footer__wrapper {
    flex-wrap: wrap;
    justify-content: start;
  }

  .footer__content {
    margin-bottom: 50px;
  }

  .footer__menu_wrapper-main {
    margin-right: 15%;
  }

  .blog__buttons-top {
    display: none;
  }

  .events-card__img {
    margin: 0 auto 30px;
  }

  .events-card__btn {
    margin: 15px auto 0;
  }

  .events-card__text p:last-child {
    margin-bottom: 15px;
  }

  .events__card {
    grid-template-areas:
      "img img"
      "titles titles"
      "text text"
      "lists lists"
      "btn btn";
  }

  .footer__wrapper {
    padding-bottom: 250px;
  }


}

@media (max-width: 825px) {
  .header__top-inner {
    margin: 20px auto;
  }

  /* меню */
  .social-slider-inner {
    display: none;
  }

  .menu__list-item__order span {
    display: inline-block;
  }

  .title_buttons__wrapper {
    display: none;
  }

  .buttons__inner {
    display: block;
    margin-top: calc(var(--vh, 1vh)* 100 - 210px);
  }

  .title_button_buttons {
    flex-direction: row;
    align-items: flex-end;
  }

  .title_button_price {
    /* width: 110px;
    height: 34px; */
    width: 140px;
    height: 50px;
    margin-bottom: 0;
    font-size: 12px;
    /* color: #000; */
    writing-mode: horizontal-tb;
  }

  .title_button_sound {
    font-size: 14px;
  }

  .title_button_sound__image {
    /* width: 33px;
    height: 39px; */
    width: 43px;
    height: 50px;
  }

  .title_button_sound__image img {
    width: 29px;
    height: 29px;
  }

  /* Заголовок */
  .header__title {
    padding-bottom: 150px;
  }

  .header__title h1 {
    font-size: 70px;
  }

  .header_subtitle {
    font-size: 45px;
  }

  .faq__right-col {
    margin-left: 0;
  }

  .footer__bg {
    margin-top: -3%;
  }

  @keyframes animation-parusnik {
    0% {
      transform: scale(1) translate(0, 0);
    }

    100% {
      transform: scale(0.85) translate(-80px, -50px);
    }
  }

  .photocase__buttons-top {
    display: none;
  }

  .photocase__buttons-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .photocase__content {
    grid-template: "a"
      "b"
      "c"
      "d";
  }

  .photocase__teses,
  .photocase__reviews {
    max-width: none;
  }

  .photocase__tesis-3,
  .photocase__tesis-4 {
    margin-bottom: 0;
  }

  .photocase__content {
    padding-top: 50px;
  }

  /* === About Бонус === */
  .bonus__cards-wrapper {
    grid-template-columns: 1fr;
  }

  /* === Портретная фотосъемка === */
  #portraitCarousel {
    --f-carousel-slide-width: calc((100% - 10px) / 1.16);
    --f-carousel-dots-width: 100%;
    --f-carousel-dots-height: 28px;
    --f-carousel-dot-width: 80px;
    --f-carousel-dot-height: 32px;
    --f-carousel-dot-opacity: 1;
    --f-carousel-dot-hover-opacity: 1;
    transition: all .5s ease;
  }

  .portrait__about {
    padding-top: 20px;
  }

  .portrait__flex-wrapper {
    gap: 30px;
  }

  .pack-tariffs-packets__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }


}

@media (max-width: 655px) {
  .menu__list-item__order span {
    display: none;
  }

  /* размер лого */
  .header .social-slider__link-img {
    max-width: 172px;
    margin-right: 0;
    margin-top: 10px;
  }

  /* About */
  .column__inner,
  .column__inner--left {
    margin-top: -20px;
  }

  .stages .column__inner--left {
    margin-top: 20px;
  }

  .footer__wrapper {
    padding-bottom: 200px;
  }

  .footer__button {
    margin-top: -160px;
    margin-bottom: 0;
  }

  .footer__bg {
    margin-top: 2%;
  }


  .price__items_wrapper {
    gap: 62px;
    padding-bottom: 80px;
  }

  .price__item {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .price__item-content {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
  }

  .price__item-btn {
    position: absolute;
    bottom: -21px;
    height: 41px;
  }

  #blogCarousel {
    --f-carousel-slide-width: calc((100% - 0) / 1);
    --f-carousel-dots-height: 28px;
    --f-carousel-dot-height: 32px;
    --f-carousel-dot-width: 60px;
  }

  .portrait__buttons-bottom {
    padding-top: 30px;
    /* padding-bottom: 50px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }


}

@media (max-width: 590px) {

  .title {
    font-size: 30px;
  }

  .menu__list-item__order span {
    display: none;
  }

  /* Заголовок */
  .header__title h1 {
    font-size: 50px;
  }

  .header_subtitle {
    font-size: 30px;
  }

  .portrait .title_center_wrapper {
    margin-bottom: 0;
  }


  /* About */
  .title_center_wrapper {
    padding-bottom: 0;
  }

  .column__inner,
  .column__inner--left {
    margin-top: -30px;
  }

  .services_text {
    min-height: 0;
  }

  .videorewiews__slider-arrows {
    width: 80px;
    /* height: 41px; */
  }

  .videorewiews__slider-arrows .slick-arrow.slick-prev {
    background: url('../images/videorewiews__slider-left-active.svg') 0 0 / 80% no-repeat;
  }

  .videorewiews__slider-arrows .slick-arrow.slick-prev.slick-disabled {
    background: url('../images/videorewiews__slider-left-unactive.svg') 0 0 / 80% no-repeat;
  }

  .videorewiews__slider-arrows .slick-arrow.slick-next {
    background: url('../images/videorewiews__slider-right-active.svg') 0 0 / 80% no-repeat;
  }

  .videorewiews__slider-arrows .slick-arrow.slick-next.slick-disabled {
    background: url('../images/videorewiews__slider-right-unactive.svg') 0 0 / 80% no-repeat;
  }

  .videorewiews__slider-arrows .slick-arrow.slick-disabled {
    transition: all 0.3s ease 0s;
  }

  .footer__content {
    margin-right: 0;
  }


}

@media (max-width: 560px) {

  /* размер шрифта меню */
  .menu__list-item {
    font-size: 18px;
  }


  @keyframes animation-parusnik {
    0% {
      transform: scale(1) translate(0, 0);
    }

    100% {
      transform: scale(0.8) translate(-170px, -100px);
    }
  }

  .videorewiews__slider {
    margin-left: 0.1%;
  }

  #photocaseCarousel {
    --f-carousel-slide-width: calc((100% - 10px) / 1.1);
  }

  .footer__menu_wrapper-main {
    margin-right: auto;
  }

  .portrait__cards-wrapper {
    display: block;
    min-width: 350px;
  }

  .portrait__cards-title {
    font-size: 22px;
  }

  .portrait__tesis {
    width: 190px;
  }

  .portrait .button {
    width: 190px;
    font-size: 17px;
  }

  .portrait__services .portrait__services-tesis {
    max-width: 160px;
  }

  .portrait__services-card {
    min-width: 325px;
  }


}

@media (max-width: 479px) {
  .menu__list-item__order span {
    display: none;
  }

  a .main-page-cases__images-bigimg,
  a .portfolio__images-bigimg {
    min-width: 325px;
  }

  .videorewiews__buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .videorewiews .button+.button {
    margin-left: 0;
    margin-top: 30px;
  }

  .videorewiews__slider {
    margin-left: -3%;
  }

  .faq {
    display: none;
  }

  .footer__menu_wrapper+.footer__menu_wrapper {
    margin-left: 0;
  }

  .footer__menu_wrapper-main {
    margin-right: 9%;
  }

  .footer__bg {
    margin-top: 8%;
  }

  .footer__navigation {
    min-width: 240px;
    margin-left: 0;
  }

  .experience__images-img {
    min-width: 78px;
  }

  .portrait__services-tesis {
    width: 165px;
  }

  .portrait .portrait__services-button {
    width: 165px;
    font-size: 16px;
  }

  .portrait__services-tesis {
    max-width: 150px;
  }


}

@media (max-width: 469px) {

  /* логотип скрыть */
  .logo__right {
    display: none;
  }

  /* Кейсы */
  .services__buttons .button {
    font-size: 14px;
  }

  .services__buttons .button,
  .services__tesis {
    width: 155px;
  }

  .videorewiews__header-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .videorewiews__slider-arrows {
    margin-right: 0;
    margin-top: 20px;
    margin-left: auto;
  }

  .body-other-pages--blue .header__top {
    height: 120px;
  }

  .container.container-wide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.photocase__content-container {
    padding-right: 10px;
  }

  .best-cases__btn-1 {
    margin-right: 10px;
  }

  .portfolio .filter__column {
    margin-right: 0;
  }

  .footer__footer-copyright p {
    font-size: 14px;
  }

  .portrait__services .portrait__services-tesis {
    max-width: 158px;
  }


}

@media (max-width: 410px) {
  .container {
    padding: 0 10px;
  }


  .menu__list-item__order span {
    display: none;
  }

  /* Заголовок */
  .header__title h1 {
    font-size: 40px;
  }

  .header_subtitle {
    font-size: 25px;
  }

  /* Кейсы */
  .services__buttons .button {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }

  .services__buttons .button,
  .services__tesis {
    width: 140px;
  }

  .portrait__title {
    font-size: 26px;
  }

  .portrait__cards-title {
    font-size: 20px;
  }

  .portrait__tesis {
    width: 170px;
  }

  .portrait .button {
    width: 170px;
    font-size: 16px;
  }

  .portrait__services .portrait__services-tesis {
    max-width: 140px;
    background-size: contain;
  }

  .portrait__services-tesis {
    width: 140px;
    background-size: 140px 59px;
  }

  .portrait .portrait__services-button {
    width: 140px;
    font-size: 13px;
  }

  .pack-tariffs-packets__card-pictures {
    order: 0;
    gap: 9px;
  }


}