@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:  local('Inter Light'), local('Inter-Light'),
        url("../fonts/Inter-Light.woff2") format("woff2"),
        url("../fonts/Inter-Light.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Inter Regular"), local('Inter-Regular'),
       url("../fonts/Inter-Regular.woff2") format("woff2"),
       url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: local("Inter Italic"), local('Inter-Italic'),
       url("../fonts/Inter-Italic.woff2") format("woff2"),
       url("../fonts/Inter-Italic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:  local('Inter Medium'), local('Inter-Medium'),
        url("../fonts/Inter-Medium.woff2") format("woff2"),
        url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:  local('Inter SemiBold'), local('Inter-SemiBold'),
        url("../fonts/Inter-SemiBold.woff2") format("woff2"),
        url("../fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:  local('Inter Bold'), local('Inter-Bold'),
        url("../fonts/Inter-Bold.woff2") format("woff2"),
        url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:  local('Noto Serif Medium'), local('NotoSerif-Medium'),
        url("../fonts/NotoSerif-Medium.woff2") format("woff2"),
        url("../fonts/NotoSerif-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:  local('Noto Serif Bold'), local('NotoSerif-Bold'),
        url("../fonts/NotoSerif-Bold.woff2") format("woff2"),
        url("../fonts/NotoSerif-Bold.woff") format("woff");
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  scroll-behavior: smooth;
  /*scroll-padding:100px; если нужен отступ при скроле */
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, details {display: block;}
pre {font-family: monospace, monospace; font-size: 1rem;}
abbr[title] {border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted;}
*::-webkit-input-placeholder {color: #666;opacity: 1;}
*:-moz-placeholder {color: #666;opacity: 1;}
*::-moz-placeholder {color: #666;opacity: 1;}
*:-ms-input-placeholder {color: #666;opacity: 1;}
*{outline: 0!important;}
body input:focus:required:invalid,
body textarea:focus:required:invalid {}
body input:required:valid,
body textarea:required:valid {}
body {
  margin: 0;
  min-height: 100vh;
}
img {border: none; border-style: none;max-width: 100%;height: auto;}
a{color:var(--color-gold); background-color: transparent; text-decoration: none;}
a:hover{color:var(--color-gold);}
ul, ol{padding: 0;}
ul li, ol li{list-style: none; padding: 0}
h1{font-size: 3.625rem; font-size: clamp(2rem, 3.5vw, 3.625rem); line-height: 1.2; }
h2{font-size: 2.875rem; font-size: clamp(1.8rem, 3.5vw, 2.875rem); line-height: 1.2;}
h3{font-size: 1.75rem; font-size: clamp(1.5rem, 3.5vw, 1.75rem); line-height: 1.2;}
h4{font-size: 1.5rem; font-size: clamp(1.4rem, 3.5vw, 1.5rem); line-height: 1.2;}
h5,h6{font-size: 1.25rem; line-height: 1.2;}
h1, h2, h3, h4, h5, h6 {margin: 0.8em 0 0.67em 0; color: var(--color-title);font-family: var(--font-family-title); font-weight: 500;}
b,strong {font-weight: bolder; color: var(--color-txt);}
code, kbd, samp {font-family: monospace, monospace; font-size: 1rem;}
hr {box-sizing: content-box; height: 0;overflow: visible;}
small {font-size: 80%;}
button, input, optgroup, select, textarea {font-family: inherit; font-size: 100%;line-height: 1.15; margin: 0; }
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none; padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit;}
[hidden] {display: none;}

:root{
  --font-family-base: 'Inter';
  --font-family-title: 'Noto Serif';

  --color-gold:#CDAC6D;
  --color-gold-2:#E2A74C;
  --color-white:#ffffff;
  --color-black:#000000;
  --color-graphite:#181617;
  --color-txt:#212938;
  --color-title:#181617;
  --color-beige:#B9AEA2; /*цвет hr*/
  --color-beige-2:#CFBBA3; /*цвет ссылок футер и разделителей*/
  --color-brown:#2C2723; /*цвет фон отзывы и проект*/
  --color-grey:#636363;
  --color-grey-2:#C8C8C8;
  --color-light-grey:#EBEBEB;
  --color-light-grey-2:#F3F3F3;
  --color-dark-grey:#1F1F1F;
  --color-green: #80CD6D;
  --color-purple: #899FE8;

  --gradient-gold:linear-gradient(90deg, #B48C4B, #D1B173);

  --border-radius:2px;
  --gap-05:.5rem;
  --gap-1:1rem;
  --gap-15:1.25rem;
  --gap-2:2rem;

  /*style for slider before-after*/
  --handle-color: #ffffff;
  --label-bg: rgba(0, 0, 0, 0.6);
  --label-color: #ffffff;
  --arrow-color: #CDAC6D;
  --ba-border: transparent;

  /*style for slider swiper*/
  --swiper-theme-color:#CDAC6D;
  --swiper-pagination-bullet-inactive-color: #BBB8C2;
  --swiper-pagination-bullet-inactive-opacity:1;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bottom: 0px;
  
  /*cookieconsent*/
  --cc-btn-primary-bg: var(--color-gold);
  --cc-btn-primary-border: var(--color-gold);
  --cc-btn-border-radius: 2px;
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-base), Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.6;
  color:var(--color-txt);
  font-weight: 400;
}
 body.look{overflow: hidden;}
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(205 172 109) rgba(0, 0, 0, 0.099);
}
::-webkit-scrollbar{
  width: 10px;  /* for vertical scrollbars */
  height:  auto; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track{
  background: rgb(205 172 109);
}
::-webkit-scrollbar-thumb{
  background: rgb(205 172 109);
}
/*global style*/
blockquote{ 
  background-color: var(--color-white);
  padding: 0.6em 1em;
  border-top: 3px solid var(--color-blue);
  border-bottom: 3px solid var(--color-blue);
  font-size: 1.3em;
  margin: 30px 0;
  display: flex;
}
blockquote:before{
  content: '';
  width: 65px;
  height: 47px;
  background: url('../img/ico-blockquote.svg') left center no-repeat;
  padding-right: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
}
blockquote p{
  font-weight:400;
  color: var(--color-black);
}
main {
  flex: 1 1 auto;
}
table {
  background-color: transparent;
  width: 100%;
  margin-block-end:15px;
  font-size: 1rem;
  border-spacing: 0;
  border-collapse: collapse
}
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid var(--color-grey-2)
}
table colgroup+thead tr:first-child td,table thead:first-child tr:first-child td {
  border-block-start:1px solid var(--color-grey-2)
}
table tbody>tr:nth-child(odd)>td {
  background-color: var(--color-light-grey-2);
}
table tbody tr:hover>td {
  background-color: var(--color-light-grey)
}
table tbody+tbody {
  border-block-start:2px solid var(--color-grey-2)
}
hr {
  border: 0;
  border-top: 1px solid var(--color-beige);
}
.button,
.portfolio-category-link,
.cost-stages__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 34px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border: none; 
  border-radius: var(--border-radius);
  text-transform: uppercase;
  text-decoration: none;
  background: var(--btn-bg);
  color: currentColor;
  gap: 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.button--gradient {
  --btn-bg: var(--gradient-gold);
  color: var(--color-white);
}
.button--gradient:hover{
  color: var(--color-white);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}
.button--transparent{
  --btn-bg: rgba(255, 255, 255, 0.3);
  color: var(--color-white);
  backdrop-filter: blur(4px);
}
.button--transparent:hover{
  --btn-bg: rgba(255, 255, 255, 0.125);
  color: var(--color-white);
}
.button--black{
  --btn-bg: var(--color-graphite);
  color: var(--color-white);
}
.button--black:hover{
  color: var(--color-white);
}
.button--white,
.portfolio-category-link,
.cost-stages__tab{
  --btn-bg: var(--color-white);
  color: var(--color-graphite);
}
.button--white:hover{
  color: var(--color-graphite);
}
.button__icon {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  fill: currentColor;
  display: inline-block;
  background-color: var(--button-icon-color, currentColor);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.button--has-icon {
  gap: var(--gap-05);
}
.button__icon--arrow-right {
  width: 0.875em;
  height: 0.875em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00176 14.0292C0.768108 14.0297 0.541672 13.9483 0.36176 13.7992C0.260501 13.7153 0.1768 13.6122 0.115448 13.4958C0.0540956 13.3795 0.0162993 13.2522 0.00422343 13.1212C-0.00785245 12.9902 0.00602958 12.8582 0.0450741 12.7326C0.0841186 12.607 0.147558 12.4903 0.23176 12.3892L3.65998 8.28762C4.27151 7.55597 4.28146 6.49435 3.68375 5.75136L0.391761 1.65924C0.308695 1.55695 0.246663 1.43925 0.209231 1.31291C0.171799 1.18657 0.159705 1.05408 0.173645 0.923055C0.187584 0.792026 0.227281 0.665045 0.290455 0.549408C0.353628 0.433772 0.439034 0.33176 0.54176 0.249237C0.645226 0.158201 0.766392 0.0895333 0.897654 0.0475443C1.02892 0.00555526 1.16744 -0.00884844 1.30454 0.00523645C1.44163 0.0193213 1.57433 0.0615911 1.69431 0.129393C1.81429 0.197195 1.91897 0.289065 2.00176 0.399237L6.83176 6.39924C6.97884 6.57817 7.05925 6.80261 7.05925 7.03424C7.05925 7.26586 6.97884 7.4903 6.83176 7.66924L1.83176 13.6692C1.73144 13.7903 1.60401 13.8859 1.4598 13.9485C1.31559 14.011 1.15867 14.0387 1.00176 14.0292Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00176 14.0292C0.768108 14.0297 0.541672 13.9483 0.36176 13.7992C0.260501 13.7153 0.1768 13.6122 0.115448 13.4958C0.0540956 13.3795 0.0162993 13.2522 0.00422343 13.1212C-0.00785245 12.9902 0.00602958 12.8582 0.0450741 12.7326C0.0841186 12.607 0.147558 12.4903 0.23176 12.3892L3.65998 8.28762C4.27151 7.55597 4.28146 6.49435 3.68375 5.75136L0.391761 1.65924C0.308695 1.55695 0.246663 1.43925 0.209231 1.31291C0.171799 1.18657 0.159705 1.05408 0.173645 0.923055C0.187584 0.792026 0.227281 0.665045 0.290455 0.549408C0.353628 0.433772 0.439034 0.33176 0.54176 0.249237C0.645226 0.158201 0.766392 0.0895333 0.897654 0.0475443C1.02892 0.00555526 1.16744 -0.00884844 1.30454 0.00523645C1.44163 0.0193213 1.57433 0.0615911 1.69431 0.129393C1.81429 0.197195 1.91897 0.289065 2.00176 0.399237L6.83176 6.39924C6.97884 6.57817 7.05925 6.80261 7.05925 7.03424C7.05925 7.26586 6.97884 7.4903 6.83176 7.66924L1.83176 13.6692C1.73144 13.7903 1.60401 13.8859 1.4598 13.9485C1.31559 14.011 1.15867 14.0387 1.00176 14.0292Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
}
.button__icon--arrow-left {
  width: 0.875em;
  height: 0.875em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0575 14.0292C6.29116 14.0297 6.51759 13.9483 6.69751 13.7992C6.79876 13.7153 6.88247 13.6122 6.94382 13.4958C7.00517 13.3795 7.04297 13.2522 7.05504 13.1212C7.06712 12.9902 7.05324 12.8582 7.01419 12.7326C6.97515 12.607 6.91171 12.4903 6.82751 12.3892L3.39928 8.28762C2.78776 7.55597 2.77781 6.49435 3.37551 5.75136L6.6675 1.65924C6.75057 1.55695 6.8126 1.43925 6.85003 1.31291C6.88747 1.18657 6.89956 1.05408 6.88562 0.923055C6.87168 0.792026 6.83198 0.665045 6.76881 0.549408C6.70564 0.433772 6.62023 0.33176 6.5175 0.249237C6.41404 0.158201 6.29287 0.0895333 6.16161 0.0475443C6.03035 0.00555526 5.89182 -0.00884844 5.75473 0.00523645C5.61764 0.0193213 5.48494 0.0615911 5.36495 0.129393C5.24497 0.197195 5.1403 0.289065 5.0575 0.399237L0.227503 6.39924C0.080421 6.57817 1.52588e-05 6.80261 1.52588e-05 7.03424C1.52588e-05 7.26586 0.080421 7.4903 0.227503 7.66924L5.2275 13.6692C5.32782 13.7903 5.45526 13.8859 5.59947 13.9485C5.74367 14.011 5.9006 14.0387 6.0575 14.0292Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0575 14.0292C6.29116 14.0297 6.51759 13.9483 6.69751 13.7992C6.79876 13.7153 6.88247 13.6122 6.94382 13.4958C7.00517 13.3795 7.04297 13.2522 7.05504 13.1212C7.06712 12.9902 7.05324 12.8582 7.01419 12.7326C6.97515 12.607 6.91171 12.4903 6.82751 12.3892L3.39928 8.28762C2.78776 7.55597 2.77781 6.49435 3.37551 5.75136L6.6675 1.65924C6.75057 1.55695 6.8126 1.43925 6.85003 1.31291C6.88747 1.18657 6.89956 1.05408 6.88562 0.923055C6.87168 0.792026 6.83198 0.665045 6.76881 0.549408C6.70564 0.433772 6.62023 0.33176 6.5175 0.249237C6.41404 0.158201 6.29287 0.0895333 6.16161 0.0475443C6.03035 0.00555526 5.89182 -0.00884844 5.75473 0.00523645C5.61764 0.0193213 5.48494 0.0615911 5.36495 0.129393C5.24497 0.197195 5.1403 0.289065 5.0575 0.399237L0.227503 6.39924C0.080421 6.57817 1.52588e-05 6.80261 1.52588e-05 7.03424C1.52588e-05 7.26586 0.080421 7.4903 0.227503 7.66924L5.2275 13.6692C5.32782 13.7903 5.45526 13.8859 5.59947 13.9485C5.74367 14.011 5.9006 14.0387 6.0575 14.0292Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
}
.button__icon--load{
 -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2152 18.7288C18.1833 17.1455 19.4427 14.7178 19.4427 11.9951C19.4427 7.97044 16.6868 4.59861 12.9619 3.63721V1.41079C17.8922 2.41134 21.603 6.77 21.603 11.9951C21.603 15.2241 20.1853 18.1195 17.9401 20.0984C16.2022 21.7172 15.1222 19.5569 16.2152 18.7288ZM3.75406 3.81383C4.86064 2.81436 6.48089 4.43463 5.4187 5.23728C3.43242 6.82009 2.16017 9.25935 2.16017 11.9951C2.16017 16.0204 4.91658 19.3929 8.64117 20.3537V22.5805C3.71091 21.5789 3.8147e-05 17.2209 3.8147e-05 11.995C3.8147e-05 8.72347 1.45569 5.79427 3.75406 3.81383ZM12.0074 5.50314L8.49152 3.39771C7.98 3.09132 7.97892 2.59228 8.48875 2.28373L12.0372 0.13607C12.5476 -0.172016 12.9596 0.0605511 12.9571 0.657149L12.938 4.9779C12.9365 5.57419 12.5196 5.80953 12.0074 5.50314ZM9.56527 18.4988L13.1142 20.6465C13.6245 20.955 13.6234 21.4539 13.1112 21.7605L9.59563 23.8661C9.08411 24.1718 8.66629 23.9373 8.66367 23.3402L8.64518 19.0196C8.64333 18.4235 9.05591 18.1907 9.56527 18.4988Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
 mask-image: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2152 18.7288C18.1833 17.1455 19.4427 14.7178 19.4427 11.9951C19.4427 7.97044 16.6868 4.59861 12.9619 3.63721V1.41079C17.8922 2.41134 21.603 6.77 21.603 11.9951C21.603 15.2241 20.1853 18.1195 17.9401 20.0984C16.2022 21.7172 15.1222 19.5569 16.2152 18.7288ZM3.75406 3.81383C4.86064 2.81436 6.48089 4.43463 5.4187 5.23728C3.43242 6.82009 2.16017 9.25935 2.16017 11.9951C2.16017 16.0204 4.91658 19.3929 8.64117 20.3537V22.5805C3.71091 21.5789 3.8147e-05 17.2209 3.8147e-05 11.995C3.8147e-05 8.72347 1.45569 5.79427 3.75406 3.81383ZM12.0074 5.50314L8.49152 3.39771C7.98 3.09132 7.97892 2.59228 8.48875 2.28373L12.0372 0.13607C12.5476 -0.172016 12.9596 0.0605511 12.9571 0.657149L12.938 4.9779C12.9365 5.57419 12.5196 5.80953 12.0074 5.50314ZM9.56527 18.4988L13.1142 20.6465C13.6245 20.955 13.6234 21.4539 13.1112 21.7605L9.59563 23.8661C9.08411 24.1718 8.66629 23.9373 8.66367 23.3402L8.64518 19.0196C8.64333 18.4235 9.05591 18.1907 9.56527 18.4988Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
}
.button__icon--download{
  width: 1em;
  height: 1em;
 -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.625 11.513C7.50833 11.471 7.4 11.4 7.3 11.3L3.7 7.7C3.5 7.5 3.404 7.26667 3.412 7C3.42 6.73334 3.516 6.5 3.7 6.3C3.9 6.1 4.13767 5.996 4.413 5.988C4.68833 5.98 4.92567 6.07567 5.125 6.275L7 8.15V1C7 0.71667 7.096 0.479337 7.288 0.288004C7.48 0.0966702 7.71733 0.000670115 8 3.44827e-06C8.28267 -0.000663218 8.52033 0.0953369 8.713 0.288004C8.90567 0.48067 9.00133 0.718003 9 1V8.15L10.875 6.275C11.075 6.075 11.3127 5.979 11.588 5.987C11.8633 5.995 12.1007 6.09934 12.3 6.3C12.4833 6.5 12.5793 6.73334 12.588 7C12.5967 7.26667 12.5007 7.5 12.3 7.7L8.7 11.3C8.6 11.4 8.49167 11.471 8.375 11.513C8.25833 11.555 8.13333 11.5757 8 11.575C7.86667 11.5743 7.74167 11.5537 7.625 11.513ZM2 16C1.45 16 0.979333 15.8043 0.588 15.413C0.196666 15.0217 0.000666667 14.5507 0 14V12C0 11.7167 0.0960001 11.4793 0.288 11.288C0.48 11.0967 0.717333 11.0007 1 11C1.28267 10.9993 1.52033 11.0953 1.713 11.288C1.90567 11.4807 2.00133 11.718 2 12V14H14V12C14 11.7167 14.096 11.4793 14.288 11.288C14.48 11.0967 14.7173 11.0007 15 11C15.2827 10.9993 15.5203 11.0953 15.713 11.288C15.9057 11.4807 16.0013 11.718 16 12V14C16 14.55 15.8043 15.021 15.413 15.413C15.0217 15.805 14.5507 16.0007 14 16H2Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
 mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.625 11.513C7.50833 11.471 7.4 11.4 7.3 11.3L3.7 7.7C3.5 7.5 3.404 7.26667 3.412 7C3.42 6.73334 3.516 6.5 3.7 6.3C3.9 6.1 4.13767 5.996 4.413 5.988C4.68833 5.98 4.92567 6.07567 5.125 6.275L7 8.15V1C7 0.71667 7.096 0.479337 7.288 0.288004C7.48 0.0966702 7.71733 0.000670115 8 3.44827e-06C8.28267 -0.000663218 8.52033 0.0953369 8.713 0.288004C8.90567 0.48067 9.00133 0.718003 9 1V8.15L10.875 6.275C11.075 6.075 11.3127 5.979 11.588 5.987C11.8633 5.995 12.1007 6.09934 12.3 6.3C12.4833 6.5 12.5793 6.73334 12.588 7C12.5967 7.26667 12.5007 7.5 12.3 7.7L8.7 11.3C8.6 11.4 8.49167 11.471 8.375 11.513C8.25833 11.555 8.13333 11.5757 8 11.575C7.86667 11.5743 7.74167 11.5537 7.625 11.513ZM2 16C1.45 16 0.979333 15.8043 0.588 15.413C0.196666 15.0217 0.000666667 14.5507 0 14V12C0 11.7167 0.0960001 11.4793 0.288 11.288C0.48 11.0967 0.717333 11.0007 1 11C1.28267 10.9993 1.52033 11.0953 1.713 11.288C1.90567 11.4807 2.00133 11.718 2 12V14H14V12C14 11.7167 14.096 11.4793 14.288 11.288C14.48 11.0967 14.7173 11.0007 15 11C15.2827 10.9993 15.5203 11.0953 15.713 11.288C15.9057 11.4807 16.0013 11.718 16 12V14C16 14.55 15.8043 15.021 15.413 15.413C15.0217 15.805 14.5507 16.0007 14 16H2Z' fill='%23CDAC6D'/%3E%3C/svg%3E");
}
.button--black > .button__icon{
  --button-icon-color: var(--color-gold);
}
.button--not-text{
  padding:22px;
}
button:disabled,
button:disabled:hover{
  --btn-bg: #838383;
  opacity: 0.9;
  color: #d5d5d5;
  cursor: not-allowed;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1426px;
}
.container-narrow{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}
.alignnone,
.aligncenter {
  display: block;
  margin: 30px auto;
}
.alignleft {
  float: left;
  margin: 5px 30px 15px 0;
}
.alignright {
  float: right;
  margin: 5px 0 15px 30px;
}
.center{
  text-align: center;
}
.highlight{
  color:var(--color-gold);
}
.title{
  font-family: var(--font-family-title);
  font-size: 2.875rem;
  font-size: clamp(1.7rem, 3.5vw, 2.875rem);
  font-weight: 500;
  color: var(--color-title);
  margin: 0.8em 0 0.67em 0;
  line-height: 1.2;
}

/*header*/
.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  padding: 1rem 0;
  z-index: 1000;
  background-color: rgba(31, 31, 31, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.header-opaque .header{
  background-color: rgba(31, 31, 31, 1);
}
.header:hover{
  background-color: rgba(31, 31, 31, 1);
}
.header__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-1);
}
.header__left{
  display: flex;
  align-items: center;
  gap: var(--gap-2);
}
.header__logo-block{
  display: flex;
  align-items: center;
  gap: var(--gap-1);
}
.header__logo{
  display: flex;
  flex-shrink: 0;
}
.header__logo:hover{
  opacity: .8;
  transition: opacity .3s;
}
.header__logo-desc {
  font-size: .75rem;
  color: var(--color-white);
  line-height: 1.2;
  max-width:160px;
  margin: 0;
}
.social-buttons{
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.social-link {
  display: flex;
  color: var(--color-gold);
  transition: color 0.3s;
}
.social-link:hover {
  color: var(--color-white);
}
.social-link:active {
  transform: scale(0.95);
}
.header__contacts{
  display: flex;
  gap: var(--gap-1);
  align-items: center;
}
.header__contacts .contact-item {
  display: flex;
  flex-direction: column;
  align-items:flex-end;
}
.contact-item__label {
  font-size: 0.8125rem;
  font-weight:300;
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-item__label--phone::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #00DD21;
  border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
}
.contact-item__link {
  font-size: 1rem;
  transition: color 0.3s;
}
.contact-item__link:hover {
  color: var(--color-white);
}
.contact-item--phone .contact-item__link{
  font-size: 1.125rem;
  color: var(--color-white);
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
}
.contact-item--phone .contact-item__link:hover{
  color: var(--color-gold);
}
.header__button{
  font-size: .75rem;
  padding: 14px 18px;
}
.header__button-mob-ico{
 display: none;
}
.header__nav{}
.nav__list {
  display: flex;
  align-items: center;
  gap: var(--gap-1);
  margin:5px 0 0;
}
.nav__link {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-white);
  white-space: nowrap;
  position: relative;
  padding: 4px 0;
  transition: color 0.3s;
}
.nav__link:hover {
  color: var(--color-gold);
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: width 0.3s;
}
.nav__link:hover::after {
  width: 100%;
}
.dropdown-menu {
  position: relative;
  margin-right: 10px;
}
.dropdown-menu > a:before {
  content: '';
  display: inline;
  position: absolute;
  margin-left: 6px;
  top: 13px;
  right: -12px;
  width: 6px;
  height: 4.5px;
  background: url('../img/ico-arrow-menu.svg') center center no-repeat;
  transition: all 0.2s ease;
  transform: rotate(0deg);
}
.dropdown-menu.active .sub-menu {
  display: block;
}
.dropdown-menu.active > a:before {
  transform: rotate(180deg);
}
.sub-menu {
  position:relative;
  display: none;
  position: absolute;
  background-color: rgba(31, 31, 31, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  padding: 20px 10px;
  border-radius:var(--border-radius);
  z-index: 1000;
}
.sub-menu::after{
  content: "";
  display: block;
  position: absolute;
  inset: 10px;
  border: 1px solid #424242;
  pointer-events: none;
}
.sub-menu a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--color-white);
  white-space: nowrap;
}
.sub-menu a:hover {
  color:var(--color-gold);
}
.nav__list > li {
  position: relative;
}
.hamburger {
  display: none;
  padding: 0;
  border: 1px solid var(--color-white);
  padding:8px;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  z-index: 100;
}
.hamburger span {
  display: block;
  width: 23px;
  height: 1px;
  margin: 5px 0;
  background-color: var(--color-white);
  border-radius: 1px;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0; /* средняя линия исчезает */
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

/*footer*/
.footer {
 background-color:#151515;
 padding:80px 0 50px 0;
}
.footer__top,
.footer__middle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--gap-1);
  padding-bottom: 0.75rem;
}
.footer__column{
  display: flex;
  flex-direction: column;
}
.footer__nav-title{
  color: var(--color-white);
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 600;
}
.footer__nav-list{
 margin-top:14px;
}
.footer__nav-item {
  margin-bottom: 3px;
}
.footer__nav-link {
  position:relative;
  font-size: 1rem;
  color: var(--color-beige-2);
  text-decoration: none;
  padding:4px 0;
  transition: color 0.3s;
}
.footer__nav-link:hover {
  color: var(--color-white);
}
.footer__nav-link::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: width 0.3s;
}
.footer__nav-link:hover::after {
  width: 100%;
}
.footer__contacts{
  display: flex;
  flex-direction:column;
  gap:var(--gap-1);
  padding:25px;
  border: 1px solid var(--color-gold);
}
.footer__social{
  margin-top:10px;
}
.footer__middle{
  border-top:1px solid var(--color-beige);
  border-bottom:1px solid var(--color-beige);
  padding:1.563rem 0;
  margin:.5rem 0;
}
.footer__middle > :first-child {
  align-self: center;
}
.footer__logo{
  line-height: 1;
}
.footer__logo-desc{
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-white);
}
.footer__middle p{
  margin:0;
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-white);
  max-width: 260px;
}
.footer__bottom{
  display: flex;
  flex-direction:column;
}
.footer__bottom-copyright{
  display: inline-flex;
  align-items: center;
  gap: var(--gap-2);
  margin:20px 0;
}
.copyright,
.copyright a{
  position:relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--color-white);
  padding:4px 0;
  transition: color 0.3s;
}
.footer__documents-list{
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--gap-05) var(--gap-1);
  margin: 0;
}
.footer__documents-item a{
  position:relative;
  font-size: 0.875rem;
  color: var(--color-beige-2);
  text-decoration: none;
  padding:4px 0;
  transition: color 0.3s;
}
.footer__documents-item a:hover,
.copyright a:hover {
  color: var(--color-white);
}
.footer__documents-item a::after,
.copyright a::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: width 0.3s;
}
.footer__documents-item a:hover::after,
.copyright a:hover::after{
  width: 100%;
}
.footer__bottom-info{
  font-size: 0.875rem;
  font-weight: 300;
  color:#898989;
  line-height: 1.3;
}

