@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
@font-face {
  font-family: 'Skoda Pro';
  src: url("../fonts/skoda-pro/SkodaPro.woff?v=1.1.0") format("woff");
  font-weight: normal;
  font-style: normal;
  }

  @font-face {
    font-family: 'Skoda Pro';
    src: url("../fonts/skoda-pro/SkodaPro-Bold.woff?v=1.1.0") format("woff");
    font-weight: bold;
    font-style: normal;
  }



@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("./fonts/OpenSans/regular/OpenSans-Regular.woff?v=1.1.0") format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("./fonts/bold/OpenSans-Bold.woff?v=1.1.0") format("woff");
  font-weight: bold;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: 'Skoda Pro';
  background: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-weight: 100;
  font-size: 35px;
  font-family: 'Open Sans';
}

h2 {
  font-weight: 100;
  font-size: 35px;
  font-family: 'Open Sans';
}

h3 {
  font-weight: 100;
  font-size: 25px;
  font-family: 'Open Sans';
}
p {
  line-height: 25px;
    margin-bottom: 10px;
}

.breadcrumbs {
  margin-top: 30px;
}
.breadcrumbs__link {
  color: white;
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
}
  .breadcrumbs__item:before {
      content: '>';
      padding: 0 5px;
  }
  .breadcrumbs__item:first-child:before {
      display: none;
  }



.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 5px 40px;
 }
nav{
  background: #000;
}
nav ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
nav ul li{
  padding: 15px 0;
  cursor: pointer;
}
nav ul li.items{
  position: relative;
  width: auto;
  margin: 0 16px;
  text-align: center;
  order: 3;
}
nav ul li.items:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.2s linear;
}
nav ul li.items:hover:after{
  opacity: 1;
  bottom: 8px;
}
nav ul li.logo{
  flex: 1;
  color: white;
  font-size: 23px;
  font-weight: 600;
  cursor: default;
  user-select: none;
}
nav ul li a{
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: .4s;
}
nav ul li:hover a{
  color: #dedede;
}
nav ul li i{
  font-size: 23px;
}
nav ul li.btn{
  display: none;
}
nav ul li.btn.hide i:before{
  content: '\f00d';
}
.logo {
  padding: 0;
}
.logo img {
  width: 100%;
  max-width: 300px;
}

.contacts {
  display: flex;
  margin: 0 16px;
  justify-content: flex-end;
}
.contacts,.contacts a {
  color: #fff;
  gap: 50px;
  text-decoration: none;
  font-size: 16px;
}
.contacts .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contacts .phone a{
  font-size: 22px;
}
.contacts .phone span{
  font-size: 12px;
}

.main {
}
 .main__container {
  display: flex;
  justify-content: space-between;
    align-items: center;
    
 }

.main__text {
  color: #fff;
  max-width: 470px;
  font-size: 25px;
}

.main__link {
  font-size: 15px;
  border: 1px solid #fff; /* Белая рамка */
  padding: 10px;
  display: inline-block;
  margin-top: 50px;
  background-color: transparent; /* Прозрачный фон */
  color: #fff; /* Белый текст */
  transition: background-color 0.4s, color 0.4s; /* Плавный переход цвета фона и текста */
  cursor: pointer;
  text-decoration: none;
}

.main__link:hover {
  color: #bbbbbb;
}
.main__image img {
  width: 100%;
  max-width: 600px;
}

.about {
  background: #131214;
  color: #fff;
  padding-bottom: 50px;
}

.about__title {
  padding: 50px;
  text-align: center;
}

.about__text {
  padding-bottom: 50px;
}
.about__p{
  font-weight: 700;
  font-size: 22px;
}

.factory {
  background-color: 1c1c1c;
  color: #fff;
}

.factory {
  background: #1c1c1c;
}

.factory__flex {
  display: flex;
  align-items: center;
}

.factory__container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 5px 40px;
  display: flex;
  align-items: center;
 }

 .factory__content {
  width: 100%;
  flex: 0 0 100%;
 }

 .factory__img img {
  max-width: 100%;
}
.factory__img {
  flex: 0 0 50%;
  transform: translate(-100%, 0px);
  display: flex;
    justify-content: flex-end;
}

.factory__body {
  width: 50%;
}

.factory__title {
  padding: 50px;
  text-align: center;
}

