* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
  transition: 0.3s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/***** GENERAL ELEMENTS *****/
:root {
  --content-width: 1200px;
  --content-width-757: 757px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-width-757: var(--content-width-757);
  --title-font: "Unbounded", "Manrope", sans-serif;
  --space-between: 80px;
  --primary-color: rgb(78, 163, 233);
  --secondary-color: rgb(51, 46, 112);
  --text-color: rgb(33, 33, 33);
  --white-color: rgb(255, 255, 255);
  --error-color: rgb(234, 50, 50);
}

/***** Mixins *****/
@media screen and (max-width: 1199px) {
  :root {
    --container-offset: 16px;
    --space-between: 60px;
  }
}
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: var(--text-color);
  background: #fbfbfb;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: var(--space-between);
}

section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--space-between);
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}
.h1 {
    font-size: 52px;
    line-height: 62px;
}
.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}
.container-757 {
	margin: 0 auto;
	max-width: var(--container-width-757);
	width: 100%;
}
.hidden,
.screen-reader-text {
  display: none !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
      background: #0000003b;
}
.header.fixed {
    background: #00000099;
}

.header.fixed .header-logo {
    max-width: 50px;
}
.header.fixed .header-menu > li > a {
    height:24px;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;



}
.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width:100px;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
 .slider-container {
      position: relative;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
    }

    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      /* Время исчезновения (Fade Out) — 1.5 секунды */
      transition: opacity var(--fade-time, 1500ms) ease-in-out; 
      z-index: 1;
      display:flex;
      justify-content:center;
      align-items:center;
    }




    /* Когда слайд активен, он плавно появляется поверх старого */
    .slide.active {
      opacity: 1;
      z-index: 2;
    }

    .slide-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      z-index: 1;
      transform: scale(1); /* Исходное состояние */
    }

    /* Этот класс мы будем добавлять через JS для запуска увеличения */
    .slide-bg.zooming {
       animation: zoomEffect var(--zoom-time, 11500ms) linear forwards; 
    }

    .slide-content {
      position: relative;
      z-index: 2;
      /*width: 100%;
      height: 100%;*/
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      background: rgb(34 36 40 / 50%);
      padding: 20px;
    }

    .slide-content h1 { font-size: 3rem; margin-bottom: 20px; }
    .slide-content p { font-size: 1.5rem; }

    /* Плавная анимация увеличения (изменение с ease-in-out на linear делает движение стабильнее) */
    @keyframes zoomEffect {
      from { transform: scale(1); }
      to { transform: scale(1.08); }
    }
    .header-container {
    	flex-wrap:wrap;
    }
#header-nav-close,#header-nav-open {
  display: none;
}
.open .header-menu{
	width:100%;
	display: flex;
	flex-direction: column;
}
.open .header-menu > li > a {
    height:24px;
}
.header.open{
        background: #000000cf;
}
.header-menu {
	display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0 44px 0 0;
  padding: 0;
}
.header-menu> li {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
}

.header-menu > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white-color);
  transition: color 0.3s ease;
}
.section-title {text-align:center;}
.profile_outer{
	display:flex;
}
.profile_inner {
	width:100%;
}
.profile_img_wrap {
 padding: 50px;
 flex-shrink: 0;
}
.img_wrap{
	max-width: 150px;	
	   
}
.profile_img_wrap img{
border-radius:100%;
}
@media screen and (max-width: 992px) {
#header-nav-open  {
	display: block;
	background: 0;
	outline: 0;
	border: 0;
	color: #fff;
	font-size: 30px;
}	
.header-menu {
	display:none;
}
}


/* Контейнер сетки */
.masonry-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* Базовое состояние для мобильных: 1 колонка (100%) */


/* Базовое состояние кирпичика */
.masonry-item {
  position: absolute;
  width: 100%; 
  box-sizing: border-box;
  
  /* Плавное проявление (fade-in) при появлении */
  opacity: 0;
  transform: translateY(15px); /* Легкий эффект всплытия снизу */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Карточка нашла свои координаты и готова к показу */
.masonry-item.ready {
  opacity: 1;
  transform: translateY(0);
}

/* Этот класс будет добавляться скриптом только ПРИ РЕ СЛАЙДЕ ОКНА */
/* Он предотвращает хаотичный полет карточек при первой загрузке */
.masonry-item.animated {
  transition: 
    left 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
    top 0.4s cubic-bezier(0.25, 1, 0.5, 1), 

    opacity 0.4s ease-out, 
    transform 0.4s ease-out;
}
.works-head {
  padding-top:25px;  
      padding-bottom: 35px;
}
.works-head-sub{
	font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
}
.works-head-main{
	font-size: 30px;
    line-height: 40px;
     color: #ffffff;
    }
#works {
	    background-color: #222428;
}