/*hero*/
.hero {
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display:flex;
  flex-direction:column;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: -1;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  z-index: -2;
}
.hero__wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}
.hero__inner{
  padding-top: 180px;
  padding-bottom: 100px;
  max-width:1000px;
  min-height: inherit;
  color:var(--color-white);
}
.hero h1{
  font-size: 4.5rem;
  font-size: clamp(2rem, 1.5rem + 3vw, 4.5rem);
  font-weight: 500;
  line-height: 100%;
  color: var(--color-white);
  margin: .55em 0 .4em 0;
}
.hero p{
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 300;
  max-width:685px;
}
.hero ul{
  margin: 1.6rem 0 2.6rem 0;
}
.hero ul li{
  font-size:1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 300;
  margin-bottom:1.25rem;
  position: relative;
  padding-left:30px;
  line-height: 1.3
}
.hero ul li::before {
  content: "";
  background: url('../img/ico-marker-check.svg') center center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
  vertical-align: baseline;
}
.hero__buttons{
 display: flex;
 flex-direction:row;
 flex-wrap:wrap;
 gap:var(--gap-1);
}
.hero__stats {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-1);
  padding: 46px 0 65px 0;
  border-top: 1px solid var(--color-beige);
}
.hero__stat {
  display: flex;
  flex-direction: column;
}
.hero__stat-value {
  font-size:1.875rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 90%;
}
.hero__stat-label {
  font-size:1.25rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-white);
}
.hero__stat {
  padding-left: 40px;
}
.hero__stat + .hero__stat {
  padding-left: 20px;
  border-left: 1px solid var(--color-beige);
}