.factory__body li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  font-size: 20px;
}
.factory__body li::before {
  content: ''; /* Пустое содержимое */
  display: block;
  width: 19px; /* Задайте желаемый размер */
  height: 19px; /* Задайте желаемый размер */
  background-image: url('../img/marker.svg');
  background-size: cover; /* Или используйте 100% чтобы заполнить размер элемента */
  position: absolute;
  left: 0;
  top: 0;
}

.section_desc {
    background: #131214;
    padding-bottom: 70px;
}  

.partners {
  background: #131214;
  padding-bottom: 70px;
} 

.appeal {
  background: #000;
  padding-bottom: 70px;
} 
.desc_wrapper{
  display: flex;
  gap:5%;
  align-items: flex-start;
}
.desc_left{
  max-width: 400px;
  height: 100%;
}

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

.desc_right{
  width: 80%;
}

.signature {
  display: flex;    
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 700px;
}

.desc_signature {
  max-width: 200px;
}
.desc_signature img {    
  max-width: 100%;
}

.desc_name {
 
}
.desc_name p{
  line-height: 20px;
  margin-bottom: 0;
}

.desc_title
{
color: #fff;
padding: 50px 0;
text-align: center;
}
.desc_content{
  padding-top: 30px;
  color: #FFF;
}


/* Страница о нас */
.about2__title {
  padding: 50px 0;
}

.about2__text {
  padding-bottom: 50px;
}

.arrow {
  display: flex;
  margin-top: 20px;
}

.arrow img {
  max-width: 80px;
}

.back{
  transform: scale(-1, 1)
}


/* Блок корпоративная жизнь */
.corporate {
  background: #000;
  color: #fff;
  padding-bottom: 70px;
}

.corporate_title
{
padding: 50px 0;
text-align: center;
}

.corporate_text
{
  padding-bottom: 50px;
  text-align: center;
}

.corporate_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.corporate_item {
  overflow: hidden;
}

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



/* Блок Благотворительность */
.charity {
    background: #131214;
    color: #fff;
    padding-bottom: 70px;
}

.charity_title {
  padding: 50px 0;
  text-align: center;
}

.charity_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.charity_item {
  overflow: hidden;
}

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



/* !!!! Страница Сотрудничество !!!! */

.collaboration__title {
  padding: 50px 0;
}

.collaboration__text {
  padding-bottom: 50px;
}

.collaboration {
  background: #131214;
  color: #fff;
}

/* Блок Форма */
.form {
  background: #1F1F20;
}
.form_title
{
color: #fff;
padding: 50px 0;
text-align: center;
}

 form{
  margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
    
}

.form_name, .form_phone {     background: no-repeat;
  border: 1px solid #fff;
  height: 30px;
  max-width: 250px;
  color: #fff;
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  height: 40px;
}

 .form_send {
    width: 160px;
    text-transform: uppercase;
    font-weight: 400;
    height: 40px;
  }

  ::placeholder {
    color: #fff;
  }


.agreements {
color: #fff;
padding-bottom: 70px;
}

.agreements_title {
  padding: 50px;
  text-align: center;
}

.agreements_text {
  padding-bottom: 50px;
}

.agreements_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.agreements_item {
  height: 500px;
  overflow: hidden;
}

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




/* Блок КОНТАКТЫ */
.contact {
color: #fff;
}
.contact_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.contact_right {
  max-width: 60%;
  width: 100%;
}

.contact_title {
  padding-bottom: 50px;
}


.team {
  background: #000;
  color: #fff;
  padding-bottom: 70px;
}

.team_title
{
padding: 50px 0;
text-align: center;
}

.team_text
{
  padding-bottom: 50px;
}

.team_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.team_item {

}

.team_item img {
  width: 100%;
  object-fit: cover;
}

.team_desc {
      /* color: red; */
      text-align: center;
      padding: 20px;
}

.collaboration__link {
  font-size: 15px;
  border: 1px solid;
  padding: 10px;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
}
.collaboration__link:hover {
  color: #bbbbbb;
}

.collaboration_h3 {
  font-weight: 800;
  margin-top: 20px;
  display: inline-block;
}


.collaboration_ul {
  margin: 20px;
  padding-left: 20px; 
  list-style-type: disc; 
  color: #FFD700; 
}

