body {
	font-family: "Istok Web", serif;
	font-size: 20px;
	color: var(--green2);
	--white: #FFFFFF;
	--green: #3fac69;
	--green2: #1D5A41;
	--green3: #19994e;
	--green4: #1d5a41;
	--green5: #008d3c;
	--red: #D1461F;
	--red2: #D42B23;
	--red3: #D1461F;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 22px;
}

img {
	max-width: 100%;
}

.justul {
margin-left:20px;
}

ul.no-bullets {
    list-style-type: none; 
   }

ul.no-bullets li::before {
  content: '\2713\0020';
  font-weight: bold; 
}

.bg-green {
	background: var(--green);
	color: var(--white);
}

.text-red {
	color: var(--red);
}

.navbar {
	position: relative;
	z-index: 200;
	padding: 10px 0 10px;
}

.navbar-brand img {
	max-width: 272px;
}

.navbar-nav {
	justify-content: right;
	width: 100%;
	gap: 65px;
}

.navbar-nav .lang {
	margin-right: 60px;
	padding: 2px 14px;
	border-radius: 6px;
	background: var(--red);
	color: var(--white);
}

.navbar-nav .lang:hover {
	color: var(--white);
	background: var(--red2);
}

.nav-link, .navbar-nav .nav-link.active {
	color: var(--green4);
}

.nav-link:hover, .navbar-nav .nav-link.active:hover {
	color: var(--green);
}

.navbar-nav .nav-link.active {
	font-weight: bold;
}

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

.anima-button {
	box-sizing: border-box;
	position: relative;
	width: 373px;
	height: 60px;
	padding: 20px 20px;
	border-radius: 25px;
	background-color: var(--red3);
	overflow: hidden;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anima-button .icon {
	display: flex;
	height: 100%;
/*	width: 30px;*/
align-items: center;
justify-content: center;
}

.anima-button .text,
.anima-button .icon-first,
.anima-button .icon-last {
	position: absolute;
	transition: transform .5s;
}

.anima-button .text {
	height: 100%;
	display: flex;
	align-items: center;
	left: 10px;
	transform: translateX(0);
}

.anima-button .icon-last {
	right: 0px;
}

.anima-button .icon-first {
	padding-left: 3px;
	right: 19px;
}

.anima-button:hover .text {
	transform: translateX(115px);
}

.anima-button:hover .icon-first {
	transform: translateX(-310px);
}

.anima-button .overlay {
	position: absolute;
	width: 373px;
	height: 60px;
	background: var(--red2);
	top: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(1);
	transform-origin: center;
	transition: transform .5s;
	border-radius: 25px;
	z-index: 0;
}

.anima-button:hover .overlay {
	transform: translateX(-50%) scaleX(0);
}

.anima-button-content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.anima-button-cook {
	box-sizing: border-box;
	position: relative;
	width: 373px;
	height: 60px;
	padding: 20px 20px;
	border-radius: 25px;
	background-color: var(--green5);
	overflow: hidden;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anima-button-cook .icon {
	display: flex;
	height: 100%;
/*	width: 30px;*/
align-items: center;
justify-content: center;
}

.anima-button-cook .text,
.anima-button-cook .icon-first,
.anima-button-cook .icon-last {
	position: absolute;
	transition: transform .5s;
}

.anima-button-cook .text {
	height: 100%;
	display: flex;
	align-items: center;
	left: 10px;
	transform: translateX(0);
}

.anima-button-cook .icon-last {
	right: 0px;
}

.anima-button-cook .icon-first {
	padding-left: 3px;
	right: 19px;
}

.anima-button-cook:hover .text {
	transform: translateX(115px);
}

.anima-button-cook:hover .icon-first {
	transform: translateX(-310px);
}

.anima-button-cook .overlay {
	position: absolute;
	width: 373px;
	height: 60px;
	background: var(--green3);
	top: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(1);
	transform-origin: center;
	transition: transform .5s;
	border-radius: 25px;
	z-index: 0;
}

.anima-button-cook:hover .overlay {
	transform: translateX(-50%) scaleX(0);
}

.anima-button-cook-content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}


#video {
	margin-bottom: -20px;
}