/*hero--project*/
.hero--project .hero__inner{
  padding-top: 230px;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.hero--project h1 {
  font-size: 3.438rem;
  font-size: clamp(2rem, 1.5rem + 3vw, 3.438rem);
  line-height: 110%;
}
.hero--project .hero__buttons {
  margin-top: 2.6rem;
  justify-content: center;
}

/*portfolio секция*/
.section-portfolio{
  padding: 3rem 0 5.625rem 0;
}
.section-portfolio__title{
  max-width: 920px;
}
.section-portfolio__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem var(--gap-15);
  margin-right: auto;
  margin-left: auto;
  margin-top:4rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1880px;
}
.portfolio-card {
  display: flex;
  flex-direction: column;
}
.portfolio-card__media {
  position: relative; 
  display: inline-block;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.portfolio-card__media::after {
  content: "";
  display: block; 
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid var(--color-gold-2);
  pointer-events: none;
}
.portfolio-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  transition: transform 0.45s ease;
}
.portfolio-card__media:hover img {
  transform: scale(1.03);
  background-color:rgba(31, 31, 31, 0.2);
}
.portfolio-card__badge {
  position: relative;
  display: flex
}
.portfolio-card__badge::before {
  content: ""; 
  position: absolute;
  top: 25px;
  right: 25px;
  width: 55px;
  height: 61px;
  background: url('../img/ico-360.svg') center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.portfolio-card__badge::after   {
  content: "360\00B0";
  font-size: .8rem;
  font-weight: 700;
  color: var(--color-txt);
  text-shadow: 1px 0px 0px rgb(129 129 129);
  position: absolute;
  top: 46px;
  right: 36px;
  z-index: 1;
  transition: color 0.25s ease;
}
.project-card__link {
  display: inline-block;
  font-size: 1.125rem;
  font-weight:400;
  line-height: 1.4;
  color: var(--color-txt);
  padding-left: 20px;
  border-left: 1px solid var(--color-gold);
  max-width:360px;
  margin-top: 10px;
  transition: color 0.3s ease;
}
.section-portfolio__btn-wrap{
  margin-top:3.5rem;
}

/*divider*/
.divider{
  margin: 0 auto;
  width: 100%;
  max-width: 1396px;
  border-bottom: 1px solid var(--color-beige);
}

/*about section*/
.about {
  padding-bottom: 5rem;
}
.about__wrap {
  display: flex;
  flex-direction:column;
  gap: var(--gap-2);
}
.about__info-block {
  display: flex;
  flex-direction:row;
  align-items: flex-start;
  gap:8.5rem;
  padding-top:4rem;
}
.about__photo-block {
  display: flex;
  flex: 0 0 auto;
  width: 508px;
  margin-left:60px;
  margin-top:1rem;
  position: relative;
}
.about__photo-block::before {
  content: "";
  display:block;
  position: absolute;
  top: 20px;
  left: -45px;
  right: -45px;
  bottom: 20px;
  border: 1px solid var(--color-gold-2);
  z-index: 1;
}
.about__photo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__photo-caption{
  position: absolute;
  bottom: 30px;
  right: -20px;
  z-index: 1;
  text-align: right;
}
.about__name {
  font-family:var(--font-family-title);
  font-size:1.5rem;
  line-height: 1.1;
  color:var(--color-title);
}
.about__position {
  font-size:0.875rem;
  font-weight:300;
  color:var(--color-black);
}
.about__text-block {
}
.about__text-block > :first-child {
  margin-top: 0;
}
.about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-15);
}
.about__stat {
  padding: 35px 50px;
  border: 1px solid var(--color-gold-2);
}
.about__stat-value {
  font-size:1.875rem;
  font-weight:700;
  line-height: 1;
}
.about__stat-label {
  font-size:1.25rem;
  font-weight:300;
  margin: 0;
  line-height: 1;
}
.about__callback-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-2);
  padding: 35px 50px;
  background-color: var(--color-light-grey);
  border-radius: var(--border-radius);
}
.about__callback-title {
  font-family:var(--font-family-title);
  font-size:1.5rem;
  line-height: 150%;
  color:var(--color-txt);
  margin:0;
  max-width:700px;
}
.about__callback-arrow,
.section__cta-arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 48px;
  background: url('../img/ico-arrow-callback.svg') center center no-repeat;
  background-size: contain;
  animation: arrowMove 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform, opacity;
  transform: translateZ(0); 
}
.about__callback-arrow::after,
.section__cta-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  animation: arrowTrail 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 0.2s;
  transform: scale(0.85) translateZ(0);
  will-change: transform, opacity;
}
@keyframes arrowMove {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    transform: translateX(15px);
    opacity: 1;
  }
  80% {
    transform: translateX(15px);
    opacity: 1;
  }
  90% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes arrowTrail {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
    transform: translateX(5px);
  }
  75% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.about__button {}

/*advantages*/
.advantages {
  --advantages-bg-image: url('../img/advantages-bg.webp');
  position: relative;
  padding: 5rem 0;
}
.advantages::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--advantages-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.advantages::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(30, 22, 18, 0.8);
  z-index: -1;
}
.advantages__title {
  color:var(--color-white);
  margin: 0 0 5rem;
}
.advantages__grid {
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap: 50px var(--gap-15);
}
.advantage__item {
  flex: 1 450px;
  position: relative;
  border: 1px solid var(--color-gold-2);
  padding: 32px 28px 28px;
  border-radius: var(--border-radius);
}
.advantage__icon {
  position:absolute;
  display:flex;
  top:-30px;
  width: 60px;
  height: 60px;
  color: var(--color-gold);
  padding:10px;
  border: 1px solid var(--color-gold-2);
  background-color: #3c332d;
}
.advantage__icon svg {
  width: 100%;
  height: 100%;
}
.advantage__title {
  font-family:var(--font-family-title);
  font-size:1.5rem;
  line-height: 120%;
  color:var(--color-gold-2);
  margin: 0.8em 0 0.67em 0;
}
.advantage__item p {
  font-weight: 300;
  color:var(--color-white);
}
.advantage__item p:last-child {
  margin-bottom: 0;
}

/*compare*/
.compare{
  background-color:var(--color-light-grey-2);
  padding-top:5rem;
}
.compare__header{
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-15);
}
.compare__title {
  margin: 0;
}
.compare__subtitle {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  margin: 0;
  max-width: 580px;
}
.compare__slide{
  display: grid;
  grid-template-columns: minmax(850px, 1fr) 1fr;
  gap: var(--gap-2);
  align-items: start;
  background-color:var(--color-light-grey);
  border-radius:var(--border-radius);
  overflow: hidden;
}
.custom-before-after {
  position: relative;
  width: 100%;
  max-width: 850px;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  border: var(--ba-border);
}
.ba-before,
.ba-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ba-before img,
.ba-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.label {
  position: absolute;
  bottom: 10px;
  padding: 6px 12px;
  background: var(--label-bg);
  color: var(--label-color);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 2px;
  pointer-events: none;
}
.ba-before .label {
  left: 10px;
}
.ba-after .label {
  right: 10px;
}
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--handle-color);
  z-index: 10;
  cursor: col-resize;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.ba-handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-color: var(--handle-color);
  border-radius: var(--border-radius);
  border:none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ba-handle:hover .ba-handle-circle,
.ba-handle:active .ba-handle-circle {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.ba-handle-circle .ba-handle-icon {
  width: 28px;
  height: 28px;
  fill: var(--arrow-color);
}
.ba-100{
  max-width: 1280px;
}
.gold-theme {
  --handle-color: var(--color-gold);
  --label-bg: #F3F3F3;
  --label-color: #212938;
  --arrow-color: #ffffff;
  --ba-border: 1px solid var(--color-gold);
}
.compare__slide-info{
  padding:2.5rem 2.5rem 1.2rem 1.75rem;
}
.compare__slide-info-title {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  line-height: 150%;
  color: var(--color-title);
  margin: 0 0 0.67em 0;
}
.compare__stats {
  display: flex;
  flex-direction:column;
  gap: var(--gap-2);
}
.compare__stat {
}
.compare__stats-value {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
.compare__stats-label {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}
.compare__nav{
  padding:2rem;
}
.section__cta,
.info__block {
  background: linear-gradient(to bottom, var(--color-light-grey-2) 0, var(--color-light-grey-2) 50%, var(--color-white) 50%, var(--color-white) 100%);
  margin-top: 1.6rem;
  margin-bottom: 2.188rem;
}
.section__cta-block,
.info__block-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-2);
  padding: 35px 50px;
  background-color:var(--color-white);
  border:1px solid var(--color-gold-2);
  border-radius:var(--border-radius);
}
.section__cta-title,
.info__block-title {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  line-height: 150%;
  color: var(--color-txt);
  margin: 0;
  max-width: 700px;
}
.info__block-txt{
  display: flex;
  gap: var(--gap-1);
}

/*reviews*/
.reviews {
  padding: 5rem 0 3.75rem;
  background: var(--color-brown);
}
.reviews--container{
  max-width: 1880px;
}
.reviews__heading {
  text-align: center;
  margin-bottom: 2.25rem;
}
.reviews__title {
  color: var(--color-white);
  margin: 0;
}
.reviews__tabs {
  display: flex;
  justify-content: center;
  gap: var(--gap-2);
  margin-bottom: 3.375rem;
  list-style: none;
}
.reviews__tab-btn {
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
  padding: 0 0 4px;
  position: relative;
  transition: color 0.3s ease;
  font-family: inherit;
}
.reviews__tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: width 0.3s ease;
}
.reviews__tab-btn:hover,
.reviews__tab-btn--active {
  color: var(--color-gold);
}
.reviews__tab-btn:hover::after {
  width: 100%;
}
.reviews__tab-btn--active::after {
  width: 100%;
}
.reviews__tab-panel {
  display: none;
}
.reviews__tab-panel--active {
  display: block;
}
.reviews__swiper {
  padding-bottom: 5rem;
}
.reviews__swiper .swiper-wrapper {
  align-items: stretch;
}
.reviews__swiper .swiper-slide {
  height: auto;
}
.review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 16px;
  background: var(--color-brown);
}
.review-card__cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}
.review-card__media::after {
  content: "";
  display: block;
  position: absolute;
  inset: 12px;
  border: 1px solid var(--color-gold-2);
  pointer-events: none;
}
.review-card__media--played .review-card__cover {
  opacity: 0;
  pointer-events: none;
}
.review-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background 0.3s ease;
  animation: breathe 2s ease-in-out infinite;
}
.review-card__media--played .review-card__play,
.review-card__media--played::after{
  display: none;
}
.icon-play {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent var(--color-white);
  margin-left: 3px;
}
.review-card__play::before,
.review-card__play::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--color-gold);
  z-index: -1;  
}
.review-card__play::before {
  width: 68px;
  height: 68px;
}
.review-card__play::after {
  width: 75px;
  height: 75px;
}
.review-card__media:hover .review-card__play {
  background: rgba(201, 169, 110, 1);
}

@keyframes breathe {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(201, 169, 110, 0.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 0 10px rgba(201, 169, 110, 0.1);
  }
}

.review-card__video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.review-card__media--played .review-card__video-wrap {
  opacity: 1;
  visibility: visible;
}
.review-card__video-wrap video,
.review-card__video-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}   
.review-card__name {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  line-height: 150%;
  color: var(--color-gold);
  margin: 0 0 0.5em 0;
  padding-right:20px;
}
.review-card__text {
  font-weight: 300;
  color: var(--color-white);
  margin: 0;
  padding-right:20px;
}
.audio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.875rem 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--border-radius);
  height: 100%;
}
.audio-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.audio-card__name {
  font-family: var(--font-family-title);
  font-size: 1.25rem;
  color: var(--color-gold);
  margin-bottom: 4px;
  text-align: center;
}
.audio-card__project {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.125rem;
  text-align: center;
}
.audio-card__player {
  width: 100%;
  margin-bottom: 1rem;
  opacity:0.2;
}
.audio-card__player audio {
  width: 100%;
  height: 40px;
  border-radius: 20px;
}
.audio-card__text {
  font-size: 1rem;
  color: var(--color-white);
  margin: 0;
  text-align: center;
}
.text-card {
  padding: 1.875rem 1.5rem;;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--border-radius);;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.text-card__header {
  display: flex;
  align-items: center;
  gap: var(--gap-1);
  margin-bottom: 1.25rem;
}
.text-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 5px;
  object-fit: cover;
  flex-shrink: 0;
}
.text-card__info {
  display: flex;
  flex-direction: column;
}
.text-card__name {
  font-family: var(--font-family-title);
  font-size: 1.25rem;
  color: var(--color-gold);
  margin-bottom: 2px;
}
.text-card__project {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
.rating__stars {
  display: flex;
  gap: 3px;
}
.rating__star {
  width: 22px;
  height: 22px;
  fill: rgba(255, 255, 255, 0.5);
}
/* Заполненные звёзды */
.rating__stars[data-rating="1"] .rating__star:nth-child(-n+1),
.rating__stars[data-rating="2"] .rating__star:nth-child(-n+2),
.rating__stars[data-rating="3"] .rating__star:nth-child(-n+3),
.rating__stars[data-rating="4"] .rating__star:nth-child(-n+4),
.rating__stars[data-rating="5"] .rating__star:nth-child(-n+5) {
  fill: var(--color-gold-2);
}
.text-card__text{
  margin-top: 1rem;
}
.text-card__text p {
  font-size: 1rem;
  color: var(--color-white);
  margin: 0;
  flex-grow: 1;
}
.text-card__date {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 1rem;
}
.swiper-slide-active .audio-card{
 border: 1px solid var(--color-gold);
 background: rgba(255, 255, 255, 0.06);
}
.swiper-slide-active .audio-card .audio-card__player{
  opacity:1;
}

/*tasks*/
.tasks {
  padding: 5rem 0;
  background-color: var(--color-white);
}
.tasks__header {
  margin-bottom: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-15);
}
.tasks__header .tasks__title{
  margin: 0;
}
.tasks__title {
  margin: 0 0 3.125rem 0;
}
.tasks__subtitle{
  font-size: 1.25rem;
  margin: 0;
}
.tasks__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-15);
}
.tasks__card {
  border: 1px solid var(--color-gold-2);
  border-radius: var(--border-radius);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: var(--gap-15);
  background-color: var(--color-white);
}
.tasks__card-header{
  display: flex;
  align-items: center;
  gap: var(--gap-15);
}
.tasks__card-icon {
  flex-shrink: 0;
  width: 55px;
  height: 37px;
  color: var(--color-gold);
}
.tasks__card-title {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  color: var(--color-title);
  margin: 0;
  line-height: 120%;
}
.tasks__card-text {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  margin: 0;
}
.page-price .tasks{
  padding: 3rem 0 5rem 0;
}