.collaboration_ul li {
    margin-bottom: 10px; 
    line-height: 1.4; 
    color: #fff; 
}

.collaboration_ul li:last-child {
    margin-bottom: 0; 
}

.collaboration_content {
  position: relative;
  overflow: hidden;
  max-height: 160px; 
}
.collaboration_content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px; /* Adjust this value to control the gradient effect */
  background: linear-gradient(to bottom, #13121426, #131214);
}
.read-more-btn {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 10px;
  color: #007bff;
  background-color: #222;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
.expanded {
  max-height: none;
  overflow: visible;
}
.expanded::after {
  display: none;
}

 /* Стиль модального окна */
 .modal {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте при прокрутке */
  z-index: 1; /* Сидит над всеми другими элементами */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включить прокрутку, если нужно */
  background-color: rgb(0,0,0); /* Цвет фона */
  background-color: rgba(0,0,0,0.9); /* Черный с небольшой прозрачностью */
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Стиль изображения внутри модального окна */
.modal-content {
  margin: 0 auto;
    display: flex;
    width: 80%;
    max-width: 700px;
    max-height: 90%;
    object-fit: contain;
}

/* Кнопка закрыть (x) */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Стиль для изображений галереи */
.gallery-image {
  transition: transform 0.2s; /* Анимация увеличения */
  cursor: pointer; /* Изменение курсора на указатель */
}


.gallery-image:hover {
  transform: scale(1.05); /* Небольшое увеличение при наведении */
  opacity: 0.9; /* Немного уменьшаем прозрачность */
}

/* Стиль для изображений галереи */
.doc {
  transition: transform 0.2s; /* Анимация увеличения */
  cursor: pointer; /* Изменение курсора на указатель */
}

.doc:hover {
  transform: scale(1.05); /* Небольшое увеличение при наведении */
  opacity: 0.9; /* Немного уменьшаем прозрачность */
}


.client-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}



.client {
  flex: 1 1 300px; /* Flex item can grow and shrink starting from 280px */
  margin: 10px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}

@media all and (min-width: 1100px){
.client:last-child {
  text-align: center;
}
}

.client a {
  text-decoration: none;
}



.client h3 {
  margin-bottom: 15px;
  color: #fff;
}

.client p {
  margin-bottom: 15px;
  color: #fff;
}



@media all and (max-width: 1100px){
  nav ul li a {
    font-size: 16px;
}
nav ul li.items {
  margin: 0 5px;
}
}

@media all and (max-width: 950px){
  h2 {
    font-weight: 100;
    font-size: 25px;
}
  nav ul {
    justify-content: space-between;
}
  nav ul li.items{
    width: 100%;
    display: none;
  }
  nav ul li.items.show{
    display: block;
  }
  nav ul li.btn{
    display: block;
  }
  nav ul li.items:hover {
    border-radius: 5px;
    box-shadow: inset 0 0 5px #ffffff, inset 0 0 4px #ffffff;
}
  nav ul li.items:hover:after{
    opacity: 0;
  }

  .logo img {
    width: 80%;
}

  .main__container {
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.main__text {
  text-align: center;
}

.main__text a {
  margin-top: 30px;
  margin-bottom: 40px;
}

.factory__flex {
  flex-direction: column-reverse;
}

.factory__img {
  transform: unset;
}
.factory__body {
  width: 100%;
}

.factory__body li {
  line-height: 40px;
  font-size: 17px;
} 

.factory__body li::before {
  top: 10px;
}

.desc_wrapper {
  flex-direction: column;
}
.desc_left {
  max-width: 100%;
  height: 100%;
}
.desc_right {
  width: 100%;
}



.desc_content {
  display: flex;
  flex-direction: column;
}

.arrow {
  display: flex;
  margin-top: 0;
  justify-content: center;
  margin-bottom: 20px;
}

.corporate_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.charity_items {
  grid-template-columns: 1fr 1fr;
}

form {
  flex-direction: column;
  align-items: center;
}

.agreements_items {
  grid-template-columns: 1fr;
}

.contact_wrapper {
  flex-direction: column;
}

.contact_right {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}

.team_items {
  grid-template-columns: 1fr 1fr;
}

}

@media all and (max-width: 590px){
  .contacts {
    display: none;
  }

  .client {
    flex-basis: 100%; /* Full width on small screens */
  }
}