/*
Theme Name: YastisDesign
Theme URI: 
Author: AvA
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
}
body {
    background: #000;
}
header {
    width: 100%;
    height: auto;
    padding: 20px 0;
    z-index: 999;
    position: absolute;
}
.header__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
    width: calc(100% - 80px);
    padding: 0 40px;
    height: inherit;
    margin: 0 auto;
}
.logo__link {
    display: flex;
    flex-direction: row;
}
.logo__icon {
    width: 24px;
    height: 24px;
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/06/ya-logo-icon.png) no-repeat;
    background-size: contain;
    margin-right: 20px;
}
.logo__text {
    width: 70px;
    height: 20px;
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/06/ya-logo-text.png) no-repeat;
    background-size: contain;
    margin-top: 6px;
}
.sticky__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 19px;
}
.sticky__menu:hover {
    cursor: pointer;
}
.sticky__menu span {
    width: 100%;
    height: 1px;
    background: #fff;
}
.sticky__menu span:not(:last-child) {
    margin-bottom: 8px;
}

.entry__screen {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
}
.leftside,
.rightside {
    flex-basis: 50%;
}
.entry__screen h1 {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #AFFEA3;
    padding: 0 0 20px 0;
}
.entry__screen h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 255px;  
}
.entry__screen p {
    max-width: 505px;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    letter-spacing: 0;
    color: #fff;
    padding-bottom: 261px;  
}
.brand__background {
    width: 720px;
    height: 720px;
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/06/brand__background.png) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.shadow__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0; /* скрыто по умолчанию */
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 80%);
    transition: background 0.05s ease, opacity 0.3s ease;
}

.divider {
    width: 1440px;
    margin: 0 auto;
    height: 1px;
    background: #888;
}
.divider__padding {
    margin-top: 59px;
}
.content__container {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 200px;
}
.content__container > h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #AFFEA3;
    padding: 30px 0 85px 0;   
}
.split__view {
    display: flex;
    flex-direction: row;
}
.services__container {
    display: flex;
    flex-direction: column;
}
.uslugi__heading {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #AFFEA3;
    padding: 105px 0 0 0;  
}
.services__container .services__row {
    border-top: 1px solid #fff;
    padding: 16px 0;
}
.services__container .services__row:last-child {
    border-bottom: 1px solid #fff;
}
.services__container .services__row:hover {
    cursor: pointer;
}
.services__container .services__row .services__row__heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.services__container .services__row .services__row__heading h3 {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0;    
    position: relative;  
    user-select: none;
}
.services__container .services__row p {
    font-family: "Onest", sans-serif; 
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 130%;
    text-transform: none;
    color: #fff;
    padding: 30px 0 24px 0;    
}
.services__container .services__row .services__row__heading .modal__arrow {
    display: block;
    width: 36px;
    height: 36px;
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/06/white__arrow.png) no-repeat;
    background-size: cover;
}
.learn__more button,
.learn__more a {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    border:1px solid #fff;
    padding: 20px 50px;
    text-decoration: none;  
    transition: 0.3s ease; 
    background: unset;
}
.learn__more button:hover,
.learn__more a:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}
.column__style .learn__more {
    position: sticky;
    top: 100px;
    z-index: 999;
}
.rotate__arrow {
    transform: rotate(180deg);
}
.brand__min {
    display: flex;
    align-items: start;
    justify-content: center;
}
.brand__min > .brand__background {
    width: 400px;
    height: 400px;
}
.summ__price {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    user-select: none;   
}
.price__arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.price__arrow > .summ__price {
    padding-right: 70px;
    width: 175px;
}
.inline__view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.inline__view__container {
    width: 100%;
    box-sizing: border-box;
    display: none;
    padding: 20px;
}

.inline__view__container.active {
    display: block;
}

.inline__slider__dots {
    text-align: center;
    margin-top: 20px;
}

.inline__slider__dots span {
    display: inline-block;
    width: 14px;
    height: 4px;
    margin: 0 5px;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
}

.inline__slider__dots .active {
    width: 58.5px;
    height: 4px;
    background: #AFFEA3;
    border-radius: 100px;
}

.inline__view .inline__view__container {
	flex-basis: calc(100% / 3);
	max-width: 393px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.inline__view  .inline__view__container .inline__view__img {
    width: 266px;
    height: 266px;
    padding-bottom: 94px;
}
.inline__view  .inline__view__container .inline__view__img img {
    width: inherit;
    height: inherit;
}
.inline__view  .inline__view__container .inline__view__text {
    font-family: "Onest", sans-serif; 
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 135%;
    text-transform: none;
    color: #fff;
    padding: 0;       
}
.column__style {
	flex-basis: 40%;
	align-items: center;
	flex-direction: column;
	justify-content: start;
}

.stop__flex {
    flex-direction: column;
}
.stop__flex p {
    max-width: 100%;
}
.under__title__text {
    font-family: "Onest", sans-serif; 
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 0;
    text-transform: none;
    color: #fff;
    padding: 20px 0 0 0;     
}

/* Обратная связь */
.modal__window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    backdrop-filter: blur(25px);
    -webkit-overflow-scrolling: touch;
}
.modal__window__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 128px 0 200px;
    min-height: 100dvh;
    position: relative;
}
.modal__window.show__container {
  display: block;
  overflow-y: scroll;
}
.modal__window__container__title,
.modal__window__container__inline__lable {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    user-select: none;
    padding: 0 30px 20px 0;  
}
.modal__window__container__inline {
    display: flex;
    flex-direction: row;
} 
.discuss__project__container input {
    background: unset;
	border: unset;
	border-bottom: 1px solid #888;
	width: 100%;
	font-family: var(--main-font);
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0;
	text-transform: unset;
	color: rgba(0,0,0,.5);
	user-select: none;
	outline: none;
	border-radius: 0;
	position: relative;
	top: -6px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    line-height: 1.66;
    letter-spacing: .72px;
}
.discuss__project__container input.project__discuss__send {
	position: relative;
	font-family: var(--main-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.66;
	letter-spacing: .72px;
	text-transform: uppercase;
	color: #000;
	z-index: 1;
	cursor: pointer;
    border-bottom: unset;
    text-align: center;
    width: auto;
}
.discuss__project__container input.project__discuss__send:hover {
    border-bottom: unset;
}
.discuss__project__container input.project__discuss__send:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	width: 100%;
	height: 10px;
	background-color: #000;
	z-index: 10;
}
span.wpcf7-list-item {
    width: 100%;
    display: flex;
    padding: 30px 0 60px;
}
span.wpcf7-list-item label {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: var(--main-font);
    color: var(--sub-color);
    font-size: 18px;
}
input[type="checkbox"] {
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    border-radius: 4px;
    margin-right: 20px;
}
.discuss__project__container textarea {
    background: unset;
	border: unset;
	border-bottom: 1px solid #888;
	width: 100%;
    height: 55px;
	font-family: var(--main-font);
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0;
	text-transform: unset;
	color: rgba(0,0,0,.5);
	user-select: none;
	outline: none;
	border-radius: 0;
	position: relative;
	top: -6px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    line-height: 1.66;
    letter-spacing: .72px;
}   
input {
	background: unset;
	border: unset;
	border-bottom: 1px solid #888;
	width: 100%;
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #AFFEA3;
	user-select: none;
	outline: none;
	border-radius: 0;
	position: relative;
	top: -6px;
    padding-bottom: 5px;
}
.discuss__project__container input:hover,
.discuss__project__container input:active {
	border-bottom: 1px solid #888;
}

.custom-file-label {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: var(--main-font);
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  top: -35px;
  font-weight: 600;
}

/* Скрываем стандартный input */
.custom-file-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

/* Текст поверх input */
.custom-file-text {
  pointer-events: none;
  z-index: 1;
  position: relative;
}




