

/* Start:/bitrix/templates/template.main_v2_1/components/bitrix/system.pagenavigation/ma_default/style.css?16518999151417*/
.b-page-navigation { 
	margin: 20px 0;
	font-size: 0;
}

.b-page-navigation a, 
.b-page-navigation_current, 
.b-page-navigation_dots {
	display: inline-block;
	min-width: 38px;
	margin-right: 7px;
	padding: 10px 5px;
	font: 300 16px/1 'Ubuntu', 'Arial', sans-serif;
	text-align: center;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
	background: transparent;
	/*border: 1px solid #ffc400;*/
	border: 1px solid #e7e7e7;
	border-radius: 30px;
	color: #1f1f1f !important;

	-webkit-transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
	transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
	-o-transition: background 0.3s, border-color 0.3s, transform 0.3s;
	transition: background 0.3s, border-color 0.3s, transform 0.3s;
	transition: background 0.3s, border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.b-page-navigation a:hover {
	border-color: #ffc400;
}

.b-page-navigation_current {
	background: #ffc400;
	border-color: #ffc400;
}

.b-page-navigation a.b-page-navigation_next,
.b-page-navigation a.b-page-navigation_previous,
.b-page-navigation a.b-page-navigation_all,
.b-page-navigation a.b-page-navigation_pagen {
	padding: 10px 10px;
}

@media (max-width: 991px) {
	.b-page-navigation {
		text-align: center;
		margin-bottom: 0;
	}

	.b-page-navigation a,
	.b-page-navigation_current,
	.b-page-navigation_dots {
	    margin-bottom: 7px;
	}
}
/* End */


/* Start:/bitrix/templates/template.main_v2_1/components/ma/news/portfolio/ma/news.list/.default/style.css?16717166741887*/
.b-portfolio {
    position: relative;
    margin-left: -18px
}

.b-portfolio_item {
	position: relative;
    float: left;
    width: 372px;
    height: 372px;
    margin-bottom: 20px;
    margin-left: 18px;
    background: #ccc
}

.b-portfolio_item--hover-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	user-select: none;
	cursor: pointer;
	transition: all 0.2s;
}

.b-portfolio_item:hover .b-portfolio_item--hover-info {
	opacity: 1;
}

.b-portfolio_item:nth-child(8n + 1) {
    width: 762px
}

.b-portfolio_item:nth-child(8n + 2),
.b-portfolio_item:nth-child(8n + 4),
.b-portfolio_item:nth-child(8n + 6),
.b-portfolio_item:nth-child(8n + 7) {
    height: 176px
}

.b-portfolio_item:nth-child(8n + 6),
.b-portfolio_item:nth-child(8n + 7) {
    width: 177px
}

.b-portfolio_item:nth-child(8n + 3),
.b-portfolio_item:nth-child(8n + 5) {
    float: right
}
.b-portfolio_item:nth-child(8n + 8) {
	float: right;
	height: 180px;
	right: 0;
	margin-top: -200px;
}

.b-portfolio_item.empty-block {
	display: none;
}
.b-page-content .b-page-navigation {
	clear: both;
}

