

/* Start:/local/templates/1bitcloud/components/bitrix/search.title/catalog_search_form/style.css?17278709493055*/
div.title-search-result {
	/*border:1px solid #CDD0DE;*/
	display:none;
	overflow:hidden;
	z-index:205;
	left: 15vw !important;
	font-size: 14px;
	width: 70vw !important;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	display: none;
	background-color: #edf2fc;
	/*border-right:1px solid #e8e8e8;*/
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#E50071;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/1bitcloud/components/bitrix/search.title/catalog_search_form/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
.catalog-searchform{
	text-align: center;
	margin: 40px auto;
}
.catalog-searchform label{
	font-size: 18px;
	font-weight: normal;
	padding: 15.5px 20px;
	margin: 0;
}
.catalog-searchform form{
	display: flex;
	justify-content: center;
}
.catalog-searchform #title-search-input{
	max-width: 385px;
	border: 1px solid #CDD0DE;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 14.5px 20px;
	margin-right: 5px;
}
.catalog-searchform input[type=submit]{
	padding: 13px 30px;
	font-size: 15px;
	line-height: 120%;
	font-weight: 700;
}
@media all and (max-width:575px){
	.catalog-searchform input[type=submit]{
		padding-left:15px;
		padding-right:15px;
	}
}
/* End */


/* Start:/local/templates/1bitcloud/components/bitrix/catalog.element/2020/style.css?176200534615502*/
.catalog-price {
	 color:red;
}

.account {
  float:left;
  width: 600px;
  padding-bottom: 20px;
}


.account strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto';
  line-height: 26px;
  color: #44384e;
  padding: 15px 0 13px 0;
}

.account ul {
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.account ul li {
  display: block;
  list-style: none;
  float: left;
  width: 120px;
  margin-right: 20px;
  position: relative;
}

.account ul li label{
  font-size:12px;
  position:relative;
  padding-left:20px;
}

.account ul li label:last-child {
    width: 250px;
}

.account ul li label input {
    position: absolute;
    left: 0;
    top: 0;
}


.offers{
	margin:0;
}

.offers .offer{
	margin:20px 0;
}

.offers .offer:first-child{
	margin-top:-20px;
}

.offers .offer .offer-border-top{
	width:100%;
	height:10px;
	background:transparent url('/local/templates/1bitcloud/components/bitrix/catalog.element/2020/images/border-top.png') no-repeat left top;
}

.offers .offer .offer-border-bottom{
	width:100%;
	height:10px;
	background:transparent url('/local/templates/1bitcloud/components/bitrix/catalog.element/2020/images/border-bottom.png') no-repeat left top;
}

.offers .offer .offer-border{
	width: 939px;
    border-left: solid 3px #5e82df;
    border-right: solid 3px #EC5FA6;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.offers .offer .offer-border .offer-image{
	width:190px;
	text-align:center;
	float:left;
}

.offers .offer .offer-border .offer-body{
	width:540px;
	float:left;
	border-left:solid 1px #eff2f3;
}

.offers .offer .offer-border .offer-body .offer-title{
	font-weight: bold;
    font-family: 'Roboto';
    font-size: 22px;
    color: #44384e;
	padding: 20px 20px 15px 20px;
    margin: 0;
}

.offers .offer .offer-border .offer-body .offer-text{
	padding: 0 20px;
}

.offers .offer .offer-border .offer-price{
	float:right;
	width:195px;
	padding-top: 20px;
}

.offers .offer .offer-border .offer-price .price{
	color: #bc3c74;
    font-size: 27pt;
    font-weight: bold;
    margin-bottom: 11px;
    position: relative;
}

.offers .offer .offer-border .offer-price div{
	padding: 10px 0;
}

.wrap_catalog_detail .order .note {
    font-size: 12px;
    position: relative;
    text-align: right;
    font-weight: bold;
    margin-bottom: 11px;
    position: relative;
    text-align: right;
    margin: 10px 0 0 0;
    font-family: 'Arial';
    line-height: 17px;	
    width: 260px;
}

.wrap_catalog_detail .order .answer {
    right: 0;
    top: 35px !important;
    position: absolute;
}

.wrap_catalog_detail .order {
    float: right;
    position: relative;
    padding-top: 50px !important;
    text-align: center;
}

.wrap_catalog_detail .top {
    margin-bottom: 20px;
    margin-top: -100px;
}

@media (max-width: 768px){
    .page-catalog-zhkkh-bit-zhkkh .answer{
        display: none;
    }
}














/*
Баннер-акция для "Стахановец"
*/

.new_slide_news  {
    /*max-width: 830px;*/
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 355px;
    position: relative;
    color:#fff;
    font-size: 16px;
    font-family: 'opensans';
    line-height: 100%;
}

.new_slide_news .slide-item-wrapper{
    /*height: 355px;*/
    height: 375px;
}
.new_slide_news .slide-item-wrapper .slide-item-background{
    background: linear-gradient(325.94deg, #ACD16E 22.62%, #34A25A 88.41%);
    background-size: 100% 290px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    /*height: 312px;*/
    height: 332px;
    padding:80px 52px 33px;
    position: relative;
}
.new_slide_news .price_disc_img{
    position: absolute;
    bottom: 0;
    right: 115px;
    height: 312px;
    width: auto;
}
.new_slide_news  .slide-content {
    max-width: 60%;
}
.new_slide_news  .slide-content .title1{
    font-family: 'opensansb';
    font-size: 26px;
    margin-bottom: 8px;
    z-index: 10;
    line-height: 100%;
}
.new_slide_news  .slide-content .title2{
    font-family: 'opensansb';
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 10;
    line-height: 100%;
}
.new_slide_news  .slide-content .text{
    z-index: 10;
    line-height: 100%;
}
.new_slide_news .slide-content .media {
    margin-top: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}

.new_slide_news .slide-content .media-body{
    font-family: 'opensansb';
    z-index: 10;
    line-height: 100%;
}


.new_slide_news .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
}

.new_slide_news .slide-item-wrapper .link{
    margin-top: 10px;
}
.new_slide_news .slide-item-wrapper .link a {
    font-family: opensans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration-line: underline;
    /*color: #4683E4;*/
    color: inherit;
}
.new_slide_news .slide-item-wrapper .media a{
    color: #fff;
    text-decoration-line: underline;
}


.new_slide_news  .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
}