input:hover,
input:active {
    border-bottom: 1px solid #AFFEA3;
}
.modal__window__container__inline__lable {
    flex-basis: auto;
}
.modal__window__container__inline__row {
	flex-basis: 60%;
	padding: 0 30px 20px 0;
}
.modal__window__container__submit {
	padding-top: 51px;
	display: flex;
	justify-content: end;
}
.modal__window__container__submit .modal__window__container__inline__row {
    flex-basis: 0;
    padding: 0;
}
.modal__window__container__inline__row p {
    display: flex;
    flex-direction: row;
}
.modal__window__container__inline__row p span {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
}
.modal__window__container__submit .modal__window__container__inline__row input {
    border: 1px solid #fff;
    color: #fff;
    width: auto;
    padding: 20px 50px;
    transition: 0.3s ease;
}
.modal__window__container__submit .modal__window__container__inline__row input:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}
.modal__window__container__inline__row .wpcf7-spinner {
        display: none;
    }
.wpcf7-spinner {
    display: none;
}
.soon {
	font-size: 18px;
	opacity: .35;
	position: relative;
	top: -25px;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
    padding-left: 0 !important;
    opacity: .4;
}
form.sent {
	width: 1440px;
	margin: 0 auto;
	height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: end;
	align-items: end;
}
.wpcf7-response-output {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px 0 !important;  
    border: 1px solid #fff !important;
    padding: 40px 56px 40px 40px !important;
    background: #000;
    max-width: 470px;
    line-height: 150%;
}
.highlighted {
    display: block;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 0;
    letter-spacing: 0;
    color: #fff;
    padding-top: 25px;
    text-transform: none !important;
}

.entry__sreen__main {
    position: relative;
    top: -165px;
    margin-top: 0 !important;
    width: 100%;
    height: 100vh;
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/08/entry__screen.png) no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 0;
}


/* Навигация */
.navigation__wrap{
  display: none;
  position: fixed;           /* фиксация к вьюпорту */
  inset: 0;                  /* top:0; right:0; bottom:0; left:0 */
  width: 100vw;
  height: 100dvh;            /* корректно на мобилках */
  z-index: 9999;
  backdrop-filter: blur(25px);
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .5);
}
.navigation__wrap.is-open{
  display: block;            /* валидное состояние открытия */
}
/* если хочешь учитывать высоту хедера */
.navigation__container{ padding-top: calc(var(--header-height, 71px) + 32px); }

.navigation__container {
    width: 1440px;
    margin: 0 auto;
    padding-top: 186px;
    position: relative;
}
.header__nav__container ul {
    display: flex;
    flex-direction: column;
    padding-bottom: 73px;
    border-bottom: 1px solid #fff;
}
.header__nav__container ul li {
    list-style-type: none;
    padding-bottom: 30px;
}
.header__nav__container ul li:last-child {
    padding-bottom: 0px;
}
.header__nav__container ul li a {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
    transition: 0.2s ease;
}
.header__nav__container ul lfooteri a:hover {
    opacity: 0.6;
}
.navigation__container__lead {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 186px;
}
.navigation__container__lead button {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    background: unset;
    border: 1px solid #fff;
    padding: 20px 50px;
    transition: 0.3s ease;
}
.navigation__container__lead button:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}
.header__nav__container__links ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-top: 37px;
}
.header__nav__container__links ul li {
    list-style-type: none;
    padding-left: 30px; 
}
.header__nav__container__links ul li a {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
    transition: 0.2s ease; 
}
.header__nav__container__links ul li a:hover {
    opacity: 0.6;   
}
.navigation__container__close__container {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.navigation__container__close,
.modal__window__close {
    position: absolute;
    top: 28px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/06/clode__button.png);
    background-size: cover;
    z-index: 9999;
}
.navigation__container__close:hover,
.modal__window__close:hover {
    cursor: pointer;
}
.show__container {
    display: static;
    overflow: scroll;
}
.hide__container {
    display: none;
}
.navigation__container__lead__mobile {
    display: none;
}
body.scroll-locked {
    overflow: hidden;
    height: 100%;
    position: relative;
}




/* Анимация */
.entry__screen h1 .mask,
.entry__screen h2 .mask,
.entry__screen p .mask {
    display: inline-block;
    overflow: hidden;
}
.entry__screen h1 .mask .char,
.entry__screen h2 .mask .char,
.entry__screen p .mask .char {
    display: inline-block;
    transform: translateY(100%);
    animation: slideUp 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: var(--delay);
}
@keyframes slideUp {
    to { transform: translateY(0); }
}

:root{
  --header-gap: 71px;                 /* расстояние от верха ДО скролла */
  --header-bg-sticky: rgba(0,0,0,.88);/* фон при липком состоянии */
  --header-height: 71px;
}

/* базовое состояние: чуть ниже верха, прозрачная */
header{
  top: var(--header-gap);
  left: 0; right: 0;
  position: absolute;                 /* как у тебя сейчас */
  transition: top .28s ease, background-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}

/* при скролле: прижимаем к верху и даём фон */
header.is-sticky{
  position: fixed;
  top: 0;
  background-color: var(--header-bg-sticky);
  backdrop-filter: saturate(1.1) blur(6px);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

/* лёгкое увеличение логотипа */
.logo__link{
  transform-origin: left center;
  transition: transform .28s ease;
}
header.is-sticky .logo__link{
  transform: scale(1.08); /* «немного» — можно увеличить до 1.12 */
}

/* (опционально) делаем ховер-линию бургер-меню аккуратнее на тёмном фоне */
header.is-sticky .sticky__menu span{ opacity:.95; }


/* TEAM slider */
.team-carousel{
  --slide-w: 302px;
  --slide-h: 376px;
  --gap: 40px;
  --arrow-size: 84px;
  position: relative;
}

/* 2.5 карточки по умолчанию, но не шире контейнера */
.tcar-viewport{
  position: relative;
  overflow: hidden;
  width: min(calc(var(--slide-w) * 2.5 + var(--gap) * 2), 100%);
  margin-left: 0;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.tcar-track{
  display: flex;
  gap: var(--gap);
  flex-wrap: nowrap;            /* ← важно */
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.tcar-hit{ pointer-events: auto; z-index: 1; }
.tcar-arrow{ pointer-events: none; z-index: 2; }

/* фикс для движения по left вместо transform */
.tcar-track{
  position: relative;
  left: 0;
  transition: left .55s cubic-bezier(.22,.61,.36,1);
  will-change: left;
}


.tcar-card{ flex: 0 0 var(--slide-w); }

.tcar-photo{
  width: var(--slide-w);
  height: var(--slide-h);
  background: #111;
  overflow: hidden;
}
.tcar-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcar-caption{ margin-top: 12px; }
.tcar-name{
  font-family: var(--main-font);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.15;
  color: #fff;
}
.tcar-role{
  font-family: var(--sub-font);
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255,255,255,.75);
  margin-top: 6px;
}

/* полуэкрана-клики + курсоры */
.tcar-hit{
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 50%;
  border: 0; background: transparent; padding: 0; margin: 0;
  cursor: w-resize;
  z-index: 1;
}
.tcar-hit--right{ left: 50%; right: 0; cursor: e-resize; }
.tcar-hit:focus-visible{ outline: 2px dashed rgba(255,255,255,.35); outline-offset: -2px; }

/* стрелка в кружке — следует за курсором (позицию ставит JS) */
.tcar-arrow{
  position: absolute;
  top: 0; left: 0;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.22);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: opacity .2s ease;
  pointer-events: none;
  z-index: 2; /* поверх hit-зон */
}
.tcar-viewport:hover .tcar-arrow{ opacity: 1; }

.tcar-arrow::before{
  content: "";
  width: 20px; height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg); /* направо по умолчанию */
}
/* только смена направления — без изменения left/top */
.tcar-arrow.is-left::before{ transform: rotate(135deg); }