#phylosophie {
	position: relative;
	background: var(--green);
}

#phylosophie .container {
	position: relative;
	z-index: 100;
	padding: 160px 0 130px;
	color: var(--white);
	text-align: center;
}

.phylosophie-bg-1 {
	position: absolute;
	top: -780px;
	left: -60px;
	z-index: 3;
}

.phylosophie-bg-2 {
	position: absolute;
	top: -445px;
}

.phylosophie-bg-3 {
	position: absolute;
	bottom: -460px;
	right: 0px;
}

#phylosophie h2 {
	margin-bottom: 55px;
}

#phylosophie h4 {
	margin-bottom: 40px;
}

.phylosophie-gr {
	position: relative;
	display: inline-flex;
	min-height: 48px;
	margin: 10px auto 0;
	justify-content: center;
	align-items: center;
	background: rgb(209,70,31);
	background: linear-gradient(90deg, rgba(209,70,31,0.86) 0%, rgba(209,70,31,0.22) 100%);
}

.phylosophie-icon1 {
	position: absolute;
	left: 0;
}

.phylosophie-icon2 {
	position: absolute;
	right: 0;
}

.phylosophie-gr span {
	padding: 0 25px;
}

#about {
	padding: 90px 0 120px;
	text-align: center;
}

#about h2 {
	margin-bottom: 60px;
}

.about-card {
	position: relative;
	z-index: 200;
	padding: 50px 4px;
	margin: 20px auto;
	border-radius: 36px;
	max-width: 343px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, .2);
}

.about-card-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85px;
	margin-bottom: 18px;
}

.about-card-title {
	font-size: 24px;
	font-weight: bold;
}

#products {
	position: relative;
	background: var(--green) url('../images/bg/bg-products.jpg');
	background-size: cover;
	color: var(--white);
}

.produdcts-bg-1 {
	position: absolute;
	z-index: 2;
	top: -282px;
}

.produdcts-bg-2 {
	position: absolute;
	right: 0;
	top: -330px;
	z-index: 2;
}

#products h2 {
	position: relative;
	z-index: 200;
	padding: 52px 0 25px;
	text-align: center;
}

.products-image {
	position: relative;
	z-index: 200;
	width: 100%;
}

.products-title a {
	min-height: 96px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 200;
	color: var(--white);
	text-decoration: none;
	height: 100%;
	width: 100%;
}

#produdcts-info {
	padding: 52px 0 70px;
	text-align: center;
}

#produdcts-info a {
	margin: 50px auto 0;
}

#markets {
	position: relative;
	background: var(--green3) url('../images/bg/bg-markets.jpg');
	background-size: cover;
	color: var(--white);
	padding: 45px 10px 40px;
	text-align: center;
}

#markets p {
	max-width: 1200px;
	margin: 70px auto 90px;
}


#contacts {
	padding: 55px 10px 60px;
}

.contacts-text {
	text-align: center;
	margin-bottom: 50px;
}

.form-container {
	padding: 40px 100px;
	background: var(--green) url('../images/bg/bg-contacts.svg');
	background-size: cover;
	color: var(--white);
	border-radius: 25px;
}

.form-container h2 {
	text-align: center;
}

.form-container label {
	margin-top: 8px;
}

.form-container button {
	margin: 30px auto 0;
	border: 0;
}

.form-container .anima-button, .form-container .anima-button .overlay {
	height: 50px;
}

.form-container .anima-button:hover .text {
	transform: translateX(100px);
}

.form-container input {
	min-height: 49px;
}

.form-container input {
	min-height: 49px;
}

.form-container textarea {
	min-height: 224px;
}

#footer {
	padding: 90px 20px 50px;
	background: var(--red3);
	color: var(--white);
}

#footer hr {
	border-color: #fff;
	margin-top: 160px;
	margin-bottom: 30px;
}

.footer-title {
	margin-bottom: 38px;
}

#footer a{
	font-size: 16px;
	line-height: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.footer-contact-row {
	font-size: 16px;
	margin-bottom: 25px;
	display: flex;
	gap: 0 10px;
	align-items: start;
	width: 100%;
}

