.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: #181A1B;
  transition: 1s all;
  opacity: 1;
  visibility: visible;
}

.done {
  opacity: 0;
  visibility: hidden;  
}





@font-face {
    font-family: 'Intro Regular';
    src: url('../fonts/Intro-Regular.woff2') format('woff2'),
        url('../fonts/Intro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Большая фотка */
.image {
	cursor:zoom-in;
}

.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.3);
	position:fixed;
	z-index:1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
  height: auto;
}


.popup_img {
	position: fixed;
	z-index:2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-height: 90%;
}

.popup_img {
  pointer-events: none;
}


 



/*  
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:active,
a:focus {
    outline: none;
}

input,
textarea {
    outline: none;
    border-radius: 0px;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}
button,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)!important;
}

input,
button,
a,
i:active,
button:focus {
    outline: none !important;
}

input,
button,
a,
i::-moz-focus-inner {
    border: 0 !important;
}

body {
  background: #181A1B;
  box-sizing: border-box;
}

p {
  margin: 0px;
  padding: 0px;
}
p, a, a:visited, a:active, a:link, a:focus, a:focus-visible {
  border: 0px;
  text-decoration: none;
  outline: none;
}
a:visited {

}
.section {
  min-height: 100vh;
}
.section-wrap {
  background: #181A1B;
}
.wrapper {
  max-width: 1578px;
  margin: 0 auto;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(10 10 10 / 50%);
}

*::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: rgb(10 10 10 / 0%);
}
*::-webkit-scrollbar-thumb {
  background: rgb(10 10 10 / 50%);
  border-radius: 3px;
  border: 1px solid rgb(10 10 10 / 50%);
}





#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: rgb(255 255 255);
}

#fp-nav ul li .fp-tooltip.fp-right {
  font-family: 'Intro Regular';
  font-weight: normal;
}










.header {
  position: relative;
  background: #AEB1B5;
}
.header .fp-scrollable .fp-scroller {
  width: 100%;
}
.header-wrap {
  height: 100vh;
}
.header .header__img__bg {
  width: 65.6%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
.header .header__img__bg img {
  width: 100%;
  height: calc(100% + 1px);
  object-fit: cover;
  display: block;
  margin-left: auto;
}

.header__menu {
  width: 100%;
  padding-top: 26px;
}
.header-top-menu {
  width: 100%;
  height: 66px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-menu-logo {
  width: 200px;
  height: 30px;
  background: url('../images2026/logo-white.svg') center center / contain no-repeat;
  transition:0.2s all;
}
.header-top-menu-logo:hover {
  cursor: pointer;
  transition:0.2s all;
  filter: opacity(0.7);
  -webkit-filter: opacity(0.7);
}
.header-top-menu-links ul {
  padding: 0px;
  margin: 0px;
}
.header-top-menu-links ul li {
  display: inline;
  margin-right: 35px;
}

.header-top-menu-links ul li:last-child {
  margin-right: 0px;
}

.header-top-menu-links ul li a {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 23px;
  color: #181A1B;
  text-decoration: none;
  cursor: pointer;
}

.header-btn {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 23px;
  color: #FFFFFF;
  text-decoration: none;
  background: #181A1B;
  border-radius: 58px;
  padding: 22px 42px;
  cursor: pointer;
  transition: all .5s ease-out;
  display: inline-block;
}
.header-btn:hover {
  color: #000;
  transition: all .3s;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.7);
  background-color: #fff;
}

.link-item a {
  position: relative;
}
.link-item a::after {
	display: block;
	position: absolute;
  bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #181A1B;
	content: "";
	transition: width 0.3s ease-out;
}

.link-item a:focus:after,
.link-item a:hover:after {
	width: 100%;
}

.header__content {
  margin-top: 50vh;
  position: relative;
  z-index: 2;
}
.header-content-text h1 {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 141px;
  line-height: 141px;
  color: #FFFFFF;
  text-shadow: 0px 4px 75px rgba(0, 0, 0, 0.75);
  margin: 0px;
  padding-bottom: 37px;
  text-transform: uppercase;
}





.about {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about p {
max-width: 1578px;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 55px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 36px #000000;
}



.project-img {
  position: relative;
}
.project-img-bg {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.project-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-img-content {
  position: absolute;
  z-index: 2;
  bottom: 27px;
  right: 150px;
}
.project-img-content p.name {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
  text-shadow: 0px 4px 75px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}

.project-img-content p.count {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 268px;
  line-height: 268px;
  color: #FFFFFF;
  text-shadow: 0px 4px 75px rgba(0, 0, 0, 0.75);
}





.project-info {
  display: flex;
  justify-content: center;
}

.project-info-wrap {
    width: 100%;
    max-width: 1578px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.project-info-content {

}
.project-info-content-spisok {
  padding: 34px 0px;
  display: flex;
  justify-content: space-between;
}

.project-info-content {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}

.project-info-content:last-child {
  border-top: none;
}

.project-info-content-spisok {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
}

.project-info-text {
  margin-top: 10vh;
  margin-bottom: 10vh;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
}

.project-info-btn span {
  display: inline-block;
  background: #F2A50C;
  border-radius: 58px;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #181A1B;
  text-decoration: none;
  padding: 24px 41px;
  transition: all .2s ease-out;
  cursor: pointer;
}

.project-info-btn span:hover {
  color: #000;
  background: #fff;
  transition: all .2s ease-out;
  box-shadow: 4px 4px 8px 0px rgba(4, 4, 4, 0.7);
}


.project-slide-1-wrap {
  padding-top: 10vh;
}




.our-projects {
  background: url('../images/our-projects-bg.png') center center no-repeat;
  display: flex;
  align-items: baseline;
  flex-flow: wrap;
}
.section.footer {
  height: 100%;
}
/*  Footer */
.footer__section-1 {
  position: relative;
  width: 100%;
  height: 18vh;
  top: -1px;
}