/*stock*/
.stock {
  --stock-bg-image: url('../img/stock-bg.webp');
  position: relative;
  padding: 5rem 0; 
}
.stock::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--stock-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.stock::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(30, 22, 18, 0.6);
  z-index: -1;
}
.stock__title {
  color: var(--color-white);
  margin: 0 0 4rem;
}
.stock__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-15);
  margin-bottom: 1.25rem;
}
.stock__item {
  display: flex;
  flex-direction:column;
  height: 100%;
  border: 1px solid var(--color-gold-2);
  padding: 32px 28px 28px;
  border-radius: var(--border-radius);
  background: rgba(67, 60, 56, 0.6);
  backdrop-filter: blur(2px);
  text-align:center;
}
.stock__item-title{
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  color: var(--color-gold);
  line-height: 120%;
}
.stock__item-img {
  margin-top: auto;
  align-self: center; 
}
.stock__item p{
  font-weight: 300;
  color: var(--color-white);
}

/*faq*/
.faq {
  padding: 5rem 0;
}
.faq__title {
  margin: 0px 0px 50px;
}
.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.25rem;
}
.faq__item {
  border-top: 1px solid var(--color-gold);
}
.faq__item:first-child {
  border-top: 1px solid var(--color-white);
}
.faq__item:last-child {
  border-bottom: 1px solid var(--color-gold);
}
.faq__question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 25px 20px 25px;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
  font-family: var(--font-family-title);
  font-size: 1.375rem;
  color: var(--color-title);
  line-height: 1.4;
  gap: var(--gap-1);
}
.faq__question:hover {
  color: var(--color-gold);
}
.faq__item--active .faq__question {
  color: var(--color-gold);
}
.faq__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 6px;
  transition: background-color 0.3s ease;
}
.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  background-color: var(--color-gold);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq__icon::before {
  width: 12px;
  height: 2px;
}
.faq__icon::after {
  width: 2px;
  height: 12px;
}
.faq__item--active .faq__icon::after {
  transform: scaleY(0);
  opacity: 0;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}
.faq__answer p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: var(--color-txt);
  margin:0 0 24px 0;
}
.faq__item--active .faq__answer {
  max-height: 500px;
  opacity: 1;
}
.faq__item--active {
  background-color: var(--color-light-grey-2);
  padding: 0 25px;
  border-color: transparent;
}
.faq__item--active .faq__question {
  padding: 30px 0 20px 0;
}
.faq__item--active + .faq__item {
  border-top: none;
}
.faq__item:last-child.faq__item--active {
  border-bottom: transparent;
}

/*callback-form*/
.callback-form {
  padding: 5rem 0 6.25rem 0;
  --callback-form-bg-image: url('../img/form-bg.webp');
  position: relative;
  color: var(--color-white);
}
.callback-form::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--callback-form-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.callback-form::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.callback-form__title {
  color: var(--color-gold);
  margin: 0px 0px 20px;
}
.callback-form__subtitle {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 970px;
  opacity: 0.9;
}
.callback-form__row {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-15);
  max-width: 970px;
}
.callback-form__fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap-15);
}
.callback-form__inputs {
  display: flex;
  gap: var(--gap-15);
}
.callback-form__checkbox {
  max-width: 650px;
}
/* ===== Универсальный input (базовые стили) ===== */
.form-input-wrapper {
  position: relative;
  flex: 1;
}
.form-input {
  width: 100%;
  padding: 18px 20px 18px 46px;
  background: var(--color-white);
  border: 1px solid var(--color-grey-2);
  font-size: 1.125rem;
  font-weight:300;
  color: var(--color-txt);
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
  height: 60px;
  border-radius: var(--border-radius);
  font-family: inherit;
}
.form-input::placeholder {
  color: #636363;
}
.form-input:focus {
  border-color: var(--color-gold);
}
.form-input--no-icon {
  padding-left: 20px;
}
.form-input--textarea {
  height: auto;
  min-height: 120px;
  padding-top: 18px;
  padding-bottom: 18px;
  resize: vertical;
  vertical-align: top;
}
.form-input__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-gold);
}
/*.form-input-wrapper:focus-within .form-input__icon {
  color: var(--color-gold);
}*/
/* ===== Универсальный чекбокс ===== */
.form-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight:300;
  line-height: 1.25;
}
.form-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-checkbox__box {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-gold);
  background: var(--color-white);
  border-radius: 3px;
  margin-top: 2px;
  transition: background 0.2s, border-color 0.2s;
}
.form-checkbox__input:checked + .form-checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px; 
  height: 14px; 
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  animation: checkmark-pop 0.2s ease-out forwards;
}
.form-checkbox__input:checked + .form-checkbox__box {
  background: var(--color-gold);
  border-color: var(--color-gold);
}
.form-checkbox__text a {
  color: var(--color-gold);
  text-decoration: underline;
}
.form-checkbox__text a:hover {
  text-decoration: none;
}
@keyframes checkmark-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%) rotate(45deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -60%) rotate(45deg) scale(1);
  }
}

/*contact form модалка*/
.modal{
  display: none;
  background: var(--color-white);
  border-radius: var(--border-radius);
  max-width: 480px;
}
.modal .fancybox-button svg path {fill: var(--color-gold);}
.modal .fancybox-button:hover svg path {fill: var(--color-txt);}
.modal-body{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-title{
  font-family: var(--font-family-title);
  font-size: 1.8rem;
  color: var(--color-gold);
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.modal-subtitle{
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-txt);
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}
.modal-form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gap-15);
}

/*service-description*/
.service-descr {
  margin-top:20px;
  padding: 1.25rem 2rem 3rem 2rem ;
  background-color: var(--color-light-grey-2);
}
.service-descr__intro {
  display: flex;
  gap: 3.75rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.service-descr__img-wrapper {
  flex-shrink: 0;
  width: 450px;
}
.service-descr__text {
  flex: 1;
}
.service-descr__text p {
  font-size: 1.125rem;
}
.service-descr__text p:last-child {
  margin-bottom: 0;
}
.service-descr hr {
  margin-bottom: 3rem;
}
.service-descr__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-15) var(--gap-2);
}
.service-descr__list li {
  position: relative;
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  padding-left: 36px;
  margin: 0;
}
.service-descr__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  background-color: var(--color-gold);
  border-radius: 50%;
  background-image: url("../img/ico-marker-arrows-to-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

/*benefit-request - форма с акцией*/
.benefit-request {
  padding: 3.75rem 0 5rem 0;
}
.benefit-request--no-padding{
  padding: 0;
}
.benefit-request__title {
  margin: 0 0 0.9em 0;
}
.benefit-request__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid var(--color-gold-2);
  padding-right: 20px;
}
.benefit-request__content {
  display: flex;
  flex: 1;
  padding: 1.5rem 1.875rem;
}
.benefit-request__info {
  flex: 1;
  max-width: 400px;
  position: relative;
}
.benefit-request__description {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 5px 0 16px 0;
}
.benefit-request__info::after {
  content:"";
  background: url(../img/benefit-request__savings-bg.svg) center center no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 216px;
  height: 216px;
  z-index: 0;
}
.benefit-request__savings{
  font-family:var(--font-family-title);
  font-weight: 500;
  color: var(--color-gold);
  line-height: 1.2;
}
.benefit-request__savings-label {
  font-size: 2.188rem;
}
.benefit-request__savings-value {
  font-size: 3rem;
}
.benefit-request__savings-note {
  font-size: 1.125rem;
  margin: 5px 0 0 0;
}
.benefit-request__divider {
  width: 1px;
  background-color: var(--color-beige-2);
  margin: 0 34px;
  flex-shrink: 0;
}
.benefit-request__contact {
  flex: 1;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
.benefit-request__contact-label {
  font-family:var(--font-family-title);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-title);
  line-height: 1;
  margin: 5px 0 24px 0;
}
.benefit-request__phone {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-title);
  text-decoration: none;
  margin-bottom: 24px;
  display: inline-block;
  transition: color 0.3s;
}
.benefit-request__phone:hover {
  color: var(--color-gold);
}
.benefit-request__socials {
 margin:24px 0;
}
.benefit-request__socials .social-link:hover {
  color: var(--color-graphite);
}
.benefit-request__photo-wrapper {
  position: relative;
  z-index: -1;
  margin: -20px 0;
  flex-shrink: 0;
}
.benefit-request__photo {
  max-width: 342px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.benefit-request__photo-info {
  position: absolute;
  bottom: 25px;
  right: 6px;
  z-index: 3;
  text-align: right;
}
.benefit-request__photo-name {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--color-white);
}
.benefit-request__photo-role {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--color-gold);
}
/*модификатор benefit-info-dark для темного текста*/
.benefit-info-dark .benefit-request__photo-name{
  color: var(--color-black);
}
.benefit-info-dark .benefit-request__photo-role{
  color: var(--color-title);
}

/* benefits */
.benefits {
  padding: 5rem 0;
  background-color: var(--color-white);
}
.benefits__title{
  margin:0 0 1.2em 0;
  max-width:700px;
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.875rem;
}
.benefits__item {
  display: flex;
  flex-direction: column;
  gap: var(--gap-15);
}
.benefits__icon {
  width: 64px;
  height: 64px;
  background-color: var(--color-gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.benefits__img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.benefits__text {
  line-height: 1.4;
  color: var(--color-black);
  margin: 0;
  max-width:260px;
}

/*секция project-example пример проекта*/
.project-example {
  background-color: var(--color-brown);
  padding: 5rem 0 6.25rem;
  color: var(--color-white);
  overflow: hidden;
}
.project-example__wrapper {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 3.75rem;
  align-items: start;
  width: 100%;
}
.project-example__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.project-example__swiper {
  border-radius: var(--border-radius);
  padding-bottom:3rem;
}
.project-example__slide {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.project-example__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
.project-example__swiper .swiper-button-prev,
.project-example__swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  margin: 0;
  top: calc(50% - 1.5rem);
  transform: translateY(-50%);
  background: transparent;
  border: 2px solid var(--color-gold);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.project-example__swiper .swiper-button-prev {
  left: 20px;
}
.project-example__swiper .swiper-button-next {
  right: 20px;
}
.project-example__swiper .swiper-button-prev:hover,
.project-example__swiper .swiper-button-next:hover {
  background: var(--color-gold);
  color: var(--color-white);
}
.project-example__swiper .swiper-button-prev::after,
.project-example__swiper .swiper-button-next::after {
  font-size:18px;
  font-weight: 700;
  color: inherit;
}
.project-example__content {
  min-width: 0;
}
.project-example__title {
  font-family: var(--font-family-title), serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--color-gold);
  margin-bottom: 1.25rem;
}
.project-example__description {
  margin-bottom: 1.39rem;
}
.project-example__description p {
  color: var(--color-white);
  line-height:1.5;
  margin: 0;
}
.project-example__specs {
  margin-bottom: 45px;
}
.project-example__spec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid var(--color-beige);
}
.project-example__spec-label {
  font-weight: 300;
  color: var(--color-white);
}
.project-example__spec-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
  white-space: nowrap;
  line-height: 1;
  margin-left: 20px;
}

/*design-scope*/
.design-scope {
  padding: 5rem 0px;
}
.design-scope__title {
  margin: 0 0 4rem 0;
}
.design-scope__intro {
  border: 1px solid var(--color-gold-2);
  margin-bottom: 5.6rem;
  margin-left:30px;
  display: flex;
  align-items: center;
  gap: var(--gap-2);
}
.design-scope__intro-image {
  flex: 0 0 50%;
  max-width: 50%;
  margin:-45px 0 -45px -45px;
  position: relative;
  z-index: 2;
}
.design-scope__intro-content {
  flex: 1;
  padding: 30px 40px 20px 40px;
}
.design-scope__intro-header {
  display: flex;
  align-items: center;
  gap: var(--gap-15);
  margin-bottom: 1.2rem;
}
.design-scope__intro-icon {
  flex-shrink: 0;
  width: 55px;
  height: 37px;
  color: var(--color-gold);
}
.design-scope__subtitle {
  font-family: var(--font-family-title), serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
.design-scope__intro-content p:last-child {
  margin-bottom: 0;
}
.design-scope__features-title {
  font-family: var(--font-family-title), serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
}
.design-scope__features {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 3.5rem 0;
  align-items: start;
}
.design-scope__feature {
  background: var(--color-light-grey-2);
  padding: 1.125rem;
  border-radius: var(--border-radius);
  position: relative;
}
.design-scope__feature-icon {
  position: absolute;
  top: -14px;
  width: 28px;
  height: 28px;
  color: var(--color-gold);
}
.design-scope__feature-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--color-gold);
}
.design-scope__feature--left .design-scope__feature-icon {
  right: -14px;
}
.design-scope__feature--right .design-scope__feature-icon {
  left: -14px;
}
.design-scope__feature p {
  margin: 0;
}
.design-scope__feature--left-top {
  grid-column: 1;
  grid-row: 1;
}
.design-scope__feature--left-middle {
  grid-column: 1;
  grid-row: 2;
}
.design-scope__feature--left-bottom {
  grid-column: 1;
  grid-row: 3;
  transform: translateX(100px);
}
.design-scope__feature--center {
  grid-column: 2;
  grid-row: 1 / 4;
  background: transparent;
  padding: 0;
  z-index:-1;
  margin: 0 -5.3rem;
}
.design-scope__feature--center img {
  width: 100%;
  display: block;
}
.design-scope__feature--right-top {
  grid-column: 3;
  grid-row: 1;
}
.design-scope__feature--right-middle {
  grid-column: 3;
  grid-row: 2;
}
.design-scope__feature--right-bottom {
  grid-column: 3;
  grid-row: 3;
  transform: translateX(-100px);
}