/* Планшеты (от 600px) — 2 колонки */
@media (min-width: 600px) {
  .masonry-item {
    /* (100% - 1 отступ по 20px) / 2 колонки = ~48.3% */
    width: calc((100% - 20px) / 2); 
  }
  .works-head-main{
	font-size: 40px;
    line-height: 50px;
    }
}

/* Десктопы (от 1200px) — 3 колонки (как вы и хотели!) */
@media (min-width: 991px) {
  .masonry-item {
    /* (100% - 2 отступа по 20px) / 3 колонки = ~31.5% */
    width: calc((100% - 40px) / 3); 
  }
  .works-head-sub{
	font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.works-head-main{
	font-size: 50px;
    line-height: 60px;
   
}
}

/* Сброс тегов */
.masonry-item figure {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.masonry-item figure:hover .img_rollover {
    opacity: 1;
}
.img_rollover {
	position: absolute;
    width: 100%;
    height: 100%;
        top: 0;
    left: 0;
    cursor:pointer;
    opacity: 0;
}
.open_link {
	    padding: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.btn-zoom.active .icon-zoom-in,
.btn-zoom .icon-zoom-out,
.btn-fullscreen.active .icon-enlarge2,
.btn-fullscreen .icon-shrink2
{
   display:none;
}
.btn-zoom.active .icon-zoom-out,
.btn-fullscreen.active .icon-shrink2{
    display:block;
}
.open_link:before {
	    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
}
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

.loading-spinner {
  text-align: center;
  padding: 20px;
  width: 100%;
  clear: both;
}
.project_header {
	    color: #fff;
	    font-family: 'Prata', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
     transition: border-color .3s ease-in-out;
         border-color: #999;
             position: relative;
    height: 65px;
    padding: 0 15px;
    border-left-width: 1px;
    border-left-style: solid;
}
.project_header h3{
    margin-top:10px;
}
.project_header:after {
    content: '';
    width: 90%;
    height: 1px;
    margin: auto !important;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
        background-color: #222428;
}
.project_header:before {
    content: '';
    width: 100%;
    height: 1px;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
       background-color: #999;
       transition: background-color .3s ease-in-out;
}

.project_header:hover:before{
    	background-color: #fff;
}
.masonry-item:hover .project_header:before {
background-color: #fff;
}
.masonry-item:hover .project_header {
      border-color: #fff;
}
.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.form-group--submit .btn {
  width: 100%;
}
.form-group .not-valid-tip {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--error-color);
}

.form-group--submit {
  margin-top: 5px;
  margin-bottom: 15px;
}

.form-group.not-valid .form-input {
  border-color: rgba(247, 38, 38, 0.7) !important;
}
.form-group.not-valid .not-valid-tip {
  display: block;
}
.form-input,.form-txt {
  width: 100%;
  height: 56px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--text-color);
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
  background: #F5F5F5;
  transition: 0.3s ease;
  border-radius:3px;
}
.form-txt {
height: 158px;
}
.form-input::placeholder, .form-txt::placeholder{
  color: #6e6e6e;
}

.form-group-wrap{
    width: 100%;
    display: flex;
    gap: 15px;
     flex-wrap: wrap;
}
.form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 15px;
}
.btn.cms-submit-btn {
        color: var(--white-color) !important;
    background-color: rgb(34 36 40);
    border-radius:3px;
}
@media (min-width: 767px) {
    .form-group-wrap {
        flex-wrap: nowrap;
    }
.form-group-wrap .form-group{
    width:50%;
}
}
.headline {
    padding-top:100px;
        background: #282828;
    color: #fff;
    text-align: center;
}
.headline h1{
    padding: 56px 0;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
      padding-bottom: 33px;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 3px;
  row-gap: 4px;
  
}
.breadcrumbs ul li {
  display: block;
  width: fit-content;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  color: #697192;
    
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: var(--white-color);
 
}
.breadcrumbs ul li  span {
     font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
     color: var(--white-color);
   opacity:0.7;
}
.breadcrumbs ul li:hover a span {
   opacity:1;
}
.profile_sidebar {
    order:1;
}
.profile_content {
    order:0;
}
.profile-wrap {
    display:flex;
     flex-direction:column;
      padding-top: 25px;
}
.profile_details_item {
    display:flex;
    gap: 15px;
    justify-content: space-between;
}
.profile_details_item_title {
    text-transform:uppercase;
     font-size: 14px;
    line-height: 24px;
}
.profile_details_item_desc{
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
    color: #797979;
    text-align: right;
}
.profile_social_icons_list a{
     color: #797979;
}
.profile_social_icons_list {
    list-style:none;
    margin-left:0;
    padding-left:0;
}
.profile_content_img {
    padding:15px;
}

