

/* Start:/local/components/lardin/forms/templates/buy/style.css?17715980122060*/
.input-control.lardin-error-field{
	background-color: #f0c2e8;
}
.lardin-form-notice{
	display: none;
	color: green;
}
.lardin-form-error{
	color: red;
}

.input-control {
  height: 50px;
  margin: 0 0 10px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-family: "Inter", Arial, sans-serif;
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  color: #666;
}

textarea.input-control {
  height: 120px;
  padding: 10px 15px;
}
.box-form {
  max-width: 580px;
  width: 100%;
  border-radius: 10px;
  padding: 50px 80px;
  position: relative;
  margin: 0 auto;
}
.b-check__name {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: normal;
    position: relative;
    padding: 2px 0 0 35px;
    cursor: pointer;
}
.b-check__name::after {
    content: "";
    font-family: "fontello";
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 23px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.b-check {
    padding: 10px 0 0 0;
    margin: 0 0 20px;
	display: block;
	width: 100%;
}
.b-check__input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.b-check__input:checked + .b-check__name:after {
  content: "\2714";
  color: #84BC2D;
}
.b-check__input.error-check + .b-check__name:after{
  border: 2px solid red;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
label.b-check__name {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.input-submit {
    display: block;
    text-align: center;
    height: 50px;
    font-size: 14px;
    border: none;
    width: 100%;
    font-weight: bold;
    padding: 0;
	max-width: 260px;
	margin: 0 auto;
	cursor: pointer;

        border-color: #718b4a !important;
    background-color: #718b4a !important;
    color: #fff;
    transition: all 0.3s ease;
}
/* End */


/* Start:/local/components/lardin/forms/templates/opt/style.css?17778117612060*/
.input-control.lardin-error-field{
	background-color: #f0c2e8;
}
.lardin-form-notice{
	display: none;
	color: green;
}
.lardin-form-error{
	color: red;
}

.input-control {
  height: 50px;
  margin: 0 0 10px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-family: "Inter", Arial, sans-serif;
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  color: #666;
}

textarea.input-control {
  height: 120px;
  padding: 10px 15px;
}
.box-form {
  max-width: 580px;
  width: 100%;
  border-radius: 10px;
  padding: 50px 80px;
  position: relative;
  margin: 0 auto;
}
.b-check__name {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: normal;
    position: relative;
    padding: 2px 0 0 35px;
    cursor: pointer;
}
.b-check__name::after {
    content: "";
    font-family: "fontello";
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 23px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.b-check {
    padding: 10px 0 0 0;
    margin: 0 0 20px;
	display: block;
	width: 100%;
}
.b-check__input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.b-check__input:checked + .b-check__name:after {
  content: "\2714";
  color: #84BC2D;
}
.b-check__input.error-check + .b-check__name:after{
  border: 2px solid red;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
label.b-check__name {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.input-submit {
    display: block;
    text-align: center;
    height: 50px;
    font-size: 14px;
    border: none;
    width: 100%;
    font-weight: bold;
    padding: 0;
	max-width: 260px;
	margin: 0 auto;
	cursor: pointer;

        border-color: #718b4a !important;
    background-color: #718b4a !important;
    color: #fff;
    transition: all 0.3s ease;
}
/* End */


/* Start:/bitrix/components/dev2fun/feedback.ajax/css/popup-alert.css?1593522274995*/
.tip-message{
	width:237px;
	overflow:hidden;
	position:fixed;
	padding:0 0 3px;
	background:#aaa;
	top:3px;
	right:3px;
	z-index:999999999;
	display:none;
    text-align:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.red-popup-thor{background:#bd1919;}
.green-popup-thor{background:green;}
.tip-message .tip-hold{
	overflow:hidden;
	height:1%;
	padding:12px 48px 13px 17px;
	background:#aaa;
}
.red-popup-thor .tip-hold{background:#bd1919;}
.green-popup-thor .tip-hold{background:green;}
.tip-message span{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	display:block;
	line-height:14px;
	color:#fff;
	font-size: 12px;
}
.tip-message .btn-close{
	position:absolute;
	top:8px;
	right:8px;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-99999px;
	background:url(/bitrix/components/dev2fun/feedback.ajax/css/../images/btn-tip-close.png) no-repeat;
}
.tip-message p{
    font-size: 11px;
    margin: 1px 0 3px;
}

/* End */
/* /local/components/lardin/forms/templates/buy/style.css?17715980122060 */
/* /local/components/lardin/forms/templates/opt/style.css?17778117612060 */
/* /bitrix/components/dev2fun/feedback.ajax/css/popup-alert.css?1593522274995 */
