

/* Start:/local/templates/inner/css/onelab.css?17356244791226*/
:root{
    --col: calc((1 / 12) * 100%)
}

.col-6{
    width: 50%;
}

.image-section{
    padding: 0 var(--col);
}

.row{
    display: flex;
}

.one-title{
    color: #333;
    font-family: HelveticaNeueCyr,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 140% */
}

.one-subtitle{
    color: #333;
    font-family: HelveticaNeueCyr,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 140% */
    margin-bottom: 40px;
}
.form-wrapper{
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 139, 138, 0.25);
    padding: 40px;
}
@media (max-width: 960px){
    .row{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .col-6{
        width: 100%;
    }
    .image-section{
        display: flex;
        justify-content: center;
    }
    .form-wrapper{
        padding: 32px 16px;
    }
    .form__field_small{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .btns-row{
        margin-top: 32px;
    }
}

.sp-tip__banner-wrap{
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/callback_copy_postman-d/style.css?16921638741235*/
form{

}
input{
	border: 1px solid #80C6C5;
	padding: 8px 20px;
	width: 100%;
}
label{
	width: 100%;
}
form .row{
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
}
form .row:before,
form .row:after{
	display: none;
}

.form-description{
	margin-top: 40px;
	margin-bottom: 40px;
	color: #333;
	font-family: HelveticaNeueCyr,sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px; /* 140% */
}
.form__field_small{
	margin-top: 0;
	margin-bottom: 0;
}
#target_list{
	border: 1px solid #008B8A;
	background: #008B8A;
	padding: 12px 20px;
	color: #FFF;
	font-family: HelveticaNeueCyr,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 35px; /* 175% */
	width: 100%;
}

.btns-row{
	flex-direction: row !important;
}

.green{
	text-align: center;
	padding: 20px;
	color: #fff;
	background: #79b553;
}
.form-wrapper--input{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 30px;
	column-gap: 20px;
}
@media(max-width: 650px){
	.form-wrapper--input{
		grid-template-columns: 1fr;
	}
	.form_text_729{
		order: 3;
	}
}
/* End */
/* /local/templates/inner/css/onelab.css?17356244791226 */
/* /local/templates/.default/components/bitrix/form.result.new/callback_copy_postman-d/style.css?16921638741235 */
