::-webkit-scrollbar {
  width: 0;
}
* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
main {
	display: block;
}
.__black{
	color: #000000;
}
.__white, .__white *{
	color: #ffffff;
}
.__yellow{
	color: rgba(200, 173, 133, 1);
}
.__yellow a {
	color: rgba(200, 173, 133, 1);
}
.__error input {
	border-bottom-color: red !important;
}
.btn-disabled {
	background: rgb(154,154,154) !important;
	cursor: not-allowed !important;
}
.logo.__yellow {
	font-family: "Cormorant Garamond", serif;
}
a{
	text-decoration: unset;
}
ul{
	list-style: none;
}
body{
	margin: 0;
	overflow-x: hidden;
}

body:has(.simple-page) {
	min-height: auto;
}

section{
	    overflow: hidden;
}
.ovh {
    overflow: hidden;
}
.hidden {
    display: none !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.main-content.show{
	display: block;
}
/*Прелоадер начало*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(14, 43, 44, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	width: 100%;
    height: 100%;
    overflow: visible;;
}
 
.spinner {
	font-family: "Cormorant Garamond", serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 90.4px;
	color: rgba(205, 177, 138, 1);
	display: none;
}
.spinner.show {
	display: flex;
	animation: zoomIn; 
	animation-duration: 2s;
}
.logo__lowercase{
	font-style: italic;
	display: flex;
}
.logo__uppercase {
	text-decoration: underline;
	text-decoration-color: rgba(200, 173, 133, 1);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	/* убираем border-bottom, чтобы не конфликтовал */
	border-bottom: none;
}

/* Тематические стили — теперь они меняют text-decoration-color вместо border-color */
.__yellow .logo__uppercase {
	text-decoration-color: rgba(200, 173, 133, 1);
}

.__white .logo__uppercase {
	text-decoration-color: #ffffff;
}

/* Спиннеру нужно оставить border-bottom — значит, он не должен использовать text-decoration */
.spinner .logo__uppercase {
	text-decoration: none;
	border-bottom: 2.3px solid rgba(200, 173, 133, 1);
}