/*about-studio - page*/
.about-studio {
  padding: 3rem 0;
}
.about-studio__title {
  margin: 0 0 0.8em 0;
}
.about-studio__content {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
.about-studio__image-left {
  flex: 0 0 450px;
}
.about-studio__image-left img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.about-studio__right{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-studio__subtitle {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-title);
  margin: 0 0 0.9em 0;
  line-height: 1.5;
}
.about-studio__description p:last-child {
  margin-bottom: 0;
}
.about-studio__right-image {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

/*team - page about */
.team {
  padding: 3rem 0 5rem 0;
}
.team__header{
  margin-bottom: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--gap-15);
}
.team__title {
  margin: 0;
}
.team__description {
  font-size: 1.25rem;
  margin: 0;
}
.team__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap-15);
}
.team__card {
  grid-column: span 3;
  position: relative;
}
.team__card--large {
  grid-column: span 4;
}
.team__card {
  border: 1px solid #d9d9d9;
  background: var(--color-white);
  overflow: visible;
  transition: box-shadow 0.3s ease;
}
.team__card-photo {
  position: relative;
  display:flex;
  max-width: 452px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--color-light-grey-2);
}
.team__card-photo::before,
.team__card--large .team__card-photo::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid var(--color-gold-2);
  pointer-events: none;
  z-index: 1;
}
.team__card--large .team__card-photo::before {
  inset: 18px;
}
.team__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.team__card-info {
  padding: 12px 16px 16px;
}
.team__card-header {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-05);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.team__card-header:hover .team__card-arrow{
 color: var(--color-gold);
}
.team__card-arrow {
  color: var(--color-txt);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.team__card-arrow svg {
  width: 12px;
  height: 9px;
  fill: currentColor;
}
.team__card.is-open .team__card-arrow {
  transform: rotate(180deg);
}
.team__card-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.team__card-name {
  font-family: var(--font-family-title);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-txt);
  text-align: right;
  line-height: 1.3;
  margin-bottom:5px;
}
.team__card-role {
  font-size: 0.875rem;
  color:var(--color-grey);
  text-align: right;
  line-height: 1.3;
}
.team__card-desc {
  position: absolute;
  top: 98.2%;
  left: -1px;
  right: -1px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: var(--color-white);
  border: 1px solid #d9d9d9;
  border-top: none;
  z-index: 100;
  opacity: 0;
}
.team__card.is-open .team__card-desc {
  max-height: 200px;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.3s ease 0.1s;
}
.team__card-desc p {
  padding: 10px 18px 18px 18px;
  font-size: 0.875rem;
  line-height: 1.6;
  color:var(--color-grey);
  margin: 0;
}

/*testimonials*/
.testimonials {
  padding: 5rem 0;
  background-color: var(--color-dark-grey);
}
.testimonials__title {
  color:var(--color-white);
  margin-top: 0;
}
.testimonials-container{
  max-width: 1880px;
  margin-top: 4rem;
}
.testimonials__services {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gap-15);
  margin-bottom: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}
.testimonials__service {
  border: 1px solid #464646;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonials__service-logo {
  height: 30px;
  object-fit: contain;
  margin-bottom: 16px;
  margin-right: auto;
}
.testimonials__service-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.testimonials__service-rating-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1;
}
.testimonials__service-count {
  font-size: 1rem;
  color: var(--color-white);
}
.testimonials__slider {
  padding-bottom: 50px;
  position: relative;
}
.testimonials__item {
  border-radius: var(--border-radius);
  border: 1px solid #464646;
  padding: 20px;
  min-height: 323px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials__item-header {
  display: flex;
  gap: var(--gap-15);
  margin-bottom: 1rem;
}
.testimonials__item-avatar {
  width: 68px;
  height: 68px;
  border-radius: 5px;
  object-fit: cover;
}
.not-avatar{
  background-color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #665534;
  font-weight: 700;
  font-size: 1.875rem;
}
.testimonials__item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.testimonials__item-date {
  font-size: 0.875rem;
  color: var(--color-grey);
  line-height:1.2;
}
.testimonials__item-name {
  font-size: 1.25rem;
  color: var(--color-white);
  line-height: 1.2;
}
.testimonials__item-text {
  flex-grow: 1;
  font-size: 1rem;
  color: var(--color-white);
  font-weight:300;
  margin-bottom: 12px;
}
.testimonials__item-text p:first-child{
  margin-top: 0;
}
.testimonials__item-text p:last-child{
  margin-bottom: 0;
}
.testimonials__item-text--truncated {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials__item-toggle {
  background: none;
  border: none;
  color: var(--color-gold);
  font: inherit;
  font-size: 1.125rem;
  font-weight: 300;
  cursor: pointer;
  padding: 0;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
  text-align:left;
}
.testimonials__item-toggle:hover {
  color: var(--color-gold);
  text-decoration: none;
}
.testimonials__item-toggle:focus-visible {
  outline: 1px solid var(--color-gold);
  outline-offset: 2px;
  border-radius: 2px;
}

/*portfolio category*/
.portfolio-category {
  background-color:var(--color-light-grey-2);
  padding:2.5rem 0;
}
.portfolio-category-list {
  display:flex;
  gap:var(--gap-05);
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  padding: 1.125rem 0;
  border-top: 1px solid var(--color-grey-2);
  border-bottom: 1px solid var(--color-grey-2);
}
.portfolio-category-link{
  --btn-bg: var(--color-white);
    color: var(--color-graphite);
}
.portfolio-category-link.link--active{
  --btn-bg: var(--color-gold);
  color:var(--color-white);
}
.portfolio-category-link:hover{
  --btn-bg: var(--color-gold);
  color:var(--color-white);
}

/*portfolio*/
.portfolio {
  margin:2.5rem 0;
}
.portfolio__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-15);
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1880px;
}
.portfolio-card__cover {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  padding:1.875rem;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity ease 0.4s;
}
.portfolio-card__cover-txt{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.portfolio-card__cover-title {
  font-size: 1.375rem;
  font-weight: 400;
  color:var(--color-gold);
  line-height: 1;
}
.portfolio-card__cover-subtitle {
  font-family: var(--font-family-title);
  font-size: 1.125rem;
  font-weight: 500;
  color:var(--color-white);
  line-height:1.3;
  margin-bottom:3px;
}
.portfolio-card__cover:hover,
.portfolio-card__cover:focus-within {
  opacity: 1;
}
.portfolio .portfolio-card:hover .portfolio-card__badge::after,
.portfolio .portfolio-card:focus-within .portfolio-card__badge::after {
  color: var(--color-white);
}
.portfolio-card__cover-block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--gap-1);
}
.portfolio__btn-wrap{
  padding: 1.125rem 0;
  border-top: 1px solid var(--color-grey-2);
  border-bottom: 1px solid var(--color-grey-2);
  text-align:center;
  margin: 4rem auto;
}
.portfolio-description{
  margin-bottom:4rem;
}
.btn-more{
 display:inline-flex!important;
 width: auto!important;
}

/*project-intro*/
.project-intro {
  background-color:var(--color-light-grey-2);
  padding: 6rem 0 5rem 0;
}
.project-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.project-intro__column {
}
.project-intro__title {
  margin: 0 0 0.67em 0;
}
.project-intro__content iframe,
.project-intro__content .ipano-embed{
  border:none;
  max-height:400px;
}
.project-intro__content p{
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.project-intro__content ul{
  margin:1.875rem 0;
}
.project-intro__content ul li{
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  position: relative;
  padding-left: 42px;
  margin-bottom: 1.25rem;
}
.project-intro__content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: var(--color-gold);
  border-radius: 50%;
  background-image: url(../img/ico-marker-check-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

/*project-galery*/
.project-gallery{
  padding: 5rem 0;
}
.project-gallery--gray{
  background-color:var(--color-light-grey-2);
}
.project-gallery__header{
  margin-bottom: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--gap-1);
}
.project-gallery__title{
  margin: 0;
}
.project-gallery__description{
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 150%;
  margin: 0;
}
.container-project-gallery{
  max-width: 1880px;
}
.project-gallery__grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-1); 
  opacity: 0;
  transition: opacity 0.2s ease;
}
.project-gallery__grid.is-initialized {
    opacity: 1;
}
.project-gallery__item {
  position: relative;
  overflow: hidden;
}
.project-gallery__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.project-gallery__img:hover {
  transform: scale(1.05);
}
.project-gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.project-gallery__item::after {
  content: "";
  display: block;
  position: absolute;
  inset:12px;
  border: 1px solid transparent;
  pointer-events: none;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  z-index: 2;
}
.project-gallery__item:hover::before {
  opacity: 1;
}
.project-gallery__item:hover::after {
  opacity: 1;
  border-color: var(--color-gold-2);
}
.project-gallery__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 50px;
  height: 50px;
  background-color: var(--color-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index:3;
}
.project-gallery__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"><path d="M14 4V24" stroke="%23fff" stroke-width="4" stroke-linecap="round"/><path d="M4 14H24" stroke="%23fff" stroke-width="4" stroke-linecap="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.project-gallery__item:hover .project-gallery__icon {
  transform: translate(-50%, -50%) scale(1);
}

/*project-layout*/
.project-layout{
  padding: 5rem 0;
  background-color:var(--color-light-grey-2);
}
.project-layout__header{
  margin-bottom: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--gap-1);
}
.project-layout__title{
  margin: 0;
}
.project-layout__description{
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 150%;
  margin: 0;
}
.project-layout-ba__grid{
  display: flex;
  flex-direction:column;
  gap:var(--gap-2);
}
.project-layout-ba__item{
  display: flex;
  justify-content:center;
}

/*project-descr*/
.project-descr{
  padding: 5rem 0;
}
.project-descr__grid{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--gap-1);
}
.project-descr__column{

}
.project-descr__title{
  margin: 0;
}
.project-descr__subtitle{
  max-width:450px;
  font-family:var(--font-family-title);
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height:150%;
}
.project-descr__txt p:first-child {
  margin-top: .7em;
}
.project-descr__txt ul {
  margin: 1rem 0px;
}
.project-descr__txt ul li {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  position: relative;
  padding-left: 16px;
  margin-bottom: 1rem;
}
.project-descr__txt ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: var(--color-gold);
  border-radius: 50%;
}

/*page pr*/
.page-header{
  padding: 12.5rem 0 3.75rem 0;
}
.page-header__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items:center;
  gap: var(--gap-1);
}
.page-header__title {
  font-size: 3.625rem;
  font-size: clamp(2rem, 1.5rem + 3vw, 3.625rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.page-header__description {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 150%;
  margin: 0;
}

/*work-order*/
.work-order{
  background-color: var(--color-light-grey-2);
  padding-top: 5rem ; 
}
.work-order__header{
  margin-bottom: 50px;
}
.work-order__title{
  margin: 0;
}
.work-order__grid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--gap-15);
}
.work-order__card{
  flex: 1 1 350px;
  padding: 25px;
  border-radius: var(--border-radius);
  background-color: var(--color-white);
}
.work-order__card-header {
  display: flex;
  align-items: center;
  gap: var(--gap-1);
  margin-bottom: 15px;
}
.work-order__card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  background-color: var(--color-gold);
  color: var(--color-white);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 8px;
}
.work-order__card-title {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-title);
  margin:0;
}
.work-order__card p:first-child {
  margin-top:0;
}
.work-order__card p:last-child {
  margin-bottom:0;
}

/*examples*/
.examples {
  padding: 2.5rem 0 5rem 0;
}
.examples__inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.examples__visual {
  flex: 0 0 auto;
  position: relative;
  max-width: 600px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.examples__circle {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--color-gold);
  opacity: 0.7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulses 3s ease-in-out infinite;
}
.examples__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--color-gold);
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulses 3s ease-in-out infinite;
}
.examples__ring--inner {
  width: 420px;
  height: 420px;
  opacity: 0.45;
  animation-delay: 0.3s;
}
.examples__ring--outer {
  width: 460px;
  height: 460px;
  opacity: 0.3;
  animation-delay: 0.6s;
}
.examples__image {
  position: relative;
  width: 560px;
  height: 100%;
  z-index: 2;
}
.examples__image img {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes pulses {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.04);
  }
}
.examples__info {
  flex: 1;
  background: var(--color-white);
  border-radius:var(--border-radius);
  border: 20px solid var(--color-light-grey-2);
  padding: 1.875rem;
}
.examples__info h2 {
  font-family:var(--font-family-title);
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 1.2rem + 0.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-black);
  margin: 0;
}
.examples__info p {
  font-weight: 500;
}
.examples__info ul {
  margin: 1.6rem 0 2.6rem 0;
  list-style: none;
}
.examples__info ul li {
  font-weight: 500;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
}
.examples__info ul li::before {
  content: "";
  background: url('../img/ico-marker-check.svg') center center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
  vertical-align: baseline;
}
.examples__buttons {
  display: flex;
  gap: var(--gap-15);
  flex-wrap: wrap;
}

/*other-list*/
.other-list {
  margin:3rem 0;
}
.other-list__header {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items:center;
  gap: var(--gap-15);
  margin-bottom: 2.2rem;
}
.other-list__title {
  margin: 0;
}
.other-list__description {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 150%;
  margin: 0;
}
.other-list__table {}
.other-list__table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 13px 20px;
  border-bottom: 1px solid var(--color-beige);
  margin-bottom: 0;
}
.other-list__table-header-label {
  font-size: 1rem;
  color: var(--color-grey);
}
.other-list__table-header-label--right {
  text-align: right;
}
.other-list__table-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 20px;
  border-bottom: 1px solid var(--color-beige);
  gap: 2.5rem;
}
.other-list__table-row:last-child {
  border-bottom: 1px solid var(--color-beige);
}
.other-list__table-content {
  flex: 1;
  max-width: 75%;
}
.other-list__table-title {
  font-family:var(--font-family-title);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-title);
  margin-bottom: 16px;
}
.other-list__table-content p:first-child {
  margin-top:0;
}
.other-list__table-content p:last-child {
  margin-bottom:0;
}
.other-list__table-term {
  flex: 0 0 auto;
  min-width: 140px;
  text-align: right;
  padding-top: 4px;
}
.other-list__table-term-value {
  font-size: 1.375rem;
  color: var(--color-txt);
  white-space: nowrap;
}
.other-list__table-term__numbers{
  font-weight: 700;
}

