div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.cloud-button {
	position: fixed;
	z-index: 10;
	font-family: 'Open Sans', sans-serif;
	bottom:  20px;
	left:  -200px;
	outline: none;
	transition: all 0.3s;
}
.cloud-main-window .modal-head h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.cloud-button .cloud-pops__close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 21px;
	background: #f7f7f7;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cloud-button .cloud-pops__close svg {
	width: 7px;
	height: 7px;
}

.cloud-button a {
	background: #DBA04E;
	overflow: hidden;
	border-radius: 40px;
	line-height: 0;
	border-color: #DBA04E;
}
.cloud-button a:hover, .cloud-button a:focus, .cloud-button a:active {
	background: #DBA04E !important;
	border-color: #DBA04E !important;
	outline: none !important;
}
.cloud-button a span {
	text-align: left;
}
.cloud-button span.small {
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	font-size: 10px;
	line-height: 12px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	opacity: .7;
	padding-bottom: 2px;
	letter-spacing: 1px;
	display: block;
}
.cloud-button span.action {
	text-decoration: none;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 16px;
	font-weight: bold;
}
.cloud-main-window .modal-head img {
	max-width: 40%;
}
.cloud-main-window .right-block {
	padding: 0 0 0 20px;
	max-width: 40%;
}
.cloud-main-window .modal-cloud {
	background: #fff;
	padding:  20px;
}
.cloud-main-window .modal-dialog {
	width: 80%;
}
.cloud-main-window .modal-bottom {
	display: flex;
	justify-content: space-between;
}
.cloud-main-window .modal-bottom button {
	background: #DBA04E;
	border-radius: 0;
	padding:  10px 30px;
	font-size: 16px;
	color:  #fff;
	border: 0;
}
.cloud-main-window #mag .afbf_inputtext_bg input[type=radio] {
	display: none;
}
.cloud-main-window #mag .afbf_inputtext_bg .radio {
	margin: 0;
	padding-left: 25px;
	border-right: 1px solid #ddd;
}
.cloud-main-window #mag .afbf_inputtext_bg .radio:first-child {
	padding-left: 0;
}
.cloud-main-window #mag .afbf_inputtext_bg .radio:last-child {
	border-right: 0;
}
.cloud-main-window #mag .afbf_inputtext_bg {
	display: flex;
}
.cloud-main-window #mag .afbf_inputtext_bg label {
	position: relative;
	min-height: 110px;
	font-size: 12px;
	padding-left: 0;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	font-family: 'Open Sans', sans-serif;
}
.cloud-main-window #mag .afbf_inputtext_bg label .address {
	margin-bottom: 5px;
}
.cloud-main-window #mag .afbf_inputtext_bg label span {
	color: #333;
	font-size: 10px;
}
.cloud-main-window .close {
	font-size: 40px;
	text-shadow: none;
	outline: none;
	opacity: 1;
	transition: all 0.3s;
	color: #DBA04E;
    margin: 0;
    width: 40px;
    height: 40px;
}
.cloud-main-window .modal-main {
	display: flex;
}
.cloud-main-window .modal-dialog {
	max-width: 1150px;
	position: relative;
}

.cloud-main-window .radio {
	 margin: 0.5rem;
}
 .cloud-main-window .radio input[type="radio"] {
	 position: absolute;
	 opacity: 0;
}
 .cloud-main-window .radio input[type="radio"] + .radio-label:after {
	 content: '';
	 background: #f4f4f4;
	 border-radius: 5px;
	 border: 1px solid #b4b4b4;
	 display: inline-block;
	 width: 1.4em;
	 height: 1.4em;
	 position: relative;
	 top: -0.2em;
	 margin-right: 1em;
	 vertical-align: top;
	 cursor: pointer;
	 text-align: center;
	 transition: all 250ms ease;
	 position: absolute;
	 right: 0;
     top: calc(100% - 18px);
}
.cloud-main-window .radio input[type="radio"]:checked + .radio-label:after {
	 background-color: #dba04e;
	 box-shadow: inset 0 0 0 2px #f4f4f4;
}
.cloud-main-window .radio input[type="radio"]:focus + .radio-label:after {
	 outline: none;
	 border-color: #dba04e;
}
 .cloud-main-window .radio input[type="radio"]:disabled + .radio-label:after {
	 box-shadow: inset 0 0 0 4px #f4f4f4;
	 border-color: #b4b4b4;
	 background: #b4b4b4;
}
 .cloud-main-window .radio input[type="radio"] + .radio-label:empty:after {
	 margin-right: 0;
}

@media all and (max-width: 1440px) {
	.cloud-main-window .modal-dialog {
		width: 90%;
		max-width: 90%;
	}
}

@media all and (max-width: 1240px) {
	.cloud-main-window .modal-main {
		display: block;
	}
	.cloud-main-window .right-block {
		max-width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.cloud-main-window .modal-dialog {
		max-width: 550px;
	}

	.cloud-main-window .close {
		position: absolute;
        font-size: 60px;
	    top: 0;
	    right: 2px;
	    background: #fff;
	    height: 40px;
	    line-height: 0;
	}
}

@media all and (max-width: 778px) {
	.cloud-main-window .modal-dialog {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
}

@media all and (max-width: 400px) {
	.cloud-main-window .radio input[type="radio"] + .radio-label:after {
		top: calc(50% - 10px);
	}
	.cloud-main-window #mag .afbf_inputtext_bg .radio {
		padding-left: 0;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		border-right: 0;
	}
	.cloud-main-window #mag .afbf_inputtext_bg {
		display:block;
	}
	.cloud-main-window #mag .afbf_inputtext_bg label {
		display:block;
	}
}