@media (max-width: 768px) {
	.b-portfolio_item {
	    margin: 0 0 15px 15px;
	}

	.b-portfolio_item:nth-child(8n + 1),
	.b-portfolio_item:nth-child(8n + 2),
	.b-portfolio_item:nth-child(8n + 3),
	.b-portfolio_item:nth-child(8n + 4),
	.b-portfolio_item:nth-child(8n + 5),
	.b-portfolio_item:nth-child(8n + 6),
	.b-portfolio_item:nth-child(8n + 7),
	.b-portfolio_item:nth-child(8n + 8) {
	    width: calc(50% - 15px);
	    height: calc(50vw - 20px);
	}
	.b-portfolio_item:nth-child(8n + 8) {
		margin-top: 0;
		position: relative;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/form/questions/style.css?15651664775769*/
.b-content .b-message-form_questions {
    max-width: 560px;
    margin-left: -18px;
}
.b-message-formb-message-form {
    
}
.b-message-form_info {
    margin-bottom: 2.0em;
}
.font.notetext {
    color: inherit !important;
}
.b-message-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-message-form_item {
    position: relative;
    max-width: 100%;
    margin: 0 0 19px 18px;
}
.b-message-form_item:nth-of-type(1) {
    width: 100%;
    max-width: 294px;
}
.b-message-form_item:nth-of-type(2) {
    width: 100%;
    max-width: 220px;
}
.b-message-form_item_textarea {
    width: 100%;
    margin-bottom: 19px;
}
#i-message-form-item-180,
#i-message-form-item-181 {
    width: 100%;
}
.b-message-form_item label {
    display: none;
    margin: 0 0 2px 0;
    font: inherit;
    text-align: left;
}
.b-message-form_item label .required {
    color: #ff7400;
}
.b-message-form_field {
    position: relative;
    font-size: 0; 
}
.b-message-form_checkbox label,
.b-message-form_radio label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
}
.b-message-form_text input,
.b-message-form_date input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    font: inherit;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    border: 1px solid #ffb100;
    border-radius: 3px;
}
.b-message-form_date input {
    /*width: 170px;*/
}
.b-message-form_date .calendar-icon {
    position: absolute;
    top: 4px;
    left: 342px;
}
.b-message-form_item textarea {
    width: 100%;
    height: 63px;
    padding: 10px;
    font: inherit;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    border: 1px solid #ffb100;
    border-radius: 3px;
    resize: none;
}
.b-message-form_dropdown select {
    width: 367px;
    margin-left: 1px;
    font: normal 16px/1.2 Arial, sans-serif;
}
.b-message-form_item-hint {
    display: block;
    clear: both;
    padding: 0.4em 0 0 0;
    color: #979797;
    font-size: 11px;
}
.b-message-form_item-error {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    color: #dd4b39;
    font-size: 11px;
}
.b-message-form_error .b-message-form_text input,
.b-message-form_error .b-message-form_date input,
.b-message-form_error textarea {
    border-color: #dd4b39 !important;
}
.b-captcha {
    float: left;
    margin: -5px 0 0 -5px;
}
.b-captcha.b-re-captcha {
    margin: 0px;
}
.b-captcha_item {
    float: left;
    padding: 8px;
}
.b-captcha_selected {
    padding: 5px;
    border: 3px solid red;
}
.b-captcha_item span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -5000px;
}
.b-grahic-captcha .b-captcha_item span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url('/bitrix/templates/.default/components/ma/form/questions/img/shape.png');
}
.b-grahic-captcha .square {
    background-position: 0 0;
}
.b-grahic-captcha .rectangle {
    background-position: -30px 0;
}
.b-grahic-captcha .triangle {
    background-position: -60px 0;
}
.b-grahic-captcha .round {
    background-position: -90px 0;
}
.b-grahic-captcha .polyhedron {
    background-position: -120px 0;
}
.b-grahic-captcha .trapeze {
    background-position: -150px 0;
}
.b-grahic-captcha .rhombus {
    background-position: -180px 0;
}
.b-grahic-captcha .oval {
    background-position: -210px 0;
}
.b-grahic-captcha .star {
    background-position: -240px 0;
}
.b-captcha-text {
    position: relative;
    float: left;
    height: 24px;
    margin: 3px 0 0 15px;
    padding: 0 10px;
    line-height: 25px;
    background-color: #f2efda;
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
}
.b-captcha-text_corner {
    position: absolute;
    margin-top: 7px;
    margin-left: -10px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(/bitrix/templates/.default/components/ma/form/questions/img/tip-yellow_arrows.png) no-repeat -30px 0;
}
.b-color-captcha-text label {
    color: #000;
    font-size: 12px;
}
.b-hidden-captcha {
    display: none;
}
.b-message-form_submit {
    margin: 10px 0 0 0;
}
@media (max-width: 501px) {
    .b-message-form_submit {
        margin: 10px auto 5px;
    }
}
.b-message-form_submit .g-button {
    padding: 10px 43px;
}
@media (min-width: 501px) and (max-width: 520px) {
    .b-message-form_submit .g-button {
        padding: 10px 28px;
    }
}
.b-message-form_personal-data {
    width: 100%;
    margin: 0px 0px 0px 18px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #9a9a9a;
}
.b-message-form_holder .b-message-form_personal-data {
    max-width: 300px;
    margin: 12px 0 0 0;
}
.b-message-form_required-sing {
    margin-top: 1.2em;
    margin-left: 310px;
    font-size: 11px;
}
.b-agreement {
    font-size: 14px;
}
.b-message-form_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width:420px) {
  .g-recaptcha {
    width: 260px;
    transform: scale(.96);
    -webkit-transform: scale(.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
  }
}
/* End */
/* /bitrix/templates/template.main_v2_1/components/bitrix/system.pagenavigation/ma_default/style.css?16518999151417 */
/* /bitrix/templates/template.main_v2_1/components/ma/news/portfolio/ma/news.list/.default/style.css?16717166741887 */
/* /bitrix/templates/.default/components/ma/form/questions/style.css?15651664775769 */