.footer-logo1 {
	max-width: 206px;
}

.footer-logo2 {
	max-width: 106px;
}

.copyright-box {
	max-width: 266px;
	text-align: left;
}


.products-section {
	min-height: 560px;
	overflow: hidden;
}

.products-text-block {
	max-width: 550px;
	padding: 0 20px;
}

.products-section .col-md-5 .products-text-block {
	margin: 0 0 0 auto;
}

.products-section .col-md-5.order-md-2 .products-text-block {
	margin: 0 auto 0 0;
}

.products-title-1 {
	margin: 60px 0 30px;
}

.products-title-2 {
	margin: 35px 0 20px;
}

.products-title-3 {
	margin: 70px 0 30px;
}

.products-title-4 {
	margin: 30px 0 25px;
}

.products-title-5 {
	margin: 70px 0 40px;
}

.products-title-6 {
	margin: 40px 0 15px;
}

.products-text-2 {
	margin: 50px 0 40px;
}

.products-text-4 {
	margin-bottom: 60px;
}

.products-text-6 {
	margin-top: 10px;
}

.products-text-7 {
	margin-bottom: 55px;
}

.products-text-9 {
	margin-top: 26px;
}

.products-img {
	position: relative;
	padding: 0;
}

.products-img img {
	position: absolute;
}

.products-img-1 {
	right: 0;
}

.products-img-2 {
	right: 500px;
	top: 100px;
}

.products-img-4 {
	left: 450px;
	top: 200px;
}

.products-img-5 {
	right: 0;
}

.products-img-6 {
	right: 555px;
	top: 25px;
}

.products-img-9 {
	left: 540px;
	top: 65px;
}

.products-img-10 {
	right: 0;
}

#products-footer {
	background: url('../images/products/12.jpg');
	background-size: cover;
	padding: 130px 40px;
}

.products-footer-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1220px;
	margin: 0 auto;
	padding: 16px 60px;
	background: rgb(209,70,31);
	background: linear-gradient(90deg, rgba(209,70,31,0.86) 0%, rgba(209,70,31,0.22) 100%);
}

.products-footer-icon1 {
	position: absolute;
	left: -30px;
}

.products-footer-icon2 {
	position: absolute;
	right: -60px;
}

.products-footer-text {
	text-align: center;
	color: var(--white);
}

.products-footer-header {
	margin-bottom: 40px;
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  z-index: 9999;
}

/* кнопки в одну строку */
.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 12px;
}

/* уменьшенные кнопки */
.cookie-buttons .small-btn {
  transform: scale(0.6);
  transform-origin: center center;
}

/* чтобы при наведении эффект остался таким же, как на остальных */
.cookie-buttons .small-btn:hover {
  transform: scale(0.6) translateY(-2px);
}

.mob  { display: none; }
.nomob { display: block; }

@media only screen and (max-width: 1399px) {
	.navbar-nav {
		gap: 20px;
	}

	.products-img-2, .products-img-4, .products-img-6, .products-img-9 {
		display: none;
	}

	.products-section {
		min-height: 515px;
		overflow: hidden;
	}

	.products-title-1, .products-title-2, .products-title-3, .products-title-4, .products-title-5 {
		margin: 10px 0 20px;
	}

	.products-title-6 {
		margin: 30px 0 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.navbar {
		padding: 20px 0;
	}

.shrot {
font-size:38px;
}

	.navbar-nav .lang {
		margin-right: 0;
	}

	.about-card-title {
		font-size: 18px;
	}

	#products h2 {
		padding: 20px 0 20px;
	}

	.navbar-brand img {
		max-width: 200px
	}

	.form-container {
		padding: 30px;
	}

	#footer hr {
		margin-top: 100px;
	}

	.products-section {
		font-size: 15px;
	}

	.products-section {
		min-height: 420px;
	}

	.products-title-1, .products-title-3, .products-title-5 {
		margin: 20px 0 10px;
	}

	.products-title-4 {
		margin: 10px 0;
	}

	.products-title-6 {
		margin: 35px 0 0px;
	}

	.products-text-2 {
		margin: 20px 0;
	}

	.products-text-4 {
		margin-bottom: 0;
	}

	.products-text-7 {
		margin-bottom: 20px;
	}
	.products-text-9 {
		margin-top: 20px;
	}

	.products-footer-text {
		max-width: 80%;
	}

	.products-footer-icon2 {
		right: -30px;
	}
}

