

/* Start:/local/templates/main_new/components/bitrix/news.list/types_balcon/style.css?17296636593629*/
.s-types-balcon {
	font-family: Segoe_ui_regular, sans-serif;
	font-size: 16px;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	background: #f8f8f8;
	margin-top: 60px;
}
.s-types-balcon .s-title {
	margin-bottom: 40px;
	font-family: Segoe_ui_bold, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.s-types-balcon .boxs {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}
.s-types-balcon .boxs .item {
	background: #ffffff;
	margin: 0px 10px 25px;
	width: 48.2%;
	border-radius: 30px;
	padding: 30px;
}
.s-types-balcon .boxs .item .title {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.s-types-balcon .boxs .item .pic {
	margin-bottom: 15px;
	text-align: center;
}
.s-types-balcon .boxs .item .pic img {
	max-width: 100%;
}
.s-types-balcon .boxs .item .size {
	text-align: center;
	margin-bottom: 40px;
}
.s-types-balcon .boxs .item .props .itm {
	margin-bottom: 25px;
}
.s-types-balcon .boxs .item .props .itm:last-child {
	margin-bottom: 0;
}
.s-types-balcon .boxs .item .props .itm .bx {
	display: flex;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.s-types-balcon .boxs .item .props .itm .bx span:first-child {
	margin-right: auto;
	font-size: 18px;
	padding-left: 25px;
}
.s-types-balcon .boxs .item .props .itm.cold .bx span:first-child {
	background: url(/local/templates/main_new/components/bitrix/news.list/types_balcon/img/icon-hold.png) center left no-repeat;
	background-size: contain;
}
.s-types-balcon .boxs .item .props .itm.teplo .bx span:first-child {
	background: url(/local/templates/main_new/components/bitrix/news.list/types_balcon/img/icon-hot.png) center left no-repeat;
	background-size: contain;
}
.s-types-balcon .boxs .item .props .itm .bx span:last-child {
	margin-left: auto;
}
.s-types-balcon .boxs .item .props .itm .bx span:last-child strong {
	color: #e22727;
	font-size: 18px;
}
.s-types-balcon .boxs .item .props .itm .txt {
	font-size: 14px;
}
.s-types-balcon .boxs .item .props .itm a.txt {
	color: #3da4d4;
}
.s-types-balcon .boxs .item .props .itm a.txt:hover {
	text-decoration: underline;
}
@media screen and (max-width:1199px){
	.s-types-balcon .boxs .item {
		width: 48%;
	}
	.s-types-balcon .s-title {
		font-size: 36px;	
	}	
}
@media screen and (max-width:1090px){
	.s-types-balcon .boxs .item {
		width: 47.9%;
	}
	.s-types-balcon .s-title {
		font-size: 30px;
	}
}
@media screen and (max-width:992px){
	.s-types-balcon .boxs .item {
		width: 100%;
	}
}
@media screen and (max-width:748px){
	.s-types-balcon .s-title {
		font-size: 24px;
	}
}
@media screen and (max-width:549px){
	.s-types-balcon .s-title {
		margin-bottom: 30px;
	}
	.s-types-balcon .boxs .item {
		padding: 25px 20px;
	}
	.s-types-balcon .boxs .item .title {
		font-size: 20px;
	}
	.s-types-balcon .boxs .item .props .itm .bx span:first-child {
		font-size: 16px;
	}
	.s-types-balcon .boxs .item .props .itm .bx span:last-child {
		font-size: 14px;
	}
	.s-types-balcon .boxs .item .props .itm .bx span:last-child strong {
		font-size: 16px;
	}
	.s-types-balcon .boxs .item .props .itm .txt {
    font-size: 12px;
	}
	.s-types-balcon .boxs .item .size {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:450px){
	.s-types-balcon {
		font-size: 14px;
	}
	.s-types-balcon .boxs .item .title {
    font-size: 18px;
	}
	.s-types-balcon .boxs .item .size {
    margin-bottom: 20px;
	}
	.s-types-balcon .boxs .item .props .itm .bx span:first-child {
		font-size: 13px;
		padding-left: 20px;
	}
	.s-types-balcon .boxs .item .props .itm .bx span:last-child {
    font-size: 10px;
	}
	.s-types-balcon .boxs .item .props .itm .bx span:last-child strong {
    font-size: 13px;
	}
	.s-types-balcon .boxs .item .props .itm .txt {
    font-size: 10px;
	}
}



/* End */


/* Start:/local/templates/main_new/components/bitrix/main.include/main_vklucheno/style.css?177668349110419*/
.main_vklucheno_{
  background: #F8F8F8;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 100px;
  text-align: center;
  font-family: Segoe_ui_regular, sans-serif;
  overflow: hidden;
}
.main_vklucheno_:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border: 100px solid #F8F8F8;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #fff;
  border-bottom: 0px solid blue;
}
.main_vklucheno_ .s-title{
	/*padding-top: 60px;
	margin-bottom: 0;*/
}
.main_vklucheno_ .title2{
  max-width: 800px;
  margin: 20px auto 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.main_vklucheno_ .item{
  display: inline-block;
  width: 270px;
  height: 320px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px #AFAFAF;
  margin: 10px;
  border-radius: 20px;
  background: #fff;
}
.main_vklucheno_ .item:before{
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(/include/img/main_icons3.png) 0 0 no-repeat;
  margin: 20px auto 30px;
}
.main_vklucheno_ .item:nth-child(1):before{background-position: -3px -87px;width: 86px;height: 54px;}
.main_vklucheno_ .item:nth-child(2):before{background-position: -98px -88px;}
.main_vklucheno_ .item:nth-child(3):before{background-position: -156px -87px;}
.main_vklucheno_ .item:nth-child(4):before{background-position: -212px -80px;width: 72px;height: 67px;}
.main_vklucheno_ .item .name{
  font-family: Segoe_ui_semibold, sans-serif;
  font-size: 20px;
  font-weight: bold;
padding: 10px;
}
.main_vklucheno_ .item .text{
  color: #000;
  font-size: 14px;
  padding: 20px 20px 0;
}




/*
.main_vklucheno2{
  position: relative;
  text-align: center;
  font-family: Segoe_ui_regular, sans-serif;
  padding-top: 40px;
}
.main_vklucheno2 .all_in_men{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 350px;
}
.main_vklucheno2 .text_pre{
  font-family: Segoe_ui_semibold, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.main_vklucheno2 .mprice{
  font-family: Segoe_ui_semibold, sans-serif;
  color: #004E96;
  font-size: 30px;
  font-weight: bold;
}
.main_vklucheno2 .btn_zakazat{
	font-family: Segoe_ui_semibold, sans-serif;
  margin-top: 10px;
  display: inline-block;
  padding: 15px 60px;
  background: #e22727;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
.main_vklucheno2 .text_{
  float: right;
  width: 100%;
  max-width: 700px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: left;
}
.main_vklucheno2 .text_ .s-title{
  font-size: 25px;
  margin-bottom: 20px;
}
.main_vklucheno2 .text_ .mtext{
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0 0;
}
.main_vklucheno2 .text_ .mtxt{
  margin-top: 30px;
  padding-left: 30px;
  font-size: 16px;
  position: relative;
}
.main_vklucheno2 .text_ .mtxt:before{
  position: absolute;
  left: 0;
  top: 0;
  color: #FCEAEA;
  font-size: 45px;
  font-weight: bold;
  line-height: 35px;
}
.main_vklucheno2 .text_ .mtxt1:before{content: "1";}
.main_vklucheno2 .text_ .mtxt2:before{content: "2";}
.main_vklucheno2 .text_ .mtxt3:before{content: "3";}

@media screen and (max-width: 1070px){
  .main_vklucheno2 .all_in_men{display: none;}
  .main_vklucheno2 .text_{margin: 80px auto 80px;float: none;text-align: center;}
  .main_vklucheno2 .text_ .mtxt{padding: 0 20px;}
  .main_vklucheno2 .text_ .mtxt:before{left: 50%;top: -18px;z-index: -1;}
}
*/



.main_vklucheno2 {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding: 48px 0 0;
}

/* Фоновое изображение как <img> */
.main_vklucheno2-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* аналог background-size: cover */
  object-position: left top; /* можно сдвигать как фон, например: left  -50px */
  z-index: 0;
}

/* Градиент поверх картинки (бывший ::before) */
.main_vklucheno2-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(0,0,0,0.14) 0%,
    rgba(0,0,0,0.06) 34%,
    rgba(0,0,0,0.02) 60%,
    rgba(0,0,0,0) 78%
  );
}

.main_vklucheno2 .wrapper {
  position: relative;
  z-index: 2;
}

.main_vklucheno2-inner {
  min-height: 620px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* Плашка всегда снизу */
.main_vklucheno2-card {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-top: auto;
  padding: 28px 30px 24px;
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(255,255,255,0.28);
}

h3.s-title.main_vklucheno2-title {
  margin: 0 0 18px;
/*  text-transform: uppercase;*/
  text-align:left;
  font-size: 32px;
  /*
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;  
  color: #13324a;*/
}

.main_vklucheno2-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.main_vklucheno2-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 9px 0;
}

.main_vklucheno2-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    /* background-color: rgba(244, 246, 251, 0.85); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
}

.main_vklucheno2-icon--factory {
  background-image: url('/local/templates/main_new/components/bitrix/main.include/main_vklucheno/icon-factory.png');
}

.main_vklucheno2-icon--team {
  background-image: url('/local/templates/main_new/components/bitrix/main.include/main_vklucheno/icon-team.png');
}

.main_vklucheno2-icon--line {
  background-image: url('/local/templates/main_new/components/bitrix/main.include/main_vklucheno/icon-line.png');
}

.main_vklucheno2-text {
  flex: 1 1 auto;
}

.main_vklucheno2-item-title {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 20px;
/*  color: #13324a;*/
}

