

/* Start:/local/templates/electro/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17557803915886*/
.second .articles-slider .islider__image img{
    height: 700px;
}
.stagepushable__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news_wrapper {
  position: relative;
}
.news_wrapper img {
  max-height: 500px;
  object-fit: cover;
  max-width: 1416px;
  object-fit: cover;
}
.main-slider .slick-arrow:hover {
  border-color: #4ca9ff;
  opacity: 1;
}
.aem .slick-dots li button {
  display: none !important;
}
.stagepushable__time svg {
  margin-right: 8px;
}
.stagepushable__time {
  margin-bottom: 50px;
}
.special-detail-text a {
  color: #03bfb5;
}
.back-btn {
  color: #000;
}
.ya-share2__link {
  margin-right: 10px;
  margin-top: 10px;
}
.special-detail-text img {
  max-width: 100%;
  max-height: 800px;
  object-fit: cover;
}
/* chess */
.chess {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.chess-box {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.chess-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.chess-item__img{
  width: 68%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.chess-item__img img {
  max-height: 50vh;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.chess-item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px;
  width: 28%;
}
.chess-item__text h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.chess-item__text p {
  margin-bottom: 50px;
}
hr.lblue {
  border-bottom: 1px solid #03bfb5;
  width: 100%;
}
/* chess */

.special-detail-text table {
    width: 100%;
    margin: 30px 0;
    font-size: 17px;
}
.special-detail-text table tr:nth-child(1) {
    text-transform: uppercase;
    color: #03bfb5;
    border-bottom: 2px solid;
}
.special-detail-text table tbody tr:nth-child(odd) td {
    background: #f3f3f3;
}
.special-detail-text table td, .special-detail-text table th {
    padding: 20px;
    letter-spacing: 2px;
}
.special-detail-text table td:nth-child(2), .special-detail-text table td:nth-child(3) {
    text-align: center;
}
.special-detail-text table tr:nth-child(1) td {
    background: unset;
}
.news_wrapper {
  position: relative;
}
.news_wrapper img{
  max-height: 500px;
  object-fit: cover;
  max-width: 1416px;
  object-fit: cover;
}
.news_wrapper .islider__image img {
  max-width: 100%;
}
.news_wrapper .ya-share2__badge, 
.news_wrapper .ya-share2__mobile-popup-badge {
    background: #000 !important;
    border-radius: 10px;
    padding: 3px;
}
.news_wrapper .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-position: center;
    border-radius: 20px;
}
.news_wrapper .car_detail_share_list:not(:last-child){
    margin-right: 10px;
}
.car_detail_share_box {
    position: absolute;
    bottom: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 4px #00000026);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    opacity: 0;
    transition: all .2s ease;
}
.car_detail_share:hover .car_detail_share_box{
    opacity: 1;
}

.car_detail_share_box:after {
    content:" ";
    position: absolute; 
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 16px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;    
    font-size: 0;
    line-height: 0;
    filter: drop-shadow(0px 10px 4px #00000026);
}
.news_author {
  margin-top: 40px;
    margin-bottom: 40px;
}
.news_author img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 32px;
    min-height: unset !important;
    object-fit: cover;
}
.author_name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.author_position {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .stagepushable__time {
        margin-top: 15px;
    }
  .news_wrapper img {
    min-height: 260px;
  }
  .chess-box {
    margin: 0;
  }
  .chess-item__img,
  .chess-item__text {
    margin: 0;
    width: 100%;
  }
  .chess-item__img {
    margin: 20px 0;
  }
  .chess-item__text h2 {
    margin-top: 45px;
  }
  .chess-item:nth-of-type(2n) {
    /* flex-direction: column-reverse; */
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .chess-item__img img {
    max-height: 30vh;
    width: 100%;
  }
}
.sections_tile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sections_tile a {
  color: #000;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-right: 0;
  width: 33%;
}
.section-top {
  position: relative;
}
.section-bottom {
  margin: 15px 0;
  padding: 0 16px;
}
.engine-type {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.btn-gray {
  background-color: #f4f4f4;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.sections_tile_link img {
  width: 100%;
  height: 240px;
  background: #f4f4f4;
  object-fit: contain;
}
.description {
  margin: 0 16px;
  font-weight: 500;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #03bfb5;
}
.description a{
  font-weight: 600;
  color: #03bfb5;
}
.section-top{
  padding: 0 16px;
}
.description-title{
  padding: 0 16px;
}
.sections_list .btn-azure{
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sections_tile a{
    width: 50%;
  }
}
/* End */
/* /local/templates/electro/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17557803915886 */
