/****************sticky элементы ************/
body {
      background-color: #f8f9fa;
    }

    .section-sticky {
      position: relative;
    }

    .sticky-wrapper {
      position: -webkit-sticky; /* Для Safari */
      position: sticky;
      top: 150px;
      height: fit-content;
    }

    .image-block img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    /* Для мобильных устройств */
    @media (max-width: 768px) {
      .sticky-wrapper {
        position: static;
        margin-bottom: 20px;
      }
    }
/*******************************/

/*********Колаж************/
.kolazh{width:100%;position:relative;margin-top:0vw;}
.kolazh img{width:100%;height:auto;}
.kolazh a{position:absolute;top:0;text-align:center;font-size: 2vw;transition:none none none none;
font-weight: 400;
  font-family: Tahoma, sans-serif;
  line-height: 1.6vw;
}
.kolazh a.kolazh_1{color: #fff;top: 27.5vw;left: 16vw;}
.kolazh a.kolazh_2{color: #fff;top: 41.5vw;left: 5vw;}
.kolazh a.kolazh_3{color: #000;top: 26.5vw;left: 38vw;width: 11vw;}
.kolazh a.kolazh_4{color: #000;top: 42vw;left: 32vw;}
.kolazh a.kolazh_5{color: #000;top: 16.5vw;left: 53vw;}
.kolazh a.kolazh_6{color: #fff;top: 38vw;left: 51.2vw;width: 15vw;text-shadow: 3px 1px 2px black;}
.kolazh a.kolazh_7{color: #fff;top: 24vw;left: 75.2vw;}
.kolazh a.kolazh_8{color: #fff;top: 27.5vw;left: 72.4vw;}

.attribute{position: absolute;color: #000;left: 180px;width: 290px;}

@media screen and (max-width: 1024px) {
	.kolazh a.kolazh_6{
		text-shadow:0px 0px 0px rgba(0,0,0,0)  !important;
	}
}	
/*******************/



/*********Абзацы***********/

.section-sticky {
  text-align: justify;
  font-size: 1vw;
  font-weight: 400;
  font-family: Tahoma, sans-serif;
  line-height: 1.6vw;
}

/*********Заголовок секций***********/
.section-sticky h2 {
  margin: 2vw 0;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  padding: 2vw 0;
  text-align: center;
}

/********************/

.papirus {
  background: url(../../images/papirus.png) no-repeat transparent 50% 50%;
  background-size: contain;
  height: 600px;
}

