.picture {
	  /*z-index: -1;   */
  /* position: relative; */
  background-color: #1a1a1f;
  padding-bottom: 16px;
}
.main-picture-container {
  position: relative;
  margin: 0 auto;
  z-index: 5;
	height: 100%;
}
picture img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
	min-height: calc(100vw * 0.4);
	}

.text999 {
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  top: 15%;
  z-index: 5;
}
.main-picture-container::after {
  content: "";
  height: calc(100% + 1px);
  position: absolute;
  top: -1px;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(26, 26, 31, 2) 0%,
    rgba(26, 26, 31, 0) 70%
  );
  left: 0;
  right: 0;
  bottom: 0;
}
.tagline-p {
	width: 350px;
  padding-bottom: 30px;
  color: #fff;
  padding-top: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: 0.01rem;
}
.main-picture-text__header {
  width: 53%;
}
.box-button-picture {
  max-width: 100%;
  position: absolute;
  left: 0;
}
.box-button a {
	text-transform: uppercase;
	border:#696969 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 150ms cubic-bezier(0.335, 0.015, 0.46, 0.995) 0s;
  /* background-color: rgba(26, 26, 26, .52);  */
  background-color: #fff;    
  color: #000;
  padding: 12px 30px;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.box-button a:hover {
  background: none;
  border: 1px solid #696969;
  color: #fff;
}
@media (max-width: 1440px) {
  .tagline-p {
    padding-top: 16px;
  }
}
@media (max-width: 900px) {
	.tagline-p {
    width: 100%; 
   }
  .header-container {
    width: 100%;
    max-width: 1678px;
   padding-left: 21px;
    padding-right: 21px;  
  }
  .main-picture-text__header {
    padding-top: 20px;
  }
  
  .main-picture-text__header {
    width: 80%;
  }
  .block-container-big {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }
  .box-button-picture {
    width: 100%;
  }
  .text999 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .picture {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
  .main-picture-container::after {
    background: linear-gradient(
      to top,
      rgba(26, 26, 31, 2) 0%,
      rgba(26, 26, 31, 0) 25%
    );
  }
  .main__h1 {
    font-size: 3rem;
  }
}
@media (max-width: 594px) {
		  .tagline-p {
    padding-top: 0px;
  }
  .main-picture-text__header {
    width: 100%;
  }
  .tagline-p {
    font-size: 21px;
  }
  .main-picture-container::after {
    background: linear-gradient(
      to top,
      rgba(26, 26, 31, 2) 2%,
      rgba(26, 26, 31, 0) 37%
    );
  }
}
@media (max-width: 425px) {
	.main-picture-text__header {
		margin-top: -10px;
	}
		.main-picture-text__header h1 {
			padding-bottom: 25px;
}}
@media (max-width: 375px) {
  .main-picture-text__header {
    width: 100%;
  }
  .tagline-p {
    font-size: 18px;
  }
  .block-container-big {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 346px) {
  .tagline-p {
    padding-top: 5px;
  }
  .tagline-p {
    font-size: 18px;
  }
}

/* .social-link-block  */
.social-link-block {
  padding-top: 150px;
  background-color: #1a1a1f;
  color: #fff;
  padding-bottom: 150px;
}
.social-link-items {
  display: flex;
  margin: 0 auto;
}
.social-link-item a {
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 20px;
}
.social-link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social-link-item svg {
  margin-right: 5px;
  fill: #fff;
}
.social-link-item a {
	color:#fff;
  display: flex;
  align-items: center;
}
.social-link-header {
  padding-bottom: 20px;
}
.social-a span {
  position: relative;
  left: 0px;
  transition: 0.4s  ease-in-out;
}
.social-a:hover span {
  left: 10px;
 transition: 0.4s all; 
 }
@media (max-width: 750px) {
  .social-link-items {
    padding-top: 10px;
    flex-direction: column;
    margin: 0;
  }
  .social-link-wrapper {
    align-items: start;
  }
  .social-link-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .social-link-item {
    margin-bottom: 20px;
  }
  .social-link-item a {
    font-size: 16px;
  }
}