.footer__section-1 h2 {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
    font-size: 5vw;
  line-height: 180px;
  color: #AEB1B5;
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  top: -13px;
}

/*  matiss-radio-btn */
.matiss-radio-btn {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #F2A50C;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s;
}
.matiss-radio-btn:hover {
  background: #fff;
  transition: .2s;
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 70%);
}

.btn-radio-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background: #F2A50C;
}
.footer__section-1 {
  background-color: #181A1B;
}
.footer__section-2 {
  height: 100%;
  background: #F2A50C;
}
.footer-box-logo {
  padding-top: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-box-logo img {
    height: 40px;
}
.footer-logo {
  transition: .3s;
}
.footer-logo:hover  {
  transition: .3s;
  opacity: .7;
}
.footer-tel {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 92px;
  color: #181A1B;
  transition: .3s;
}
.footer-tel:hover {
  color: #fff;
  transition: .3s;
}

.footer-box-links {
  padding-top: 66px;
  display: flex;
  justify-content: space-between;
}

.links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.links a {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  color: #181A1B;
  margin-bottom: 22px;
  display: inline-block;
  position: relative;
}

.links a::after {
	display: block;
	position: absolute;
  bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #181A1B;
	content: "";
  transition: color .2s;
	transition: width 0.3s ease-out;
}
.links a:hover {
}
.links a:focus:after,
.links a:hover:after {
	width: 100%;
}

p.footer-adress {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 29px;
  display: flex;
  color: #181A1B;
  max-width: 410px;
  text-align: right;
}

a.footer-mail-links {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 29px;
  color: #181A1B;
  text-align: right;
  display: block;
  padding-top: 36px;
  text-decoration: underline;
  transition: .2s;
}
.links li:last-child a{
  margin-bottom: 0px;
}
a.footer-mail-links:hover {
  color: #fff;
  transition: .2s;
}

.footer-ps-hr {
  margin-top: 52px;
  border-top: 3px solid #181A1B;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}

.footer-ps-hr p {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  color: #181A1B;
  text-transform: uppercase;
}

.footer-ps-hr p a {
  color: #181A1B;
  transition: .2s;
}
.footer-ps-hr p a:hover {
  color: #fff;
  transition: .2s;
}
.footer-logo-big {
  display: flex;
  justify-content: space-between;
  padding: 1vh 0px 0px 0px;
width: 100%;
height: 30vh;
  background-color: #000;   /* цвет логотипа */

  -webkit-mask: url(../images2026/logo-big-black.svg) center / 100% auto no-repeat;
          mask: url(../images2026/logo-big-black.svg) center / 100% auto no-repeat;
  transition:0.2s all;
}
.footer-logo-big span {
  font-family: 'Intro Regular';
  font-size: 12vw;
  text-transform: uppercase;
  color: #181A1B;
  padding: 0px;
  line-height: 15vw;
}







/*  Slider one*/



.slider-one .swiper-wrapper {
  height: 705px;
  margin: 0px 0px 0px 300px;
}

.slider-one .swiper-slide {
  transition: all 200ms linear;
  cursor: pointer;
}

.slider-one .swiper-slide img {
  width: 100%;
  height: auto;
}

.slider-one .swiper-slide.swiper-slide-active {
  width: 605px !important;
  height: 605px;
}

.slider-one .swiper-pag-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 605px;
  position: relative;
  margin: 0 auto;
  left: 19vw;
}

.slider-one .swiper-pagination-theme {
  width: auto;
  position: static;
  color: #F2A50C;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
}

.slider-one .swiper-pagination-wrap {
  position: relative;
}

.slider-one .swiper-button-prev, .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0px;
}