/*Прелоадер конец*/
/*Шапка начало*/
.header__open {
	display: none;
}
.header-menu__link {
	color: rgba(124, 124, 124, 1);
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.13px;
	text-align: left;

}
.header-menu__sub li a{
	font-family: Raleway;
font-size: 18px;
font-weight: 400;
line-height: 21.13px;
text-align: left;
color: rgba(124, 124, 124, 1);

}
header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	background-color: rgba(14, 43, 44, 1);
}
.main-content {
	padding-top: 0;
}
header .container {
	display: flex;
	overflow: visible;
}
.header__block {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__block .logo {
	display: flex;
	font-size: 30px;
}
.header-menu__sub {
	display: none;
}
.header__menu {
	padding: 0;
	display: flex;
	gap: 40px;
}
.header__right {
	display: flex;
	gap: 70px;
}
.header__button {
	padding: 5px 15px;
	background: #c9ad85;
	border-radius: 50px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
}
.container{
	padding: 0 40px;
	width: 100%;
}
.header-menu__item-span{
	display: flex;
	align-items: center;
	gap: 4px;
}
.header-menu__arrow{
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4 4.5L7.5 0.5' stroke='%237C7C7C'/%3E%3C/svg%3E%0A");
	width: 8px;
	height: 6px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header-menu__sub {
	position: absolute;
	top: calc(100% + 24px);
	right: 0;
	flex-direction: column;
	background: rgba(252, 252, 255, 1);
	border: 1px solid rgba(236, 236, 236, 1);
	box-shadow: 2px 2px 15px 0 rgba(39, 39, 39, 0.1);
	gap: 12px;
	padding: 16px;
}
.header-menu__sub.__show {
	display: flex;
}
.header__button {
	cursor: pointer;
}
.header-menu__item {
	position: relative;
}
.header__mobile {
	display: none;
}

@media (min-width: 1920px) {
	header .container{
		max-width: 1920px;
		margin: 0 auto;
	}
	.fix-mw{
		max-width: 1920px;
		margin: 0 auto;
	}
	.chemistry__main-text .chemistry__title-2 {
		font-size: 170px !important;
	}
}
/*Шапка конец*/
/*Партнеры*/
.brand-parent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
}
.brands-carousel {
    height: 170px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    animation: animate 30s linear infinite;
}
.brands-carousel .slide-content {
    height: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
}
.brands-carousel .slide-content div {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
	padding: 0 30px;
}
.brands-carousel .slide-content div img {
    display: inline-block;
    width: auto;
    max-width: 100%!important;
    height: auto;
    max-height: 95%;
}
@keyframes animate {
    0% {
        transform: translate3d(0, 0,0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes animate {
    0% {
        transform: translate3d(0, 0,0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
/*Футер начало*/
.footer__phone a{
	font-family: Open Sans;
	font-size: 40px;
	font-weight: 300;
	line-height: 54.47px;

}
.footer__email a{
	font-family: Raleway;
	font-size: 40px;
	font-weight: 300;
	line-height: 46.96px;
}
.footer__bottom *{
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.13px;
	
}
.footer__title{
	font-family: "Cormorant Garamond", serif;
	font-size: 80px;
	font-weight: 300;
	line-height: 93.92px;
	text-transform: uppercase;
}
.footer__block{
	width: 100%;
	display: flex;
	gap: 297px;
}
.footer__bottom{
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
	margin-top: auto;
}
.footer-bottom__item{
	display: flex;
	gap: 50px;
	flex-direction: column;
}
.footer__info{
	    display: flex;
    flex-direction: column;
}
.footer__contacts{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
footer{
	padding: 200px 0 100px;
}
.simple-page footer {
	background: linear-gradient(180deg, #FFFFFF, #A7B1B4 30.49%, #738385 72.51%, #385051 87.06%, #0E2B2C 98.84%);
}
.footer__form, .footer__info{
	max-width: 504px;
}
.footer__title{
	margin-bottom: 100px;
}
.footer__site .logo{
    display: flex;	
}
.logo.__white span {
	font-family: "Cormorant Garamond", serif !important;
}
/*Футер конец*/
/*Форма начало*/
input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
	border: 0;
    outline: 0;
    box-shadow: unset;
}
.form-call__input {
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
    transition: color 0.3s ease-in-out;
	font-family: Raleway;
font-size: 18px;
font-weight: 400;
line-height: 21.13px;
text-align: left;
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
padding-bottom: 14px;
}
.form-call__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__polit{
	font-family: Raleway;
font-size: 14px;
font-weight: 400;
line-height: 16.44px;
text-align: left;

}
.__line .__message{
	display: none;
}
.form-call__submit{
	background: rgba(255, 255, 255, 1);
	padding: 20px 50px;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.13px;
	color: rgba(14, 43, 44, 1);
	border-radius: 50px;
	cursor: pointer;
}
.form__line{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.form__line{
	margin-bottom: 60px;
}
.form__submit-polit{
	display: flex;
	gap: 30px;
	flex-direction: row;
	align-items: center;
}
/*Форма конец*/
/*Текст перед футером начало*/
.bottom-wrap {
    position: sticky;
	top: 0;
	background: linear-gradient(180deg, #FFFFFF, #DEE2E4 10%, #A7B1B4 61.49%, #738385 72.51%, #385051 87.06%, #0E2B2C 98.84%);
}
.bottom-info{
	height: 180vh;
	position: sticky;
	top: 0;
}
.footer-first {
	height: 100vh;
	position: sticky;
	top: 0;
}
.footer-first-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.bottom-info__img{
	position: absolute;
	width: 400px;
}
.bottom-info__img img {
	display: block;
}
.bottom-info__img-left {
	left: 0;
	bottom: 0;
	background-color: #738385;
	height: 100%;
	background: url('/local/templates/main/assets/img/decision-right.png') no-repeat center center;
	transform: translate(0, 100%);
}
.bottom-info__img-right {
	top: 0;
	right: 0;
	background-color: #CDB18A;
	height: 100%;
	background: url('/local/templates/main/assets/img/decision-left.png') no-repeat center center;
	transform: translate(0, -100%);
}
.bottom-info__text{
	width: 700px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 10;
}
.bottom-info__text *{
	font-family: Raleway;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-align: justify;
	margin: 0;
}
.bottom-info__text span{
	font-family: Raleway;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;

}
/*Текст перед футером конец*/
/*Первый экран начало*/
.first__name{
	color: rgba(200, 173, 133, 0.7);
	font-family: "Cormorant Garamond", serif;
	font-size: 140px;
	font-weight: 300;
	line-height: 164.36px;
	text-align: left;
}
.first__name_kora {
	color: rgba(200, 173, 133, 0.7);
	font-family: "Cormorant Garamond", serif;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 15px;
	font-size: 130px;
	font-weight: 300;
	line-height: 164.36px;
	text-align: center;
}
.first__text{
	font-family: Raleway;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.18px;
	color: rgba(124, 124, 124, 1);

}
.first__text span{
	text-decoration: italic;
}
.first__subtitle{
	font-family: Raleway;
	font-size: 120px;
	font-style: italic;
	font-weight: 400;
	line-height: 140.88px;
	color: rgba(205, 177, 138, 0.7);
}
.first__more{
	color: rgba(14, 43, 44, 0.7);
	font-family: Raleway;
	font-size: 90px;
	font-weight: 300;
	line-height: 99px;
}
.first__top{
	display: flex;
	gap: 148px;
	flex-direction: row;
	align-items: center;
	justify-content: end;
}
.first__top .first__text{
	width: 399px;
}
.first__top{
	margin-bottom: 100px;
	padding-right: 105px;
}
.first__center{
	margin-bottom: 19px;
	z-index: 1;
}
.first .container{
	position: relative;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first__gif {
    position: absolute;
   	bottom: 150px;
    transform: translate(-50%, 0);
    left: calc(50% + 100px);
    height: 527px;
    display: flex;
}
.first__gif canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 80vw;
	max-height: 80vh;
}
.first__gif img {
    object-fit: contain;
}
.first__bottom{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 180px;
}
.first__bottom .first__text{
	    width: 475px;
		transform: translate(-50%, 0);
    margin-left: calc(50% - 400px);
}
.first__bottom .first__more{
	    width: 504px;
}
.first{
	height: 100vh;
}
.button__next-block{
	display: flex;
	justify-content: center;
	position: absolute;
    width: 100%;
    bottom: 30px;
	z-index: 10;
}
.first .button__next{
	border: 1px solid rgba(14, 43, 44, 1);
	
}
.button__next{
	border-radius: 100%;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	
	cursor: pointer;
	display: flex;
}
.button__next.show{
	animation-iteration-count: infinite;
}
@media (max-width: 1600px) {
	.first__bottom .first__text{
		transform: translate(0, 0);
		margin-left: 0;
	}
	.first__name {
		font-size: 100px;
		line-height: 124.36px;
	}
	.first__name_kora {
		font-size: 100px;
	}
	.first__subtitle {
		font-size: 80px;
		line-height: 100.88px;
	}
	.first__text {
		font-size: 18px;
		line-height: 22.18px;
	}
	.first__top .first__text {
		width: 280px;
	}
	.first__top {
		margin-bottom: 54px;
		padding-right: 105px;
	}
	.first__top {
    display: flex;
    gap: 99px;
	
	}
	.first__center {
		margin-bottom: 60px;
	}
	.first__subtitle {
		font-size: 80px;
		line-height: 100.88px;
	}
	.first__bottom .first__text {
		width: 312px;
		transform: translate(-50%, 0);
		margin-left: calc(50% - 369px);
	}
	.first__text {
		font-size: 18px;
		line-height: 22.18px;
	}
	.first__gif {
        bottom: 100px;
		left: calc(50% + 100px);
		height: 400px;
	}
	.first__bottom {
		margin-bottom: 130px;
	}
	.first__bottom .first__more {
		width: 280px;
	}
	.first__more {
		font-size: 50px;
		line-height: 59px;
	}
	.first {
		/*padding-bottom: 102px;
		padding-top: 56px;*/
	}
	.button__next-block{
		margin-bottom: 20px;
	}
}
/*Первый экран конец*/
/*Второй экран начало*/
.second-screen {
	position: sticky;
	top: 0;
}
.about{
	height: 200vh;
	position: relative;
  	display: flex;
  	flex-direction: column;
}
.about > .about-first {
	height: 100vh;
	flex-shrink: 0;
	position: sticky;
	z-index: 1;
	top: 0;
}
video::-webkit-media-controls {
    display: none; 
}
.about__text {
	position: relative;
	height: 100%;
  	/*left: 50%;
  	top: 50%;
  	transform: translate(-50%,-50%);
  	display: flex;
  	flex-direction: column;
  	align-items: center;
	width: 100%;
	max-width: 1305px;*/
}
.about__text-content {
	font-family: Raleway, sans-serif;
	font-size: 53px;
	font-weight: 300;
	line-height: 63.6px;
	text-align: center;
	color: rgb(187,187,187);
	position: absolute;
	width: calc(100% - var(--text-width));
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
}
.about__text-over {
	font-family: Raleway, sans-serif;
	font-size: 53px;
	font-weight: 300;
	line-height: 63.6px;
	text-align: center;
	color: rgb(0,0,0);
	width: var(--text-width);
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
}
.about__text-block-grey {
	position: absolute;
	right: 0;
}
.about__text-block-black {
	position: absolute;
	left: 0;
}
.about__text-block {
	height: 100%;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.about__text-block-content {
	width: 100%;
	max-width: 1305px;
}
.text-logo__uppercase {
  font-family: "Cormorant Garamond", serif;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.text-logo__lowercase {
  display: inline;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}
/*Второй экран конец*/
/*Химия начало*/
.third-screen {
	position: sticky;
	top: 0;
	background: #fff;
}
.chemistry {
	position: relative;
    height: 250vh;
}
.chemistry-first {
	height: 100vh;
  	position: sticky;
	z-index: 1;
  	top: 0;
}
.chemistry-second {
	height: 100vh;
  	position: sticky;
	z-index: 1;
  	top: 0;
	display: none;
}
.chemistry__img-wrap {
	position: relative;
	height: 100%;
	width: 100%;
}
.chemistry__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background: url('/local/templates/main/assets/img/chemistry.jpg') no-repeat 0 0;
	background-size: cover;
	z-index: 0;
}
.chemistry__title-wrap {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 0 40px;
	width: 100%;
}
.chemistry__title {
	color: transparent;
	font-family: "Cormorant Garamond", serif;
	font-size: 250px;
	font-weight: 300;
	/*line-height: 352.2px;*/
	text-transform: uppercase;
	width: 100%;
    text-align: center;
	border-top: 1px solid;
	background:linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)) bottom no-repeat;
	background-size:100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	transition: border-color 1s linear;
}
.chemistry__subtitle {
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px;
	opacity: 0;
}
.chemistry .container {
  	height: 100%;
  	position: relative;
  	z-index: 10;
	padding: 0;
}
.chemistry__container-inner {
	position: relative;
	height: 100%;
}

.chemistry__title.animation {
	animation:filling 2s forwards linear;
}
.chemistry__directions {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.chemistry__main-img {
	margin-left: auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.chemistry__main-img-wrap {
	height: 100%;
	width: 100%;
}
.chemistry__main-img-inner {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.chemistry__main-pic {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 20px);
	transform: translateX(-50%);
	/*width: 300px;*/
	max-width: 50%;
	opacity: 0;
}
.chemistry .chemistry-second .container {
	padding: 0 40px;
	transition: all 1s linear;
}
.chemistry .chemistry-second .chemistry__container-inner {
	padding: 130px 0px 170px;
	transition: all 1s linear;
}
.chemistry__directions {
	background:linear-gradient(#0E2B2C,#0E2B2C) bottom no-repeat;
	background-size:100% 0;
}

.chemistry__direction {
	height: 50%;
	position: relative;
	background: #fff;
}
.chemistry__name {
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
	transition: all 1.5s linear;
}
.chemistry__subname {
	font-family: Raleway;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	transition: all 1.5s linear;
}
.chemistry__subname.text {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	color: #7C7C7C;
}
.chemistry__direction-block-title {
	margin-right: 100px;
}
.chemistry__direction-block {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 50px 50px 0;
}
.chemistry__direction-block-title-wrap {
	border-bottom: 1px solid #fff;
	height: 100%;
}
.chemistry__direction-block-wrap {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #0E2B2C;
	transition: all 1.5s linear;
	z-index: 10;
}
.chemistry__direction-block-wrap.animation {
	width: 0;
	font-size: 70%;
	transition: all 1.5s linear;
}
.chemistry__direction-block-wrap.animation .chemistry__name {
	font-size: 0;
	transition: all 1.5s linear;
}
.chemistry__direction-block-wrap.animation .chemistry__subname {
	font-size: 0;
	transition: all 1.5s linear;
}
.chemistry__plus {
	position: absolute;
	bottom: 50px;
	right: 50px;
	background: rgba(255, 255, 255, 0.3);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	color: #fff;
	cursor: pointer;
	transition: all 1.5s linear;
	border: 1px solid transparent;
	z-index: 25;
}
.chemistry__plus-content {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.chemistry__plus.opened {
	transform: rotate(45deg);
	border: 1px solid black;
	background-color: #fff;
	color: #0E2B2C;
	transition: all 1.5s linear;
}
.chemistry__text {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	color: #7C7C7C;
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	transition: all 1.5s linear;
	top: 0;
	left: 0;
	padding: 50px 50px 0;
}
.chemistry__text-wrap {
	max-width: 570px;
}
.chemistry__text-title {
	font-family: "Cormorant Garamond", serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	color: #0E2B2C;
	margin-bottom: 15px;
	max-width: 450px;
}
.chemistry__text-subtitle {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	color: #0E2B2C;
	margin-bottom: 30px;
}
.chemistry__text-text {
	display: flex;
	gap: 40px;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	color: #0E2B2C;
}
.chemistry__text-text p {
	margin: 0;
	width: 50%;
}
.chemistry__text.animation {
	opacity: 1;
	transition: all 3s linear;
}
.chemistry__main-img.animation{
	animation: shrink 1s forwards linear;
	left: auto;
}
.chemistry__main-img img {
	min-width: 100%;
	height: 100%;
	display: block;
}
.chemistry__button-second {
	display: flex;
	justify-content: start;
	position: absolute;
	width: 100%;
	top: 20%;
	z-index: 10;
}
.chemistry__button-second .button__next {
	background: #0E2B2C;
	width: 60px;
	height: 60px;
}
@keyframes shrink {
	100% {
		width: 60%;
		bottom: 0;
	}
}
.chemistry__main {
	height: 80%;
	position: absolute;
}
.chemistry__button {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 10;
  }
.chemistry__button .button__next{
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}
.chemistry__button svg path{
	fill: rgba(255, 255, 255, 1)
}
.chemistry__main-text {
	position: relative;
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: end;
	flex-direction: column;
	padding-right: 20px;
}
.chemistry__main-text-half {
	height: 50%;
	position: relative;
}
.chemistry__main-text-content-wrap {
	position: relative;
	display: flex;
	margin-top: 10px;
}
.chemistry__main-text-content {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.13px;
	text-align: left;
	color: #7C7C7C;
}
.chemistry__main-text img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.chemistry__main-text .chemistry__title-2 {
	text-align: left;
	font-size: 9vw;
	line-height: 1;
	color: #0E2B2C;
	border-top: 1px solid #0E2B2C;
	font-family: "Cormorant Garamond", serif;
  	font-weight: 300;
  	text-transform: uppercase;
  	width: 100%;
}
/*Химия конец*/
.fourth-screen {
	position: sticky;
	top: 0;
}
.industries {
    position: relative;
    height: 200vh;
}
.industries-first {
	height: 100vh;
  	position: sticky;
	z-index: 1;
  	top: 0;
}
.industries__img-wrap {
	position: relative;
	height: 100%;
	width: 100%;
}
.industries__img-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/local/templates/main/assets/img/industries.jpg') no-repeat 0 0;
	background-size: cover;
}
.industries__title-wrap {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 0 40px;
	width: 100%;
}
.industries__title-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
}
.industries__title {
    color: transparent;
    font-family: "Cormorant Garamond", serif;
    font-size: 150px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid;
    padding: 10px 0 20px;
	background:linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)) bottom no-repeat;
	background-size:100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: border-color 1s linear;
}
.industries__subtitle {
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px;
	opacity: 0;
}
.industries__button {
    display: flex;
    justify-content: center;
    width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 10;
}
.industries__button .button__next {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}
.industries-items {
    background-color: #fff;
    position: relative;
    padding-bottom: 240px;
}
.industries-items__title {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7C7C7C;
    padding-top: 80px;
}
.industries-items__item {
    margin-top: 60px;
    position: relative;
}
/*.industries-items__item.show .industries-items__item-title {
	font-weight: 300;
}*/
.industries-items__item-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 70px;
    font-weight: 300;
    cursor: pointer;
    z-index: 5;
    position: relative;
}
.industries-items__item.inactive .industries-items__item-title {
	opacity: 0.2;
}
.industries-items__item-img {
    position: absolute;
    top: 0;
    right: 0;
	max-width: 47%;
	height: 100%;
}
.industries-items__item-img img {
	display: block;
	max-width: 100%;
}
.industries-items__item-text-wrap {
	display: flex;
	margin-top: 15px;
}
.industries-items__item-text {
    display: flex;
    gap: 30px;
	z-index: 10;
  	position: relative;
  	background: rgba(255,255,255,0.8);
}
.industries-items__item-text-item {
    max-width: 235px;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    color: #7C7C7C;
}
.industries-items__item-text-inner {
    display: block;
	/*transition: 2s linear;*/
}
.industries-items__item.item1 .industries-items__item-img {
    /*right: -100%;
    top: 100%;
    opacity: 0;*/
	right: 0;
    top: 0;
    opacity: 1;
	transition: 2s linear;
	filter: grayscale(1);
}
.industries-items__item.item1 .industries-items__item-img.animation {
	right: 0;
    top: 0;
    opacity: 1;
	transition: 2s linear;
}
.industries-items__item.item2 .industries-items__item-img {
    opacity: 0;
	transition: 2s linear;
	filter: grayscale(1);
}
.industries-items__item.item2 .industries-items__item-img.animation {
	opacity: 1;
    transition: 2s linear;
}
.industries-items__item.item3 .industries-items__item-img {
    /*opacity: 0;*/
	opacity: 1;
	transition: 2s linear;
	filter: grayscale(1);
}
.industries-items__item.item3 .industries-items__item-img.animation {
	opacity: 1;
    transition: 2s linear;
}
/*Снабжение start*/
.supply-screen {
	position: sticky;
	top: 0;
}
.supply {
    position: relative;
    height: 200vh;
}
.supply-first {
	height: 100vh;
  	position: sticky;
	z-index: 1;
  	top: 0;
}
.supply__img-wrap {
	position: relative;
	height: 100%;
	width: 100%;
}
.supply__img-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/local/templates/main/assets/img/supply.jpg') no-repeat 0 0;
	background-size: cover;
}
.supply__title-wrap {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 0 40px;
	width: 100%;
}
.supply__title-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
}
.supply__title {
    color: transparent;
    font-family: "Cormorant Garamond", serif;
    font-size: 150px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid;
    padding: 10px 0 20px;
	background:linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)) bottom no-repeat;
	background-size:100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: border-color 1s linear;
}
.supply__subtitle {
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px;
	opacity: 0;
}
.supply__button {
    display: flex;
    justify-content: center;
    width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 10;
}
.supply__button .button__next {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}
.supply-items {
    background-color: #fff;
    position: relative;
    padding-bottom: 100px;
}
.supply-items .industries-items__item-img img {
	transform: rotate(3deg);
}
.industries-items__item-title .sub {
    font-size: 40px;
}
/*Снабжение end*/
.partners {
    position: relative;
    height: 70vh;
    background-color: #fff;
}
.partners__text-wrap {
    display: flex;
    justify-content: end;
    margin-bottom: 250px;
	margin-top: 50px;
}
.partners__title-content {
    max-width: 500px;
    cursor: pointer;
}
.partners__title {
    font-family: Raleway;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #7C7C7C;
    padding: 10px 0;
}
.partners__text {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    color: #7C7C7C;
}
.partners__text span {
    color: #CDB18A;
    font-style: italic;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background: rgba(6, 23, 24, 0.6);
	backdrop-filter: blur(10px);
	z-index: 100;
}
.__window_wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 999;
	display: none;
	background: #fff;
}
.__window_body {
	position: relative;
}
.__window_body-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 150px 100px;
	text-align: center;
	flex-direction: column;
}
.__window_title {
	font-family: Raleway;
	font-weight: 300;
	font-size: 80px;
	line-height: 95px;
	margin-bottom: 20px;
	color: rgb(14, 43, 44);
}
.__window_text {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	color: rgb(124, 124, 124);
	width: 100%;
}
.__close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('/local/templates/main/assets/img/close.png') no-repeat center center;
}
.__window_wrap.active {
	display: block;
}
.modal-overlay.show {
	display: block;
}
.popup_form .form__submit-polit {
	display: block;
}
.popup_form .form__submit-polit > div {
	width: 100%;
}
.__window_body-content.popup {
	padding: 80px 100px;
}
.popup_form .form__polit {
	text-align: center;
	margin-top: 20px;
	color: rgb(14, 43, 44);
	width: 100%;
}
.popup_form .form__polit a {
	color: rgb(14, 43, 44);
	text-decoration: underline;
}
.popup_form .form-call__submit {
	background: rgb(14, 43, 44);
	width: 100%;
	border-radius: 60px;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}
.popup_form .form-call__input {
	border-bottom: 1px solid rgb(185,185,185);
	color: rgb(14, 43, 44);
}
.popup_form .form-call__input::placeholder {
	color: rgb(154, 154, 154)
}
.static-page {
	padding: 100px 0;
}
.static-content {
	display: flex;
	justify-content: center;
}
.static-text {
	max-width: 1300px;
	font-family: Raleway;
  	font-size: 22px;
	line-height: 30px;
  	font-weight: 300;
	text-align: justify;
}
.static-text p, .static-text ol {
	margin: 0 0 10px;
}
.static-text ol li {
	margin-bottom: 5px;
}


.new-first {
	height: 100vh;
	display: flex;
	gap: 20px;
	vertical-align: center;
	justify-content: center;
}
.new-first .container {
	position: relative;
	height: calc(100vh - 70px);
	margin-top: 70px;
	display: flex;
	gap: 30px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.new-first__top {
	flex: 0 max-content;
	text-align: center;
}
.new-first__name {
	color: rgba(200, 173, 133, 0.7);
	font-family: "Cormorant Garamond", serif;
	font-size: 100px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
	font-style: italic;
}
.new-first__name span {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 15px;
	font-style: normal;
}
.new-first__slogan {
	margin-top: 3vmin;
	font-family: "Cormorant Garamond", serif;
	font-size: 60px;
	color: rgba(14, 43, 44, 0.7);
	text-transform: uppercase;
	font-style: italic;
}
.new-first__text{
	font-family: Raleway;
	font-size: 24vmin;
	font-weight: 400;
	line-height: 28.18px;
	color: rgba(124, 124, 124, 1);
}
.new-first__text span{
	text-decoration: italic;
}

.new-first__middle {
	flex: 1;
	display: flex;
	gap: 20px;
	align-items: center;
}

.new-first__left, .new-first__right {
	flex: 0 1 30%;
}

.new-first__left {
	justify-content: flex-end;
}

.new-first__right {
	justify-content: flex-start;
}

.new-first__left p, .new-first__right p {
	font-family: Raleway;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	color: rgba(124, 124, 124, 1);
	margin: 0;
	padding: 0;
}

.new-first__left p + p, .new-first__right p + p {
	margin-top: 32px;
}

.new-first__gif {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-first__gif img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.simple-page {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.simple-page__section {
	flex: 1;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 40px;
}

.simple-page__footer {
	flex: 0 max-content;
}

.simple__name {
	font-family: Raleway, sans-serif;
	font-size: 40px;
}

.documents {
	margin-top: 50px;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.documents__item {
	flex: 0 1 calc((100% - 30px * 2) / 3);
	width: calc((100% - 30px * 2) / 3);
}

.documents-item {
	position: relative;
	z-index: 1;
	text-align: center;
}

.documents-item:hover {
	z-index: 2;
}

.documents-item__link {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	background: #ffffff;
	transition: all .3s linear;
}

.documents-item__link:hover {
	border-color: #ffffff;
	box-shadow: 0 0 40px -5px #888888;
}

.documents-item__img {
	position: relative;
}

.documents-item__img img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.documents-item__name {
	padding: 20px 0 0;
	font-family: Raleway, sans-serif;
	font-size: 18px;
}