

/* Start:/local/templates/yamal/components/bitrix/news.detail/news_detail/style.css?17751162862743*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/******************************************/

.dropbtn {
  /*background-color: #FFFFFF;*/
  /* color: white;*/
  text-align: left;
  padding: 0px;
  /*font-size: 18px;*/
  /*width: 150px;*/
  /*height: 35px;*/
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .dropdown {
    /*margin-top: 15px;
		  margin-left: 20px;*/
  }
}

.rep_img_icon {
  position: relative;
  top: 3px;
  float: right;
  width: 30px;
  height: 20px;
  background-image: url("/local/templates/yamal/components/bitrix/news.detail/news_detail/repost.png");
  background-size: 30px 20px;
}

.dropdown {
  /*margin: 5px 10px 0 10px;*/
  /* padding: 10px 10px 0 10px;*/
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-top: 1px solid #a6a6a6;
  min-width: 160px;
  /* top: 35px;*/
  -webkit-box-shadow: 4px 4px 16px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 16px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 16px 0px rgba(34, 60, 80, 0.2);
  z-index: 50;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-size: 16px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  -webkit-box-shadow: 4px 4px 16px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 16px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 16px 0px rgba(34, 60, 80, 0.2);
  display: block;
}

.dropdown:hover .dropbtn {
  /*background-color: #FFFFFF;*/
}

/***********************/

.quote_container {
}

.quote_main {
  padding: 29px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.quote_content {
  display: flex;
  gap: 25px;
  flex-flow: row wrap;
}

.quote_content-photo {
}

.quote_content-photo img {
  margin: 0px;
}

.quote_content-info {
  flex: 1;
}

.quote_content-name {
  font-weight: bold;
  padding-bottom: 10px;
}

.quote_content-text {
  font-size: 16px;
}

/* End */
/* /local/templates/yamal/components/bitrix/news.detail/news_detail/style.css?17751162862743 */