.slider-one .swiper-pagination-wrap {
  display: flex;
}

.slider-one .swiper-button-prev-theme {
  width: 42px;
  height: 16px;
  background: no-repeat center/100% url('../images/icon/Arrow-left-yellow.png');
  transition: all .2s;
  margin-right: 15px;
  cursor: pointer;
}

.slider-one .swiper-button-prev-theme:hover {
  background: no-repeat center/100% url('../images/icon/Arrow-left-white.png');
  transition: all .2s;
}

.slider-one .swiper-button-next-theme {
  width: 42px;
  height: 16px;
  background: no-repeat center/100% url('../images/icon/Arrow-right-yellow.png');
  transition: all .2s;
  cursor: pointer;
}

.slider-one .swiper-button-next-theme:hover {
  background: no-repeat center/100% url('../images/icon/Arrow-right-white.png');
  transition: all .2s;
}


/* Slide-two */
.our-projects .fp-slides {
    height: auto;
}


.slider-two {
    height: auto;
}

.slider-two .swiper-wrapper {
  position: relative;
  left: 3vw;
  height: auto;
}

.slider-two .swiper-slide {
  width: auto;
}

.slider-two .swiper-slide a {
    display: block;
}


.slider-two .swiper-slide .slide-project-item {
  width: 663px;
  position: relative;
}

.slider-two .swiper-slide .slide-project-item img {
  position: relative;
  z-index: 1;
}
.slide-two-img-bg {
  position: relative;
  height: 410px;
  overflow: hidden;
}
.slide-two-btn {
  content: " ";
  background: url('../images/icon/slide-btn.png');
  display: block;
  width: 79px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 2;
  transition: .2s;
}


.slide-project-item span {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}

.slider-two {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 3vw;
}

.slide-two-title {
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 141px;
  line-height: 141px;
  color: #fff;
  margin: 0;
  z-index: 1;
  position: relative;
  top: 10vh;
}
.slide-two-img-bg {
  transition: .2s;
}
.slide-project-item:hover .slide-two-img-bg {
  opacity: 1;
  transition: .2s;
}

.slide-project-item:hover .slide-two-btn {
  background: url('../images/icon/slide-btn-wh.png');
  transition: .2s;
  background-size: cover;
}

.slide-two-img-bg img {
  width: 100%;
  object-fit: cover;
  transition: .5s;
}

.slide-project-item:hover .slide-two-img-bg img {
  width: 105%;
  transition: .5s;
}







.modal-form {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  right: -100%;
  top: 0;
  z-index: 999;
  transition: right 1s;
}

.modal-form.active {
  right: 0;
  transition: right 1s;
}

.close-menu {
  transform: scale(0);
  transition: transform 1s;
}

.close-menu-active {
  transform: scale(1);
  transition: transform 1s;
}

.modal-form {
  background: #AEB1B5;
}


.btn-close {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: #181A1B;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  opacity: 1;
}


.btn-close span {
  display: block;
  width: 20px;
  height: 20px;
  --weight: 1px;
  --aa: 1px; /* anti-aliasing */
  --color: #fff;
  border-radius: 2px;
  background:
    linear-gradient(45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa))),
    linear-gradient(-45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa)));
  transition: .2s;
}
.btn-close {

}
.btn-close:hover {
  color: #000;
  transition: all .3s;
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 70%);
  background-color: #fff;
}

.btn-close:hover.btn-close span {
  --color: #000;
  transition: .2s;
}


.modal-form-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.modal-form-contact {
  padding-top: 108px;
}
.modal-form-contact h3 {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 112px;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}

.modal-form-contact a {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 90px;
  color: #181A1B;
  transition: .2s;
}
.modal-form-contact a:hover {
  color: #fff;
  transition: .2s;
}