.main_vklucheno2-item-body {
  font-size: 16px;
  line-height: 1.5;
/*  color: #2f3944;*/
}

.main_vklucheno2-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.main_vklucheno2-price {
  font-size: 16px;
  line-height: 1.4;
  color: #3b4550;
}

.main_vklucheno2-price span {
  display: block;
  font-weight: 800;
  font-size: 24px;
  color: #e22727;
}

.main_vklucheno2 .btn_zakazat {
  padding: 11px 24px;
  border: none;
  border-radius: 4px;
  background-color: #e22727;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  white-space: nowrap;
}

.main_vklucheno2-actions .btn-red {
    color: white;
    border: none;
    padding: 12px 50px;
    border-radius: 25px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
/*    text-transform: uppercase;*/
    font-weight: 600;
    line-height: normal;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-family: Segoe_ui_bold, sans-serif;
    letter-spacing: .6px;
}

.main_vklucheno2 .btn_zakazat:hover {
  background-color: #c51f1f;
}

/*@media (max-width: 1200px) {
  .main_vklucheno2,
  .main_vklucheno2 .wrapper,
  .main_vklucheno2-inner {
    min-height: 760px;
  }

  .main_vklucheno2-bg {
    background-position: 18% bottom;
  }
}

@media (max-width: 992px) {
  .main_vklucheno2,
  .main_vklucheno2 .wrapper,
  .main_vklucheno2-inner {
    min-height: 700px;
  }

  .main_vklucheno2 {
    padding-top: 32px;
  }

  .main_vklucheno2-bg {
    background-position: 24% bottom;
  }

  .main_vklucheno2-card {
    max-width: 500px;
    padding: 24px 24px 20px;
  }
}*/