.new_slide_news .owl-carousel .owl-nav .owl-prev,
.new_slide_news  .owl-carousel .owl-nav .owl-next{
    height: 41px;
    width: 23px;
}
.new_slide_news  .owl-carousel .owl-nav .owl-prev {
    position: relative;
    top: -15px;
    float: left;
    background-position: left top;
    left: -7%;
    /*left: 20px;*/
    background-image: url(/local/templates/1bitcloud/images/banner_arrow_prev.svg);
}


.new_slide_news  .owl-carousel .owl-nav .owl-next {
    float: right;
    background-position: right top;
    right: -7%;
    position: relative;
    top: -15px;
    background-image: url(/local/templates/1bitcloud/images/banner_arrow_next.svg);

}
.new_slide_news .owl-carousel .owl-nav span{
    display: none;
}
.new_slide_news   .owl-carousel .owl-nav.disabled{
    display: block;
}
@media all and (max-width:1307px){
    .new_slide_news{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .new_slide_news .owl-carousel .owl-nav .owl-prev{
        left:-15px;
    }
    .new_slide_news .owl-carousel .owl-nav .owl-next{
        right: -15px;
    }
}
@media all and (max-width:1199px) {
    .new_slide_news .price_disc_img{
        right: 2vw;
    }
    .new_slide_news .slide-content{
        /*width:70%;*/
        /*max-width: 70%;*/
    }
}
@media all and (max-width:991px){
    .new_slide_news {
        font-size: 17px;
    }
    .new_slide_news .slide-content{
        /*width:65%;*/
        /*max-width: 65%;*/
    }
    .new_slide_news .slide-content .media {
        /*margin-top: 17px;*/
    }
    .new_slide_news .slide-content .media img{
        width: 80%;
    }
}
@media all and (max-width:767px) {
    .new_slide_news .slide-content{
        font-size: 16px;
        width:55%;
        max-width: 55%;
    }
    .new_slide_news .slide-content .media{
        margin-top: 10px;
    }
    .new_slide_news .slide-item-wrapper .slide-item-background{
        /*background-size: auto;*/
        /*background-position-y: center;*/
        /*background-repeat: no-repeat;*/
        /*height: unset;*/
        /*min-height: 282px;*/
        padding-left: 30px;
        /*position: relative;*/
    }
    .new_slide_news .price_disc_img{
        right: 0;
    }
}
@media all and (max-width:575px) {
    .new_slide_news {
        font-size: 16px;
        height: 567px;
    }
    .new_slide_news .slide-item-wrapper{
        height: 567px;
    }
    .new_slide_news .slide-item-wrapper .slide-item-background{
        height: 527px;
        background-size: auto auto;
        padding: 30px;
    }
    .new_slide_news .slide-content{
        width:100%;
        max-width: 100%;
    }
    .new_slide_news .slide-content .media {
        margin-top: 16px;
    }
    .new_slide_news .price_disc_img{
        bottom: 0;
        right: unset;
        left: calc(50% - (30% + 100px)/2);
        width: calc(30% + 100px);
        height: auto;
    }
}


.action-banner-top-background {
    background-image: linear-gradient(325.94deg, #FBDA66 22.62%, #D24086 88.41%) !important;
    /*height: 270px;*/
    /*padding: 20px 7px 7px 50px;*/
    /*margin-top: 100px;*/
    /*color: #fff;*/
    /*position: relative;*/
}

@media (max-width: 575px) {

    .action-banner-top-background .price_disc_img {
        bottom: 0;
        right: unset;
        left: calc(50% - (40% + 150px) / 2);
        width: calc(40% + 150px);
        height: auto;
    }
}

.action-banner-top {
    background: linear-gradient(325.94deg, #FBDA66 22.62%, #D24086 88.41%);
    height: 270px;
    padding: 20px 7px 7px 50px;
    margin-top: 100px;
    color: #fff;
    position: relative;
}

.action-banner-top .price_disc_text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 60%;
    float: left;
}


.action-banner-top .price_disc_text h3,
.action-banner-top .price_disc_text h4,
.action-banner-top .price_disc_text h5 {
    color: #fff;
}

.action-banner-top .price_disc_text h3 {
    text-transform: uppercase;
    font-family: opensansb;
    font-size: 26px;
    margin-bottom: 0px;
}

.action-banner-top .price_disc_text h4 {
    font-family: opensansb;
    font-size: 18px;
}

.action-banner-top .price_disc_text h5 {
    font-weight: normal;
    font-family: opensans;
    font-size: 18px;
    margin-top: 22px;
}

.action-banner-top .media {
    margin-top: 25px;
}

.action-banner-top .media img {
    margin-right: 15px;
}

.action-banner-top .price_disc_text .media-body {
    font-weight: bold;
    font-family: opensans;
    font-size: 18px;
    color: #fff;
}

.action-banner-top .price_disc_img {
    width: 32%;
    position: absolute;
    right: 99px;
    bottom: 0;
}

.action-banner-top-item {

}

.catalog-video.catalog-element-interface {
    height: initial;
    padding-bottom: 50px;
}

.catalog-video .catalog-element-interface-wrapper {
    height: 640px;
}

.catalog-video__frame {
    max-width: 750px;
    margin: 0 auto;
}

@media all and (max-width: 1307px) {
    .catalog-video .catalog-element-interface-wrapper {
        height: 980px;
    }
}

@media all and (max-width: 1199px) {
    .action-banner-top .price_disc_img {
        right: 2vw;
    }

    .action-banner-top .price_disc_text {
        width: 70%;
    }
}

@media all and (max-width: 767px) {
    .action-banner-top {
        height: unset;
    }

    .action-banner-top .price_disc_text {
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    .catalog-video .catalog-element-interface-wrapper {
        height: 930px;
    }

    .action-banner-top .price_disc_text h3 {
        font-size: 24px;
    }

    .action-banner-top .price_disc_text h4,
    .action-banner-top .price_disc_text h5,
    .action-banner-top .price_disc_text .media-body {
        font-size: 17px;
    }

}

@media all and (max-width: 500px) {
    .catalog-video .catalog-element-interface-wrapper {
        height: 890px;
    }
}

@media all and (max-width: 450px) {
    .catalog-video .catalog-element-interface-wrapper {
        height: 840px;
    }
}

@media all and (max-width: 380px) {
    .catalog-video .catalog-element-interface-wrapper {
        height: 800px;
    }
}

.corp .bcp-banner {
    margin-bottom: 20px;
}

.corp .bcp-card__text {
    line-height: 160%;
}

.corp .bcp-card.bcp-card_bordered {
    margin-bottom: 30px;
}

.corp .bcp-card-vertical__image {
    background-size: auto;
    background-position: center 0;
}

.corp .ul-check-big {
    margin-bottom: 0;
}

.corp .ul-check-big li.last {
    margin-bottom: 0;
}

.corp .ul-check-big li {
    padding-left: 16px;
}

.corp .ul-check-big li:before {
    top: 0;
    left: -1em;
    height: 21px;
    width: 24px;
    background-size: 100%;
}

.corp .bcp-variant__text-custom {
    margin-bottom: 22px;
}

.corp .bcp-variant__text-custom .bcp-variant__text {
    margin-bottom: 0;
}

.corp .bcp-variant .bcp-variant__price {
    font-weight: 700;
}

.corp .bcp-banner-narrow {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right 75px;
}

.corp .bcp-banner-narrow__image-inner {
    background-size: auto;
    background-repeat: no-repeat;
}


.corp .bcp-banner__content {
    padding-top: 35px;
    padding-bottom: 50px;
}

.corp .bcp-banner__text {
    margin-bottom: 30px;
}

.corp .bcp-price-tag__text {
    font-weight: bold;
}

.corp .bcp-banner__price {
    margin-bottom: 20px;
}

.corp .bcp-tabs-characters-persons img {
    max-width: inherit;
}

.corp .bcp-compare .bcp-compare {
    width: max-content;
}

.corp .bcp-compare .bcp-compare__inner {
    width: 87%;
    margin: 0 auto;
}


.corp .bcp-compare .table thead tr:first-child th.bcp-compare__highlight:after {
    left: -2.8px;
    right: -1.8px;
}

.corp .tariff .bcp-heading {
    margin-bottom: 40px;
}

.corp .bcp-info {
    margin-bottom: 40px;
}

.corp .bcp-banner-narrow__content {
    padding-bottom: 40px;
}

.corp .btn-wrap .button-action-pink.smaller {
    padding: 8px 49px;
}

.corp .custom_pb_15 {
    padding-bottom: 15px;
}

.corp .custom_pb_0 {
    padding-bottom: 0;
}

.corp .bcp-listbox .ul-disk.fz-14 li::before {
    left: -1.5em;
}

.corp .bcp-listbox__body {
    padding-bottom: 57px;
}

.corp .bcp-slider-icons {
    margin-bottom: 0;
}

.corp .custom_pb_10 {
    padding-bottom: 10px;
}

.corp .why-block .bcp-heading__title {
    padding-top: 23px;
}

.corp .bcp-advantages {
    padding-bottom: 0;
}
.corp .bcp-price-tag__text {
    border-top: 2.5px solid #E50071;
    border-right: 2.5px solid #E50071;
    border-bottom: 2.5px solid #E50071;
}
.corp .content h1 {
    padding: 0;
    text-align: left;
    font-weight: 600;
    font-family: 'opensans';
}
.corp .bcp-listbox__header {
    padding: 21px 38px;
    align-items: flex-start;
}
.corp .bcp-advantages__items {
    margin-top: 33px;
}
@media (max-width: 575px) {
    .corp .bcp-related-preview__title,
    .corp .bcp-related-preview__title>a{
        font-size: 21px!important;
    }
    .corp .bcp-advantages__items_sequential .bcp-advantages-item{
        align-items: center;
    }
    .corp .bcp-listbox__header {
        padding: 15px;
        align-items: flex-start;
    }
    .no-br-mobile br {
        display: none !important;
    }
    .corp .bcp-card_bordered .bcp-card__icon {
        margin: 0px auto 10px auto;
    }
    .btn-wrap {
        display: block;
    }

    .btn-wrap > a {
        margin-right: 0;
        margin-bottom: 10px;
        width: 250px;
    }

    .corp .bcp-compare .bcp-compare {
        width: 100%;
    }

    .corp .bcp-compare .bcp-compare__inner {
        width: 100%;
    }

    .corp .bcp-compare .table thead tr:first-child th.bcp-compare__highlight:after {
        left: -2.8px;
        right: -1.8px;
    }
    .corp .bcp-banner__text {
        margin-bottom: 25px;
    }

    .corp .bcp-banner__content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.corp h2 {
	font-size: 30px;
    line-height: 120%;
}

.bcp-banner.js-slider-single.corp {
	margin-bottom:0;
}

.fancybox-outer .fancybox-nav {
	display:none!important;
}

@media (max-width: 996px){
	.bcp-banner.js-slider-single.corp .bcp-banner__item{
		background-size: cover!important;
		background-position: 80%!important;
	}
}
@media (max-width: 950px){
	.bcp-banner.js-slider-single.corp .bcp-banner__item{
		background-position: 70%!important;
	}
}
@media (max-width: 770px){
	.bcp-banner.js-slider-single.corp .bcp-banner__item{
		background-image: linear-gradient(to bottom, #d8ecf6, #d2e8f3)!important;
	}
}
/* End */


/* Start:/local/templates/1bitcloud/components/bitrix/news.list/main_catalog/style.css?1727870949412*/
div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.slide-img {
    align-items: center;
    justify-content: center;
}

.sb_image {

    min-height: 100%;
    min-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-catalog-slider .slide-item:hover {
    cursor: pointer;
}

/* End */
/* /local/templates/1bitcloud/components/bitrix/search.title/catalog_search_form/style.css?17278709493055 */
/* /local/templates/1bitcloud/components/bitrix/catalog.element/2020/style.css?176200534615502 */
/* /local/templates/1bitcloud/components/bitrix/news.list/main_catalog/style.css?1727870949412 */
