

/* Start:/local/templates/smartbee_form/css/template_styles.css?16713072566665*/


*{
	font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
a:hover{
	opacity:0.8;
}



 a, .btn, .block_form input[type=submit] {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,.button:focus {
  text-decoration: none;
}


input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;} 
.container {
    max-width: calc(640px + 32px);
    padding: 0 16px;
    width: 100%;
	margin: 0 auto;
}
.footer {
    padding: 16px;
    background: #FAFAFA;
}

.footer .logo {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #8C8C8C;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

html {
 position:relative;


}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

.block_top_info *{
	font-family: 'Manrope', sans-serif;
}
.block_top_info .block_title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin: 16px 0;
}

.block_top_info {
    background: #FAFAFA;
    padding: 80px 0 64px;
}

.block_form {
    padding: 40px 0 64px;
}

.form-input{
    background: #FAFAFA;
    border: 1px solid #FAFAFA;
    border-radius: 8px;
    padding: 16px 15px;
    width: 100%;
}
.form-input:focus {
    border: 1px solid #E1E1E1;
    background: #fff;
}
.form-input:focus-visible {
    outline: unset;
}

.form-item label {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    display: flex;
}

.form-item {
    margin-bottom: 24px;
}

.form-item label span {
    margin-left: 2px;
}

.block_form input[type=submit] {
    background: #FFA500;
    border-radius: 8px;
    max-width: 160px;
    width: 100%;
    border: 0;
    display: block;
    padding: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
	cursor:pointer;
}

.block_form input[type=submit]:hover {
    background: #EB9100;
    opacity: 1;
}

.requirements {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FF0000;
    margin-top: 8px;
    display: none;
}

.form-input.err {
	background: #FFFFFF;
    border-color: #FF0000;
}

.form-input.err + .requirements {
    display:block;
}



.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1001;
    opacity: 1;
    background: rgba(37,37,37, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.popup {
    position: absolute;
	display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}
.popup .thanks{
	display: none;
	max-width: 480px;
}
.popup-inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}


input.required.err, textarea.required.err {
    outline: 1px solid #ef3a3f;
}

span.err-text {
    color:#ef3a3f;
    margin:10px 0;
    display:block;
}

.popup-thnx-inner{
	display:none;
}
  
.popup_body {
    background: #FFFFFF;
    padding: 48px;
}

.popup_body * {
    font-family: 'Manrope';
}
.popup.is-active {
    display: flex;
}

.block_info_btn_desc .btn_orange:hover {
    background: #EB9100;
    opacity: 1;
}

.popup_body .block_title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 16px 0;
}

.popup_body .block_desc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.popup_body .block_desc:after {
    content: '';
    width: 32px;
    height: 2px;
    display: block;
    margin: 24px 0;
    background: #DCDCDC;
}

.block_info_btn_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block_info_btn_desc .block_txt {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    max-width: calc(100% - 176px);
}

.block_info_btn_desc .btn_orange {
    max-width: 160px;
    background: #FFA500;
    border-radius: 8px;
    padding: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
}
.block_txt span{
	color: #FFA500;
}
html:after {
	content:'';
	width:186px;
	height:202px;
	position:absolute;
	bottom:33px;
	right:38px;
	background:url(/local/templates/smartbee_form/css/../img/bottom_bg.png) no-repeat center;
}

html:before {
	content:'';
	width:100%;
	height:509px;
	position:absolute;
	top:0;
	left:0;
	background:url(/local/templates/smartbee_form/css/../img/top_bg.png) no-repeat center bottom;
}
.block_form, .block_top_info .container {
    position: relative;
    z-index: 2;
}
@media(max-width:767.5px){
	.block_top_info .block_title {
		font-size: 24px;
		line-height: 32px;
	}

	.block_top_info {
		padding: 32px 0;
	}
	.popup_body {
		margin: 0 16px;
		padding: 32px 16px;
	}

	.popup_body .block_title {
		font-size: 18px;
		line-height: 24px;
	}

	.popup_body .block_desc {
		font-size: 16px;
		line-height: 22px;
	}

	.block_info_btn_desc {
		flex-direction: column;
	}


	.block_info_btn_desc .block_txt {
		max-width: 100%;
		margin-bottom: 16px;
	}
}
/* End */
/* /local/templates/smartbee_form/css/template_styles.css?16713072566665 */
