

/* Start:/local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205*/
.bx-breadcrumb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	display: flex;
	gap: 10px;
	white-space: nowrap;
	line-height: 12px;
	vertical-align: middle;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.fa_right{
	background: url("/local/templates/bravoff/components/bitrix/breadcrumb/.default/images/Arrow.svg");
	display: inline-flex;
	width: 12px;
	height: 11px;
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.bx-breadcrumb-item{
	vertical-align: center !important;
	display: flex;
}

.bx-breadcrumb-item a{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #707C8B;
	text-decoration: none;
}

.bx-breadcrumb-item.active{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #3F3F3F;
}

@media (max-width: 1024px) {
	.bx-breadcrumb{
		display: none;
	}
}

/* End */


/* Start:/local/templates/bravoff/plugins/owl-carousel/css/owl.theme.corp.css?17835493633555*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

    .owl-obl-corp .owl-stage-outer{
      overflow: visible !important;
    }

    .owl-stage{
      display: flex;
    }

    .owl-carousel{
      overflow: hidden;
      padding: 30px 15% 30px 30px;
      box-sizing: border-box;
    }

    .owl-theme .owl-nav [class*='owl-']:hover {
      background: none;
      color: rgba(0,0,0,0);
      text-decoration: none;
    }

    .owl-prev span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      height: 64px;
      width: 64px;
      background-size: 64px;
      color: #f0f8ff00;
    }

    .owl-prev span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(180deg);
    }

    .owl-next span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      transform: rotate(180deg);
      height: 64px;
      width: 64px;
      color: #f0f8ff00;
      background-size: 64px;
    }

    .owl-next span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(0deg);
    }

.owl-theme .owl-nav {
  margin-top: 20px;
  text-align: start;
}


.row_show2{
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .owl-carousel{
    overflow: hidden;
    padding: 30px 10% 30px 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 400px) {
  .owl-item{
    margin: 0 !important;
    width: 100%
  }
}

@media (min-width: 401px) and (max-width: 1024px) {
  .owl-item{
    margin: 0 !important;
    width: calc(50% - 5px) !important;
  }
}

@media (max-width: 1024px) {
  .owl-stage {
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 10px;
  }

  .row_show2{
    display: flex;
    margin-top: 0px;
  }

  .catalog__corp{
    padding: 0;
  }

  .owl-carousel{
    overflow: visible;
  }


  .catalog-item__select-box.mob{
    display: none;
  }

  .item_img {
    height: 180px !important;
    padding: 20px 0;
  }

  .btn_1{
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 9px 20px !important;
  }

  .hide_item{
    display: none !important;
  }

}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/system.pagenavigation/catalog/style.css?1783549363985*/
.section__page-navigation {display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;}

.pagination {height:auto !important;margin:20px 0 0 0 !important;padding-left:0;list-style:none;border-radius:.25rem;}

.page-link {position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:14px;color:#344aba;background-color:#fff;border:1px solid #ccc;}
.page-link svg {margin-top:2px;margin-bottom:2px;}
.page-link:hover {z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}

.page-item:first-child .page-link {margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;}
.page-item:last-child .page-link {border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;}
.page-item.active .page-link {z-index:1;color:#fff;background-color:#344aba;border-color:#344aba;}
.page-item.disabled .page-link {color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/catalog_korp/style.css?17835493631554*/
.catalog-item__img {background-color:#fff;}

.catalog-tags{
    /*text-align: center;*/
    margin: 26px 0;
    font-size: 12px;
    line-height: 15px;
    /*color: #808080;*/
}

.tags-list{
    margin-bottom: 24px;
    border-radius: 0;
    line-height: 40px;
    padding: 0 12px;
    text-align: left;
    /*height: 55px;*/
    /*background: #fff;*/
    /*border: 1px solid #e7e8ea;*/

}
.item-tag{
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border-radius: 14px;
    background-color: #e3e3e3;
    color: #373737;
    text-decoration: none;
}
.item-tag:hover{
    color: #ffffff!important;
    background-color: #344aba;
    text-decoration: none;
}
.d-none{
    display: none;
}

.CATALOG_LIST_BEFORE_DESCRIPTION{
    margin-bottom: 15px;
}
.CATALOG_LIST_AFTER_DESCRIPTION{
    margin-bottom: 15px;
    margin-top: 15px;
}

.catalog-item__img img {
    object-fit: cover;
    width: 220px;
}


/*.catalog-item--column{*/
/*    width: 220px !important;*/
/*    margin: 0 10px 50px !important;*/
/*}*/
@media (max-width: 1199px) {
    .catalog-item--column {
        width: auto !important;
        margin: 0 !important;

    }
}
/*@media (max-width: 767px) {*/
/*    .catalog-item--column {*/
/*        margin: 20px 0 !important;*/
/*        width: 100% !important;*/

/*    }*/
/*}*/

@media (max-width: 1024px) {
    .catalog-section{
        margin-bottom: 40px;
    }
}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.item/catalog_korp/style.css?178354936315451*/
.catalog-item__img {background-color:#fff !important;}
.catalog-item__img img {object-fit: contain;}
.page-custom-form__preview-img img {
    width: 100%;
    height: auto;
}
.catalog-item__favourites-text{
    font-size: 12px;
    color: #000000;
    position: absolute;
    top: 8px;
    right: 35px;
}
.catalog-item__favourites-text-line{
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 14px;
    right: 49px;
}

.catalog-item__block{
    max-height: 135px;
    max-width: 515px;
    overflow-y: auto;
    margin-left: -5px;
}
.catalog-item__block::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: transparent;
}

.catalog-item__block::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*background-color: #fff;*/
    background-color: #344aba;
}


.catalog-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.catalog-item__buy{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.card_head{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    gap: 10px;
    justify-content: flex-end;
}

.card_body{
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
}

.catalog-item__body{
    height: 100%;
}

.item_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.card_head_set{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 5px;
}

.item_name_set{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
}

.count_set{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3F3F3F;
}

.row_buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.more{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #4350F6;
    cursor: pointer;
    text-transform: uppercase;
}

.sostav{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #4350F6;
    cursor: pointer;
    text-transform: uppercase;
    margin: auto;
}





.catalog-item__select-box{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}


.catalog-item.catalog-item--column{
    /*width: calc(100% / 3 - 15px);*/
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.item_img{
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}

.item_img img{
    height: 100%;
}

.item_img.item_img_set img{
    width: 100%;
}

.section{
    background: #FF4D6A;
    border-radius: 50px;
    padding: 4px 15px;
    display: flex;

}

.sec_row{
    position: absolute;
    display: flex;
    top: 14px;
    left: 17px;
    gap: 5px;
}

.sec_alt{
    border-radius: 50px;
    border: 1px solid var(--red-main, #FF4D6A) !important;
    background: var(--wight, #FFF) !important;
}

.sec_alt .sec_name{
    color: var(--red-main, #FF4D6A) !important;
}

.section .sec_name{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    vertical-align: center;
    margin: auto;
}

.like{
    position: absolute;
    right: 14px;
    top: 14px;
}

.favourite{
    background-image: url("/local/templates/bravoff/img/like_unset.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 39px;
    width: 39px;
    background-size: 39px;
    transition: 0.2s;
    cursor: pointer;
}

.favourite:hover{
    background-image: url("/local/templates/bravoff/img/like.svg");
}

.btn_buy{
    background: #4350F6 !important;
    border-radius: 50px !important;
    align-items: center !important;
    padding: 9px 15px !important;
    text-decoration: none;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    display: block;
    width: fit-content;
    height: auto !important;
    text-transform: uppercase;
}



.label_row{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.cel_label{
    display: flex;
    width: auto;
}

.delivery_label{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.delivery_price{
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #AAAFC7;
}

.cel_check:checked +.cel_label .delivery_price{
    color: #3F3F3F;
}

.svg_time{
    display: inline-flex;
    vertical-align: text-top;
    background-image: url("/local/templates/bravoff/img/time_white.svg");
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-size: 16px;
}

.svg_people{
    display: inline-flex;
    vertical-align: text-top;
    background-image: url("/local/templates/bravoff/img/people_white.svg");
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-size: 16px;
}

.modal_more{
    position: absolute;
    background-color: rgba(23, 36, 194, 0.95);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    flex-direction: column;
}

.column_more{
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 90%;
    box-sizing: border-box;
}

.hide_more{
    margin-left: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}

.more_foot{
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0px;
    padding: 20px;
}

.catalog_item_param{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding-left: 25px;
    overflow-y: auto;
}

.more_title{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.catalog-item__buy-delivery-price-old{
    text-decoration: line-through;
    text-decoration-color: red;
    font-weight: 400;
    font-size: 12px;
    vertical-align: bottom;
}

/*------------ROW----------*/
.catalog-item{
    display: flex;
    flex-direction: row;
}

.card_head .line{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.item_img.line{
    height: 100% !important;
    width: 354px !important;
}

.catalog__rows .catalog-item{
    height: 265px;
    overflow: hidden;
}

.catalog-item__body.line{
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

.item_row{
    display: flex;
    box-sizing: border-box;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.catalog-item__body.line .catalog-item__buy{
    min-width: 280px;
    justify-content: flex-end;
}

.product-item-info-container{
    gap: 5px;
}

.catalog-item__body.line .catalog-item__buy .product-item-button-container{
    width: 100%;
}

.catalog-item__body.line .catalog-item__buy .btn_buy{
    width: 100%;
    text-align: center;
}

.catalog-item__body.line .catalog-item__buy .like{
    height: 35px;
    width: 35px;
    position: relative;
    top: 0px;
    left: 0px;
}

.catalog-item__body.line .catalog-item__buy .like .favourite{
    height: 35px;
    width: 35px;
    background-size: 35px;
}

.catalog-item__column{
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.item_list{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #707C8B;
}

.catalog-item__body.line .catalog-item__buy-delivery{
    margin-top: 10px;
}

.catalog-item__block{
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: auto;
}

.catalog-item{
    height: 100%;
}


.catalog-item__block::-webkit-scrollbar-track{
    background: #DEE0EA;
    border-radius: 50px;
}

.catalog-item__buy-delivery-price.corp{
    width: unset !important;
}


@media (min-width: 1200px) and (max-width: 1440px) {
    .catalog-item.catalog-item--column{
        /*width: 300px !important;*/
    }

    .item_img.line{
        height: 100% !important;
        width: 240px !important;
    }

    .catalog__rows .catalog-item {
        /*height: 225px;*/
    }

    .catalog-item__body.line{
        gap: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .catalog-item.catalog-item--column {
        width: auto !important;
        margin: 0 !important;
    }

    .item_img.line{
        height: 100% !important;
        width: 290px !important;
    }
}

.catalog-item__select-box.mob{
    color: black;
}

@media (min-width: 1024px){
    .catalog-item__title.desctop{
        display: block !important;
    }
    .sostav{
        display: none;
    }

    .catalog-item__select-box.mob{
        display: none;
    }
}


@media (max-width: 400px) {
    .catalog-item{
        width: 100% !important;
    }
}


@media (max-width: 1023px) {

    .product-item-info-container{
        display: flex;
    }

    .catalog-item__select-box.desc{
        display: none;
    }

    .catalog-item__buy-delivery-price-old{
        font-size: 8px;
    }


    .item_img.line {
        height: 200px !important;
        width: 100% !important;
    }

    .catalog__rows{
        gap: 12px !important;
    }

    .catalog__rows .catalog-item{
        position: relative;
    }

    .catalog-item__favourites{
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        left: unset !important;
    }

    .catalog-item__body.line .catalog-item__buy{
        min-width: 100%;
    }

    .catalog-item__title.mob{
        display: block !important;
    }

    .catalog-item__title.mob .item_name_set{
        display: block !important;
    }

    .catalog-item__body.line{
        padding: 10px;
    }

    .catalog-item__body.line .catalog-item__buy .btn_buy{
        width: 100%;
    }

    .product-item-button-container{
        width: 100%;
    }

    .item_row{
        gap: 5px;
    }

    .item_row .catalog-item__block{
        display: none;
    }

    .item_row .catalog-item__body.line{
        gap: 10px !important;
    }

    .btn_buy.set{
        width: fit-content !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .btn_buy{
        box-sizing: border-box;
    }


}



.svg_people.dark{
    background-image: url("/local/templates/bravoff/img/people_mob.svg");
    margin-right: 5px;
}

.svg_people.dark + span, .svg_people.dark + span + span{
    color: #0a0a0a;
}

.svg_time.dark{
    background-image: url("/local/templates/bravoff/img/time_mob.svg");
    margin-right: 5px;
}

.svg_time.dark + span{
    color: #0a0a0a;
}

@media (max-width: 1023px) {

    .catalog_item_param li{
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
    }



    .catalog-item__select-box{
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        color: #FFFFFF;
    }

    .svg_time{
        display: inline-flex;
        vertical-align: text-top;
        background-image: url("/local/templates/bravoff/img/time_mob.svg");
        background-repeat: no-repeat;
        height: 12px;
        width: 12px;
        background-size: 12px;
    }

    .svg_people{
        display: inline-flex;
        vertical-align: text-top;
        background-image: url("/local/templates/bravoff/img/people_mob.svg");
        background-repeat: no-repeat;
        height: 12px;
        width: 12px;
        background-size: 12px;
    }



    /*.catalog__column{
        gap: 12px!important;
    }*/
    .col-left-menu{
        display: none;
    }

    .catalog-item.catalog-item--column {
        width: 48%;
    }

    .item_name{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
    }

    .col-main{
        width: 100%;
    }

    .more{
        display: none;
    }

    .btn_buy{
        width: 100%;
    }

    .product-item-info-container{
        width: 100%;
        text-align: center;
        justify-content: space-between;
    }

    .sec_name{
        font-weight: 400 !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .section{
        padding: 4px 9px;
        top: 10px;
        left: 10px;
        height: 21px;
    }

    .like{
        top: 10px;
        right: 10px;
    }

    .card_head{
        padding: 10px;
    }

    .card_body{
        padding: 10px;
        height: 100%;
    }

    .delivery_label{
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
    }

    .delivery_price{
        font-weight: 700;
        font-size: 11px;
        line-height: 13px;
        color: #AAAFC7;
    }

    .cel_check:checked +.cel_label .delivery_price{
        color: #3F3F3F;
    }

    input[type='radio'] + label{
        line-height: 12px !important;
    }

    .custom_check{
        width: 12px!important;
        height: 12px!important;
        background-size: 10px!important;
    }

    .item_name_set{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        color: #3F3F3F;
    }

    .count_set{
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        color: #3F3F3F;
    }

    .card_head_set{
        padding: 0 10px;
    }
}


.catalog__column{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog__rows{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row_ch{
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}

.cel_label{
    margin: 0 !important;
}

.catalog_item_param{
    direction: rtl;
    padding-right: 0;
}

.catalog_item_param li{
    direction: ltr;
    text-align: left;
}

.catalog_item_param::-webkit-scrollbar{
    width: 4px;

}

.catalog_item_param::-webkit-scrollbar-track{
    background: #DEE0EA;
    border-radius: 50px;
}

.catalog_item_param::-webkit-scrollbar-thumb{
    background: #4350F6;
    border-radius: 50px;
}

.item_name_set a{
    text-decoration: none;
    color: #3F3F3F;
}

.item_name_set a:hover{
    color: #3F3F3F !important;
}

.in-list > span.favourite {
    background-image: url("/local/templates/bravoff/img/like.svg");
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17043136061816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/catalog_korp/themes/green/style.css?1783549363843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */


/* Start:/local/templates/bravoff/components/viksan/form.add/help_sale/style.css?17835493631272*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/bravoff/components/viksan/form.add/help_sale/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/bravoff/components/viksan/form.add/help_sale/images/icon_warn.gif);
}
textarea {
	width: 100%;
	height: 140px;
	border: 1px solid #e5e5e5;
	padding: 10px 14px;
    background-color: #fff;
}
input {
font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #6A6A6A;
}
*::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #6A6A6A;
}

.distributor-contact__form .form-review__fieldset {
	margin-top: 0px;
}
.invalid-feedback {
	color: #FF0000;
	
}
.form_in_index>div{
	width: 100%;
}

#site{
	display: none;
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/news.list/our_clients/style.css?17835493631202*/
.clients__list {
	/*overflow-x: scroll;
	*/
}

.clients{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 40px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.clients__list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.clients__title.h1{
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    color: #3F3F3F;
    margin: 0;
}

.clients__item{
    filter: grayscale(100%);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.clients__item:hover{
    filter: grayscale(0%);
}


@media (min-width: 1024px) and (max-width: 1200px) {
    .clients__item{
        width: 100px;
    }
    .clients__item img{
        width: 100%;
    }
}

@media (max-width: 1024px){
    .clients__title.h1{
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    .clients{
        border: none;
        background: none;
        padding: 0;
    }

    .clients__list{
        overflow: auto;
        gap: 100px;
    }
}
/* End */


/* Start:/local/templates/bravoff/components/viksan/___faq/faq1/style.css?17835493632403*/
.tabs_btn {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 30px;
}

.tabs_btn_name {
    background: none;
    border-radius: 50px;
    border: 2px solid #4350F6;
    padding: 10px 37px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #4350F6;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    transition: 0.2s;
}

.tabs_btn_name:hover, .tabs_btn_name.active {
    background-color: #4350F6;
    color: #FFFFFF;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .tabs_btn_name {
        white-space: nowrap;
    }

    .tabs_btn{
        overflow-x: scroll;
        margin: 15px -15px;
        padding: 0 15px 15px 15px;
    }
}


.faq_tab.active{
    display: flex;
}

.faq_tab{
    display: none;

    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion__item{
    background: #F3F7FF;
    border-radius: 30px;
    padding: 20px;
}

.accordion__head{
    display: flex;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin: 0;
    width: 80%;
}

.accordion__body{
    display: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-left: 90px;
    margin: 20px 0;
}

.accordion__body p{
    margin: 0;
}

.faq_icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-image: url('/local/templates/bravoff/img/faq2.svg');
    transition: 0.2s;
}

.faq_icon.open{
    background-image: url('/local/templates/bravoff/img/faq_open.svg');
}

.row{
    display: flex;
    align-items: center;
    gap: 26px;
}

@media (max-width: 1024px) {
    .accordion__head{
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
    }

    .accordion__item{
        padding: 10px;
        border-radius: 20px;
    }

    .faq_icon {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .faq_tab{
        gap: 10px;
        margin-top: 20px;
    }

    .accordion__body {
        padding-left: 47px;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        margin: 10px 0;
    }

    .row{
        gap: 18px;
    }
}

/* End */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/plugins/owl-carousel/css/owl.theme.corp.css?17835493633555 */
/* /local/templates/bravoff/components/bitrix/system.pagenavigation/catalog/style.css?1783549363985 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_korp/style.css?17835493631554 */
/* /local/templates/bravoff/components/bitrix/catalog.item/catalog_korp/style.css?178354936315451 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17043136061816 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_korp/themes/green/style.css?1783549363843 */
/* /local/templates/bravoff/components/viksan/form.add/help_sale/style.css?17835493631272 */
/* /local/templates/bravoff/components/bitrix/news.list/our_clients/style.css?17835493631202 */
/* /local/templates/bravoff/components/viksan/___faq/faq1/style.css?17835493632403 */
