

/* Start:/local/templates/infosystems/components/acs/catalog/catalog_template/style.css?17805783682210*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
.the-cards .the-cards-date{float:right;}
.experts .owl-nav{
	    text-align: center;
    margin-top: 20px;
    /*width: auto !important;*/
    height: 30px;

}
.experts .owl-nav .owl-prev{
	    margin-right: 100px;
		border:0;
		background:none;
		outline: none;
}
.experts .owl-nav .owl-next{
	    margin-left: 100px;
					border:0;
		background:none;
		outline: none;
}
.experts .owl-nav .button{
	width: 25px;
    height: 25px;
    display: inline-block;
}
.experts .owl-dots .owl-dot{
width: 10px;
    height: 10px;
    background-color: #2d2d2d;
    border-radius: 50%;
    margin-right: 10px;
    outline: none;
    box-sizing: border-box;
    width: 10px;
    max-width: 10px;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.experts .owl-nav .button--round:before {
    font-size: 12px !important;
    padding-top: 7px;
    display: inline-block;
}
.experts .owl-dots{    text-align: center;
    margin-top: -27px;
    height: 30px;}
.experts .owl-dots .active{    background-color: #8cd50b;}
.experts.experts-nofon .slider_ .sliders{margin-bottom:20px;}

/** UL FORM **/


/* End */


/* Start:/local/templates/infosystems/components/bitrix/breadcrumb/.default/style.css?1780578368836*/
.bx-breadcrumb {
	margin: 0px 0px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.bx-breadcrumb i {
	color: #fff;
	line-height: 13px;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "OpenSans-Semibold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}
.bx-breadcrumb .bx-breadcrumb-item i{ font-size: 10px; font-style: normal; }
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/components/first-top/order.form.new/templates/.default/style.css?17805783629616*/
.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 10px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.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 {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	width: 600px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** 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;
}
.forms {
    margin-left: 29px;
    margin-bottom: 112px;
    margin-top: 70px;
}
.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
label>input[type=checkbox]:checked+span:before {
    content: "";
}

.forms .input-password .eye:hover {
    background-image: url(/local/templates/infosystems/images/eye-on.svg);
    background-size: 19px auto;
}

.forms .input-date {
    position: relative;
}

.forms .input-date::after {
    position: absolute;
    z-index: 1;
    right: 14px;
    display: block;
    height: 100%;
    top: 0;
    width: 20px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/infosystems/images/cal.svg);
    content: ' ';
    font-size: 0;
    line-height: 0;
}

.forms .input-date input {
    position: relative;
    background-color: transparent !important;
    z-index: 2;
    padding-right: 44px;
}
.forms .row .label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 10px;
    opacity: 1;
}

.form .row-checkbox {
    padding-bottom: 30px;
    position: relative;
}

.forms .row-checkbox .label {
    display: block;
    position: relative;
    padding-left: 38px;
    line-height: 19px;
    font-weight: 500;
    font-size: 12px;
}

.forms .row-checkboxs .label input {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0px;
	top: 10px;
	
	/* white */
	
	background: #FFFFFF;
	/* apple */
	
	border: 2px solid #7AD10A;
	border-radius: 6px;
}

.forms .row-checkboxs .label input[type=radio] {
    border-radius: 50%;
}

.forms .row-checkboxs .label input[type=checkbox] {
    border-radius: 5px;
}

.forms .row-checkboxs .label input[type=checkbox]:checked {
    background: #FFFFFF;
    border: 2px solid #7AD10A;
}

.forms .row-checkboxs .label input[type=checkbox]:checked {
    background: url(/local/templates/infosystems/components/bitrix/main.userconsent.request/reg_Free/Icon.svg) no-repeat 50% 50%;
    background-size: 11px auto;
}
.forms_ul{
    display: flex;
    margin: 0px auto;
    width: 100%;
}
.forms_ul_item{
    margin: 0px auto;
    width: 40%;
}
.forms_ul_centor{
    max-width: 50%;
    margin: 0px auto;   
}

.main-user-consent-request-announce-link{
	margin-top: 10px;
	margin-left: 40px;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}

label>input[type=checkbox]:checked+span:before {
	content: none!important;
}
.forms .btn_promo {
	margin-bottom: 10px;
	margin-top: 20px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    /* font-size: 18px; */
    border-radius: 5px;
    line-height: 150%;
    padding: 16px 48px;
    background: rgb(124, 189, 10);
    cursor: pointer;
    outline: none;
    border: none;
    position: relative;
}
.add_student{
    margin: 0px auto;
    position: relative;
    /* margin-left: -50px; */
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    /* font-size: 18px; */
    border-radius: 5px;
    line-height: 150%;
    padding: 16px 48px;
    background: rgb(124, 189, 10);
    cursor: pointer;
    outline: none;
    border: none;
    position: relative;
    left: -14.5px;
}
.del_student{
    margin: 0px auto;
    position: relative;
	margin-left: 20px;
    /* margin-left: -50px; */
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    /* font-size: 18px; */
    border-radius: 5px;
    line-height: 150%;
    padding: 16px 48px;
    background: rgb(124, 189, 10);
    cursor: pointer;
    outline: none;
    border: none;
    position: relative;
    left: -14.5px;
}
.user_c{
    display: flex;margin: 0px auto;
}
.btns-row{
    margin-right: 25px;
    text-align: center;
}
.forms_con_ul{
    margin: 0 auto;
    margin-top: 51px;
}
.forms_ul_item_half{
    width: 50%; 
}
.form-row__column_select_{
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
}
.forms_con {
    margin: 0 auto;
    max-width: 700px;
    width: 100% !important;
    margin-top: 51px;
}
.forms-ul-check{
    margin-top: 40px;
    max-width: 55%;
    padding-bottom: 0px;

}
.foms-ul-c{
    max-width: 50%;
    margin: 0px auto;   
}
.form-field__title>span{
    color:red;
}
.btn_add_svg{
    position: relative;
    top: 3px;
    left: 10px; 
}
.forms-vid {
    margin-top: 43px;
    margin-left: -30px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
}
.error_input{
    border: 1px solid rgb(194 40 40) !important;
	
}
.error {
	margin-top: -20px;
    padding: 10px;
    color: #C22828;
    flex-basis: 100%;
    display: none;
}
.error.show{
	display: block;
}
.inn_svg{
    position: relative;
    top: 3px;
    left: 10px;
}
.forms-types {
    display: flex;
    margin-top: 9px;
    margin-right: 27px;
}

@media screen and (max-width:800px){
	.forms_ul {
		display: block;
		margin: 0px auto;
		width: 100%;
	}
	.forms_ul_item{
		width: 100%;
	}
	.forms_ul_item_half{
		width: 100%;
	}
	.forms_ul_centor{
		width: 100%;
		max-width: 100%;
	}
	.foms-ul-c{
		max-width: 100%;
	}
	.forms-ul-check{
		margin-top: 40px;
		max-width: 100%;
		padding-bottom: 0px;
	}
	.del_student{
		margin-left: 0px;
		min-width: 40%;
	}
	.user_c{
		display: block;
		margin: 0px auto;
		width: 93%;
	}
}
@media screen and (max-width:446px){
	.user_c{
		padding: 4px;
	}
	.forms .btn_promo{
		max-width: 98%;
	}
}

/* End */
/* /local/templates/infosystems/components/acs/catalog/catalog_template/style.css?17805783682210 */
/* /local/templates/infosystems/components/bitrix/breadcrumb/.default/style.css?1780578368836 */
/* /local/components/first-top/order.form.new/templates/.default/style.css?17805783629616 */