/* адаптив: планшет ~1.5 карточки, мобила — 1 */
@media (max-width: 1024px){
  .team-carousel{ --slide-w: 260px; --slide-h: 324px; --gap: 28px; --arrow-size: 72px; }
  .tcar-viewport{ width: min(calc(var(--slide-w) * 1.5 + var(--gap)), 100%); }
  .tcar-name{ font-size: 20px; }
  .tcar-role{ font-size: 14px; }
}
@media (max-width: 576px){
  .team-carousel{ --slide-w: 240px; --slide-h: 300px; --gap: 16px; --arrow-size: 64px; }
  .tcar-viewport{ width: var(--slide-w); }
  .tcar-name{ font-size: 18px; }
  .tcar-role{ font-size: 13px; }
}










/* Адаптив */
@media screen and (max-width: 1440px) {
    .navigation__container,
    .navigation__container__close__container,
    .entry__screen,
    .header__wrap,
    .footer__wrap,
    .about__screen,
    .divider,
    .modal__window__container,
    .content__container,
    .footer__logo {
        width: calc(100% - 80px);
    }
    .modal__window__container__inline {
        flex-direction: column;
    }
    .modal__window__container__title, 
    .modal__window__container__inline__lable {
        padding: 0 0 16px 0;
    }
    input {
        margin-bottom: 16px;
        width: 98%;
    }
    .divider__padding {
        margin-top: 40px;
    }
    .modal__window__container .divider__padding {
        width: 100%;
    }
    .modal__window__container {
        padding-top: 106px;
    }
    .modal__window__container__inline__row p span {
        padding-left: 0;
    }
    .header__nav__container {
        padding: 0 20px;
    }
    .navigation__container__lead {
        right: 20px;
    }
    .header__nav__container__links ul {
        padding: 37px 20px;
    }
    .inline__view__container {
        min-width: 100%;
    }

}
@media screen and (max-width: 768px) {
    .entry__screen {
        display: flex;
        justify-content: flex-end;
        flex-direction: column-reverse;
        padding-bottom: 120px;
    }
    .leftside, 
    .rightside {
        flex-basis: 100%;
    }
    .brand__background {
        width: inherit;
        height: 530px;
    }
    header {
        padding-bottom: 25px;
    }
    .entry__screen h1 {
        font-size: 67px;
        padding-top: 80px;
        padding-bottom: 10px;
    }
    .entry__screen h2 {
        font-size: 17px;
        padding-bottom: 55px;
    }
    .entry__screen p {
        font-size: 18px;
        padding-bottom: 0;
    }
    .inline__view {
        overflow: hidden;
    }
    .inline__view .inline__view__container .inline__view__img {
        padding-bottom: 40px;
    }
    .split__view {
        flex-direction: column;
    }
    .brand__min {
        justify-content: end;
        margin-bottom: 25px;
    }
    .services__container .services__row .services__row__heading h3 {
        font-size: 22px;
    }
    .services__container .services__row p {
        font-size: 16px;
        line-height: 141%;
    }
    .brand__min > .brand__background {
        width: 300px;
        height: 300px;
    }
    .learn__more {
        text-align: center;
        padding-top: 50px;
    }
    .learn__more button, .learn__more a {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    .footer__contants ul {
        flex-direction: column;
        align-items: center;
    }
    .footer__contants ul li,
    .footer__contants ul li:not(:last-child) {
        padding-right: 0;
        padding-bottom: 18px;
    }
    .footer__contants ul li a {
        line-height: 0;
        padding-bottom: 18px;
    }
    .footer__lead__button {
        padding-bottom: 45px;
    }
    .footer__lead__button button {
        font-size: 18px;
        padding: 20px 40px;
    }
    .footer__wrap {
        flex-direction: column-reverse;
        padding-top: 172px;
    }
    .footer__logo {
        height: 155px;
    }
    .uslugi__heading {
        font-size: 36px;
    }
    
}
@media screen and (max-width: 576px) {
    .navigation__container__lead {
        display: none;
    }
    .header__nav__container ul li a {
        font-size: 28px;
    }
    .header__nav__container ul li {
        padding-bottom: 20px;
    }
    .header__nav__container ul {
        padding-bottom: 40px;
    }
    .navigation__container__lead__mobile {
        display: block;
        padding: 40px 20px 0px;
    }
    .navigation__container__lead__mobile button {
        font-family: "Unbounded", sans-serif;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #fff;
        background: none;
        border: 1px solid #fff;
        padding: 20px 0;
        width: 100%;
        transition: 0.3s ease;
    }
    .navigation__container__lead__mobile button:hover {
        color: #000;
        background: #fff;
        cursor: pointer;
    }
    .header__nav__container__links ul {
        flex-direction: column;
    }
    .header__nav__container__links ul li {
        padding-left: 0;
        padding-bottom: 30px;
    }
    .modal__window__container__submit {
        justify-content: center;
    }
    .modal__window__container__submit .modal__window__container__inline__row input {
        width: 100%;
    }
    .modal__window__container__submit .modal__window__container__inline__row {
        flex-basis: 100%;
    }
    .footer__logo {
        height: 188px;
    }
}

@media screen and (max-width: 390px) {
    .footer__logo {
        height: 59px;
    }
}

#menu-item-33,
#menu-item-20 {
    pointer-events: none;
}






/* MAIN */
html {
    scroll-behavior: smooth;
}
:root {
    --main-color: #fff;
    --sub-color: #000;
    --green-color: #AFFEA3;
    --main-font: "Unbounded", sans-serif;
    --sub-font: "Play", sans-serif;
}
.wrap {
    width: 100%;
    display: flex;
}
.container {
    max-width: 1800px;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0 40px;
}
.flex__row {
    display: flex;
    flex-direction: row;
}
.flex__column {
    display: flex;
    flex-direction: column;
}
.flex__screen__middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block__section {
    margin-top: 125px;
    margin-bottom: 250px;
}
.heading {
    font-family: var(--main-font);
}
.subheading {
    font-family: var(--sub-font);
}
.container__heading__min {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: .72px;
    text-transform: uppercase;
}
.heading__top__title {
    margin-bottom: 2.3vw;
}
.f-s-66 {
    font-size: 66px;
}
.f-s-20 {
    font-size: 20px;
}
.f-w-500 {
    font-weight: 500;
}
.f-w-600 {
    font-weight: 600;
}
.w-c {
    color: #fff;
}
.b-c {
    color: #000;
}
.g-c {
    color: #affea3;
}
.w__bg {
    background: #fff;
}
.b__bg {
    background: #000;
}
.l-h-150 {
    line-height: 150%;
}
.uppercase {
    text-transform: uppercase;
}
.block__title__heading {
    font-family: var(--main-font);
    font-size: 74px;
    margin-bottom: 30px;
    line-height: 1.46;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    color: #fff;  
}
.block__title__heading__min {
    font-family: var(--main-font);
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.46;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    color: #fff;     
}
.block__title__text {
    font-family: var(--main-font);
    font-size: 61px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;  
    position: relative;
    padding-left: 49px;
}
.block__title__text:before {
	content: "";
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 5px;
	top: 5px;
	width: 3px;
	height: 79%;
	background-color: #fff;
}
.block__title__text__min {
    font-family: var(--sub-font);
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.46;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .32px;
    color: #fff;     
}
.block__title__text__min a {
    color: #000;
    text-decoration: unset;
}

.discuss__project__subtitle {
	margin-bottom: 47px;
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .32px;
	text-transform: uppercase;
	color: #000;
	opacity: .8;
}