.modal-form-into {
  margin-top: 2vh;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contact-wrap {
  width: 31%;
  height: 100%;
}
.contact-wrap p {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
}

.contact-wrap a {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #181A1B;
  transition: .2s;
}
.contact-wrap a:hover {
  color: #fff;
  transition: .2s;
}

.contact-wrap .dop-info {
  margin-top: 100px;font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #181A1B;
  max-width: 353px;
}
.contact-form {
  width: 100%;
  background: #181A1B;
  position: absolute;
  top: 0px;
  right: -30%;
}


.modal-form-wrapper {
  width: 100%;
  height: 77vh;
  max-width: 760px;
  margin: 100px 0px 0px 100px;
}
input::-webkit-input-placeholder {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
input:-moz-placeholder {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}

.modal-form-wrapper input {
  width: 100%;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  background: none;
  border: 0px;
  border-bottom:2px solid #FFFFFF;
  padding-top: 64px;
  padding-bottom: 15px;
}
.modal-form-wrapper input:first-child  {
  padding-top: 0px;
}
:focus::-webkit-input-placeholder {
  color: transparent
}

:focus::-moz-placeholder {
  color: transparent
}

:focus:-moz-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}
.form__terms {
  margin-left: 40px;
}
.form__terms p {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  align-items: center;
  color: #AEB1B5;
  max-width: 248px;
}

.form__terms p a {
    color: #fff;
}

.form__btn button {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #181A1B;
  background: #F2A50C;
  border-radius: 58px;
  padding: 32px 35px;
  cursor: pointer;
  transition: .2s;
  outline: none;
  border: 0px;
}

.form__btn button:hover {
  background: #fff;
  transition: .2s;
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 70%);
}

.modal-form-wrapper__btn__terms {
  padding: 64px 0px 2vh 0px;
  display: flex;
  align-items: center;
}


.menu__btn {
  position: fixed;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  top: 35px;
  z-index: 996;
  background: #F2A50C;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: right .8s;
  right: -100%;
}

body.fp-viewing-about .menu__btn,
body.fp-viewing-sq .menu__btn,
body.fp-viewing-images-0 .menu__btn,
body.fp-viewing-projects-0 .menu__btn,
body.fp-viewing-about .menu__btn,
body.fp-viewing-history .menu__btn,
body.fp-viewing-footer .menu__btn,
body.fp-viewing-steps-0 .menu__btn{
  right: 100px;
  transition: right .8s;
}
body.fp-viewing-0 .menu__btn,
body.fp-viewing-5-0 .menu__btn,
body.fp-viewing-1-0 .menu__btn,
body.fp-viewing-2 .menu__btn,
body.fp-viewing-4-0 .menu__btn,
body.fp-viewing-1 .menu__btn {
  right: 15px;
  transition: right .8s;
}






.menu__btn:hover {
  background: #fff;
  transition: .2s;
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 70%);
}

#nav-icon3 {
  position: relative;
  top: -4px;
}
#nav-icon3 span {
  width: 20px;
  height: 2px;
  background-color: #181A1B;
  display: block;
  margin-top: 5px;
}

.menu__btn:hover #nav-icon3 span {
  background-color: #181A1B;
}






.menu-close {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: #181A1B;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  transition: .2s;
}

.menu-close span {
    display: block;
    width: 20px;
    height: 20px;
    --weight: 1px;
    --aa: 1px;
    --color: #fff;
    border-radius: 2px;
    background: linear-gradient(45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa))), linear-gradient(
-45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa)));
    transition: .2s;
}


.menu-close:hover {
  transition: all .3s;
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 70%);
  background-color: #fff;
  transition: .2s;
}

.menu-close:hover span {
  --weight: 1px;
  --aa: 1px;
  --color: #000;
  border-radius: 2px;
  background: linear-gradient(45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa))), linear-gradient(
-45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa)));
  transition: .2s;
}



.modal-menu {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  right: -100%;
  top: 0;
  z-index: 997;
  transition: right 1s;
  background: #AEB1B5;
}

.modal-menu.active {
  right: 0;
  transition: right 1s;
}

.close-menu {
  transform: scale(0);
  transition: transform 1s;
}

.close-menu-active {
  transform: scale(1);
  transition: transform 1s;
}


.modal-others-wrap {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}
.modal-others-wrap .bg-images {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40%;
  height: 100%;
}
.modal-others-wrap .bg-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-others-wrap .modal-menu-wrap {
  max-width: 1578px;
  margin: 0 auto;
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.close-btn-wrap {
  cursor: pointer;
  position: relative;
  z-index: 1002;
  width: 79px;
  height: 79px;
  background: #000;
  transition: .2s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
}
.close-btn-wrap:hover {
  background: #fff;
  transition: .2s;
}
.close-btn-wrap span {
  display: block;
  width: 20px;
  height: 20px;
  --weight: 1px;
  --aa: 1px; /* anti-aliasing */
  --color: #fff;
  border-radius: 2px;
  background:
    linear-gradient(45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa))),
    linear-gradient(-45deg, transparent calc(50% - var(--weight) - var(--aa)), var(--color) calc(50% - var(--weight)), var(--color) calc(50% + var(--weight)), transparent calc(50% + var(--weight) + var(--aa)));
  transition: .2s;
}