@media (max-width: 768px) {
  .main_vklucheno2 {
    min-height: auto;
    padding: 220px 0 0;
  }

  .main_vklucheno2-img {
    object-position: 24% bottom;
  }

  .main_vklucheno2-overlay {
    background: linear-gradient(180deg,
      rgba(0,0,0,0.10) 0%,
      rgba(0,0,0,0.02) 40%,
      rgba(0,0,0,0.10) 100%
    );
  }

  .main_vklucheno2-inner {
    min-height: auto;
    display: block;
  }

  .main_vklucheno2-card {
    max-width: 100%;
    margin: 0;
    padding: 20px 18px 18px;
    border-radius: 14px 14px 0 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 -12px 28px rgba(0,0,0,0.18);
  }

  h3.s-title.main_vklucheno2-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: center;
  }

  .main_vklucheno2-item {
    gap: 12px;
    padding: 8px 0;
  }

  .main_vklucheno2-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .main_vklucheno2-item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .main_vklucheno2-item-body {
    font-size: 14px;
    line-height: 1.42;
  }

  .main_vklucheno2-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .main_vklucheno2-price {
    font-size: 16px;
    text-align: center;
  }

  .main_vklucheno2-price span {
    font-size: 20px;
  }

  .main_vklucheno2 .btn_zakazat {
    width: 100%;
    text-align: center;
    padding: 12px 18px;
  }
}

