

/* Start:/1csoft/bit-uchyet-inostrannykh-rabotnikov//css/page.css?17551618285160*/
.bordered-wrapper{
  padding: 30px;
  border: 1px solid #d8d8d8;
  margin: 25px 0;
font-size: 16px;
}


div.description-list__item{
  max-width: 50%;
}

@media (max-width: 990px){
  div.description-list__item {
    max-width: 50%;
    margin-bottom: 20px;
  }

}
@media (max-width: 768px){
  div.description-list__item {
    max-width: 100%;
    padding-right: 0;
  }

}



.numbers-grid__item {
    border: solid 1px #d3d3d5;
    padding: 40px 28px;
    text-align: center;
    margin: 0 30px 30px 0 !important;
width: calc(50% - 30px) !important;
    line-height: 1.33;
    letter-spacing: .4px;
    font-size: 16px;
}
@media screen and (max-width: 990px) {
  .numbers-grid__item {
    width:calc(50% - 30px)
  }

}

@media screen and (max-width: 550px) {
  .numbers-grid__item {
    width:100%  !important;
    margin-right: 0
  }
}

	div.description-list__item{
	  max-width: 40%;
	}

@media (max-width: 990px){
  div.description-list__item {
    max-width: 50%;
    margin-bottom: 20px;
  }

}
@media (max-width: 768px){
  div.description-list__item {
    max-width: 100%;
    padding-right: 0;
  }

}

.custom-bg-image {
max-width: 100%; 
height: auto;
}

.row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.row.flex {
justify-content: center;
}

.bit-slider__postfix{
  color: #ffffff;
}

div.free-demo-form.form-large-input .text input[type="text"], div.free-demo-form.form-large-input .text input[type="email"], div.free-demo-form.form-large-input .text input[type="password"], div.free-demo-form.form-large-input .text input[type="tel"], div.free-demo-form.form-large-input .cusel{
  border: 1px solid #3b3b40;
  font-size: 16px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
  height: auto;
  font-weight: bold;
  background-color: #ffffff;
  margin-right: 20px;
}