#feedback{
    padding: 0 10px;
}
.header-nav-close{
        background: none;
    border: 0px;
    outline: none;
    color: rgb(255, 255, 255);
        width: 42px;
    padding-bottom: 8px;
}
.a-portfolio{
    background: #282828;
    margin-bottom: 0;
}
@media (min-width: 767px) {
    .profile-wrap {
    flex-direction:row;
    gap:25px;
    padding-top: 75px;
}
   .profile_sidebar {
    order:0;
    width:27.5%;
    padding-right: 15px;
        flex-shrink: 0;
         border-right-style:solid;
        border-right-width:1px;
        border-right-color:#ccc;
}
.profile_content {
    order:1;
    padding-left: 15px;
} 
}


/* Основной контейнер лайтбокса */
.custom-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: sans-serif;
    box-sizing: border-box;
}

.custom-lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

/* Фон подложки */
.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.95);
    z-index: 1;
}

/* Левая (основная) часть — Ограничиваем, чтобы она не росла от 4К картинок */
.lightbox-main-wrapper {
    flex: 1;
    min-width: 0; /* ВАЖНО: разрешает флексу сжиматься меньше размера контента */
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 40px;
    box-sizing: border-box;
}

/* Правая панель миниатюр — Жестко фиксируем ширину */
.lightbox-thumbs-sidebar {
    width: 120px;
    min-width: 120px; /* ВАЖНО: картинка не сможет её сжать или вытолкнуть */
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 10px;
    overflow-y: auto;
    box-sizing: border-box;
}

/* Индивидуальная миниатюра */
.lightbox-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s, opacity 0.2s;
    opacity: 0.5;
    flex-shrink: 0;
}
.lightbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-thumb.active {
    border-color: #fff;
    opacity: 1;
}

/* Панель управления кнопками — Фиксируем поверх всего */
.lightbox-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 100; /* Поднимаем выше картинки */
}

.lightbox-btn {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    padding: 10px 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
    line-height: 0;
}
.lightbox-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Главный блок вывода картинки */
.lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* ВАЖНО: прячет всё, что вылазит за рамки при 4К зуме */
}

.lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    user-select: none;
    -webkit-user-drag: none;
    will-change: transform, opacity; /* Подсказка браузеру для плавной анимации */
    
    /* Добавляем плавность для эффекта затухания */
    transition: opacity 0.35s ease-in-out; 
    opacity: 1;
}
.lightbox-img.fade-out {
    opacity: 0;
    transition: none !important; /* Прячем сразу, без задержек */
}
/* Стили для оригинального масштаба 4К (ЗУМ) */
.lightbox-img.zoomed {
    max-width: none !important;
    max-height: none !important;
    min-width: auto !important;
    min-height: auto !important;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important; /* Намертво запрещаем флексу сжимать оригинал */
    display: block !important;
    transition: none !important;
    touch-action: none !important;
    
    /* Отключаем CSS-переходы во время зума, чтобы картинка не отставала от колесика мыши */
    transition: none !important; 
    
    /* Сохраняет высокую четкость деталей (мазков) при сильном увеличении 4К исходника */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Инфо-тултип */
.lightbox-tooltip {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(20, 20, 20, 0.98);
    color: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 14px;
    width: 320px;
    max-width: 90vw;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 90;
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
}
.lightbox-tooltip.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
/* Состояние активной (нажатой) кнопки управления */
.lightbox-btn.active {
    background: #dfb26c !important; /* Благородный золотистый цвет (под старину/рамки картин) */
    color: #141414 !important;      /* Темная иконка на светлом фоне */
    box-shadow: 0 0 10px rgba(223, 178, 108, 0.5); /* Мягкое неоновое свечение кнопки */
    transform: scale(1.05);         /* Микро-увеличение кнопки для сочности */
}
/* Адаптив под мобильные */
@media (max-width: 768px) {
    .custom-lightbox {
        flex-direction: column-reverse;
    }
    .lightbox-thumbs-sidebar {
        width: 100%;
        min-width: auto;
        height: 90px;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px;
    }
    .lightbox-thumb {
        width: 70px;
        height: 100%;
    }
    .lightbox-main-wrapper {
        padding: 20px;
    }
    .lightbox-img.zoomed {
        touch-action: auto !important;
    }
}

/* Оформление внутренностей из вашего шаблона */
.lightbox-tooltip .profile_details_title {
    font-size: 16px;
    margin: 0 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #dfb26c; /* Красивый золотистый или акцентный цвет для заголовка */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
}

.lightbox-tooltip .profile_details_item {
    display: flex;
    justify-content: space-between; /* Название слева, значение справа */
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
}

.lightbox-tooltip .profile_details_item_title {
    color: #aaa; /* Приглушенный цвет для подписей (Size, Material) */
    font-weight: 500;
    padding-right: 10px;
}

.lightbox-tooltip .profile_details_item_desc {
    color: #fff;
    text-align: right;
    max-width: 60%; /* Чтобы длинный текст не ломал верстку */
}
.with-sidebar .works-page {
    width: 72.5%;
}
@media (max-width: 991px) {
.with-sidebar .works-page {
    width:100%;
}
}