/* FRONT PAGE */
.services-accordion {
    margin-top: 30px;
}
.accordion__item {
    border-top: 2px solid #fff;
    cursor: pointer;
    padding-bottom: 2em;
}
.accordion .accordion__item:last-child {
    border-bottom: 2px solid #fff;
}
.accordion__heading {
    padding: 45px 0 15px 0;
    font-size: 21px;
    font-family: var(--main-font);
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 40px; /* чтобы иконка не наехала на текст */
}

.accordion__heading {
    font-family: var(--main-font);
    font-size: 21px;   
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .56px;
    line-height: 1.2;
}
.accordion__content {
    height: 0;
    overflow: hidden;
    transition: height 2s ease;
}
.accordion__content__active {
    max-height: 1000px;
    overflow: visible;
    transition: max-height 2s ease;
}
.accordion__item__active {
    border-top: 2px solid #affea3;
}
.accordion__content ul {
    padding: 0px 54px 28px 19px;
}
.accordion__content ul li {
    font-family: var(--sub-font); 
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    list-style-type: disc;
}
.accordion__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: inline-block;
  pointer-events: none;
}

.accordion__icon::before,
.accordion__icon::after {
  content: '';
  position: absolute;
  background-color: #fff;
  transition: transform 0.8s ease;
}

/* Горизонтальная палка */
.accordion__icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 5px;
  transform: translateY(-50%);
}

/* Вертикальная палка (будет вращаться) */
.accordion__icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 5px;
  transform: translateX(-50%) rotate(0deg);
}

/* При открытии: вращаем вертикальную палку в горизонтальную */
.accordion__item__active .accordion__icon::after {
  transform: translateX(-50%) rotate(90deg);
}

















/* FOOTER LEAD */
.lead__wrap {
    padding-top: 130px;
    padding-bottom: 132px;
}