@media (max-width: 480px) {
  .main_vklucheno2 {
    padding-top: 50px;
  }

  .main_vklucheno2-bg {
    background-position: 34% bottom;
  }

  .main_vklucheno2-card {
    padding: 40px 10px 40px;
  }

  .main_vklucheno2-title {
    font-size: 18px;
  }

  .main_vklucheno2-item-body {
    font-size: 14px;
  }
}












h3.s-title {
    margin-bottom: 40px;
    font-family: Segoe_ui_bold, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1200px){
h3.s-title {
    font-size: 36px;}
}
@media (max-width: 1100px){
h3.s-title {
    font-size: 30px;}
}
@media (max-width: 767px){
h3.s-title {
    font-size: 24px;}
}

.vid_txt_pod_zag {
    max-width: 900px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: normal;
}
@media screen and (max-width: 768px){
.vid_txt_pod_zag {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: normal;
}
}

/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/main_3_vida/style.css?17296637467742*/
.main_3_vida_{
  padding: 60px 0;
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  font-family: Segoe_ui_regular, sans-serif;
  font-size: 16px;
  overflow: hidden;
  text-align: left;
}
.main_3_vida_ .s-title{
  text-align: center;
}
.main_3_vida_ .type{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main_3_vida_ .jcarousel_3_vida_{
  display: inline-block;
  width: 100%;
  max-width: 460px;
  height: 610px;
  box-shadow: 0px 0px 5px 0px #AFAFAF;
  border-radius: 15px;
  overflow: hidden;
}
/*
@media screen and (max-width: 1180px){
	.jcarousel__o_kompanii{width: 825px;}
}
@media screen and (max-width: 925px){
	.jcarousel__o_kompanii{width: 550px;}
}
@media screen and (max-width: 650px){
	.jcarousel__o_kompanii{width: 275px;}
}
/** Carousel **/
.main_3_vida_ .jcarousel_3_vida{
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 600px;
  margin: 30px 30px 0 30px;
}
.main_3_vida_ .jcarousel_3_vida ul{width: 20000em;position: relative;list-style: none;margin: 0;padding: 0;}
.main_3_vida_ .jcarousel_3_vida li {
  width: 400px;
  float: left;
}
.main_3_vida_ .jcarousel_3_vida .image{
  height: 400px;
  margin-bottom: 20px;
  background: center center no-repeat;
  background-size: cover;
}
.main_3_vida_ .jcarousel_3_vida li a{
	width: 255px;
	height: 255px;
	display: inline-block;
	background: #fff center center no-repeat;
	background-size: 200px;
	margin: 0 10px;
}

/** Carousel Controls **/
.main_3_vida_ .pag{
  position: absolute;
  left: 0;
  right: 0;
  top: 340px;
  height: 60px;
  background: rgba(255,255,255,.5);
  text-align: center;
}
.main_3_vida_ .pag .cnt_{
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 10px 0 15px;
}
.main_3_vida_ .pag .cnt_ .cnt{
  display: inline-block;
  height: 60px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.main_3_vida_ .pag .cnt_ .palka{
  display: inline-block;
  height: 100%;
  line-height: 50px;
  font-size: 35px;
}
.main_3_vida_ .pag .cnt_ .all{
  display: inline-block;
  height: 60px;
  line-height: 65px;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.main_3_vida_ .jcarousel_control_prev,
.main_3_vida_ .jcarousel_control_next{
	display: inline-block;
	text-decoration: none;
  height: 100%;
  width: 40px;
  position: relative;
  cursor: pointer;
}
.main_3_vida_ .jcarousel_control_prev:before{
	content: "";
	position: absolute;
	top: 30px;
	left: 0px;
	width: 25px;
	height: 0;
	border: 1px solid #222222;
  border-radius: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.main_3_vida_ .jcarousel_control_prev:after{
	content: "";
	position: absolute;
	top: 31px;
	left: -1px;
	width: 25px;
	height: 0;
	border: 1px solid #222222;
  border-radius: 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.main_3_vida_ .jcarousel_control_next:before{
	content: "";
	position: absolute;
	top: 31px;
	right: -1px;
	width: 25px;
	height: 0;
	border: 1px solid #222222;
  border-radius: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.main_3_vida_ .jcarousel_control_next:after{
	content: "";
	position: absolute;
	top: 30px;
	right: 0px;
	width: 25px;
	height: 0;
	border: 1px solid #222222;
  border-radius: 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.main_3_vida_ .jcarousel_control_prev:hover span,
.main_3_vida_ .jcarousel_control_next:hover span{display: block;}
.main_3_vida_ .jcarousel_control_prev.inactive,
.main_3_vida_ .jcarousel_control_next.inactive{opacity: .5;cursor: default;}

/** Carousel Pagination **/
.main_3_vida_ .jcarousel_pagination{
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}
.main_3_vida_ .jcarousel_pagination a{
  display: inline-block;
  height: 60px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #222222;
  display: none;
}
.main_3_vida_ .jcarousel_pagination a.active{
  display: inline-block;
}
.main_3_vida_ .jname{
  font-family: Segoe_ui_semibold, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.main_3_vida_ .items{
  text-align: center;
}
.main_3_vida_ .items .item{
  display: inline-block;
  width: 85px;
  height: 110px;
  margin: 0 10px;
  overflow: hidden;
}
.main_3_vida_ .items .item:before{
  content: "";
  display: inline-block;
  margin: 20px auto 0;
  width: 26px;
  height: 26px;
  background: url(/include/img/main_icons5.png) -12px -267px no-repeat;
}
.main_3_vida_ .items .item:nth-child(2):before{background-position: -48px -268px;}
.main_3_vida_ .items .item:nth-child(3):before{background-position: -82px -268px;}
.main_3_vida_ .items .item .ln{
  width: 25px;
  border: 1px solid #e22727;
  margin: 10px auto 5px;
}
.main_3_vida_ .block2{
  display: inline-block;
  width: 460px;
  height: 610px;
  overflow: hidden;
  margin: 0 20px;
  text-align: left;
  position: relative;
}
.main_3_vida_ .block2 .text1{
  font-family: Segoe_ui_semibold, sans-serif;
  font-size: 28px;
  font-weight: bold;
	margin: 40px 0 20px;
	border-bottom: 3px solid #e22727;
	display: inline-block;
	padding-bottom: 2px;
}
.main_3_vida_ .block2 .text2{
  
}
.main_3_vida_ .block2 .text3{
  margin-top: 20px;
  font-family: Segoe_ui_semibold, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.main_3_vida_ .block2 .items{
  color: #004E96;
  /* font-weight: bold; */
  width: 350px;
}
.main_3_vida_ .block2 .items .ln{
  padding: 20px 0;
  position: relative;
}
.main_3_vida_ .block2 .items .ln:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #A2A2A2;
}
.main_3_vida_ .block2 .items .ln:last-child:after{
  content: none;
}
.main_3_vida_ .block2 .items .ln .name{
	float: left;
}
.main_3_vida_ .block2 .items .ln .name a {
	color: #004E96;
}
.main_3_vida_ .block2 .items .ln .name a:hover {
	text-decoration: underline;
}
.main_3_vida_ .block2 .items .ln .mprice{
  float: right;
}
.main_3_vida_ .block2 .btn_{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
}
.main_3_vida_ .block2 .btn_ .mbtn{
  display: inline-block;
  padding: 10px 30px;
  background: #e22727;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  /*float: left;*/
}
.main_3_vida_ .block2 .btn_ .tel{
  float: right;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}
.main_3_vida_ .block2 .btn_ .tel:before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 23px;
  height: 23px;
  background: url(/include/img/main_icons5.png) -112px -270px no-repeat;
}
/* End */
/* /local/templates/main_new/components/bitrix/news.list/types_balcon/style.css?17296636593629 */
/* /local/templates/main_new/components/bitrix/main.include/main_vklucheno/style.css?177668349110419 */
/* /local/templates/main_new/components/bitrix/news.list/main_3_vida/style.css?17296637467742 */
