

/* Start:/local/templates/pechi_main_new_2016/assets/styles/elements/montazh.css?17270862584226*/
.benefits {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 15px;
}

.benefits__icon {
  width: 20%;
}

.benefits__text {
  flex: 1;
  width: 80%;
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  .benefits__icon {
    display: none;
  }
  .benefits__text {
    width: 100%;
  }
}

.benefits__button {
  max-width: 258px;
}

.benefits__button .btn {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  background: #f09202;
  background: linear-gradient(to bottom, #f09202 0%, #dd4501 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09202', endColorstr='#dd4501', GradientType=0);
}

.benefits__button .btn:hover {
  color: #fff;
  background: #f09202;
  background: linear-gradient(to bottom, #f09202 0%, #c63301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09202', endColorstr='#c63301', GradientType=0);
}

.icon, .icon-plank {
  height: 7em;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.icon-plank {
  margin-left: 15px;
  margin-right: 15px;
  background-size: contain !important;
}

ul {
  margin: 0;
}

ul.dashed, ul {
  list-style-type: "\2014";
  margin-bottom: 1em;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}

ul.dashed > li {
  padding-left: 15px;
}

.decimal {
  list-style-type: decimal;
  list-style-position: inside;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.decimal li {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.title-block {
  font-size: 20px;
  color: #f18917;
  font-weight: 600;
}

ul.type-style-dot {
  list-style-type: disc;
}

.opportunity, .example {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.opportunity__item {
  width: calc((100% - (15px * 3)) / 4);
}

.opportunity__item__text p {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
}

.example__item {
  width: calc((100% - 15px) / 2);
}

@media screen and (max-width: 986px) {
  .opportunity__item {
    width: calc((100% - (100px)) / 2);
  }
  .example__item {
    width: calc((100% - 15px) / 2);
  }
}

@media screen and (max-width: 986px) and (max-width: 986px) {
  .example__item {
    width: calc((100% - 0px));
  }
}

@media screen and (max-width: 986px) and (max-width: 576px) {
  .opportunity__item {
    width: calc((90% - (15px)) / 2);
  }
}

.box-flex {
  display: flex;
  margin-bottom: 15px !important;
  padding: 0px !important;
}

@media (max-width: 767.98px) {
  .div-image {
    padding: 0px;
  }
}

.box-flex__image {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.box-flex__content {
  height: 100%;
}

.box-flex__image img {
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: auto;
}

@media screen and (max-width: 991px) {
  .box-flex__image {
    display: none;
  }
}

hr {
  color: #EDEDED;
  margin: 30px 0;
}

.table tr:nth-child(even) {
  background: #FAFBFD;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.form-answer {
  text-align: center;
}

@media (min-width: 992px) {
  .form-answer__body, .form-answer__header {
    margin-bottom: 30px;
  }
}

.form-answer__body, .form-answer__header {
  margin-bottom: 20px;
}

.form-answer__title {
  font-weight: 500;
  font-size: 18px;
}

.form-answer__photo {
  text-align: center;
  margin-bottom: 10px;
}

.form-answer__photo img {
  width: 110px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.form-answer__name {
  font-weight: 500;
  font-size: 18px;
}

.box-flex__content__title, .box-flex__content__text {
  margin: 30px;
}

.box-shadow h2 {
  margin-bottom: 30px;
}

.box-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
  /* required */
}

@media (max-width: 1219.98px) {
  .box-sticky {
    top: 60px;
  }
}

#main_container {
  overflow: visible !important;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.detail/gallery/style.css?17270862583106*/
.section__gallery{
	width:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
}
.section__gallery:not(:last-child){
	margin-bottom:40px;
}
.section__gallery:not(:first-child) {
	margin-top: 40px;
}
.section__gallery-hide{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	width:100%;
}
.section__gallery-show{
	width:100%;
	text-align:right;
	margin-bottom:20px;
	color:#005897;
	cursor:pointer;
	font-size:16px;
}
.section__gallery-show:hover{
	color:#008cf0;
}
.section__gallery-item{
	flex-grow:0;
	flex-shrink:0;
	flex-basis:calc(100% * 1/4 - (8px - 8px * 1/4));
	max-width:calc(100% * 1/4 - (8px - 8px * 1/4));
	width:calc(100% * 1/4 - (8px - 8px * 1/4));
	height:128px;
	margin-bottom:10px;
}
.section__gallery-item:nth-child(1n){
	margin-right:8px;
	margin-left:0;
}
.section__gallery-item:last-child{
	margin-right:0;
}
.section__gallery-item:nth-child(4n){
	margin-right:0;
	margin-left:auto;
}
.section__gallery-item .text{
	display:none;
}
.section__gallery-item_all .text{
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:100%;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	text-decoration:underline;
	position:relative;
	z-index:10;
	padding:15px;
	text-align:center;
}
@media (max-width: 576px){
	.section__gallery-item{
		flex-grow:0;
		flex-shrink:0;
		flex-basis:calc(100% * 1/3 - (6px - 6px * 1/3));
		max-width:calc(100% * 1/3 - (6px - 6px * 1/3));
		width:calc(100% * 1/3 - (6px - 6px * 1/3));
		height:128px;
		margin-bottom:10px;
	}
	.section__gallery-item:nth-child(1n),.section__gallery-item:nth-child(4n){
		margin-right:6px;
		margin-left:0;
	}
	.section__gallery-item:nth-child(3n){
		margin-right:0;
		margin-left:auto;
	}
	.section__gallery-item_all .text{
		font-size:x-small;
	}
}

.section__gallery-item_all .text:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(14, 73, 130, .75);
	z-index:-1;
}
.section__gallery-item_video{
	position:relative;
}
.section__gallery-item_video > a:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.5));
	opacity:1;
	transition:opacity .4s ease;
	z-index:1;
}
.section__gallery-item_video > a svg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:5;
}
.section__gallery-item_video > a svg path{
	transition:fill .4s ease;
}
.section__gallery-item:hover a:before{
	opacity:.5;
}
.section__gallery-item:hover a:after{
	opacity:0;
}
.section__gallery-item:hover a svg path{
	fill:#fff;
}
.section__gallery-item > a{
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.section__gallery-item > a:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background-color:rgb(14, 73, 130);
	transition:opacity .4s ease;
}
/* End */
/* /local/templates/pechi_main_new_2016/assets/styles/elements/montazh.css?17270862584226 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.detail/gallery/style.css?17270862583106 */