.close-btn-wrap:hover {
  color: #000;
  transition: all .3s;
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 70%);
  background-color: #fff;
}

.close-btn-wrap:hover.close-btn-wrap span {
  --color: #000;
  transition: .2s;
}

.modal-others-wrap .modal-menu-content {
  max-width: 1578px;
  margin: 0 auto;
}
.modal-others-wrap .modal-menu-content .menu-items {
  margin-left: 350px;
  margin-top: 230px;
}
.modal-others-wrap .modal-menu-content .menu-items ul {
  list-style: none;
}
.modal-others-wrap .modal-menu-content .menu-items ul li a {
  display: inline-block;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 90px;
  color: #181A1B;
  transition: .2s;
}
.modal-others-wrap .modal-menu-content .menu-items ul li a:hover {
  color: #fff;
  transition: .2s;
}
.modal-others-wrap .modal-menu-content .header-btn {
  margin-top: 86px;
}





/* Блок О нас */
.about-us {
  background: no-repeat center url('../images/about-us.png');
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
}
.about-us .title__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1578px;
  margin: 0 auto;
}
.about-us h2 {
  width: 100%;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
  position: absolute;
  top: 10vh;
  left: 0;
}

.about-us-wrap {
  width: 80%;
  height: 100%;
  justify-content: end;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}

.history-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.history-wrap li {
  width: 3px;
  margin: 0px;
  padding: 0px;
  background: rgb(34,34,34);
  background: -webkit-linear-gradient(bottom, rgba(70,67,67,1) 0%, rgba(172,172,176,1) 100%, rgba(232,232,232,1) 100%);
  background: -o-linear-gradient(bottom, rgba(70,67,67,1) 0%, rgba(172,172,176,1) 100%, rgba(232,232,232,1) 100%);
  background: linear-gradient(to top, rgba(70,67,67,1) 0%, rgba(172,172,176,1) 100%);
}

ul.history-wrap li.big {
  position: relative;
}
.card-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  padding: 15px;
  border-radius: 50%;
  background: #F2A50C;
  font-family: 'Intro Regular';
  top: -10px;
  left: -25px;
  cursor: pointer;
  transition: .2s;
  z-index: 1;
}