/*drawings*/
.drawings { 
  padding: 2.5rem 0 5.625rem 0; 
}
.drawings__title {
  margin-top: 0;
}
.drawings__inner {
  display: flex;
  gap: var(--gap-2);
  align-items: flex-start;
}
.drawings__preview {
  flex: 0 0 50%;
  max-width: 50%;
}
.drawings__image-link {
  display: block;
  border: 1px solid var(--color-light-grey);
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: zoom-in;
  transition: box-shadow 0.25s ease;
}
.drawings__image-link:hover {
  border: 1px solid var(--color-gold);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.drawings__image {
  display: block;
  width: 100%;
  height: auto;
  background: var(--color-light-grey);
  transition: opacity 0.3s ease;
}
.drawings__image--loading {
  opacity: 0.4;
}
.drawings__content {
  flex: 1;
}
.drawings__select-wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap-1);
  margin-bottom: 30px;
  padding: 1.25rem 0;
  border-top: 1px solid var(--color-grey-2);
  border-bottom: 1px solid var(--color-grey-2);
}
.drawings__select-label {
  font-weight: 700;
  color: var(--color-black);
  white-space: nowrap;
}
.drawings__select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--color-white) url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7C4.7873 6.999 4.5775 6.95381 4.38584 6.86771C4.19417 6.78161 4.02544 6.65676 3.89188 6.50222L0.384232 2.53556C0.179267 2.29675 0.0502851 2.009 0.0119851 1.7051C-0.0263148 1.40119 0.0276073 1.09336 0.167607 0.816667C0.281151 0.576198 0.466443 0.371322 0.701353 0.226506C0.936262 0.0816914 1.21086 0.00305904 1.49235 0H8.50765C8.78914 0.00305904 9.06374 0.0816914 9.29865 0.226506C9.53356 0.371322 9.71885 0.576198 9.83239 0.816667C9.97239 1.09336 10.0263 1.40119 9.98802 1.7051C9.94972 2.009 9.82073 2.29675 9.61577 2.53556L6.10812 6.50222C5.97456 6.65676 5.80583 6.78161 5.61416 6.86771C5.4225 6.95381 5.2127 6.999 5 7Z' fill='%23212938'/%3E%3C/svg%3E") no-repeat right 18px center;
  border: 1px solid var(--color-gold);
  border-radius: var(--border-radius);
  padding: 18px 40px 18px 18px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--color-grey);
  cursor: pointer;
  min-width: 220px;
  width:100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.drawings__select:hover {
  outline: none;
  color:var(--color-txt);
  border-color: var(--color-gold-2);
}
.drawings__select:focus {
  outline: none;
  color:var(--color-txt);
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.2);
}
.drawings__item,
.drawings__item-image {
  display: none;
}
.drawings__item--active {
  display: block;
  animation: drawingsFadeIn 0.35s ease;
}
@keyframes drawingsFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.drawings__item__title {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 1.2rem + 0.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-black);
  margin-top: 0;
}
.drawings__description p:last-child{ 
  margin-bottom: 0; 
}

/*tarif*/
.tarif {
  padding: 6rem 0 3rem 0;
}
.tarif__title {
  margin: 0 0 0.67em 0;
  max-width: 1000px;
}
.tarif__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-15);
  align-items: stretch;
  padding-top:1.5rem;
}
.tarif__card {
  background-color: var(--color-light-grey-2);
  border-radius: var(--border-radius);
  padding: 40px 25px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tarif__card--popular {
  border: 3px solid var(--color-gold);
  background-color: var(--color-white);
  padding: 37px 22px 25px;
}
.tarif__badge {
  position: absolute;
  top: -21px;
  right: 24px;
  padding: 12px 22px;
  border-radius: 4px;
  font-family:var(--font-family-title);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  white-space: nowrap;
}
.tarif__badge--popular {
  background-color: var(--color-gold);
}
.tarif__badge--all {
  background-color: var(--color-green);
}
.tarif__name {
  font-family:var(--font-family-title);
  font-size: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin:0 0 4px 0;
  color: var(--color-title);
}
.tarif__subtitle {
  font-size: 1rem;
  color: var(--color-grey);
  text-align: center;
  margin-bottom: 20px;
}
.tarif__price {
  text-align: center;
  padding: 25px 0;
  margin-bottom: 25px;
  border-top: 1px solid var(--color-beige);
  border-bottom: 1px solid var(--color-beige);
}
.tarif__price-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-txt);
  white-space: nowrap;
  line-height: 1.2;
}
.tarif__price-unit {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-txt);
}
.tarif__list {
  list-style: none;
  margin: 0;
}
.tarif__list li {
  position: relative;
  padding-left: 34px;
  padding-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-txt);
}
.tarif__list li:last-child {
  padding-bottom: 0;
}
.tarif__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--marker-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.74788%206.4723L8.77976%207.64681L14.9667%200.604724L16%201.78173L8.77976%2010L4.12899%204.70554L5.16233%203.52936L6.71526%205.29696L7.74788%206.4723ZM7.74934%204.11995L11.3682%200L12.3986%201.17285L8.77976%205.2928L7.74934%204.11995ZM5.68338%208.82382L4.65077%209.99917L0%204.70554L1.03334%203.52936L2.06595%204.70471L2.06522%204.70554L5.68338%208.82382Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.tarif__list li strong {
  font-weight: 700;
}
.tarif__list--gold {
  --marker-color: var(--color-gold);
}
.tarif__list--green {
  --marker-color: var(--color-green);
}
.tarif__list--purple {
  --marker-color: var(--color-purple);
}
.tarif__gifts-title {
  text-align: center;
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 25px 0;
  border-bottom: 1px solid var(--color-beige);
  color: var(--color-black);
}
.tarif__top{
 /*min-height: 23.5rem;*/
}
.tarif__middle{
  /*min-height:32rem;*/
  border-top: 1px solid var(--color-beige);
  border-bottom: 1px solid var(--color-beige);
  padding:25px 0;
  margin:25px 0 0 0;
}
.tarif__bottom{
  margin-bottom:25px;
}
.tarif__card .button {
  margin-top: auto;
}

/*cost-stage*/
.cost-stages {
  padding: 5rem 0;
  background-color: var(--color-light-grey-2);
}
.cost-stages__header{
  margin-bottom:2.5rem;
}
.cost-stages__title {
  margin: 0px;
}
.cost-stages__Label {
  font-size: 1rem;
  color: var(--color-grey);
  margin-bottom: 5px;
}
.cost-stages__tabs-wrapper {
  border-top: 1px solid var(--color-grey-2);
  border-bottom: 1px solid var(--color-grey-2);
  padding: 1.125rem 0;
  margin-bottom: 25px;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
}
.cost-stages__tabs {
  display: flex;
  align-items: center;
  gap: var(--gap-05);
}
.cost-stages__tabs-label {
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 0.5rem;
  color: var(--color-black);
}
.cost-stages__tab--active {
  background: var(--color-gold);
  color: var(--color-white);
}
.cost-stages__tab:hover:not(.cost-stages__tab--active) {
  --btn-bg: var(--color-gold);
  color: var(--color-white);
}
.cost-stages__content {
  display: none;
}
.cost-stages__content--active {
  display: block;
}
.cost-stages__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--gap-15);
}
.cost-stages__card {
  flex: 1 1 350px;
  background: var(--color-white);
  padding: 1.563rem;
  border-radius: var(--border-radius);
}
.cost-stages__card-header {
  display: flex;
  align-items: flex-end;
  gap: var(--gap-1);
  margin-bottom: 14px;
}
.cost-stages__card-number {
  width: 64px;
  height: 64px;
  background: var(--color-gold);
  color:var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 8px;
  flex-shrink: 0;
}
.cost-stages__card-title {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-gold);
}
.cost-stages__card-amount {
  font-family: var(--font-family-title);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-black);
  margin-bottom: 14px;
}
.cost-stages__card-description {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.6;
  color: var(--color-txt);
}

/*Seo text или раскрывающийся блок*/
.expandable{
  padding:1rem 0 4rem 0;
}
.expandable-wrap__btn{
  position: relative;
}
.show-more-btn {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 50px;
  height: 40px;
  transform: translateX(-50%);
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.show-more-btn:before,
.show-more-btn:after{
  content: '';
  background-color: var(--color-gold);
  position: absolute;
  display: block;
  width: 29px;
  height: 2px;
  border-radius: 2px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
}
.show-more-btn:before {
  top: 15px;
  right: 22px;
  transform: rotate(35deg);
}
.show-more-btn:after {
  top: 15px;
  left: 21px;
  transform: rotate(-35deg);
}
.show-more-btn.show:before {
  transform-origin: center center;
  transform: rotate(-35deg);
}
.show-more-btn.show:after {
  transform-origin: center center;
  transform: rotate(35deg);
}
.expandable__text{
  display: none;
  padding:2rem;
  background-color:var(--color-light-grey-2);
}

/*Panoramas*/
.panoramas {
  padding: 5rem 0;
  background-color: var(--color-light-grey-2);
}
.panoramas--container{
  max-width: 1880px;
 }
.panoramas__title {
  text-align: center;
  margin: 0 0 4rem 0;
}
.panoramas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-15);
}
.panorama-card {
  position: relative;
  background: var(--color-white);
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: pointer;
}
.panorama-card::after {
  content: "";
  display: block;
  position: absolute;
  inset: 12px;
  border: 1px solid var(--color-gold-2);
  pointer-events: none;
}
.panorama-card--active::after {
  display: none;
}
.panorama-card__preview {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.panorama-card__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--color-gold);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  animation: breathe 2s ease-in-out infinite;
}
.panorama-card__button::before,
.panorama-card__button::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--color-gold);
  z-index: -1;  
}
.panorama-card__button::before {
  width: 73px;
  height: 73px;
}
.panorama-card__button::after {
  width: 82px;
  height: 82px;
}
.panorama-card__button-text {
  color: var(--color-white);
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.panorama-card__iframe-wrapper {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  background: var(--color-light-grey-2);
}
.panorama-card__iframe-wrapper--active {
  display: block;
}
.panorama-card__iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.panorama-card__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}
.panorama-card__close:hover {
  background: var(--color-white);
  transform: rotate(90deg);
}
.panorama-card__close::before,
.panorama-card__close::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background: var(--color-grey);
}
.panorama-card__close::before { transform: rotate(45deg); }
.panorama-card__close::after { transform: rotate(-45deg); }

/*ALL services*/
.services {
  padding: 2rem 0 5rem 0;
}
.service {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
.service:nth-child(even) {
  flex-direction: row-reverse;
}
.service__text {
  flex: 1;
  padding: 1.875rem;
  background-color: var(--color-light-grey-2);
}
.service__title {
  margin: 0 0 1.4rem 0;
  color: var(--color-title);
  line-height: 1.2;
}
.service__description {
  margin-bottom: 2rem;
}
.service__image {
  flex: 1;
  max-width:500px;
}
.service__image img {
  width: 100%;
  height: auto;
  display: block;
}
.services__more {
  padding: 1.125rem 0;
  border-top: 1px solid var(--color-grey-2);
  border-bottom: 1px solid var(--color-grey-2);
  text-align: center;
  margin: 4rem 0 0;
}

/*quiz*/
.quiz{
  padding: 5rem 0;
}
.quiz__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--gap-15);
  margin-bottom: 2.2rem;
}
.quiz__title{
  margin: 0;
}
.quiz__description {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 150%;
  margin: 0;
}

/*page*/
.page{
  padding: 12.5rem 0 10rem 0;
}
.page h1{
  margin-top: .8rem;
}
.page ul{
  padding-left: 1.1rem;
}
.page ul li{
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  position: relative;
  padding-left: 16px;
  margin-bottom: .8rem;
}
.page ul li::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: var(--color-gold);
  border-radius: 50%;
}
.page ol{
  padding-left: 2.5rem;
}
.page ol li{
  margin-bottom: .8rem;
  position: relative;
  list-style-type: decimal;
}
.page a{
 position:relative;
  text-decoration: none;
  padding:4px 0;
  transition: color 0.3s;
}
.page a:hover{
  color: var(--color-black);
}
.page a::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: width 0.3s;
}
.page a:hover::after {
  width: 100%;;
}

/*page-contact*/
.page-contact{
  padding: 12.5rem 0 3rem 0;
}
.page-contact h1{
  font-size: 3.625rem;
  font-size: clamp(2rem, 1.5rem + 3vw, 3.625rem);
  line-height: 1.2;
  margin: 0 0 0.67em 0;
}
.page-contact__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-2);
  margin-bottom: 3rem;
}
.contacts__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts__column--requisites {
  border-left: 1px solid var(--color-beige-2);
  padding-left: 2rem;
}
.contacts__subtitle {
  font-family: var(--font-family-title);
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 0 1.25rem 0;
  color: var(--color-title);
}
.contacts__description {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.6;
  color: var(--color-grey);
  margin: 0 0 1.25rem 0;
}
.contacts__list {
  list-style: none;
  margin: 0 0 1.25rem 0;
}
.contacts__item {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-1);
  margin-bottom: 1.25rem;
}
.contacts__item:last-child {
  margin-bottom:1rem;
}
.contacts__icon {
  width: 52px;
  height: 52px;
  background: var(--color-gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contacts__icon svg {
  width: 24px;
  height: 24px;
  color:var(--color-white);
  fill:var(--color-white);
}
.contacts__label {
  font-size: 1rem;
  color: var(--color-grey);
  margin-bottom: 4px;
}
.contacts__value {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-title);
  line-height: 1.4;
}
.contacts__value--link {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: var(--color-title);
  text-decoration: none;
  transition: color 0.3s;
}
.contacts__value--link:hover {
  color: var(--color-gold);
}
.contacts__socials {
 margin:0 0 1.25rem 0;
}
.contacts__socials.social-buttons {
  gap: 1.2rem;
}
.contacts__socials .social-link:hover {
  color: var(--color-graphite);
}
.contacts__socials-label {
  font-size: 1rem;
  color: var(--color-title);
  line-height: 1.2;
}
.contacts__requisites-list {
  display: block;
  margin: 0 0 1.25rem 0;
  padding: 0;
}
.contacts__requisites-list li {
  display: block;
  letter-spacing: -1ex;
  margin: 0 0 .9rem 0;
}
.contacts__requisite-label {
  font-weight:700;
  margin-right: -50%;
  width: 49%;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  letter-spacing: normal;
}
.contacts__requisite-label:after {
  content: '';
  display: inline-block;
  width: 100%;
  margin: 0 -99% 0 3px;
  vertical-align: baseline;
  border-bottom: 1px dashed var(--color-beige);    
}
.contacts__requisite-value {
  display: inline-block;
  letter-spacing: normal;
  padding-left: 3px;
  margin-left: 50%;
  width: 50%;
  vertical-align: bottom;
}
.page-contact__form{
  border: 25px solid var(--color-light-grey-2);
  background-color:var(--color-white);
  padding:1.563rem;
}
.contact-form__grid{
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: var(--gap-15);
  margin-bottom: 1.25rem;
}
.contact-form__column {
  display: flex;
  flex-direction: column;
  gap: var(--gap-15);
}
.page-contact-form__checkbox{
  margin-bottom: 1.25rem;
  align-items:center;
}
.page-contact-form__checkbox .form-checkbox__text a{
  color: var(--color-title);
  text-decoration: underline;
}
.page-contact-form__checkbox .form-checkbox__text a:hover{
  color: var(--color-title);
  text-decoration: none;
}
.form-docs{
  display: flex;
  flex-wrap:wrap;
  gap: var(--gap-15);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25;
  margin-top:30px;
}
.form-docs a{
  transition: all 0.3s ease;
  text-decoration:underline;
}
.form-docs a:hover{
  text-decoration:none;
}
/*message form formit*/
[data-formit-success-message]:empty,
[data-formit-error-message]:empty,
[data-formit-validation-error-message]:empty,
[data-formit-error]:empty {
    display: none !important;
}
[data-formit-success-message]:not(:empty),
[data-formit-error-message]:not(:empty),
[data-formit-validation-error-message]:not(:empty) {
    display: block !important;
    margin-bottom: 20px;
}
[data-formit-error]:not(:empty) {
  display: block !important;
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
}
.success-box,
 .error-box{
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}
.success-box{
  background-color: #d4edda;
  color: #155724;
}
.error-box {
  background-color: #f8d7da;
  color: #721c24;
}
.callback-form .success-box,
.callback-form .error-box{
  max-width: 970px;
}
/* Полностью скрываем любые текстовые сообщения об ошибках, если они вдруг появятся */
[data-formit-error],
[data-formit-validation-error-message],
[data-formit-error-message] {
    display: none !important;
}

div#map {
  height: 580px;
  overflow: hidden;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%) invert(90%) brightness(200%);
  filter: grayscale(100%) invert(90%) brightness(200%);
}

