body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  color: #222f3e;
  background-color: #F9F9F9;
}

.main_pic{
  width: 100%;
  height: 100%;
  position: relative;
}

.main_img{
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(35%);
  z-index: 9000;
}

.main_img_text{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1200px;
  height: 100vh;
  position: relative;
  z-index: 9001;
  color: #FFFFFF;
}

.margin_white{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 50px 0 50px 0;
}

.text_1{
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px dotted #999999;
  padding: 0 0 20px 0;
  text-align: center;
}

.text_just{
  font-size: 17px;
  font-weight: 300;
  padding: 20px 0 0 0;
  text-align: justify;
}

.title{
  display: flex;
  flex-direction: column;
  margin: 100px 0 0 0;
}

.title_1{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 15px 0;
}

.title_2{
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  padding: 15px 0 0 0;
}

.slogan{
  display: flex;
  flex-direction: row;
}

.a_slogan_1{
  flex: 1;
  text-align: left;
  align-content: center;
  text-decoration: none;
  color: #FFFFFF;
}

.slogan_1{
  flex: 1;
  text-align: left;
  padding: 10px 15px 10px 15px;
  align-content: center;
  transition: all 0.1s ease-in-out;
}

.slogan_1:hover{
  background-color: #FFFFFF;
  color: #222f3e;
  transition: all 0.1s ease-in-out;
}

.slogan_1_1{
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
}

.slogan_1_2{
  font-size: 18px;
  font-weight: 300;
  margin: 5px 0 0 0;
}

.logo_main_png{
  width: 60%;
}

.logo_center{
  text-align: center;
}

.up_line{
  display: flex;
  flex-direction: row;
}

.up_line_1{
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.btn_katalog{
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  padding: 10px 17px;
  border-radius: 7px;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  border: 2px solid #FFF;
  transition: all 0.1s ease-in-out;
}

.btn_katalog:hover{
  transition: all 0.1s ease-in-out;
  padding: 10px 30px 10px 17px;
}

.managers{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.manager{
  flex-basis: calc(16.666% - 40px);
  padding: 20px;
}

.pic_100{
  width: 100%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  border-bottom: 4px solid #222f3e;
}

.manager_info{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 5px 0 0 0;
}

.manager_info_1{
  font-size: 22px;
  font-weight: 600;
}

.manager_info_2{
  font-weight: 300;
}

.etaps{
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.etap{
  position: relative;
  flex: 1;
  z-index: 5552;
}

.etap_1{
  position: relative;
  font-size: 26px;
  font-weight: 700;
  z-index: 5550;
  color: #FFFFFF;
  padding: 15px;
}

.etap_2{
  position: relative;
  font-size: 17px;
  font-weight: 300;
  z-index: 5551;
  color: #FFFFFF;
  padding: 15px;
  line-height: 1.5;
}

.etap_pic{
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(35%);
  z-index: 5549;
  transition: all 0.1s ease-in-out;
}

.photos{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.photo{
  flex-basis: calc(16.666% - 40px);
  padding: 20px 20px 0 20px;
  height: 200px;
  transition: all 0.2s ease-in-out;
}

.photo img{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.photo:hover{
  transition: all 0.2s ease-in-out;
  transform: rotate(4deg);
}

.aaa_katalog{
  text-decoration: none;
}











@media screen and (max-width: 1560px) {

.main_img_text{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1000px;
  height: 100vh;
  position: relative;
  z-index: 9001;
  color: #FFFFFF;
}

.margin_white{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  padding: 50px 0 50px 0;
}

.title_1{
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 15px 0;
}

.title_2{
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding: 15px 0 0 0;
}

.btn_katalog{
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  padding: 10px 17px;
  border-radius: 7px;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  border: 2px solid #FFF;
  transition: all 0.1s ease-in-out;
}

.slogan_1_1{
  font-size: 26px;
  font-weight: 700;
  text-decoration: underline;
}

.slogan_1_2{
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 0 0;
}

.text_1{
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px dotted #999999;
  padding: 0 0 20px 0;
  text-align: center;
}

}














@media screen and (max-width: 1380px) {

.main_img_text{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 900px;
  height: 100vh;
  position: relative;
  z-index: 9001;
  color: #FFFFFF;
}

.margin_white{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  padding: 50px 0 50px 0;
}

.title_1{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 15px 0;
}

.title_2{
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding: 15px 0 0 0;
}

.btn_katalog{
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  padding: 10px 17px;
  border-radius: 7px;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  border: 2px solid #FFF;
  transition: all 0.1s ease-in-out;
}

.slogan_1_1{
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
}

.slogan_1_2{
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 0 0;
}

.text_1{
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px dotted #999999;
  padding: 0 0 20px 0;
  text-align: center;
}

}