/* FOOTER */
.footer {
    background: var(--sub-color);
    padding-top: 134px;
    padding-bottom: 120px;
}
.footer p {
    color: var(--main-color);
}
.footer a {
    color: var(--main-color);
    text-decoration: unset;
}
.footer__icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background-color: var(--green-color);
    margin-top: 20px;
    margin-right: 20px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.tg__icon { background-image: url(http://yastisdesign.ru/wp-content/uploads/2025/07/telegram-icon-b.png); }
.wa__icon { background-image: url(http://yastisdesign.ru/wp-content/uploads/2025/07/whatsapp-icon-b.png); }
.footer__contacts {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: .84px;
    text-transform: uppercase;
}
.animated__link {
    display: inline-block;
    background: linear-gradient(to left, #fff 50%, #AFFEA3 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 1.2s ease;
}
.animated__link:hover {
    background-position: left bottom;
}

.footer__social {
    margin-top: 40px;
}
.footer__social a:not(:last-child):after {
    content: "/";
    padding: 0 20px;
}
.footer__links {
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    transition: .5s ease;
    opacity: 0.6;
}
.footer__links:hover {
    color: var(--green-color);
    opacity: 1;
}
.flex__left {
    flex-basis: 40%;
    max-width: 40%;
    position: relative;
}
.flex__right {
    flex-basis: 60%;
    max-width: 60%;
    position: relative;
}
.stycky__video {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: fit-content;

}
.flex__left__divider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 18%;
    display: flex;
    width: 3px;
    height: 100%;
    background-color: #fff;
    opacity: 0.09;
}
.footer__legal {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 3px solid rgba(255, 255, 255, 0.09);
}


.entry__sreen__main h1 {
	font-family: var(--main-font);
	color: var(--main-color);
	font-size: 90px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.48px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 35px;
}
.text__stroke {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #fff;
}
.entry__sreen__main h2 {
	font-family: var(--main-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.47;
	letter-spacing: .72px;
	text-transform: uppercase;
	color: #fff;
}
.flex__column {
    flex-direction: column;
}


.entry__screen__text ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-family: var(--main-font);
    color: var(--main-color);

}

a.cf7__acceptance {
    color: #000;
    text-decoration: unset;
}
a.cf7__acceptance:hover {
    text-decoration: underline;
    color: var(--green-color);
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item-label {
    color: #999;
}
.heading__margin {
    margin-bottom: 54px;
}

/* ENTRY */
.main__entry__screen {
    width: 100%;
    height: 100vh;
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/08/entry__screen.png) no-repeat;
    background-size: 70%;
    background-position: 100% 0;
    padding-top: 6em;
}
.main__entry__screen__title {
    padding-bottom: 3em;
}
.main__entry__screen__title h1 {
    font-family: "Russo One", sans-serif;
    color: var(--main-color);
    font-size: 75px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.48px;
    text-transform: uppercase;
    padding-bottom: .7em;
    text-shadow: 0 0 20px #000;
}
.main__entry__screen__title h2 {
    font-family: var(--main-font);
    color: var(--main-color);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.48px;
    text-transform: uppercase;
    text-shadow: 0 0 20px #000;
}
.main__entry__screen__subtitle {
    display: flex;
    flex-direction: row;
    padding-top: 3em;
    border-top: 3px solid #fff;
}
.main__entry__screen__subtitle div {
    color: var(--main-color);
}
.main__entry__screen__subtitle:nth-child(1) {
    flex-basis: 33%;
}
.count__items {
    flex-basis: 45%;
}
.adv__items__wrap {
    flex-basis: 35%;
}
.feedback__items {
    flex-basis: 30%;
	justify-content: end;
	display: flex;
	justify-content: flex-end;
	align-self: baseline;
}

.count__items ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    font-family: var(--sub-font);
    color: var(--main-color);
    font-size: 18px;
}
.count__items ul li {
    padding-right: 4em;
}
.count__items ul li span {
    font-size: 50px;
}
.adv__items {
    font-family: var(--sub-font);
    color: var(--main-color);
    font-size: 18px;  
    list-style-type: none;
    line-height: 1.3em;
}
.feedback__link {
    font-family: var(--main-font);
    color: #000;
    background: #fff;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: unset;
    text-transform: uppercase;
}

.main__entry__screen__title h1 > span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
}

/* исходные состояния */
.main__entry__screen__title h1,
.main__entry__screen__title h2 { opacity: 0; transition: opacity .6s ease; }

.main__entry__screen__subtitle {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

/* активные */
.main__entry__screen__title h1.is-visible,
.main__entry__screen__title h2.is-visible { opacity: 1; }

.main__entry__screen__subtitle.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* уважение к reduce-motion */
@media (prefers-reduced-motion: reduce) {
  .main__entry__screen__title h1,
  .main__entry__screen__title h2,
  .main__entry__screen__subtitle {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


/* MEDIA */
@media screen and (max-width: 1024px) {
    .flex__row {
        flex-direction: column;
    }
    .mobile__hide {
        display: none;
    }
    .flex__right,
    .flex__left {
        flex-basis: 100%;
        max-width: 100%;
    }
    .flex__row__mobile {
        flex-direction: row;
    }
    .block__title__heading {
        font-size: 38px;
    }
    .block__title__text {
        font-size: 48px;
    }
    video {
        width:100%;
    }
    .main__entry__screen__subtitle {
        flex-direction: column;
    }
    .main__entry__screen__subtitle div {
        padding-bottom: 2em;
    }
    .main__entry__screen {
        height: auto;
    }
    
}
@media screen and (max-width: 768px) {
    .footer__contacts {
        font-size: 28px;
    }
    .footer__links,
    .block__title__text__min {
        font-size: 18px;
    }
    .discuss__project__container textarea,
    .discuss__project__container input {
        font-size: 26px;
    }
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .wpcf7-list-item-label,
    a.cf7__acceptance {
        font-size: 16px;
    }
    .discuss__project__container__submit {
        text-align: center;
    }
    input {
        top: 0;
    }
    .f-s-66 {
        font-size: 42px;
    }
    .heading__margin {
        margin-bottom: 22px;
    }
    .flex__left__divider::before {
        display: none;
    }
    .container__heading__min {
        font-size: 24px;
    }
}
@media screen and (max-width: 460px) {
    .footer__contacts,
    .f-s-66,
    .container__heading__min {
        font-size: 14px;
    }
    .footer__links, .block__title__text__min {
        font-size: 16px;
    }
    .footer__icon {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .discuss__project__container textarea, .discuss__project__container input,
    .custom-file-label, .wpcf7-list-item-label, a.cf7__acceptance, .discuss__project__container input.project__discuss__send {
        font-size: 14px;
    }
    .block__title__heading {
        font-size: 9px;
    }
    .block__title__text {
        font-size: 36px;
    }
    .accordion__heading {
        font-size: 20px;
    }
    .accordion__icon {
        width: 25px;
        height: 25px;
    }
    .accordion__icon::after {
        width: 3px;
    }
    .accordion__icon::before {
        height: 3px;
    }
    .accordion__content ul li {
        font-size: 16px;
    }
    .f-s-20 {
        font-size: 16px;
    }
    .footer__social a:not(:last-child)::after {
        padding: 0 10px;
    }
    .block__title__text {
        padding-left: 25px;
    }
    .main__entry__screen__title h1 {
        font-size: 35px;
    }
    .main__entry__screen__title h2 {
        font-size: 18px;
    }
    .count__items ul li span {
        font-size: 30px;
    }
    .count__items ul {
        font-size: 12px;
    }
    .main__entry__screen__subtitle {
        border-top: unset;
        padding-top: 1.5em;
    }
    .main__entry__screen {
	background-position: 100% 65% !important;
	background: url(http://yastisdesign.ru/wp-content/uploads/2025/08/entry__screen__mobile.png) no-repeat;
    }
    .container {
	    width: calc(100% - 20px);
	    padding: 0 10px;
}
}



:root{
  --header-gap: 18px;                 /* отступ сверху до скролла */
  --header-bg-sticky: rgba(0,0,0,.85);/* фон в липком состоянии */
}

/* базовое состояние: шапка «на месте», чуть ниже верха */
header{
  position: absolute;
  top: var(--header-gap);
  left: 0; right: 0;
  transition:
    top .28s ease,
    background-color .28s ease,
    box-shadow .28s ease,
    backdrop-filter .28s ease;
  will-change: top, background-color, backdrop-filter;
  z-index: 999; /* поверх контента */
}

/* липкое состояние при скролле */
header.is-sticky{
  position: fixed;
  top: 0;
  background-color: var(--header-bg-sticky);
  backdrop-filter: saturate(1.1) blur(6px);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

/* лёгкое увеличение логотипа при прилипающей шапке */
.logo__link{
  transform-origin: left center;
  transition: transform .28s ease;
}
header.is-sticky .logo__link{
  transform: scale(1.08);
}

/* плейсхолдер для предотвращения «прыжка» контента */
.header-placeholder{ display:block; height:0; }

/* уважение к reduce-motion */
@media (prefers-reduced-motion: reduce){
  header{ transition: none !important; }
  .logo__link{ transition: none !important; }
}

/* иконка «плюс» */
.accordion__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: inline-block;
  pointer-events: none;
}

.accordion__icon::before,
.accordion__icon::after {
  content: '';
  position: absolute;
  background-color: #fff;
  transform-origin: 50% 50%;
  will-change: transform;
  transition: transform .22s cubic-bezier(.22,.61,.36,1); /* было 0.8s */
}

/* горизонтальная палка */
.accordion__icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 5px;
  transform: translateY(-50%);
}

/* вертикальная палка (станет «минусом») */
.accordion__icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 5px;
  transform: translateX(-50%) rotate(0deg);
}

/* при открытии превращаем «плюс» в «минус» */
.accordion__item__active .accordion__icon::after {
  transform: translateX(-50%) rotate(90deg);
}

/* ускоряем CSS-fallback анимацию высоты (если где-то без JS) */
.accordion__content { transition: height .24s ease; } /* было 2s */

/* ИКОНКА «плюс/минус» — работает всегда */
.accordion__icon{
  position:absolute;
  right:20px; top:50%;
  transform:translateY(-50%);
  width:45px; height:45px;
  pointer-events:none;
}

/* полосы и плавность */
.accordion__icon::before,
.accordion__icon::after{
  content:"";
  position:absolute;
  background:#fff;
  will-change:transform,opacity;
  transition:transform .22s cubic-bezier(.22,.61,.36,1), opacity .22s ease;
}

/* горизонтальная (минус) — всегда видна */
.accordion__icon::before{
  top:50%; left:0; right:0;
  height:5px;
  transform:translateY(-50%);
}

/* вертикальная (для «плюса») — складываем по оси Y */
.accordion__icon::after{
  top:0; bottom:0; left:50%;
  width:5px;
  transform:translateX(-50%) scaleY(1);
  transform-origin:center;       /* чтобы «складывалась» из середины */
  opacity:1;
}

/* раскрыто: превращаемся в «минус» */
.accordion__item__active .accordion__icon::after{
  transform:translateX(-50%) scaleY(0);
  opacity:0;
}

/* ускоряем анимацию контента, если нужно */
.accordion__content{ transition: height .24s ease; }



@media (max-width: 460px){
  .main__entry__screen__subtitle{
    display: flex;
    flex-direction: column;
  }

  /* порядок блоков */
  .adv__items__wrap{ order: 1; }
  .count__items{ order: 2; display: block; }
  .feedback__items{ order: 3; display: block; align-self: flex-start; }
}
@media (max-width:460px){
  /* контейнер с фиксированной высотой по первому пункту */
  .count__items .count-ticker{
    position: relative;
    overflow: hidden;
  }
  /* сам список будем анимировать через top */
  .count__items .count-ticker > ul{
    position: absolute;
    top: 0; left: 0; right: 0;
    margin: 0; padding: 0; list-style: none;
  }
}
@media (max-width:460px){
  /* переопределяем desktop-стили */
  .count__items ul{
    display: block !important;        /* вместо flex-row */
  }

  /* обёртка-«витрина» (её создаёт JS) */
  .count__items .count-ticker{
    position: relative;
    overflow: hidden;                  /* показываем только 1 пункт */
  }

  /* сам список едет вверх/вниз */
  .count__items .count-ticker > ul{
    position: absolute;
    top: 0; left: 0; right: 0;
  }

  /* на всякий случай — блочная укладка пунктов */
  .count__items .count-ticker > ul li{
    display: block;
    margin: 0;                         /* убираем возможные боковые отступы */
  }
}
@media (max-width: 460px) {
    .header__wrap {
        padding: 0 20px;
        width: calc(100% - 40px);
    }
    header {
        padding-bottom: 20px;
    }
    .main__entry__screen__title {
        padding-bottom: 1em;
    }
    .adv__items {
        font-size: 16px;
    }
    .feedback__link {
        font-size: 16px;
        padding: 10px 15px;
    }
}
@media (max-width:460px){
  /* контейнер + фиксируем высоту под активный элемент */
  .count__items{ position: relative; }
  .count__items ul{
    position: relative;
    margin: 0; padding: 0; list-style: none;
    display: block !important;   /* переопределяем desktop flex */
    min-height: 0;               /* выставит скрипт */
  }

  /* полностью прячем все li кроме активного */
  .count__items ul li{
    display: none;               /* <— невидим и не занимает место */
    position: absolute;
    left: 0; top: 0; width: 100%;
  }
  .count__items ul li.is-active{
    display: block;              /* только активный в потоке */
    position: relative;
  }

  /* анимации появления/ухода */
  @keyframes ticker-in {
    from { transform: translateY(16px); opacity: 0; }
    to   { transform: translateY(0);     opacity: 1; }
  }
  @keyframes ticker-out {
    from { transform: translateY(0);     opacity: 1; }
    to   { transform: translateY(-16px); opacity: 0; }
  }
  .count__items ul li.enter { animation: ticker-in .4s ease forwards; }
  .count__items ul li.leave { animation: ticker-out .35s ease forwards; }
}


/* === FIX: plus → minus для .accordion__icon (финальная версия) === */
.accordion__heading { position: relative; }

.accordion__icon{
  position:absolute;
  right:20px; top:50%;
  transform:translateY(-50%);
  width:45px; height:45px;
  pointer-events:none;
}

.accordion__icon::before,
.accordion__icon::after{
  content:"";
  position:absolute;
  background:#fff;
  transform-origin:50% 50%;
  transition:transform .24s cubic-bezier(.22,.61,.36,1), opacity .24s ease;
  will-change: transform, opacity;
}

/* горизонтальная палка — «минус» (всегда видна) */
.accordion__icon::before{
  top:50%; left:0; right:0;
  height:5px;
  transform: translateY(-50%);
}

/* вертикальная палка — добавляет «плюс» (видна в закрытом) */
.accordion__icon::after{
  top:0; bottom:0; left:50%;
  width:5px;
  transform: translateX(-50%) scaleY(1);
  opacity:1;
}

/* при открытии «складываем» вертикальную палку в ноль → остаётся «минус» */
.accordion__item.accordion__item__active > .accordion__heading .accordion__icon::after{
  transform: translateX(-50%) scaleY(0);
  opacity:0;
}

/* чуть быстрее разворот контента, чтобы совпадало по темпу */
.accordion__content{ transition: height .24s ease; }

/* FINAL OVERRIDE: плюс → минус, плавно */
.accordion__icon::after{
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
}

/* когда пункт открыт — вертикальная палка исчезает (остаётся «минус») */
.accordion > li.accordion__item.accordion__item__active > .accordion__heading > .accordion__icon::after{
  transform: translateX(-50%) scaleY(0) !important;
  opacity: 0 !important;
}

/* ПЛЮС → МИНУС: финальный оверрайд */
.accordion__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  pointer-events: none;
}

/* две палки «плюса» */
.accordion__icon::before,
.accordion__icon::after{
  content: "";
  position: absolute;
  background: #fff;
  will-change: transform, opacity;
  transition: transform .24s cubic-bezier(.22,.61,.36,1), opacity .24s ease;
}

/* горизонтальная — всегда видна (это «минус») */
.accordion__icon::before{
  top: 50%; left: 0; right: 0;
  height: 5px;
  transform: translateY(-50%);
}

/* вертикальная — по умолчанию есть (это «плюс») */
.accordion__icon::after{
  top: 0; bottom: 0; left: 50%;
  width: 5px;
  transform-origin: center;
  transform: translateX(-50%) scaleY(1) !important; /* сбрасываем любые rotate */
  opacity: 1 !important;
}

/* открыт пункт → «минус» (прячем вертикальную) */
.accordion__icon.is-open::after{
  transform: translateX(-50%) scaleY(0) !important;
  opacity: 0 !important;
}
/* у иконки, когда пункт открыт */
.accordion__icon.is-open::after{
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s;
}

@media (max-width: 460px) {
    .container {
        margin: 2em 0;
    }
}
/* Touch: показываем ~1.5 карточки */
@media (hover: none) and (pointer: coarse) {
  .team-carousel .tcar-viewport{
    width: calc(var(--slide-w) * 1.6 + var(--gap)) !important;
  }
}


/* ОТРАСЛИ */
/* Блок списка */
.industry {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;

  --stack-dx: clamp(40px, 6vw, 120px);
  --stack-dy: clamp(24px, 4vw, 70px);

  padding-right: calc(2 * var(--stack-dx));
  padding-bottom: calc(2 * var(--stack-dy));
  overflow: hidden;
}

/* Карточка */
.industry__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid #fff;
  background: #000;
  padding: 37px 32px 29px 41px;
  width: 630px;
  max-width: 630px;
  min-height: 290px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .2s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.industry__item:nth-child(1) {
    	background-size: 35% !important;
	background-position: 95% 95% !important;
}
.industry__item:nth-child(2),
.industry__item:nth-child(3) {
	background-size: 30% !important;
	background-position: 95% 95% !important;
}
.industry__item:nth-child(1){ background: #000 url('http://yastisdesign.ru/wp-content/uploads/2025/08/industry_img_1.png') no-repeat; }
.industry__item:nth-child(2){ background: #000 url('http://yastisdesign.ru/wp-content/uploads/2025/08/industry_img_2.png') no-repeat; }
.industry__item:nth-child(3){ background: #000 url('http://yastisdesign.ru/wp-content/uploads/2025/08/industry_img_3.png') no-repeat; }

.industry.industry__item:nth-child(1) {
    background: url(http://yastisdesign.ru/wp-content/uploads/2025/07/industry_img_1.png) no-repeat;
}

/* Hover (общий) */
.industry__item:hover {
  border-color: #a4f099;
  cursor: pointer;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}

/* Типографика */
.industry__item__content,
.industry__item__heading { color: var(--main-color); }
.industry__item__heading {
  font-family: var(--main-font);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 80px;
}
.industry__item__content {
  font-family: var(--sub-font);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

/* === ДЕСКТОП: стопка с наложением === */
@media (min-width: 769px) {
  .industry__item:nth-child(1) { z-index: 1; }

  .industry__item:nth-child(2),
  .industry__item:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .industry__item:nth-child(2) {
    transform: translate(var(--stack-dx), var(--stack-dy));
    z-index: 2;
  }
  .industry__item:nth-child(3) {
    transform: translate(calc(2 * var(--stack-dx)), calc(2 * var(--stack-dy)));
    z-index: 3;
  }

  .industry__item:nth-child(2):hover {
    transform: translate(var(--stack-dx), var(--stack-dy)) translateY(-8px);
  }
  .industry__item:nth-child(3):hover {
    transform: translate(calc(2 * var(--stack-dx)), calc(2 * var(--stack-dy))) translateY(-8px);
  }
}

/* === МОБИЛЬНАЯ стопка с наложением (1-я внизу, 3-я сверху) === */
/* === МОБИЛЬНАЯ стопка: 1-я у верха, 2-я и 3-я с верхним зазором === */
@media (max-width: 768px) {
  .industry {
    overflow: visible;
    margin: 0;
    padding: 0;

    /* настройка */
    --safe-top: var(--header-height, 0px); /* высота фикс-хедера, если есть */
    --pin-offset: 16px;                    /* отступ от верха экрана */
    --gap: clamp(24px, 6vw, 48px);         /* видимый зазор между слоями */
  }

  .industry__item {
    position: sticky;
    left: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    transform: none !important;
    margin: 0 0 var(--gap) 0;
    /* можно оставить твои адаптивные паддинги, если нужно компактнее */
    padding: clamp(20px, 5vw, 37px) clamp(16px, 4vw, 32px)
             clamp(18px, 4vw, 29px) clamp(22px, 5vw, 41px);
  }

  /* ЯВНЫЕ пины: чем ниже слой, тем больше top */
  .industry__item:nth-child(1) {           /* верх стопки: виден всегда */
    top: calc(var(--safe-top) + var(--pin-offset));
    z-index: 1;
  }
  .industry__item:nth-child(2) {           /* ниже на --gap */
    top: calc(var(--safe-top) + var(--pin-offset) + var(--gap));
    z-index: 2;
  }
  .industry__item:nth-child(3) {           /* ещё ниже на 2*--gap */
    top: calc(var(--safe-top) + var(--pin-offset) + 2 * var(--gap));
    z-index: 3;
  }

  /* чуть компактнее заголовок на узких */
  .industry__item__heading { font-size: 35px; }
}

/* Десктоп: наведённая карточка поверх всех */
@media (min-width: 769px) {
  .industry__item:is(:hover, :focus-within) { z-index: 999; }
}

/* === ACCORDION ICON — финальный форс === */
.accordion__heading{ position:relative; padding-right:56px; }
.accordion__icon{
  position:absolute; right:20px; top:50%;
  transform:translateY(-50%); width:45px; height:45px; pointer-events:none;
}

/* две палки */
.accordion__icon::before,
.accordion__icon::after{
  content:"";
  position:absolute;
  background:#fff;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease !important;
}

/* горизонталь — «минус», всегда видна */
.accordion__icon::before{
  left:0; right:0; top:50%; height:5px;
  transform:translateY(-50%) !important;
}

/* вертикаль — добавляет «плюс», по умолчанию ВИДНА */
.accordion__icon::after{
  left:50%; top:0; bottom:0; width:5px;
  transform-origin:center;
  transform: translateX(-50%) scaleY(1) !important;
  opacity: 1 !important;
  rotate: 0deg !important;           /* гасим любые rotate из старых стилей */
}

/* ОТКРЫТО: вертикаль складываем → остаётся «минус» */
.accordion .accordion__item.accordion__item__active > .accordion__heading > .accordion__icon::after,
.accordion .accordion__icon.is-open::after{
  transform: translateX(-50%) scaleY(0) !important;
  opacity: 0 !important;
}

/* === NEW: плюс→минус для аккордеона === */
.accordion__heading { position: relative; padding-right: 56px; }

.acc-icon{
  position:absolute;
  right:20px; top:50%;
  transform:translateY(-50%);
  width:45px; height:45px;
  pointer-events:none;
}

/* две палки — рисуем сами */
.acc-icon::before,
.acc-icon::after{
  content:"";
  position:absolute;
  left:50%; top:50%;
  background:#fff;
  border-radius:2px;
  transform-origin:center;
  transition: transform .28s cubic-bezier(.22,.61,.36,1), opacity .28s ease;
}

/* горизонтальная — «минус», всегда видна */
.acc-icon::before{
  width:28px; height:5px;
  transform: translate(-50%, -50%);
}

/* вертикальная — добавляет «плюс» */
.acc-icon::after{
  width:5px; height:28px;
  transform: translate(-50%, -50%) scaleY(1);
  opacity:1;
}

/* ОТКРЫТО: складываем вертикальную → остаётся «минус» */
.accordion__item.accordion__item__active > .accordion__heading > .acc-icon::after,
.acc-icon.is-open::after{
  transform: translate(-50%, -50%) scaleY(0);
  opacity:0;
}

/* === FINAL: плюс → минус (жёсткий оверрайд) === */
.accordion__heading { position: relative; padding-right: 56px; }

.accordion__heading > .accordion__icon,
.accordion__heading > .acc-icon{
  position:absolute;
  right:20px; top:50%;
  transform:translateY(-50%);
  width:45px; height:45px;
  pointer-events:none;
}

/* рисуем две палки */
.accordion__heading > .accordion__icon::before,
.accordion__heading > .acc-icon::before,
.accordion__heading > .accordion__icon::after,
.accordion__heading > .acc-icon::after{
  content:"";
  position:absolute;
  left:50%; top:50%;
  background:#fff;
  border-radius:2px;
  transform-origin:center;
  transition: transform .28s cubic-bezier(.22,.61,.36,1), opacity .28s ease;
}

/* горизонтальная — «минус» (всегда видна) */
.accordion__heading > .accordion__icon::before,
.accordion__heading > .acc-icon::before{
  width:28px; height:5px;
  transform: translate(-50%, -50%) !important;
}

/* вертикальная — добавляет «плюс» по умолчанию */
.accordion__heading > .accordion__icon::after,
.accordion__heading > .acc-icon::after{
  width:5px; height:28px;
  transform: translate(-50%, -50%) scaleY(1) !important;
  opacity:1 !important;
}

/* ОТКРЫТО: складываем вертикальную → остаётся «минус» */
.accordion > li.accordion__item.accordion__item__active > .accordion__heading > .accordion__icon::after,
.accordion > li.accordion__item.accordion__item__active > .accordion__heading > .acc-icon::after{
  transform: translate(-50%, -50%) scaleY(0) !important;
  opacity: 0 !important;
}

/* === ACCORDION ICON: плюс → минус, надёжный вариант === */
/* Паддинг под иконку */
.accordion__heading{ position:relative; padding-right:56px; }

/* Новый чистый класс (если решишь заменить в HTML на <span class="acc-icon">) */
.accordion__heading > .acc-icon{
  position:absolute; right:20px; top:50%; transform:translateY(-50%);
  width:45px; height:45px; pointer-events:none;
}
.accordion__heading > .acc-icon::before,
.accordion__heading > .acc-icon::after{
  content:""; position:absolute; left:50%; top:50%; background:#fff; border-radius:2px;
}
/* горизонтальная — всегда видна */
.accordion__heading > .acc-icon::before{
  width:28px; height:5px; transform:translate(-50%,-50%);
}
/* вертикальная — «складывается» по height */
.accordion__heading > .acc-icon::after{
  width:5px; height:28px; transform:translate(-50%,-50%);
  transition: height .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
  will-change: height, opacity;
}
/* открыт пункт → остаётся «минус» */
.accordion__item.accordion__item__active > .accordion__heading > .acc-icon::after,
.accordion__heading > .acc-icon.is-open::after{
  height:0; opacity:0;
}


/* Fallback для твоего текущего <span class="accordion__icon"> (если HTML не меняешь) */
.accordion__heading > .accordion__icon{
  position:absolute; right:20px; top:50%; transform:translateY(-50%);
  width:45px; height:45px; pointer-events:none;
}
.accordion__heading > .accordion__icon::before,
.accordion__heading > .accordion__icon::after{
  content:""; position:absolute; left:50%; top:50%; background:#fff; border-radius:2px;
}
/* горизонтальная */
.accordion__heading > .accordion__icon::before{
  width:28px; height:5px; transform:translate(-50%,-50%);
}
/* вертикальная — складываем по height (перебивает любые rotate) */
.accordion__heading > .accordion__icon::after{
  width:5px; height:28px; transform:translate(-50%,-50%);
  transition: height .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
  will-change: height, opacity;
}
/* открыт пункт → минус */
.accordion__item.accordion__item__active > .accordion__heading > .accordion__icon::after,
.accordion__heading > .accordion__icon.is-open::after{
  height:0; opacity:0;
}



/* Спрячем старую иконку, чтобы не мешала */
.accordion__heading .accordion__icon{ display:none !important; }

/* Новая иконка */
.accordion__heading{ position:relative; padding-right:56px; }

.accordion__heading .acc-icon2{
  position:absolute; right:20px; top:50%;
  transform:translateY(-50%);
  width:45px; height:45px;
  pointer-events:none;
}

/* Полоски плюса */
.accordion__heading .acc-icon2 .acc-h,
.accordion__heading .acc-icon2 .acc-v{
  position:absolute; left:50%; top:50%;
  background:#fff; border-radius:2px;
  transition: height .25s cubic-bezier(.22,.61,.36,1),
             opacity .25s ease,
             transform .25s cubic-bezier(.22,.61,.36,1);
  will-change: height, opacity, transform;
}

/* Горизонтальная — всегда видна (минус) */
.accordion__heading .acc-icon2 .acc-h{
  width:28px; height:5px;
  transform:translate(-50%,-50%);
}

/* Вертикальная — «складывается» в ноль при открытии */
.accordion__heading .acc-icon2 .acc-v{
  width:5px; height:28px;
  transform:translate(-50%,-50%);
}

/* Открыт пункт → остаётся «минус» */
.accordion__item.accordion__item__active > .accordion__heading .acc-icon2 .acc-v{
  height:0 !important;
  opacity:0 !important;
}


/* === ACCORDION ICON: плюс → минус (финальный оверрайд) === */
.accordion > li.accordion__item > .accordion__heading { position: relative; padding-right: 56px; }

.accordion > li.accordion__item > .accordion__heading > .accordion__icon{
  position: absolute; right: 20px; top: 50%;
  width: 45px; height: 45px; transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

/* Две палки плюса */
.accordion > li.accordion__item > .accordion__heading > .accordion__icon::before,
.accordion > li.accordion__item > .accordion__heading > .accordion__icon::after{
  content: ""; position: absolute; left: 50%; top: 50%;
  background: #fff; border-radius: 2px;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
  will-change: transform, opacity;
}

/* Горизонтальная — всегда видна (минус) */
.accordion > li.accordion__item > .accordion__heading > .accordion__icon::before{
  width: 28px; height: 5px;
  transform: translate(-50%, -50%) !important;
}

/* Вертикальная — по умолчанию видна (плюс) */
.accordion > li.accordion__item > .accordion__heading > .accordion__icon::after{
  width: 5px; height: 28px;
  transform: translate(-50%, -50%) scaleY(1) !important;
  opacity: 1 !important;
}

/* Открыт пункт → «минус»: прячем вертикальную */
.accordion > li.accordion__item.accordion__item__active > .accordion__heading > .accordion__icon::after,
.accordion > li.accordion__item > .accordion__heading > .accordion__icon.is-open::after{
  transform: translate(-50%, -50%) scaleY(0) !important;
  opacity: 0 !important;
}


/* === ACCORDION ICON v3: плюс → минус (без псевдоэлементов) === */
.accordion .accordion__heading{ position: relative; padding-right: 56px; }

.accordion .accordion__icon.ai-v3{
  position: absolute; right: 20px; top: 50%;
  width: 45px; height: 45px; transform: translateY(-50%);
  pointer-events: none; z-index: 1;
}

/* Отрубаем ВСЕ старые ::before/::after, чтобы не мешали */
.accordion .accordion__icon.ai-v3::before,
.accordion .accordion__icon.ai-v3::after{ content: none !important; }

/* Две реальные палки */
.accordion .accordion__icon.ai-v3 .ai-h,
.accordion .accordion__icon.ai-v3 .ai-v{
  position: absolute; left: 50%; top: 50%;
  background: #fff; border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
  will-change: transform, opacity;
}

/* Горизонтальная (минус) — всегда видна */
.accordion .accordion__icon.ai-v3 .ai-h{ width: 28px; height: 5px; }

/* Вертикальная — видна в закрытом состоянии */
.accordion .accordion__icon.ai-v3 .ai-v{ width: 5px; height: 28px; }

/* ОТКРЫТО: прячем вертикальную (плюс → минус) */
.accordion li.accordion__item.accordion__item__active
  > .accordion__heading > .accordion__icon.ai-v3 .ai-v{
  transform: translate(-50%, -50%) scaleY(0) !important;
  opacity: 0 !important;
}

/* На всякий случай — если захочешь принудительно классом управлять: */
.accordion .accordion__icon.ai-v3.is-open .ai-v{
  transform: translate(-50%, -50%) scaleY(0) !important;
  opacity: 0 !important;
}


/* Глушим старые псевдоэлементы у иконки */
.accordion .accordion__icon::before,
.accordion .accordion__icon::after{
  content: none !important;
  display: none !important;
}

.accordion .accordion__heading{ position: relative; padding-right:56px; }

.accordion .accordion__icon{
  position: absolute; right:20px; top:50%;
  width:45px; height:45px; transform: translateY(-50%);
  display:inline-flex; align-items:center; justify-content:center;
}

.accordion .accordion__icon svg{ width:28px; height:28px; overflow:visible; }

.accordion .accordion__icon svg .h,
.accordion .accordion__icon svg .v{
  fill:#fff;
  transform-origin:50% 50%;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
}

/* Открыт пункт → «минус»: прячем вертикальную палку */
.accordion li.accordion__item.accordion__item__active
  > .accordion__heading .accordion__icon svg .v{
  transform: scaleY(0);
  opacity: 0;
}


/* Полностью отключаем старые ::before/::after у иконки */
.accordion .accordion__icon::before,
.accordion .accordion__icon::after{
  content: none !important;
  display: none !important;
}

/* Контейнер иконки */
.accordion .accordion__heading{ position: relative; padding-right:56px; }
.accordion .accordion__icon{
  position:absolute; right:20px; top:50%;
  width:45px; height:45px; transform:translateY(-50%);
  display:inline-block;
}

/* Реальные полоски плюса */
.accordion .accordion__icon .bar{
  position:absolute; background:#fff; border-radius:2px;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
  will-change: transform, opacity;
}

/* Горизонтальная — «минус» */
.accordion .accordion__icon .bar.h{
  left:0; right:0; height:5px; top:50%; transform:translateY(-50%);
}

/* Вертикальная — складывается при открытии */
.accordion .accordion__icon .bar.v{
  top:0; bottom:0; width:5px; left:50%;
  transform:translateX(-50%) scaleY(1); opacity:1;
}

/* Пункт открыт → оставляем «минус» */
.accordion li.accordion__item.accordion__item__active > .accordion__heading .accordion__icon .bar.v,
.accordion .accordion__icon.is-open .bar.v{
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}


/* Глушим любые старые ::before/::after */
.accordion__icon::before,
.accordion__icon::after{
  content: none !important;
  display: none !important;
}

/* Контейнер иконки и отступ под неё */
.accordion .accordion__heading{ position: relative; padding-right:56px; }
.accordion .accordion__icon{
  position:absolute; right:20px; top:50%;
  width:45px; height:45px; transform:translateY(-50%);
  pointer-events:none;
}

/* Реальные полоски */
.accordion .accordion__icon .bar{
  position:absolute; background:#fff; border-radius:2px;
}

/* Горизонтальная — «минус» */
.accordion .accordion__icon .bar.h{
  left:0; right:0; height:5px; top:50%; transform:translateY(-50%);
}

/* Вертикальная — будет складываться */
.accordion .accordion__icon .bar.v{
  top:0; bottom:0; width:5px; left:50%;
  transform: translateX(-50%) scaleY(1);
  transform-origin:center;
  opacity:1;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), opacity .25s ease;
}

.flex__left__half,
.flex__right__half {
  flex-basis: 50%;
  max-width: 50%;
}
.flex__screen__start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.clients__video__landing {
  width: 100%;
  position: relative;
  top: -125px;
}
.accordion__content > p {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 18px;
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .flex__left__half,
  .flex__right__half {
    flex-basis: 100%;
    max-width: 100%;
  }
  .clients__video__landing {
    top: 0;
  }
  .mobile__hide {
    display: none;
  }
  .leftside, 
  .rightside {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .accordion__heading,
  .summ__price {
    font-size: 15px;
  }
  .services-accordion .plus__icon .bar.v {
    height: 80% !important;
    width: 3px !important;
  }
  .services-accordion .plus__icon .bar.h {
    height: 3px !important;
    width: 80% !important;
  }
}
@media (max-width: 576px) {
  .main__entry__screen__title h1 {
    font-size: 50px;
  }
  .main__entry__screen__title h2 {
    font-size: 23px;
  }
}

.accordion__heading,
.summ__price {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .content__container {
	width: 100%;
}
}
.mobile__summ { 
  display: none;
	margin-bottom: 0.1em;
	color: rgba(255, 255, 255, .75) !important;
}
@media (max-width: 768px) {
  .summ__price {
    display: none;
  }
  .mobile__summ {
    display: block;
  }
}
@media (max-width: 428px) {
  .accordion__heading {
    font-size: 15px;
  }
}