@media only screen and (max-width: 991px) {
	h2 {
		font-size: 32px;
	}

	#phylosophie .container, #markets {
		padding: 60px;
	}

	.phylosophie-bg-1, .phylosophie-bg-2, .phylosophie-bg-3, .produdcts-bg-1, .produdcts-bg-2 {
		display: none;
	}

	.about-card-title {
		font-size: 15px;
	}

	#products h2 {
		padding: 20px 0 3px;
	}

	.products-title a {
		min-height: 64px;
	}

	.products-text-block {
		margin: 0 auto;
	}

	.products-img {
		text-align: center;
	}

	.products-img img {
		margin: 0px auto;
		position: relative;
	}
}

@media only screen and (max-width: 768px) {
	#phylosophie .container, #markets {
		padding: 40px;
	}

	.products-title-1, .products-title-2, .products-title-3, .products-title-4, .products-title-5, .products-title-6 {
		margin: 20px 0 10px;
	}

	#phylosophie h2 {
		margin-bottom: 35px;
	}

	#phylosophie h4 {
		margin-bottom: 22px;
	}

	#markets p {
		margin: 40px auto;
	}

	.footer-logo2 {
		margin: 30px 0
	}

	.copyright-box {
		max-width: initial;
		text-align: center;
		margin: 0 auto;
	}

	#footer hr {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 576px) {
	.phylosophie-icon1, .phylosophie-icon2 {
		display: none;
	}

	#phylosophie .container, #markets {
		padding: 24px;
	}

	.products-title a {
		min-height: initial;
		margin-bottom: 20px;
	}

	.products-title br {
		display: none;
	}

	#markets p {
		margin: 20px auto;
	}

	.form-container {
		background-position: center;
		background-repeat: no-repeat;
	}

	.form-container input {
		min-height: 28px;
	}

	.form-container textarea {
		min-height: 124px;
	}

	.anima-button, .anima-button .overlay, .form-container .anima-button, .form-container .anima-button .overlay {
		max-width: 240px;
	}

	.anima-button:hover .text, .form-container .anima-button:hover .text {
		transform: translateX(40px);
	}

	.anima-button:hover .icon-first {
		transform: translateX(-165px);
	}

	.products-footer-container {
		padding: 12px;
	}

	.products-footer-text {
		max-width: initial;
	}
	.products-footer-icon1, .products-footer-icon2 {
		display: none;
	}

#markets br {
	display:none;
}

#markets {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
}

}

@media (max-width: 600px) {
  #cookie-consent {
    font-size: 15px;
    padding: 14px 8px;
  }

  .cookie-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  .cookie-buttons .small-btn {
    transform: none !important;
    width: 44%;
    max-width: 190px;
    height: 44px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    padding: 0 14px;
  }

  .cookie-buttons .small-btn:hover {
    transform: none !important;
  }

  /* отключаем все анимации и overlay */
  .cookie-buttons .overlay {
    display: none !important;
  }

  .cookie-buttons .icon-first,
  .cookie-buttons .icon-last {
    display: none !important; /* убираем старые анимированные иконки */
  }

  /* вставляем новую иконку справа от текста */
  .cookie-buttons .anima-button-cook-content,
  .cookie-buttons .anima-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* расстояние между текстом и иконкой */
    flex-direction: row;
  }

  .cookie-buttons .text {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
  }

  /* новая иконка — меньшая, статичная */
  .cookie-buttons .anima-button-cook-content::after,
  .cookie-buttons .anima-button-content::after {
    content: url("https://gatex-trade.com/images/icons/gate1-white.svg");
    display: inline-block;
    width: 14px;
    height: auto;
    opacity: 0.9;
  }
  

  .mob   { display: block; }
  .nomob { display: none; }

  
}