

/* Start:/b2b/style.css?177279427810878*/
.b2b-page-wrapper{
    padding-right:20px;
    scroll-behavior: smooth;
}
.b2b-bnr{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 0px;
    background: url(/b2b/img/b2b-bnr-bg2.png) no-repeat right center, linear-gradient(90deg, #2E343A 0%, #100F14 47.76%, #0E0F0C 100%);
    color: #FFFFFF;
    padding: 46px 40px 41px 52px;
    border-radius: 8px;
    background-size: auto, auto;
    margin-bottom:12px;
}
.b2b-bnr-title{
    font-weight:700;
    font-size:24px;
    line-height:1.2;
    margin-bottom:21px;
    padding-right:90px;
}
.b2b-bnr-text{
    font-weight:500;
    font-size:15px;
    margin-bottom:18px;
}
.b2b-bnr .btn.b2b-bnr-btn{
    font-size:15px;
    font-weight:700;
    padding-left:21px;
    padding-right:21px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
}

.b2b-frames {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 11px;
  row-gap: 10px;
  margin-bottom:54px;
}
.b2b-frame{
    background-color:#D7DCE4;
    background-repeat:no-repeat;
    background-size:cover;
    padding:40px 10px 10px 11px;
    min-height:266px;
    border-radius:4px;
}
.b2b-frame1{
    background-image:url(/b2b/img/b2b-frame1.jpg);
}
.b2b-frame2{
    background-image:url(/b2b/img/b2b-frame2.jpg);
}
.b2b-frame3{
    background-image:url(/b2b/img/b2b-frame3.jpg);
}
.b2b-frame4{
    background-image:url(/b2b/img/b2b-frame4.jpg);
}
.b2b-frame-title{
    text-transform:uppercase;
    font-weight:700;
    font-size:24px;
    line-height: 29px;
    color:#333333;
    margin-bottom:50px;
    padding-left: 11px;
}
.b2b-frame-inner{
  display: grid;
  grid-template-columns:  1fr 1fr;
  column-gap:10px;
  min-height:108px;
  border-radius: 4px;
  overflow: hidden;
}
.b2b-frame-inner-section{
    color:#FFFFFF;
    background-color:#2E343A;
    font-size:15px;
    padding:16px;
    padding-right: 33px;
}
.b2b-frame-inner-section-title{
    display:block;
    color:currentColor;
    font-weight:600;
    font-size:24px;
}
.b2b-heading{
    text-transform: uppercase;
    text-align: center;
}
.b2b-brands{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 14.5px;
    row-gap: 5px;
    width: 957px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:52px;
}
.b2b-brand{
    display:inline-block;
}

.b2b-request{
    border-radius:8px;
    padding:31px 30px;
    background-color:#2E343A;
    background-image:url(/b2b/img/b2b-request-bg.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:52px;
}
.b2b-request-title{
    font-size:20px;
    color:#FFFFFF;
    font-weight:700;
    padding-right: 10px;
}
.b2b-request .btn.b2b-request-btn{
    padding:13px 20px;
    font-size:15px;
    font-weight:700;
}
.b2b-equipment{
    text-align:center;
    width: 700px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 29px;
}
.b2b-equipment-title{
    text-transform:uppercase;
    line-height:140%;
    margin-bottom: 19px;
}
.b2b-equipment-title-highlight{
    color:#EC5243;
}
.b2b-equipment-text{
    font-size:16px;
    display: block;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.b2b-objects{
    display:flex;
    column-gap: 20px;
    row-gap:20px;
    flex-wrap:wrap;
    margin-bottom: 62px;
}
.b2b-object{
    height: 266px;
    width: 236px;
    padding:20px;
    background-color: #D7DCE4;
    background: linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 175.75%),none;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius: 4px;
    flex-shrink:0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}
.b2b-object:hover{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.b2b-object-title{
    display:block;
    font-size:18px;        
    font-weight:700;
    line-height: 120%;
    margin-bottom:10px;
    color:#333333;
}
.b2b-object-text{
    display:flex;
    color:#333333;
    font-size:13px;
    line-height: 120%;
}
.b2b-object1{
    background: linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 175.75%),url(/b2b/img/object/object1s.jpg);
}
.b2b-object1:hover{
    background:linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 60.9%),url(/b2b/img/object/object1s.jpg);
}
.b2b-object2{
    background: linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 175.75%),url(/b2b/img/object/object2s.jpg);
}
.b2b-object2:hover{
    background:linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 60.9%),url(/b2b/img/object/object2s.jpg);
}
.b2b-object3{
    background: linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 175.75%),url(/b2b/img/object/object3s.jpg);
}
.b2b-object3:hover{
    background:linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 60.9%),url(/b2b/img/object/object3s.jpg);
}
.b2b-object4{
    background: linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 175.75%),url(/b2b/img/object/object4s.jpg);
}
.b2b-object4:hover{
    background:linear-gradient(0deg, #D7DCE4 0%, rgba(215, 220, 228, 0) 60.9%),url(/b2b/img/object/object4s.jpg);
}
.b2b-projects-title{
    margin-bottom:30px;
    text-transform:uppercase;
    text-align:center;
}
.b2b-projects{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    row-gap: 10px;
    margin-bottom:56px;
}
.b2b-project{
    height:100%;
}
.b2b-project5{
    padding-left:3px;
    padding-right: 19px;
}
.b2b-project6{
    padding-right: 13px;
}
.b2b-project8{
    padding-left: 19px;
}

.b2b-sections{
    padding:20px;
    margin-bottom:22px;
    border-radius:12px;
    background-color:#F2F2F2;
    display: flex;
    column-gap: 14px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.b2b-section{
    border-radius:8px;
    border:1px solid #D8D8D8;
    background-color:#FFFFFF;
    width: 476px;
    max-width:100%;
    padding:30px 20px;
    display:flex;
    column-gap: 16px;
}
.b2b-section:not(.b2b-section1):hover{
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.b2b-section:not(.b2b-section1):hover .b2b-section-info-title{
    color:#EC5243;
}
.b2b-section1{
    font-size:32px;
    font-weight: 700;
    text-transform:uppercase;
    background: transparent;
    border: 0;
    padding-top: 22px;
    padding-left: 39px;
    padding-bottom: 20px;
}
#content .b2b-section .b2b-section-image{
    width:175px;
    height: fit-content;
}
.b2b-section-info{
    width:246px;
}
.b2b-section-info-title{
    font-size:22px;
    font-weight:700;
    line-height: 130%;
    margin-bottom: 8px;
    display: block;
    hyphens: auto;
    color:#333333;
}
.b2b-section-info-text{
    font-size:13px;
    line-height:120%;
    color:#333333;
}
.b2b-section-info-text a{
    color:currentColor;
}
.b2b-section-info-text a:hover{
    color:#EC5243;
}
.b2b-blocks{
    display: flex;
    column-gap: 20px;
    margin-bottom:50px;
}
.b2b-block{
    border-radius:4px;
    background-color: #2E343A;
    background-repeat:no-repeat;
    background-position: right bottom, 0 0;
    background-size: auto, cover;
    padding:35px 40px;
    min-height:218px;
    width:491px;
    max-width:100%;
    position: relative;
}
.b2b-block1{
    background-image: url(/b2b/img/block/1.png), url(/b2b/img/block/bg1.svg);
}
.b2b-block2{
    background-image: url(/b2b/img/block/2.png), url(/b2b/img/block/bg2.svg);
}
.b2b-block-title{
    display:block;
    color:#FFFFFF;
    font-size:24px;
    font-weight:700;
    line-height: 120%;
    margin-bottom: 4px;
}
.b2b-block-text{
    display:block;
    color:#FFFFFF;
    font-size:15px;
}
.b2b-block .btn.b2b-block-button{
    position: absolute;
    bottom: 36px;
    font-size:15px;
    padding: 13px 18px;
}

.b2b-form-wrapper{
    border-radius:12px;
    background-color:#D7DCE4;
    padding:60px 130px;
}
.b2b-form-heading{
    font-size:24px;
    text-transform:uppercase;
    text-align:center;
}
.b2b-form{
    padding:50px;
    padding-bottom: 27px;
    border-radius:8px;
    background-color:#FFFFFF;
}
.b2b-form input[type=checkbox]{
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-right: 11px;
    margin-top: 0px;
}
.b2b-form .main-user-consent-request{
    font-size:13px;
}
.b2b-form-consent-text{
    font-size:13px;
    margin-top: 18px;
    margin-bottom:22px;
}
.b2b-form-note{
    text-align:center;
    font-size:18px;
    margin-top: 10px;
}
@media (max-width: 1350px) {
    .b2b-objects {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .b2b-object{
        width:100%;
    }
}
@media (min-width:791px) and (max-width: 1350px) {
    .b2b-section{
        width: calc(50% - 10px);
    }
}
@media (max-width: 1280px) {
    .b2b-section{
        flex-direction:column;
        text-align:center;
    }
    .b2b-section-info {
        width: 100%;
    }
    #content .b2b-section .b2b-section-image{
        margin-left: auto;
        margin-right: auto;
    }
    .b2b-block {
        min-height: 400px;
        text-align: center;
        background-position:top center;
        padding-top:223px;
    }
    .b2b-block1 {
        background-image: url(/b2b/img/block/1s.png), url(/b2b/img/block/bg1.svg);
        background-size: 200px, cover;
    }
    .b2b-block2 {
        background-image: url(/b2b/img/block/2s.png), url(/b2b/img/block/bg2.svg);
    }
    .b2b-block .btn.b2b-block-button
    {
        bottom: 40px;
        transform: translateX(-50%);
    }
}
@media (max-width: 1199px) {
    .b2b-form-wrapper{
        padding:5px;
    }
}
@media (min-width:870px) and (max-width: 1265px) {
    .b2b-bnr{
        background: url(/b2b/img/b2b-bnr-bg3.png) no-repeat right bottom, linear-gradient(90deg, #2E343A 0%, #2e1718 47.76%, #271f41 100%);
    }
}
@media (max-width: 869px) {
    .b2b-bnr{
        display:block;
        padding:30px;
        background: linear-gradient(90deg, #2E343A 0%, #2e1718 47.76%, #271f41 100%);
    }
}
@media (max-width: 790px) {
    .b2b-frames{
        grid-template-columns: 1fr;
    }
    .b2b-section{
        width:100%;
    }
    .b2b-blocks{
        flex-direction:column;
        row-gap: 16px;
    }
    .b2b-block{
        width:100%;
    }
}
@media (max-width: 529px) {
    .b2b-page-wrapper{
        padding-right:0;
    }
    .b2b-section{
        flex-direction: column;
        text-align: center;
    }
    .b2b-section1{
        padding-left:0;
    }
    .b2b-section-info {
        width: 100%;
    }
    #content .b2b-section .b2b-section-image{
        margin-left: auto;
        margin-right: auto;
    }
    .b2b-objects {
        grid-template-columns: 1fr;
    }
    .b2b-request {
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }
    .b2b-form{
        padding:0;
    }
}
/* End */


/* Start:/bitrix/templates/baustof/components/altasib/feedback.form/zayavka/style.css?17727822507817*/
.alx_feed_back_themer
{
        padding: 0px;
        margin: 0px;
	line-height:normal !important;
	text-decoration:none !important;
	width: 100% !important;
}
.alx_feed_back_themer h3{color:#AF2924}

.alx_feed_back_themer form
{
        padding: 0px;
        margin: 0px;
}
.alx_feed_back_themer .alx_feed_back_form_error_block
{
        padding: 10px 10px 8px 10px;
        margin: 0px 0px 27px 0px;
        background-image:url(/bitrix/templates/baustof/components/altasib/feedback.form/zayavka/images/bg_mess.png);
        background-position:0px 0px;
        border:1px solid #959595 !important;
}
*html .alx_feed_back_themer .alx_feed_back_form_error_block
{
       -background-image:url(/bitrix/templates/baustof/components/altasib/feedback.form/zayavka/images/spacer.gif);
        -background-position:0px 0px;
}
.alx_feed_back_themer .alx_feed_back_form_error_block td
{
        vertical-align:top;
        text-align:left;
        width:30px;
}
.alx_feed_back_themer .alx_feed_back_form_error_pic
{
        vertical-align:top;
        text-align:left;
        width:1%;
        padding-left:1px !important;
        padding-top:3px !important;
        border-right:1px solid #D7D7D7 !important;
        padding-right:11px !important;
}
.alx_feed_back_themer .alx_feed_back_form_error_block .alx_feed_back_form_title_error
{
        margin: 0px 0px 4px 0px;
}
.alx_feed_back_themer .alx_feed_back_form_error_block .alx_feed_back_form_error_td_list
{
        padding-left:10px;
        width:calc(100% - 20px);
}
.alx_feed_back_themer .alx_feed_back_form_error_block .alx_feed_back_form_mess_ok_td_list
{
        padding-left:10px;
        vertical-align:middle;
}
.alx_feed_back_themer .alx_feed_back_form_error_block ul
{
        padding: 0px;
        margin: 0px;
        list-style:none !important;
	background:transparent !important;
}
.alx_feed_back_themer .alx_feed_back_form_error_block ul li:before
{
	content: '' !important;
}
.alx_feed_back_themer .alx_feed_back_form_error_block ul li
{
        padding: 0px 0px 4px 8px;
        margin: 0px;
        list-style:none !important;
	background:transparent !important;
}
.alx_feed_back_themer .alx_feed_back_form_error_block ul li span
{
        position:relative;
        z-index:1;
        margin-left:-8px;
}
.alx_feed_back_themer .alx_feed_back_form_feedback_poles
{
        padding: 10px;
        margin: 11px 0px 0px 0px;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole
{
        padding: 0px;
        margin: 0px 0px 20px 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
}

.alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_error_pole
{
        margin: 0!important;
}
.b2b-form .alx_feed_back_form_error_text
{
        color:red;
        margin-top:1px;
		font-size:11px;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_name
{
        padding: 0px;
        margin: 0px 0px 6px 0px;
		width: 250px;
		display: inline-block;
        font-size:18px;

}
.inputs{width: 50%;float: right;}
.inputs label{font-weight:300;}
.b2b-form .alx_feed_back_form_inputtext_bg
{
        border:1px solid #EEEEEE;
        background:#F5F5F5;
        padding: 0;
		width: 400px;
        max-width:100%;
		display: inline-block;
		border-radius: 3px;

}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg input
{
        width:100%;
        padding: 13px;
        font-size: 18px;
        margin: 0px;
        border: 1px solid #EEEEEE;
        background:transparent;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg input[type=text]:focus{
        background:#FFFFFF;
        border:1px solid #CBC7C7;
}
*html .alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_textarea_bg
{
        overflow:visible;
        border: 0px;
        position:relative;
        zoom:1;

}
.alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg textarea
{
        width:100%;
        padding: 0px !important;
        margin: 0px;
        border: 0px;
        z-index:100;
        height:77px;
        overflow:auto;
        background:transparent;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_submit_block
{
        text-align:center;
}
.b2b-form .btn.b2b-form-submit
{
        font-size:18px;
        font-weight:bold;
        padding: 20px 31px;
}

.alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputtext_bg select
{
        width:100%;
        padding: 0px;
        margin: 0px;
        border: 0px;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg.alx_feed_back_form_inputtext_bgfile{
        background:transparent;
        border:0;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_file
{
        background:#ffffff;
        position:relative;
        z-index:1;
        /*overflow:hidden;*/
        padding: 18px 20px 18px 20px;
        float: left;
        margin: 0 8px 0 0;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_file:hover{
        color: #fff;
        background-color: #eb5143;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_button
{
        position:absolute;
        left: -1px;
        height:100%;
        top: -1px;
        z-index:1;
        cursor:pointer;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_button .alx_feed_back_form_file_button_bg
{
        display:block;
        height:55px;
        color:#EB5143;
        font-size:16px;
        float:right;
        border-radius:2px;
        border:2px solid #EB5143;
        background:transparent;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_button .alx_feed_back_form_file_button_bg span
{
        padding: 18px 30px 18px 30px;
        display:block;
}
.alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_filename
{
        padding: 0px;
        margin: 0px;
        white-space:nowrap;
}
*html .alx_feed_back_themer .alx_feed_back_form_feedback_poles div
{
        zoom:1;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputfile_s
{
    width:100%;
    height:55px;
	font-size:200px;
	z-index:1000;
	position:absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}
.alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputfile_s div
{
        width:100px;
	font-size:200px;
	z-index:1000;
	position:absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	right: 0px;
	zoom:1;
	overflow:hidden;
	height:100px;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_inputtext_bg_file{
    display: block;
    padding:0 20px;
    min-height: 55px;
    color: #EB5143;
    font-size: 16px;
    border-radius: 2px;
    border: 2px solid #EB5143;
    background: transparent;
    cursor:pointer;
}
.b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_input_add{
        display:none;
}

.alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_calendar
{
	position:relative;
	z-index:2;
	zoom:1;	
}
.alx_feed_back_themer .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_calendar .alx_feed_back_form_calendar_icon
{
	position:absolute;
	top:3px;
	right:5px;	
}
@media (max-width: 699px) {
    .b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole{
        display:block;
    }
    .b2b-form .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_name{
        display:block;
        width:100%;
    }
}
/* End */


/* Start:/bitrix/templates/baustof/components/bitrix/main.userconsent.request/zayavka/user_consent.css?17727822013500*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

/* End */
/* /b2b/style.css?177279427810878 */
/* /bitrix/templates/baustof/components/altasib/feedback.form/zayavka/style.css?17727822507817 */
/* /bitrix/templates/baustof/components/bitrix/main.userconsent.request/zayavka/user_consent.css?17727822013500 */