/*404 page*/
.page-not-found{
  background-color:var(--color-dark-grey);
  padding: 12.5rem 0 10rem 0;
}
.page-not-found__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-2);
}
.not-found__column {
}
.error-code {
  font-family: var(--font-family-base), sans-serif;
  font-size: 15.625rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px var(--color-gold);
  text-stroke: 2px var(--color-gold);
  line-height: 1;
}
.page-not-found h1{
  font-size: 3.75rem;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  color:var(--color-white);
  margin:0 0 .4em 0;
}
.page-not-found p{
  font-size: 1.25rem;
  font-weight: 300;
  color:var(--color-white);
}
.page-not-found__btn-block {
  margin-top: 2rem;
  display: flex;
  gap: var(--gap-15);
}
.not-found-img {
  display: flex;
  justify-content:center;
  align-items: center;
  height: 100%;
}

/*up button*/
.scroll-to-top {
  display: none;
  background-color: var(--color-gold);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 20px;
  opacity: 0.5;
  position: fixed;
  left: 24px;
  height: 50px;
  width: 50px;
  padding: 15px;
  line-height: 1;
  z-index: 10;
}
.icon__top {
   fill: var(--color-white);
   fill-opacity: 1;
}
.scroll-to-top:active {
  background-color: var(--color-gold);
  opacity: 1;
}

/*Media queries*/
@media (hover:hover) {
  #scrollToTop:hover {
    background-color: var(--color-gold);
    opacity: 1;
  }
}

