

/* Start:/bitrix/templates/bashtel_beta/components/bitrix/news/realizatsiya/style.css?15367879708042*/
/* ------------- /content-wrap ----------- */

/* ------------- implementation ----------- */
#implementation{
    position: relative;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
#implementation.hide{
    opacity: 0;
}
/* ------------- /implementation ----------- */

/* ------------- implementation-control ----------- */
.implementation-control{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 25px 0 66px;
}
.implementation-control__menu{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 630px;
    background-color: #e7ebec;
}
.implementation-control__item{
    padding: 11px 5px;
    text-decoration: none!important;
    text-align: center;
    line-height: 18px;
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
}
.implementation-control__item:hover,
.implementation-control__item_active{
    box-shadow: 0 0 15px rgba(0,0,0,.2) inset;
}
.implementation-control__item_active{
    cursor: default;
}
.implementation-control__view{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.implementation-control__view-item{
    width: 36px;
    height: 34px;
    padding: 3px 4px;
    background-color: #e7ebec;
}
.implementation-control__view-name{
    margin-right: 8px;
}
.implementation-control__liner{
    display: block;
    width: 28px;
    height: 28px;
    background: url(/bitrix/templates/bashtel_beta/components/bitrix/news/realizatsiya/images/icon-list.png) no-repeat -35px 1px;
}
.implementation-control__cell{
    display: block;
    width: 28px;
    height: 28px;
    background: url(/bitrix/templates/bashtel_beta/components/bitrix/news/realizatsiya/images/icon-list.png) no-repeat 1px 1px;
}
.implementation-control__view-item{
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
}
.implementation-control__view-item:hover,
.implementation-control__view-item_active{
    box-shadow: 0 0 15px rgba(0,0,0,.2) inset;
}
/* ------------- /implementation-control ----------- */

/* ------------- implementation-list ----------- */
.implementation-list__head{
    height: 29px;
    padding: 7px 0 0 9px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: rgb(244,203,10);
    background: -moz-linear-gradient(left,  rgba(244,203,10,1) 0%, rgba(231,110,21,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(244,203,10,1) 0%,rgba(231,110,21,1) 100%);
    background: linear-gradient(to right,  rgba(244,203,10,1) 0%,rgba(231,110,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cb0a', endColorstr='#e76e15',GradientType=1 );
}
.implementation-list .implementation__item{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    padding: 6px 5px 5px;
}
.implementation-list .implementation__item:nth-child(odd){
    background-color: #fff;
}
.implementation-list .implementation__item img{
    display: block;
    width: 56px;
    margin-right: 12px;
}
/* ------------- /implementation-list ----------- */

/* ------------- implementation-table ----------- */
.implementation-table .implementation-list__head{
    display: none;
}
.implementation-table .implementation__content{
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap row;
    -webkit-flex-flow: wrap row;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    margin-right: -25px;
}
.implementation-table .implementation__item{
    position: relative;
    width: 236px;
    margin-right: 23px;
    margin-bottom: 50px;
    line-height: 17px;
}
.implementation-table .implementation__item:nth-child(3n+1):after{
    position: absolute;
    bottom: -22px;
    left: 10px;
    width: 751px;
    height: 1px;
    background: url(/bitrix/templates/bashtel_beta/components/bitrix/news/realizatsiya/images/bg_row.png) no-repeat 0 0;
    content: '';
}
.implementation-table .implementation__item img{
    display: block;
    margin-bottom: 15px;
    width: 236px;
    height: 179px;
}
.implementation-table .implementation__item a{
    text-decoration: none!important;
}
.implementation-table .implementation__item a:hover{
    text-decoration: underline!important;
}
/* ------------- /implementation-table ----------- */

/* ------------- implementation-item ----------- */
.implementation-item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}


.implementation-item__info h2{
    color: #000;
    font-size: 24px;
    line-height: 30px;
}
.implementation-item__info-table{
    margin-bottom: 40px;
}
.implementation-item__info-table dl{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin: 0;
    padding: 7px 10px;
    border-bottom: none;
}
.implementation-item__info-table dt,
.implementation-item__info-table dd{
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.implementation-item__info-table dd{
    min-width: 50px;
}
.implementation-item__info-table dt:before{
    display: none;
}
.implementation-item__info-table dl:nth-child(odd){
    background-color: #fff;
}
.implementation-item__phone{
    padding: 7px 0;
    border: 2px solid #e6007e;
    color: #e6007e;
    font-weight: 600;
    text-align: center;
}
.implementation-item__phone a{
    color: #000;
    text-decoration: none!important;
    cursor: default;
}
/* ------------- /implementation-item ----------- */

/* ------------- gallery ----------- */
.gallery{
    position: relative;
    width: 363px;
}
.gallery__item{
    width: 363px;
    margin-bottom: 8px;
    opacity: 0!important;
}
.gallery__item.swiper-slide-active{
    opacity: 1!important;
}
.gallery__item img{
    display: block;
    width: 100%;
}
.gallery-pagination{
    margin-right: -10px;
}
.gallery-pagination span{
    width: 115px;
    height: 88px;
    margin-right: 9px;
    margin-bottom: 8px;
    border-radius: 0;
    background-size: cover;
    opacity: 1;
}
.swiper-wrapper {height:280px !important;}
.swiper-wrapper IMG {height:271px !important}
/* ------------- /gallery ----------- */

/* ------------- tv_channels ----------- */
.tv_channels{
    margin-top: 37px;
    padding-right: 13px;
}
.tv_channel{
    width: 100%;
    margin-bottom: 22px;
}
.tv_channel h3{
    height: 59px;
    margin-bottom: 12px;
    padding: 19px 0 0 18px;
    font-size: 24px;
}
.tv_channel_content{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 111px;
    padding: 0 10px 20px 15px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.tv_channel_image{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100px;
    margin-right: 15px;
    overflow: hidden;
}
.tv_channel_image img{
    display: block;
    max-width: 100px;
}
.tv_channel_text{
    width: 600px;
}
.tv_channel_links{
    top: 18px;
    right: 18px;
}
.tv_channel a.push-message:hover::before{
}
.tv_channel_links_1 i{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background: url(/bitrix/templates/bashtel_beta/components/bitrix/news/realizatsiya/images/icon-tv.png) no-repeat 0 0;
}
.tv_channel_links_2 i{
    display: inline-block;
    width: 18px;
    height: 28px;
    background: url(/bitrix/templates/bashtel_beta/components/bitrix/news/realizatsiya/images/icon-tv.png) no-repeat -44px 0;
}
/* ------------- /tv_channels ----------- */
/* End */
/* /bitrix/templates/bashtel_beta/components/bitrix/news/realizatsiya/style.css?15367879708042 */