.free-demo-form form{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.free-demo-form form > .clearfix{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.free-demo-form.form-large-input .text.office-block{
  display: none;
}

div.free-demo-form.form-large-input .panel-button input[type="submit"]{
  background: #c9007e;
  padding: 13px 40px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #9b0161;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 20px;
  width: 240px;
}

div.free-demo-form .policy-text{
  width: 100%;
  text-align: center;
}

.j-spoiler-control_opened{
  display: none;
}

.j-spoiler.open .j-spoiler-control_opened{
  display: inline;
}

.j-spoiler.open .j-spoiler-control_closed{
  display: none;
}

.j-spoiler-wrapper{
  text-align: center;
  padding: 30px 0 50px 0;
}

div.bit-accordion_white.panel-group .panel{
  border: 1px solid #d8d8d8;
}

.bit-accordion .icon{
  margin-right: 15px;
}

.bit-signboard__icon img{
  max-width: 100%;
  height: auto;
}

.bit-tabs__content .row{
  display: flex;
  flex-wrap: wrap;
}

.bit-tabs__content .col-md-6{
  margin-bottom: 30px;
}

.bit-tabs__content .bit-signboard {
  margin-bottom: 0;
  height: 100%;
}

span.bit-signboard__description{
  margin-top: 0;
}

@media (max-width: 990px) {
  .free-demo-form.form-large-input .text, .free-demo-form.form-large-input .panel-button{
    width: 100%;
    margin-bottom: 15px;
  }

  div.free-demo-form.form-large-input .text input[type="text"], div.free-demo-form.form-large-input .text input[type="email"], div.free-demo-form.form-large-input .text input[type="password"], div.free-demo-form.form-large-input .text input[type="tel"], div.free-demo-form.form-large-input .cusel{
    width: 100%!important;
    margin-right: 0;
  }

  div.j-form-page.free-demo-form .panel-button {
    position: relative;
    bottom: auto;
  }

  div.free-demo-form.form-large-input .panel-button input[type="submit"]{
    margin-left: 0;
    width: 100%;
  }

  div.j-form-page.free-demo-form{
    padding-bottom: 0;
  }

  ul.erp-advantages__grid li{
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .bit-accordion .icon {
    margin: 0 0 10px 0;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .bit-signboard__description{
    word-wrap: break-word;
  }
}


.erp-advantages{
  padding: 50px 0;
  border-top: 1px solid #d8d8d8;
}

.erp-advantages .bit-title2{
  text-align: center;
}

.erp-advantages__grid{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.erp-advantages__grid li{
  margin: 20px;
  width: calc(33.33% - 40px);
  border: 1px solid #c8c8c8;
  border-top: 8px solid #a52f2f;
  padding: 35px 30px;
}

.erp-advantages__grid li:nth-child(2n){
  border-top: 8px solid #c866d1;
}

.erp-advantages__grid li:nth-child(3n){
  border-top: 8px solid #7234ac;
}

.erp-advantages__grid h6{
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 400;
  font-size: 23px;
}

.erp-advantages__grid img{
  margin-right: 20px;
}

.erp-advantages__footer{
  text-align: center;
  padding-top: 30px;
}

.erp-advantages__footer button{
  color: #352c85;
  border-color: #352c85;
}

.erp-advantages__footer button:hover{
  color: #c9007e;
  border-color: #c9007e;
}

/* End */


/* Start:/bitrix/components/1cbit/price.list/templates/.default/style.min.css?1710972174242*/
a.prices-accordion-buy:focus,a.prices-accordion-buy:hover{color:#fff}.bit-table__cell .prices-accordion-price{margin-right:10px;font-size:16px;min-height:87px}@media (max-width:720px){.bit-table__cell .prices-accordion-price{min-height:auto}}
/* End */


/* Start:/bitrix/components/bezr/form.result.new.befsend/style.min.css?1750778257150*/
.checkbox-privacy{margin-right:2px;height:10px}button[type=submit]:disabled,input[type=submit]:disabled{opacity:.6;cursor:default;pointer-events:none}
/* End */


/* Start:/bitrix/templates/.default/components/bezr/form.result.new.befsend/landing_services_freedemo/style.min.css?17170247412710*/
.free-demo-form.form-large-input .cusel,.free-demo-form.form-large-input .text input[type=email],.free-demo-form.form-large-input .text input[type=password],.free-demo-form.form-large-input .text input[type=text]{width:240px!important;margin-right:10px}.free-demo-form.form-large-input .btn{width:180px}.free-demo-form.form-large-input .text.error:before{left:-170px}.free-demo-form.form-large-input .text.error:after{left:-8px;top:-2px}.free-demo-form.form-large-input .cusel{margin-bottom:0}.free-demo-form.form-large-input .panel-button,.free-demo-form.form-large-input .text{display:inline-block;padding:0}.free-demo-form.form-large-input .panel-button input[type=submit]{padding:16px 0;text-align:center}.free-demo-form{padding-bottom:55px}.free-demo-form .block_button .selectOfficeFormHidden{margin:15px 28px 0 43px}.free-demo-form .policy-text{width:194px;padding-top:20px;font-size:11px;line-height:1.3}.free-demo-form .policy-text a:after,.free-demo-form .policy-text a:before{content:"\20";display:block}.free-demo-form .after-office-block{width:180px;float:left}.free-demo-form .selectOfficeFormHidden{width:262px;float:left;margin-top:15px}.free-demo-form .cusel.select-288{float:left}.free-demo-form.form-large-input .cusel span,.free-demo-form.form-large-input .cuselText{text-align:left}.free-demo-form .text.office-block{width:704px;margin-left:10px}.free-demo-form .policy-text a{display:inline-block}.free-demo-block .free-demo-form .policy-text{width:auto}div.free-demo-form.form-large-input .text.error input[type=tel],div.free-demo-form.form-large-input .text.error input[type=text]{background-color:#f69999}.text.error:after,.text.error:before{display:none!important}@media (max-width:991px){.j-form-page.free-demo-form{position:relative;padding-bottom:100px}.j-form-page.free-demo-form .panel-button{position:absolute;bottom:10px;width:100%}.free-demo-form .selectOfficeFormHidden{margin-top:0;float:none;display:block}.free-demo-form.form-large-input .cusel{display:block;float:none}.free-demo-form .text.office-block{width:auto}.contragent_block .free-demo-form.form-large-input .text input[type=tel],.contragent_block .free-demo-form.form-large-input .text input[type=text]{margin:auto;float:none;display:block;width:90%!important}.contragent_block .free-demo-form.form-large-input .text{padding:0;margin:auto;margin-bottom:10px;width:100%}.contragent_block .free-demo-form.form-large-input .panel-button{width:auto}.contragent_block .free-demo-form.form-large-input .cusel{margin:auto!important;display:block;width:90%!important;padding:0 10px;box-sizing:content-box;height:49px}}@media (max-width:768px){.contragent_block .free-demo-form.form-large-input .panel-button{width:100%}}
/* End */


/* Start:/bitrix/templates/.default/components/bezr/form.result.new.befsend/general2page.product/style.min.css?1710972200621*/
.popup{position:relative;top:auto;left:auto;margin:auto}.text.error:before{top:-19px}.text.error:after{top:3px}.text.error:before{content:attr(data-content)}.j-file-input input{position:absolute;top:0;right:0;font-size:40px;-moz-opacity:0;-khtml-opacity:0;opacity:0;cursor:pointer}.j-form-page .text-wrap{padding:0 22px 10px 0}.j-form-page .text-wrap>.text{margin:10px 0 20px}.bit-form .selectOfficeFormHidden{display:none}.bit-form input.bit-form__input{border:1px solid #3b3b40;font-size:16px;width:100%;padding:10px 15px;border-radius:0;height:auto}@media (max-width:768px){.j-form-page .text-wrap{padding:0 0 10px 0}}
/* End */


/* Start:/bitrix/templates/.default/components/bezr/form.result.new.befsend/general2landing.onecol_file_send/style.min.css?1710972200820*/
.bit-form .popup-title{background:0 0}.popup{position:relative;top:auto;left:auto;margin:auto}.text.error:before{top:-19px}.text.error:after{top:3px}.text.error:before{content:attr(data-content)}.popup.onecol.j-form-popup.hidden{display:none}.bit-form input.bit-form__input[type=email],.bit-form input.bit-form__input[type=password],.bit-form input.bit-form__input[type=tel],.bit-form input.bit-form__input[type=text]{border:1px solid #3b3b40;font-size:16px;width:100%;padding:10px 15px;border-radius:0;height:auto;font-weight:700}.bit-modal .bit-form input.bit-form__input{margin-top:0}.fancybox-skin{background:0 0!important}.bit-modal .modal-dialog{margin:0 auto!important}.bit-modal .popup-title{padding:15px 20px 13px 20px}.error input::placeholder{color:#80001c}.j-form-product.popup .text-wrap{margin-bottom:40px}
/* End */
/* /1csoft/bit-uchyet-inostrannykh-rabotnikov//css/page.css?17551618285160 */
/* /bitrix/components/1cbit/price.list/templates/.default/style.min.css?1710972174242 */
/* /bitrix/components/bezr/form.result.new.befsend/style.min.css?1750778257150 */
/* /bitrix/templates/.default/components/bezr/form.result.new.befsend/landing_services_freedemo/style.min.css?17170247412710 */
/* /bitrix/templates/.default/components/bezr/form.result.new.befsend/general2page.product/style.min.css?1710972200621 */
/* /bitrix/templates/.default/components/bezr/form.result.new.befsend/general2landing.onecol_file_send/style.min.css?1710972200820 */
