.video-gallery-list .video-gallery-list-item-first-big p, .video-gallery-list .video-gallery-list-item p {

    bottom: 6%;
    font-size: 18px;
    line-height: 1.5em;
    max-height: 54px;
    max-width: 85%;
    overflow: hidden;
    color: #fff;
    opacity: 0.7;
    transition: 300ms linear;
    cursor: pointer;
}

.faq .faq-section .faq-item .faq-item-description .faq-item-description-wrapper {
    display: block;
    color: #5c5858;
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.faq .faq-section .faq-item .faq-item-name .faq-item-name-text {
    color: #333;
    margin-right: 70px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold; 
}

.news-detail.news-default-news-detail-default .news-detail-text {
    color: #060606;
}

        .tabs {
            min-width: 320px;
            max-width: 1000px;
            padding: 7px;
            margin: 0 auto;
        }
        /* Стили секций с содержанием */

        .tabs > section {
            display: none;
            padding: 7px;
            background: #fff;
            border: 1px solid #ddd;
        }

        .tabs > section > p {
            margin: 0 0 5px;
            line-height: 1.5;
            color: #383838;
            /* прикрутим анимацию */
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }
        /* Прячем чекбоксы */

        .tabs > input {
            display: none;
            position: absolute;
        }
        /* Стили переключателей вкладок (табов) */

        .tabs > label {
            display: inline-block;
            margin: 0 0 -1px;
            padding: 10px 10px;
            font-weight: 600;
            text-align: center;
            color: #aaa;
            border: 0px solid #ddd;
            border-width: 1px 1px 1px 1px;
            background: #f1f1f1;
            border-radius: 2px 2px 0 0;
        }

        /* Изменения стиля переключателей вкладок при наведении */

        .tabs > label:hover {
            color: #888;
            cursor: pointer;
        }
        /* Стили для активной вкладки */

        .tabs > input:checked + label {
            color: #3498db;
            border-top: 1px solid #3498db;
            border-bottom: 1px solid #fff;
            background: #fff;
        }
        /* Активация секций с помощью псевдокласса :checked */

        #tab1:checked ~ #content-tab1,
        #tab2:checked ~ #content-tab2,
        #tab3:checked ~ #content-tab3,
        #tab4:checked ~ #content-tab4,
  		#tab5:checked ~ #content-tab5,
  		#tab6:checked ~ #content-tab6,
  		#tab7:checked ~ #content-tab7,
  		#tab8:checked ~ #content-tab8,
  		#tab9:checked ~ #content-tab9,
  		#tab10:checked ~ #content-tab10 {
            display: block;
        }

/*для списка каналов на странице продукта(3-колоночный текст)*/
.cols-3 {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 3;
}

/*для таблицы тарифов*/

.img_class{
margin: 10px 10px 10px 10px; 
}

.button_for_domofon {
  display: inline-block;
  background: #2196f3;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;

  font-size: 15px;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}

.button_for_domofon2 a {
  display: inline-block;
  text-decoration: none;
  background: #2196f3;
  color: #fff;
  padding: 12px 12px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}

.button_for_domofon2 a:hover {
text-decoration: none;
}