.wrap-card {
  position: absolute;
  transition: 1s;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
}
.wrap-card .card-info {
  padding: 0px 10px;
  display: flex;
  height: 126px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  text-align: center;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.wrap-card img {
  width: 100%;
  object-fit: cover;
}

.wrap-card-1,.wrap-card-2,.wrap-card-3,.wrap-card-4,.wrap-card-5 {
  top: -320px;
  left: -150px;
  transition: .2s;
  display: none;
}

/*
.item-4 .card-button.for-1:hover +  .wrap-card-1 {
  opacity: 1;
  display: block;
}
*/
.item-3 {
  height: 1vh;
}
.item-4 {
  height: 8vh;
}
.item-5 {
  height: 4vh;
}
.item-6 {
  height: 6vh;
}
.item-7 {
  height: 8vh;
}
.item-8 {
  height: 10vh;
}
.item-9 {
  height: 12vh;
}
.item-10 {
  height: 14vh;
}
.item-11 {
  height: 22vh;
}
.item-12 {
  height: 18vh;
}
.item-13 {
  height: 20vh;
}
.item-14 {
  height: 22vh;
}
.item-15 {
  height: 24vh;
}
.item-16 {
  height: 26vh;
}
.item-17 {
  height: 28vh;
}
.item-18 {
  height: 36vh;
}
.item-19 {
  height: 32vh;
}
.item-20 {
  height: 34vh;
}
.item-21 {
  height: 36vh;
}

.item-22 {
  height: 38vh;
}

.item-23 {
  height: 40vh;
}

.item-24 {
  height: 42vh;
}
.item-25 {
  height: 50vh;
}
.item-26 {
  height: 46vh;
}
.item-27 {
  height: 48vh;
}
.item-28 {
  height: 50vh;
}
.item-29 {
  height: 52vh;
}
.item-30 {
  height: 54vh;
}
.item-31 {
  height: 56vh;
}
.item-32 {
  height: 64vh;
}
.item-33 {
  height: 60vh;
}
.item-34 {
  height: 62vh;
}
.item-35 {
  height: 64vh;
}
.item-36 {
  height: 66vh;
}
.item-37 {
  height: 68vh;
}
.item-38 {
  height: 70vh;
}
.item-39 {
  height: 72vh;
}
.item-40 {
  height: 74vh;
}
.item-41 {
  height: 76vh;
}
.item-42 {
  height: 78vh;
}
.item-43 {
  height: 80vh;
}

.about-us-wrap h2 {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
}


.parallax-body {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.parallax__images {
  position: absolute;
  width: 110%;
  height: 105%;
  left: -5%;
  top: -5%;
  z-index: 1;
  overflow: hidden;
}
.images-parallax__item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.images-parallax__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.images-parallax__vectors {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.images-parallax__bg {
    background: url(../images/main-info-bg.jpg) top / cover no-repeat;
    top: 0;
}
.images-parallax__vectors {
    background: url(../images2026/paralax-pc.svg) left bottom / 120% no-repeat;
    z-index: 2;
}
@media (max-aspect-ratio: 3 / 2) {
    .images-parallax__vectors {
        width: 90%;
        height: 90%;
        background-size: contain;
        background-position: bottom left;
    }
}

.images-parallax__icon {
  position: absolute;
  z-index: 3;
  background: url(../images2026/main-paralax-bg-icon2.png) top / cover no-repeat;
  bottom: 0;
  left: 0;
  width: 26.46vw;
  height: 27.46vh;
}

.main-info .header-top-menu-links ul li a {
  color: #fff;
}

.main-info .header-btn {
  background: #fff;
  color: #181A1B;
}
.main-info .link-item a::after {
  background: #fff;
}
.main-info .header-btn:hover {
  background: #181A1B;
  color: #fff;
}

.logo-h {
  position: relative;
  height: calc(100vh - 66px - 26px);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.main-info-ps {
  position: absolute;
  bottom: 4vh;
  left: 17vw;
  z-index: 4;
}

.main-info-ps p {
  max-width: 600px;
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 33px #000000;
}

.slider__bg {
  height: 100%;
  margin: 0 auto;
  background: url(../images/slide-bg.png) 31.3% center / contain no-repeat;
  position: relative;
}

.carousel__item {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.carousel__item-img {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
}
.carousel__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__item-text {
    width: 100%;
    height: 100%;
    max-width: 1578px;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: 5vw;
}

.carousel__item-text .carousel__item-text__point {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #AEB1B5;
  position: relative;
}
.carousel__item-text__title {
  position: relative;
  height: auto;
}

.carousel__item-text__title h3 {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 141px;
  line-height: 141px;
  color: #FFFFFF;
  text-shadow: 0px 4px 75px rgba(0, 0, 0, 0.75);
}
.carousel__item-text__title__info {
    margin-top: 4vh;
}
.carousel__item-text__title__info p {
  font-family: 'Intro Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
}

.swiper__button {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    max-width: 1578px;
    bottom: 10vh;
    left: 5vw;
}

.swiper__button .free-swiper-button-prev {
  width: 40px;
  height: 12px;
  background: url('../images/main-slider/arrow-left.svg') center center / cover no-repeat;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: .2s;
}

.swiper__button .free-swiper-button-next {
  width: 40px;
  height: 12px;
  background: url('../images/main-slider/arrow-right.svg') center center / cover no-repeat;
  cursor: pointer;
  position: relative;
  z-index: 5;
  margin-left: 15px;
  transition: .2s;
}

.swiper__button .free-swiper-button-prev:hover {
  background: url('../images/main-slider/arrow-left-white.svg') center center / cover no-repeat;
  transition: .2s;
}

.swiper__button .free-swiper-button-next:hover {
  background: url('../images/main-slider/arrow-right-white.svg') center center / cover no-repeat;
  transition: .2s;
}

.slider__bg h2 {
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    position: absolute;
    top: 10vh;
    width: 100%;
    max-width: 1578px;
    left: 5vw;
}


.modal-menu-logo {
    width: 182px;
    height: 25px;
    background: url('../images/logo-black-v2.png') center center / cover no-repeat;
}

.modal-logo {
  width: 200px;
  height: 30px;
  background: url('../images2026/logo-black.svg') center center / contain no-repeat;
  transition:0.2s all;
}

.card-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(#181a1b,#181a1b), linear-gradient(#181a1b,#181a1b), #f2a50c;
    background-position: center;
    background-size: 40% 2px,2px 40%;
    background-repeat: no-repeat;
        -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


.card-button:hover{
    background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff), #181A1B;
    background-position: center;
    background-size: 40% 2px,2px 40%;
    background-repeat: no-repeat;
        -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/*  Туманин */

.tymanin {
    background: url('../images/tymanin/tymaninbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tymanin .tymanin-content {
    width: 100%;
    max-width: 1577px;
    filter: drop-shadow(0px 0px 56px rgba(0, 0, 0, 0.26));
}
.tymanin .tymanin-content .tymanin-header {
    width: 100%;
    max-width: 1577px;
    min-height: 350px;
    background: url('../images/tymanin/tymanin-bg-header-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.tymanin .tymanin-content .tymanin-projects-item {
    width: 100%;
    max-width: 1577px;
    min-height: 350px;
    display: flex;
}
.tymanin .tymanin-content .tymanin-projects-item a {
    display: block;
    width: 25%;
}
.tymanin .tymanin-content .tymanin-header h2 {
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    color: #181A1B;
    max-width: 1000px;
    padding: 54px 50px 0px 45px;
    width: 70%;
}

.tymanin .tymanin-content .tymanin-header .tymanin-logo {
    width: 245px;
    height: 252px;
    background: url(../images/tymanin/tymanin-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 54px;
    right: 40px;
}

.tymanin .tymanin-content .tymanin-projects-item .project-item {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.tymanin .tymanin-content .tymanin-projects-item .project-item img {
    object-fit: cover;
    width: 101%;
    height: 100%;
    transition: .3s all;
}
.tymanin .tymanin-content .tymanin-projects-item .project-item p {
    position: absolute;
    bottom: 9px;
    right: 9px;
    color: #FFFFFF;
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
}
.tymanin .tymanin-content .tymanin-projects-item .project-item .project-item-logo {
    width: 79px;
    height: 79px;
    background: url(../images/tymanin/tymanini-project-button.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 39.5px);
    left: calc(50% - 39.5px);
    transition: .3s all;
}

.tymanin .tymanin-content .tymanin-projects-item .project-item:hover {
    cursor: pointer;
}

.tymanin .tymanin-content .tymanin-projects-item .project-item:hover .project-item-logo {
    width: 79px;
    height: 79px;
    background: url(../images/tymanin/tymanini-project-button-wh.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s all;
}

.tymanin .tymanin-content .tymanin-content-project {
    display: flex;
}

.project-item:hover img {
    width: 105% !important;
    object-fit: cover;
}

.gallery {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.gallery-block {
    max-width: 1578px;
    width: 100%;
    min-height: 100vh;
    background: url(../images/gallery/galleryBG.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    padding-top: 200px;
    margin-bottom: 50px;
}

.gallery-block .gallery-info {
    max-width: 506px;
    width: 30%;
}

.gallery-info h1 {
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 90px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.gallery-info p {
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-top: 60px;
}
.gallery-block .gallery-img {
    max-width: 1046px;
    width: 70%;
}
.slide-gallery {
    width: 100%;
    margin: 0 auto;
}
.slide-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.swiper-pagination-gallery {
    width: auto;
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #F2A50C;
}

.swiper-button-prev-gallery {
    width: 42px;
    height: 16px;
    background: no-repeat center/100% url(../images/icon/Arrow-left-yellow.png);
    transition: all .2s;
    margin-right: 15px;
    cursor: pointer;
}

.swiper-button-next-gallery {
    width: 42px;
    height: 16px;
    background: no-repeat center/100% url(../images/icon/Arrow-right-yellow.png);
    transition: all .2s;
    cursor: pointer;
}

.swiper-button-next-gallery:hover {
    background: no-repeat center/100% url(../images/icon/Arrow-right-white.png);
    transition: all .2s;
}

.swiper-button-prev-gallery:hover {
    background: no-repeat center/100% url(../images/icon/Arrow-left-white.png);
    transition: all .2s;
}

.gallery-button {
    width: auto;
    display: flex;
}

.gallery-slider-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
}

.orange-menu .header-top-menu-links ul li a {
    color: #F2A50C;
}
.orange-menu .link-item a::after {
    background: #F2A50C;
}
.orange-menu .header-btn {
    background: #F2A50C;
    color: #181A1B;
}

.orange-menu .header-top-menu-logo {
  width: 200px;
  height: 30px;
  background: url('../images2026/logo-orange.svg') center center / contain no-repeat;
  transition:0.2s all;
}

.whatsapp-button {
    position: fixed;
    right: 10px;
    bottom: 30px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}

.whatsapp-button img {
    width: 50px;
    height: 54px;
}
 
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
    
    
    
}



@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 15px;
    right: 10px;
  }
}


:root{
  --cookie-black:#0f1114;
  --cookie-black-2:#161a20;
  --cookie-yellow:#F2A50C;
  --cookie-yellow-2:#ffbf00;
  --cookie-text:#e9eef5;
  --cookie-muted:#aab4c3;
  --cookie-border:rgba(255,212,0,.18);
  --cookie-shadow: 0 18px 60px rgba(0,0,0,.45);
  --cookie-radius: 16px;
  --cookie-font: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.cookie-banner{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  display: none;
  font-family: var(--cookie-font);
}

.cookie-banner.is-open{ display:block; }

.cookie-banner__inner{
  background: linear-gradient(180deg, var(--cookie-black), var(--cookie-black-2));
  border: 1px solid var(--cookie-border);
  border-radius: var(--cookie-radius);
  box-shadow: var(--cookie-shadow);
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.cookie-banner__title{
  color: var(--cookie-yellow);
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 6px;
  font-size: 16px;
}

.cookie-banner__desc{
  color: var(--cookie-text);
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 8px;
}

.cookie-banner__link{
  color: var(--cookie-muted);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,.25);
}
.cookie-banner__link:hover{
  color: var(--cookie-yellow);
  border-bottom-color: rgba(255,212,0,.6);
}

.cookie-banner__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-btn{
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .06s ease, opacity .2s ease, background .2s ease, border-color .2s ease;
  user-select: none;
}
.cookie-btn:active{ transform: translateY(1px); }

.cookie-btn--primary{
  background: linear-gradient(180deg, var(--cookie-yellow), var(--cookie-yellow-2));
  color: #111;
  border-color: rgba(0,0,0,.2);
}
.cookie-btn--primary:hover{ opacity:.95; }

.cookie-btn--ghost{
  background: rgba(255,255,255,.06);
  color: var(--cookie-text);
  border-color: rgba(255,255,255,.10);
}
.cookie-btn--ghost:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,212,0,.25);
}

@media (max-width: 840px){
  .cookie-banner__inner{
    grid-template-columns: 1fr;
  }
  .cookie-banner__actions{
    justify-content: flex-start;
  }
}

/* Modal */
.cookie-modal{
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  font-family: var(--cookie-font);
}
.cookie-modal.is-open{ display:block; }

.cookie-modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}

.cookie-modal__card{
  position: relative;
  max-width: 520px;
  width: calc(100% - 32px);
  margin: 60px auto;
  background: linear-gradient(180deg, var(--cookie-black), var(--cookie-black-2));
  border: 1px solid var(--cookie-border);
  border-radius: var(--cookie-radius);
  box-shadow: var(--cookie-shadow);
  overflow: hidden;
}

.cookie-modal__header{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cookie-modal__title{
  color: var(--cookie-yellow);
  font-weight: 900;
}
.cookie-x{
  background: transparent;
  border: 0;
  color: var(--cookie-text);
  font-size: 18px;
  cursor:pointer;
  opacity:.85;
}
.cookie-x:hover{ opacity:1; }

.cookie-modal__body{
  padding: 14px 16px;
  display: grid;
  gap: 12px;
  color: var(--cookie-text);
  font-size: 14px;
}

.cookie-toggle{
  display:flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.cookie-toggle__text{ line-height: 1.3; }
.cookie-toggle input{ display:none; }

.cookie-toggle__ui{
  width: 44px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  position: relative;
  flex: 0 0 auto;
  margin-top: 1px;
}
.cookie-toggle__ui::after{
  content:"";
  width: 20px;
  height: 20px;
  border-radius: 999px;
  position: absolute;
  top: 2px;
  left: 3px;
  background: rgba(255,255,255,.65);
  transition: left .2s ease, background .2s ease;
}
.cookie-toggle input:checked + .cookie-toggle__ui{
  border-color: rgba(255,212,0,.55);
  background: rgba(255,212,0,.15);
}
.cookie-toggle input:checked + .cookie-toggle__ui::after{
  left: 20px;
  background: var(--cookie-yellow);
}

.cookie-modal__footer{
  padding: 14px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  display:flex;
  gap: 10px;
  justify-content: flex-end;
}

.logo-h img {
    width: clamp(200px, 50vw, 1000px);
    height: auto;
}