

/* Start:/local/templates/.default/components/bitrix/iblock.element.add.form/request_mini_rural/style.css?17530780263586*/
#rural-form_blk {
  width: 100%;
  max-width: 980px;
  padding: 64px 56px 32px 56px;
  box-sizing: border-box;  
  border: 1px solid #e0e0e0;
  border-radius: 16px;
}

.mforn_note { width: 100%; font-family: 'Roboto', sans-serif; font-size: 1.6rem; }

.rform_cntr { width: 100%; flex-wrap: nowrap; }

/*
.rform-l { flex: 300px 0 0; padding-right: 18px; }
.rform-r { flex: 460px 0 0; padding-left: 70px; border-left: 1px solid #e0e0e0; }
*/

.rform-l { flex: 32% 0 0; padding-right: 18px; }

.rform-r { flex: 54% 0 0; padding-left: 70px; border-left: 1px solid #e0e0e0; }

.rform__h { font-family: 'Roboto-Light', sans-serif; font-size: 2.0rem; font-weight: bold; }

.rform__txt { padding: 1.2rem 0; font-family: 'Roboto', sans-serif; font-size: 1.3rem; }

.rform_inptw { position: relative; margin-top: 2.0rem; width: 100%; height: 36px; }

.r_form_inpt {
  position: relative;
  display: block;  
  width: 100%;
  border: none;
  outline: none;
  padding: 0;  
  height: 26px;
  line-height: 2.6rem;
  font-family: 'Roboto-Light', sans-serif;
  font-size: 1.8rem;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  z-index: 2;
}

.rfomm__i {
  position: absolute;
  top: 2px;  
  font-family: 'Roboto-Light', sans-serif;
  font-size: 1.8rem;
  color: #101828b3;
  transition: .2s;
  z-index: 1;
}

.r_form_inpt:focus,
.r_form_inpt:hover {
  border-bottom: 1px solid #37474F;
  color: #37474F;
}

.r_form_inpt:focus + .rfomm__i,
.r_form_inpt:valid + .rfomm__i {
  top: -14px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3f51b5;
}

.rform_rchw {
  flex-wrap: nowrap;
  align-items: center;
  height: 34px;
  width: 100%;
  margin: 28px 0;
}
.rform_ch { flex: 32px 0 0; height: 32px; margin-right: 12px; }
.rform_ch input[type='checkbox'] { 
  position: relative;
  bottom: 5px;
  width: 28px;
  height: 38px;
  cursor: pointer; 
}
.rform_chrem { font-family: 'Roboto-Lite', sans-serif; font-size: 1.4rem;  color: #101828b3; font-weight: lighter; }

#rform_sub {
  display: block;
  width: 150px;
  height: 42px;
  background-color: transparent;
  color: #3f51b5;
  font-family: 'Roboto-Light',sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
  box-shadow: none;
  border: solid 1px #3f51b5;
  border-radius: 4px;
  cursor: pointer;  
}
#rform_sub:hover { background-color: rgba( 63, 81, 181, .2); }
#rform_sub:disabled { background-color: rgba( 100, 100, 100, .1); border-color:#37474F; color:#37474F; cursor: not-allowed; }

.rform-blk__rem { margin-top: 16px; }

.rform__remh {
  margin-bottom: 18px;  
  font-family: 'Roboto',sans-serif;
  font-size: 1.6rem;
  font-weight: bold;  
}

.rform__remh svg {
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
}
.rform__remh span { padding-left: 2px; }

/* ---------- ---------- ---------- MEDIA ---------- ---------- ---------- */

/* ---------- ---------- ---------- 1024 ---------- ---------- ---------- */

@media screen and (width < 1020px) {
  #rural-form_blk { width: 96%; padding: 56px 32px; }  
}

/* ---------- ---------- ---------- 768 ---------- ---------- ---------- */
@media screen and (width < 769px) {
  #rural-form_blk { padding: 22px; }
  .rform_cntr { flex-wrap: wrap; }
  .rform-l { flex: 90% 0 0; padding: 8px; }
  .rform-r { flex: 90% 0 0; margin-top: 18px; padding: 8px; border-left: none; }
  .rform__txt { padding: 0; padding-top: .6rem; }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/rural_promo/style.css?17531571421334*/
.rural_promo { width: 100%; }
.rural-promo__hdr {
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 2.4rem;
	padding-bottom: .8rem;
	color: #971d98;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	border-bottom: 1px solid #e0e0e0;
}

.rural-promo__item { width: 100%; flex-wrap: wrap; }

.rural-promo__slider {
	position: relative;
	left: 0;
	flex: 490px 0 0;
	height: 320px;
	z-index: 1;
}

.rural-promo__slider.enlarged { flex: unset; width: 90vw; max-width: 1024px; height: 60vw; max-height: 620px; }

.rural-promo__txt { flex: 50% 0 0; height: 320px;	padding-left: 16px; box-sizing: border-box;}
.rural-promo__txt p {
	margin: 0.6rem 0;
  color: #37474F;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}

/* ---------- ---------- ---------- MEDIA ---------- ---------- ---------- */

/* ---------- ---------- ---------- 1024 ---------- ---------- ---------- */

@media screen and (width < 1024px) {
  .rural_promo { width: 90%; }
	.rural-promo__txt {flex: 30vw 1 0; height: auto; }
	.rural-promo__slider { flex: 400px 0 0; height: 280px; }
}

/* ---------- ---------- ---------- 768 ---------- ---------- ---------- */
@media screen and (width < 769px) {
	.rural_promo { width: 90%; }
	.rural-promo__txt {flex: 94% 0 0; height: auto; padding-left: 0; }
	.rural-promo__slider { flex: 90vw 0 0; height: 58vw; }	
}
/* End */
/* /local/templates/.default/components/bitrix/iblock.element.add.form/request_mini_rural/style.css?17530780263586 */
/* /local/templates/.default/components/bitrix/news.list/rural_promo/style.css?17531571421334 */
