

/* Start:/local/components/chelarm/ajaxform/templates/formup/style.css?17053113235037*/
.form-popup {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
    background: white;
    padding: 42px;
    -webkit-transition: all 0.33s ease-out;
    -moz-transition: allm 0.33s ease-out;
    -ms-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out;
}

.form-popup .close:after {
    background: #b2b2b2;
    color: #b2b2b2;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 45px;
    width: 2px;
    display: inline-block;
}

.form-popup .close:before {
    background: #b2b2b2;
    color: #b2b2b2;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 45px;
    width: 2px;
    display: inline-block;

}

.form-popup .close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.form-popup form .h2,
.form-popup form h2 {
    margin-top: 0;
}

.form-popup form label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.form-popup form input,
.form-popup form textarea {
    background-color: #eaeaea;
    border: 0;
    outline: none;
}

.form-popup form textarea {
    height: 222px;
    width: 96%;
}

.form-popup form p {
    font-size: 12px;
    color: #76828f;
}

.form-popup form .row {
    margin-left: 0;
    margin-bottom: 20px;
}
.form-popup form .row:last-child {
    margin-bottom: 0;
}

.form-popup form input {
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    width: 208px;
}

.form-popup form .right-block {
    text-align: right;
}

.form-popup form .right-block p {
    margin-top: 0;
    width: 214px;
    text-align: left;
    margin-right: 30px;
    display: inline-block;

}

.form-popup .btn-green {
    padding: 14px 0;
    width: 228px;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}

.form-popup .btn-default {
    color: #42566a;
    padding: 14px 0;
    border: 2px solid #ebedef;
    width: 228px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}

.form-popup .btn-default:last-child {
    margin-right: 0;
}

.form-popup form input:last-child {
    margin-bottom: 0;
}

.popup-back {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(59, 78, 97, 0.8);
    height: 100%;
    width: 100%;
}

.block-info .block-right {
	padding: 0;
}

.form-popup.on-page {
	display: block;
	background: #3a4f64;
	position: relative;
	top: 0;
	left: 0;
	z-index: initial;
	color: #fff;
}
.form-popup.on-page .close {
	display: none;
}
.form-popup.on-page form {
	margin-top: 0;
}
.form-popup.on-page form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	margin-top: 8px;
	margin-bottom: 0;
}
.form-popup.on-page.big-form form label {
	margin-top: 0px;
	margin-bottom: 10px;
}
.form-popup.on-page form input {
	height: initial;
}
.form-popup.on-page.big-form {
	max-width: 1058px;
	margin: 60px auto;
	padding: 42px;
}
.form-popup.on-page.big-form p {
	color: #fff;
}
.form-popup.on-page.big-form .col-3 {
	flex-basis: 230px;
    max-width: 230px;
    width: 230px;
    margin-right: 20px;
}
.form-popup.on-page.small-form .col-3,
.form-popup.on-page.small-form .col-6,
.form-popup.on-page.small-form .col-9 {
	width: 100%;
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.form-popup.on-page a.file-selectdialog-switcher.btn-default {
	color: #fff;
}

.form-popup.on-page.small-form {
	width: 430px;
	padding: 42px;
}
.block-info .block-right form input {
	border: 1px solid transparent;
}
.form-popup.on-page form input[type=text],
.form-popup.on-page form textarea {
	background: #fff;
}
.form-popup.on-page.small-form form input[type=text],
.form-popup.on-page.small-form form textarea {
	width: 258px;
	padding: 8px;
	margin-bottom: 8px;
}
.form-popup.on-page.small-form form textarea {
	height: 100px;
}
.form-popup.on-page.big-form form textarea {
	width: 98%;
	height: 214px;
}
.form-popup.on-page.small-form .files-c {
	display: flex;
	justify-content: space-between;
}
.form-popup.on-page.small-form .files-c a {
	width: 200px;
	margin: 0;
}
.form-popup.on-page.small-form .files-c p {
	display: none;
}
.form-popup.on-page.small-form .files-c a:last-child {
	margin: 0;
}
.form-popup.on-page.small-form form .right-block {
	margin-top: 20px;
}
.form-popup.on-page.small-form form .right-block p {
	float: left;
	color: #fff;
}
.form-popup.on-page.small-form form .right-block .btn-green {
	width: 180px;
}

/* End */
/* /local/components/chelarm/ajaxform/templates/formup/style.css?17053113235037 */