@media only screen and (max-width : 1430px) {
  .advantage__item {
    flex: 1 380px;
  }
  .compare__slide-info {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
  .compare__slide{
    grid-template-columns: minmax(640px, 1fr) 1fr
  }
  .compare__slide-info-title {
    line-height: 1.3;
  }
  .compare__slide-img {
    margin: 20px;
  }
  .compare__stats {
    gap: var(--gap-1);
  }
  .portfolio-card__cover-title  {
    font-size: 1.2rem;
  }
  .portfolio-card__cover-subtitle {
    font-size: 1rem;
  }
  .button--not-text{
    padding: 18px;
  }
}

@media only screen and (max-width : 1330px) {
  .header__social.social-buttons{
    gap: 1.45rem;
  }
  .portfolio-card__media::after {
    inset: 12px;
  }
  .portfolio-card__badge::before {
    top: 18px;
    right: 18px;
    width: 45px;
    height: 51px;
  }
  .portfolio-card__badge::after {
    font-size: .7rem;
    top: 36px;
    right: 26px;
  }
  .portfolio-card__cover {
    padding: 1.3rem;
  }
  .about__photo-block {
    width: 450px;
  }
  .about__info-block {
    gap: 6rem;
  }
  .footer__bottom-copyright{
    align-items:flex-start;
    flex-direction:column;
    gap: var(--gap-05);
  }
  .project-example__wrapper {
    grid-template-columns: 1.4fr 1fr;
    gap: 2.5rem;
  }
  .design-scope__intro-content {
    padding: 25px;
  }
  .testimonials__item-name {
    font-size: 1.125rem;
  }

}

@media only screen and (max-width : 1240px) {
  .benefit-request__content {
    padding: 1rem 1.4rem;
  }
  .benefit-request__divider {
    margin: 0 20px;
  }
  .benefit-request__description,
  .benefit-request__savings-note,
  .design-scope__feature p{
     font-size:1rem;
  }
  .design-scope__feature--center {
    margin: 0 -4rem;
  }
  .design-scope__features {
    gap: 2rem 0;
  }
  .examples__visual {
    max-width: 500px;
  }
  .tarif__list li {
    font-size: 1rem;
  }
  .tarif__subtitle{
    font-size:0.875rem;
  }
}

@media only screen and (max-width : 1140px) {
  .button,
  .portfolio-category-link,
  .cost-stages__tab {
    padding: 20px 26px;
    font-size: .85rem;
  }
  .button--not-text{
    padding: 18px;
  }
  .header__button {
    font-size: .75rem;
    padding: 14px 18px;
  }
  .header__logo-desc{
    display: none;
  }
  .hero__stat {
    padding-left: 20px;
  }
  .section-portfolio__grid,
  .portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-card__link {
    font-size: 1rem;
    padding-left: 14px;
  }
  .about__info-block {
    gap: 4rem;
  }
  .about__photo-block {
    width: 280px;
    margin-left: 25px;
  }
  .about__photo-block::before {
    left: -25px;
    right: -25px;
  }
  .about__photo-caption {
    right: -10px;
  }
  .about__stat {
    padding: 25px 35px;
  }
  .about__callback-block,
  .section__cta-block,
  .info__block-wrap {
    padding: 25px 40px;
  }
  .about__callback-title,
  .section__cta-title,
  .review-card__name,
  .tasks__card-title,
  .stock__item-title,
  .faq__question,
  .design-scope__subtitle,
  .work-order__card-title,
  .info__block-title,
  .cost-stages__card-title,
  .cost-stages__card-amount {
    font-size: 1.3rem;
    line-height: 120%;
  }
  .compare__slide-info-title,
  .project-example__title {
    font-size: 1.3rem;
    line-height: 140%;
  }
  .about__callback-arrow, .section__cta-arrow {
    height: 40px;
  }
  .info__block-icon{
    width: 50px;
  }
  .compare__slide{
    grid-template-columns: minmax(520px, 1fr) 1fr
  }
  .faq__question{
    font-size: 1.125rem;
  }
  .faq__grid{
    gap: var(--gap-1);
  }
  .faq__icon{
    margin-top: 0;
  }
  .faq__item--active{
    padding: 0 20px;
  }
  .form-input{
    font-size:1rem;
    height: 54px;
  }
  .error-code {
    font-size: 13rem;
  }
  .page-not-found p{
    font-size: 1.125rem;
  }
  .service-descr__intro {
    gap: 2rem;
  }
  .benefit-request__savings-label{
    font-size: 1.6rem;
  }
  .benefit-request__savings-value{
    font-size: 2.5rem;
  }
  .benefit-request__contact-label{
    font-size: 1.2rem;
  }
  .benefit-request__photo {
    max-width: 320px;
  }
  .project-example__description p,
  .project-example__spec-label,
  .design-scope__intro-content p{
    font-size: 1rem;
  }
  .project-example__spec-value{
    font-size: 1.25rem;
  }
  .project-intro__grid {
    gap: var(--gap-1);
  }
  .work-order__card-number,
  .cost-stages__card-number {
    width: 54px;
    height: 54px;
    min-width: 54px;
    font-size: 1.3rem;
  }
  .examples__visual {
    max-width: 400px;
  }
  .examples__circle {
    width: 300px;
    height: 300px;
  }
  .examples__ring--inner {
    width: 340px;
    height: 340px;
  }
  .examples__ring--outer {
    width: 380px;
    height: 380px;
  }
  .panoramas__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero{
    min-height: auto;
  }
}

@media (min-width: 993px) {
  .nav__list > li:hover .sub-menu {
    display: block;
  }
  .dropdown-menu:hover > a:before {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width : 992px) {
  .header__social.social-buttons{
    gap: 1.2rem;
  }
  .header__contacts {
    padding-right: 56px;
  }
  .header__contacts .contact-item--email{
    display: none;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100vw;
    max-height: calc(100vh - 100%);;
    min-height: auto;
    padding: 20px 20px 110px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(31, 31, 31, 1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    margin-top: 0;
    box-sizing: border-box;
  }
  .header__nav.active {
    display: flex;
    transform: translateX(0);
  }
  .nav__list {
    flex-direction:column;
    margin: 0;
    width: 100%;
    min-height:100vh;
    height:auto;
    align-items: stretch;
  }
  .nav__link {
    display: block;
    font-size: 1.2rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav__list > li.active .sub-menu {
    display: block;
  }
  .dropdown-menu > a:before {
    top: 16px;
  }
  .sub-menu {
    position: relative;
    background-color: rgb(40 40 40);
    padding: 10px 10px 20px 5px;
    animation: slideDown 0.3s ease;
  }
  .sub-menu a {
    white-space: normal;
  }
  .sub-menu::after{
    inset: 0;
    border: transparent;
  }
  .hero__inner{
    max-width: 820px;
  }
  .hero h1{
    line-height: 120%;
  }
  .hero__stat-value,
  .about__stat-value,
  .compare__stats-value{
    font-size: 1.625rem;
  }
  .hero__stat-label,
  .about__stat-label,
  .compare__stats-label{
    font-size: 1rem;
  }
  .section-portfolio {
    padding: 1.5rem 0 3rem 0;
  }
  .about__info-block {
    padding-top: 3rem;
  }
  .about__stat{
    padding: 20px;
  }
  .about__callback-block {
    padding: 20px 25px;
  }
  .advantages,
  .stock,
  .faq,
  .benefits,
  .project-example,
  .design-scope{
    padding: 4rem 0;
  }
  .advantage__item {
    flex: 1 300px;
    padding: 25px 20px 20px;
  }
  .advantage__title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .compare{
    padding-top: 4rem;
  }
  .compare__header,
  .tasks__header,
  .team__header,
  .project-gallery__header,
  .project-layout__header,
  .project-descr__grid,
  .other-list__header,
  .quiz__header{
    grid-template-columns: 1fr;
    gap:var(--gap-1);
    margin-bottom: 2rem;
  }
  .compare__subtitle,
  .tasks__subtitle,
  .team__description{
    font-size: 1.125rem;
    max-width:100%;
    line-height: 1.4;
  }
  .project-descr__subtitle {
    max-width: 100%;
    margin-bottom: 0;
  }
  .project-descr__txt p:first-child {
    margin-top: 0;
  }
  .compare__slide,
  .page-header__grid {
    grid-template-columns: 1fr;
    gap: var(--gap-1);
  }
  .custom-before-after {
    max-width: 100%;
  }
  .compare__slide-img{
    margin: 0;
  }
  .compare__slide-info {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
  .compare__stats {
    flex-direction: row;
    gap: var(--gap-2);
  }
  .reviews,
  .tasks,
  .testimonials,
  .project-intro,
  .project-gallery,
  .project-layout,
  .project-descr,
  .cost-stages,
  .panoramas {
    padding: 3rem 0 3rem;
  }
  .page-price .tasks{
    padding: 2rem 0 3rem;
  }
  .page-price .other-list{
    margin: 2rem 0;
  }
  .tasks__title,
  .panoramas__title,
  .stock__title{
    margin-bottom: 2rem;
  }
  .reviews__heading{
    margin-bottom: 1.5rem;
  }
  .reviews__tabs {
    gap: var(--gap-1);
    margin-bottom: 3rem;
  }
  .review-card__text,
  .service-descr__text p,
  .service-descr__list li {
    font-size: 1rem;
  }
  .stock__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .callback-form {
    padding: 3rem 0 4rem 0;
  }
  .footer {
    padding: 60px 0 40px 0;
  }
  .faq__question{
    padding: 25px 20px 15px 20px;
  }
  .faq__item--active .faq__question {
    padding: 25px 0 15px 0;
  }
  .footer__top {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-15)
  }
  .footer__top > *:last-child {
    grid-column: 1 / -1;
    margin-bottom: 1.563rem;
  }
  .footer__contacts{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__button{
    width:100%;
  }
  .footer__social{
    width:100%;
    justify-content:space-between;
  }
  .footer__middle {
    grid-template-columns: repeat(2, 1fr);
  }
  .error-code {
    font-size: 10rem;
  }
  .page-not-found p{
    font-size: 1rem;
  }
  .service-descr__img-wrapper {
    width: 320px;
  }
  .service-descr hr {
    margin-bottom: 2rem;
  }
  .service-descr__list {
    gap: var(--gap-1) var(--gap-15);
  }
  .benefit-request__photo-wrapper{
    display: none;
  }
  .benefit-request__wrapper{
    padding-right:0;
  }
  .benefit-request__info,
  .benefit-request__contact{
    max-width: 50%;
  }
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-example__wrapper {
    grid-template-columns: 1fr;
  }
  .project-example__slide {
    height: auto;
    max-height:none;
  }
  .design-scope__intro {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 3.5rem;
  } 
  .design-scope__intro-image {
    margin-left: 15px;
    margin-right: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .design-scope__features-title {
    margin-bottom: 2rem;
  }
  .design-scope__features {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 1.5rem 2rem;
    align-items: stretch;
  }
  .design-scope__feature--center {
    grid-column: 1 / 3;
    grid-row: 1;
    margin: 0 auto;
  }
  .design-scope__feature--left-top {
    grid-row: 2;
  }
  .design-scope__feature--right-top {
    grid-column: 2;
    grid-row: 2;
  }
  .design-scope__feature--left-middle {
    grid-row: 3;
  }
  .design-scope__feature--right-middle {
    grid-column: 2;
    grid-row: 3;
  }
  .design-scope__feature--left-bottom {
    grid-row: 4;
    transform: none;
  }
  .design-scope__feature--right-bottom {
    grid-column: 2;
    grid-row: 4;
    transform: none;
  }
  .about-studio__image-left {
    flex: 0 0 340px;
  }
  .team{
    padding: 1.5rem 0 3rem 0;
  }
  .team__card, .team__card--large {
    grid-column: span 4;
  }
  .team__card--large .team__card-photo::before {
    inset: 12px;
  }
  .portfolio-card__badge::before {
    width: 36px;
    height: 40px;
  }
  .portfolio-card__badge::after {
    font-size: .6rem;
    top: 30px;
    right: 24px;
  }
  .section-portfolio__grid {
    margin-top: 2rem;
  }
  .page-header {
    padding: 9rem 0 2rem 0;
  }
  .examples__inner {
    flex-direction: column;
  }
  .work-order{
    padding-top: 3rem;
  }
  .work-order__header{margin-bottom: 2rem;}
  .examples{padding: 2.5rem 0 3rem 0;}
  .drawings__inner {flex-direction: column;}
  .drawings__preview {flex: none; max-width: 100%;}
  .drawings {padding: 1rem 0 3rem 0;}
  .tarif {padding: 4rem 0 1rem 0;}
  .tarif__cards {grid-template-columns: 1fr; gap:2.5rem; place-items: center;}
  .tarif__card {max-width:500px;}
  .tarif__top,
  .tarif__middle {
    min-height: auto;
  }
  .tarif__card:first-child .tarif__middle{
    border-top:none;
    padding:0;
  }
  .tarif__title {
    text-align: center;
  }
  .page,
  .page-contact{
    padding: 9rem 0 3rem 0;
  }
  .page-contact__grid{
    grid-template-columns: 1fr;
  }
  .contacts__column--requisites {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--color-beige-2);
    padding-top: 2rem;
  }
}

@media only screen and (max-width : 920px) {
  .about__callback-block,
  .section__cta-block,
  .info__block-wrap{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap: var(--gap-15);
    padding: 30px 15px
  }
  .about__callback-arrow,
  .section__cta-arrow {
    transform: rotate(90deg) translateZ(0); /* Поворот стрелки на 90° */
    animation: arrowMoveMobile 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  .about__callback-arrow::after,
  .section__cta-arrow::after {
    animation: arrowTrail 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation-delay: 0.2s;
    transform: scale(0.85) rotate(90deg) translateZ(0);
  }
  @keyframes arrowMoveMobile {
    0% {
      transform: rotate(90deg) translateX(-20px);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    60% {
      transform: rotate(90deg) translateX(15px);
      opacity: 1;
    }
    80% {
      transform: rotate(90deg) translateX(15px);
      opacity: 1;
    }
    90% {
      transform: rotate(90deg) translateX(15px);
      opacity: 0;
    }
    100% {
      transform: rotate(90deg) translateX(-20px);
      opacity: 0;
    }
  }
  .info__block-txt {
    flex-direction: column;
    align-items: center;
  }
  .page-not-found {
    padding: 8rem 0 6rem 0;
  }
  .page-not-found__grid{
    grid-template-columns: 1fr;
    gap: var(--gap-05);
  }
  .not-found__txt{
    order: 1;
    text-align:center;
  }
  .not-found-img{
    order: 0;
  }
  .not-found-img img{
    max-width:350px;
  }
  .page-not-found__btn-block{
    justify-content:center;
    flex-wrap: wrap;
  }
  .project-intro__grid {
    grid-template-columns: 1fr;
  }
  .project-intro__content ul {
    margin: 1rem 0;
  }
  .project-intro__content ul li{
    font-size: 1rem;
    padding-left: 34px;
    margin-bottom: 1rem;
  }
  .project-intro__content ul li::before {
    width: 26px;
    height: 26px;
    background-size: 12px 12px;
  }
  .project-intro__content iframe, 
  .project-intro__content .ipano-embed {
    max-height: 460px;
  }
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width : 840px) {
 .social-link--none{
  display: none;
 }
  .benefit-request__phone{
    font-size: 1.6rem;
  }
}

@media only screen and (max-width : 768px) {
  .header__wrapper{
    flex-direction:column;
    align-items: flex-start;
    gap: 10px;
  }
  .header__logo-desc {
    display: flex;
    font-size: .6rem;
  }
  .header__contacts .contact-item__label--phone{
    display: none;
  }
  .header__contacts {
    justify-content: space-between;
    width: 100%;
  }
  .hamburger {
    top: 50px;
  }
  .header__left{
    width:100%;
    justify-content:space-between;
  }
  .hero__inner{
    padding-top: 150px;
  }
  .about__info-block {
    flex-direction:column-reverse;
    gap: var(--gap-1);
  }
  .about__photo-block{
    width:auto;
    margin:0 auto;
    justify-content: center;
  }
  .about__photo {
    width: 90%;
    height: 90%;
  }
  .about__photo-block::before {
    left: 0;
    right: 0;
  }
  .about__photo-caption {
    right: 15px;
  }
  .tasks__grid {
    grid-template-columns: 1fr;
  }
  .tasks__card-icon,
  .design-scope__intro-icon {
    width: 40px;
    height: 26px;
  }
  .tasks__card-header,
  .design-scope__intro-header{
    gap:var(--gap-05);
  }
  .reviews__tab-btn{
    font-size:1rem;
  }
  .reviews__swiper {
    padding-bottom: 3rem;
  }
  .faq__title {
    margin: 0px 0px 30px;
  }
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .callback-form__row {
    flex-direction: column;
  }
  .callback-form__fields{
    width:100%;
  }
  .callback-form .button {
    width: 100%;
  }
  .footer__bottom-info br{
    display: none;
  }
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap-1)
  }
  .service-descr {
    padding: .5rem 1.563rem 3rem 1.563rem;
  }
  .service-descr__img-wrapper {
    width: 100%;
    text-align: center;
  }
  .service-descr__intro {
    flex-direction: column-reverse;
  }
  .about-studio__content {
    flex-direction: column;
  }
  .about-studio__image-left {
    flex: none;
    width: 100%;
  }
  .about-studio__image-left img,
  .about-studio__right-image {
    height: 300px;
  }
  .other-list__table-header-label{
    display: none;
  }
  .other-list__table-row {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }
  .other-list__table-content {
    max-width: 100%;
  }
  .other-list__table-term {
    text-align: left;
    padding-top: 0;
  }
  .other-list__table-header-label--right {
    text-align: left;
  }
  .other-list__table-title,
  .other-list__table-term-value {
    font-size: 1.25rem;
  }
  .service,
  .service:nth-child(even) {
    flex-direction: column-reverse;
    gap: var(--gap-15);
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width : 720px) {
  .service-descr__list,
  .panoramas__grid {
    grid-template-columns: 1fr;
  }
  .team__card, .team__card--large {
    grid-column: span 6;
  }
  .section-portfolio__grid,
  .portfolio__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .portfolio-card__badge::before {
    width: 45px;
    height: 51px;
  }
  .portfolio-card__badge::after {
    font-size: .7rem;
    top: 36px;
    right: 26px;
  }
}

@media only screen and (max-width : 640px) {
  .about__stats {
    grid-template-columns: 1fr;
    gap: var(--gap-05);
  }
  .advantages__grid,
  .stock__grid {
    grid-template-columns: 1fr;
  }
  .callback-form__inputs {
    flex-direction: column;
  } 
  .compare__stats {
    flex-direction: column;
    gap: var(--gap-1);
  }
  .footer__top {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gap-1)
  }
  .footer__contacts{
    flex-direction: column;
  }
  .benefit-request__content {
    flex-direction: column;
  }
  .benefit-request__info,
  .benefit-request__contact{
    max-width: 100%;
  }
  .benefit-request__info::after {
    top: 50px;
  }
  .benefit-request__socials {
    justify-content: space-between;
  }
  .benefit-request__socials {
    margin-bottom: 10px;
  }
  .project-example__swiper .swiper-button-prev,
  .project-example__swiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .project-example__swiper .swiper-button-prev::after,
  .project-example__swiper .swiper-button-next::after {
    font-size: 12px;
  }
  .project-example__swiper .swiper-button-prev {
    left: 5px;
  }
  .project-example__swiper .swiper-button-next {
    right: 5px;
  }
  .project-example__content .button{
    width: 100%;
  }
  .examples__buttons {
    flex-direction: column;
  }
  .page-contact-form__checkbox{
    align-items:flex-start;
  }
}

@media only screen and (max-width : 520px) {
  .hero__inner{
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .hero__buttons{
    flex-direction: column;
  }
  .hero p,
  .hero ul{
    font-size:1.125rem
  }
  .hero ul {
    margin: 1.3rem 0 1.6rem 0;
  }
  .hero__stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0 40px 0;
  }
  .hero__stat + .hero__stat{
    border-left:none;
  }
  .hero__stat:nth-child(2n) {
    border-left: 1px solid var(--color-beige);
  }
  .hero--project .hero__inner{
    padding-top: 180px;
  }
  .benefits__grid {
    grid-template-columns: 1fr;
    gap: var(--gap-15);
  }
  .benefits__item{
    gap: var(--gap-1);
    flex-direction: row;
    align-items: center;
    max-width: none;
  }
  .design-scope__features {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: var(--gap-15);
  }
  .design-scope__feature--center {
    grid-column: 1;
    grid-row: 1;
    order: -1;
  }
  .design-scope__feature--left-top,
  .design-scope__feature--left-middle,
  .design-scope__feature--left-bottom,
  .design-scope__feature--right-top,
  .design-scope__feature--right-middle,
  .design-scope__feature--right-bottom {
    grid-column: 1;
    grid-row: auto;
    transform: none;
    margin-left: 10px;
  }
  .design-scope__feature--left .design-scope__feature-icon {
    right: auto;
    left:  -14px;
  }
  .ba-handle-circle {
    width: 38px;
    height: 38px;
  }
  .tarif__name {
    font-size: 1.5rem;
  }
  .tarif__price-value {
    font-size: 1.8rem;
  }
  .tarif__gifts-title{
    font-size: 1.3rem;
  }
  .tarif__price,
  .tarif__gifts-title {
    padding: 15px 0;
  }
  .tarif__badge {
    font-size: .9rem;
  }
  .contacts__label {
    margin-bottom: 0;
  }
  .contacts__icon {
    width: 46px;
    height: 46px;
  }
  .contacts__icon svg {
    width: 20px;
    height: 20px;
  }
  .contacts__value {
    font-size: 1rem;
  }
  .contacts__value--link {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width : 480px) {
  .header__left{
   gap: var(--gap-05);
  }
  .header__logo {
    max-width: 120px;
  }
  .header__logo-desc{
    max-width:130px;
  }
  .header__logo-block,
  .faq__question{
    gap: var(--gap-05);
  }
  .footer__middle {
    grid-template-columns: repeat(1, 1fr);
  }
  .modal{
    padding: 40px 20px;
  }
  .design-scope__intro-header .design-scope__intro-icon{
     display: none;
  }
  .team__card, .team__card--large {
    grid-column: span 12;
  }
  .testimonials__service-rating-value {
    font-size: 1.55rem;
  }
  .testimonials__item-toggle{
    font-size: 1rem;
  }
  .drawings__select-wrapper {
    flex-direction: column; 
    align-items: flex-start; gap: 12px; }
  .drawings__select {
    width: 100%; 
  }
  .contacts__socials-label {
    width: 100%;
  }
  .contacts__socials.social-buttons {
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
  }
  .contacts__requisites-list li{
    display: flex;
    flex-direction:column;
  }
  .contacts__requisite-label {
    margin-right: 0;
    width: 100%;
  }
  .contacts__requisite-value {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
  .contacts__requisite-label:after {
    content: none;
  }
  .page-contact__form {
    border: 10px solid var(--color-light-grey-2);
    padding: 1.125rem;
  }
}

@media only screen and (max-width : 430px) {
  .header__button {
    padding: 12px 13px;
  }
  .header__button-txt{
    display: none;
  }
  .header__button-mob-ico{
    display: flex;
  }
  .tasks__card,
  .text-card,
  .audio-card,
  .stock__item,
  .benefit-request__content,
  .work-order__card,
  .cost-stages__card{
    padding: 20px;
  }
  .examples__info{
    padding: 15px;
    border: 4px solid var(--color-light-grey-2);
  }
  .service-descr {
    padding: 0 1.25rem 2rem 1.25rem;
  }
}

@media only screen and (max-width : 420px) {
  .hero__stat + .hero__stat,
  .hero__stat {
    padding-left: 10px;
  }
  .hero--project .hero__inner{
    padding-top: 140px;
  }
  .portfolio-card__badge::before {
    width: 36px;
    height: 40px;
  }
  .portfolio-card__badge::after {
    font-size: .6rem;
    top: 32px;
    right: 24px;
  }
  .portfolio-card__cover-title {
    font-size: 1.1rem;
  }
  .portfolio-card__cover-subtitle {
    font-size: 0.875rem;
  }
  .button--not-text {
    padding: 15px;
  }
  .about__callback-title, 
  .section__cta-title, 
  .review-card__name, 
  .tasks__card-title, 
  .stock__item-title, 
  .faq__question, 
  .compare__slide-info-title,
  .info__block-title {
    font-size: 1.2rem;
  }
  .faq__question {
    padding: 20px 15px 15px 15px;
  }
  .faq__item--active {
    padding: 0 15px;
  }
  .error-code {
    font-size: 8rem;
  }
  .not-found-img img {
    max-width: 280px;
  }
  .project-example__spec-value {
    font-size: 1.125rem;
  }
  .examples__visual {
    max-width: 300px;
  }
  .examples__circle {
    width: 250px;
    height: 250px;
  }
  .examples__ring--inner {
    width: 280px;
    height: 280px;
  }
  .examples__ring--outer {
    width: 310px;
    height: 310px;
  }
  .panorama-card__button {
    width: 55px;
    height: 55px;
  }
  .panorama-card__button::before {
    width: 65px;
    height: 65px;
  }
  .panorama-card__button::after {
      width: 75px;
      height: 75px;
  }
  .panorama-card__button-text {
    font-size: .75rem;
  }
  .service__text {
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
  .service__title {
    margin: 0 0 1rem 0;
  }
  .service__title{
    font-size: 1.4rem;
  }
}

@media only screen and (max-width : 370px) {
  .header__wrapper {
    gap: 0;
  }
  .header__left{
    align-items: flex-start; 
  }
  .header__logo-block{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .hamburger {
    top: 62px;
  }
  .tasks__card-header{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer__social.social-buttons{
    gap: var(--gap-05);
  }
  .benefit-request__wrapper {
    flex-direction: column;
    align-items: unset;;
  }
  .benefit-request__socials {
    margin-bottom: 4px;
  }
  .page-contact__form {
    border: 4px solid var(--color-light-grey-2);
  }
}

@media only screen and (max-width : 340px) {
  .about__callback-block,
  .section__cta-block,
  .info__block-wrap{
    padding: 30px 15px 15px;
    }
  .about__callback-block .button,
  .section__cta-block .button{
    padding: 20px 12px
  }
  .benefit-request__phone {
    font-size: 1.4rem;
  }
  .benefit-request__contact-label{
    font-size: 1.125rem;
  }
  .project-example__spec-value {
    font-size: 1rem;
  }
  .work-order__card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .tarif__card{
    padding: 40px 15px 15px;
  }
}