

/* Start:/bitrix/templates/webpage/components/bitrix/news/services_new/bitrix/news.detail/.default/style.css?17482699994796*/
div.news-detail {
  word-wrap: break-word;
}
div.news-detail img.detail_picture {
  float: left;
  margin: 0 8px 6px 1px;
}
.news-date-time {
  color: #486daa;
}

.fon_bg_korporat {
  background: url("/bitrix/templates/webpage/components/bitrix/news/services_new/bitrix/news.detail/.default/img/fonts/fon_korporat.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap_korporat_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap_korporat ul {
  list-style: none;
  padding: 0;
  width: 49%;
}

.wrap_korporat {
  padding: 35px 15px;
  background: rgba(0, 0, 0, 0.44);
}

.name_block_korporat {
  font-size: 30px;
  text-align: center;
  font-family: "GraphikLCG-Bold";
  text-transform: uppercase;
  color: #00aaf8;
}

.list_korporat,
.wrap_korporat ul li {
  color: #fff;
  font-size: 16px;
  font-family: "GraphikLCG-Bold";
}

.wrap_korporat ul.left_block {
  width: 47.74%;
  display: inline-block;
  vertical-align: top;
}

.wrap_korporat ul.right_block {
  width: 50.9%;
  display: inline-block;
}

.list_korporat:before,
.wrap_korporat ul li:before {
  content: "";
  background: url("/bitrix/templates/webpage/components/bitrix/news/services_new/bitrix/news.detail/.default/img/check.png");
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wrap_price_info {
  width: 100%;
  max-width: 640px;
  margin: auto;
}

.price_info {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.Text_price {
  font-size: 24px;
  color: #fff;
  font-family: "GraphikLCG-Bold";
  line-height: 50px;
}

.price {
  color: #00aaf8;
  font-family: "GraphikLCG-Bold";
  margin-left: 5px;
}

.bottom_click {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  box-sizing: border-box;
  padding-left: 0;
  position: relative;
}

.article__cta-bottom_click {
  position: relative;
  display: inline-block;
  height: 47px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
}

.bottom_click:before {
  transition: 0.3s ease-in-out width;
}

.bottom_click:hover:before {
  width: 230px;
}
.bottom_click:before {
  width: 118px;
  height: 43px;
  border-top: 2px solid #00aaf8;
  border-left: 2px solid #00aaf8;
  border-bottom: 2px solid #00aaf8;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.article__cta-bottom_click {
  padding-left: 10px;
  font-family: "GraphikLCG-Bold";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 44px;
  color: #fff;
}

.article__cta-bottom_click:before {
  position: absolute;
  top: 0;
  left: 108px;
  width: 2px;
  height: 10px;
  content: "";
  display: block;
  background: #00aaf8;
}

.article__cta-bottom_click:after {
  position: absolute;
  top: 37px;
  left: 108px;
  width: 2px;
  height: 10px;
  content: "";
  display: block;
  background: #00aaf8;
}
.bottom_click:hover .article__cta-bottom_click:before {
  left: calc(100% + 18px);
  height: 42px;
}

.bottom_click:hover .article__cta-bottom_click:after {
  left: calc(100% + 18px);
}
.article__cta-bottom_click:before,
.article__cta-bottom_click:after {
  transition: 0.3s ease-in-out all;
}

.left_progeckt {
  width: 560px;
  display: inline-block;
}

a.link_progect {
  display: block;
  position: relative;
}
.bg_fon {
  display: none;
}
.link_progect:hover .bg_fon {
  display: block;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out width;
}

.text_icon {
  position: absolute;
  left: 50%;
  top: 270px;
  color: #fff;
  margin-left: -50px;
  display: block;
}

.text_icon span {
  display: block;
  font-size: 18px;
  font-family: "GraphikLCG-Bold";
}

.icon_detail {
  transform: rotate(90deg);
  top: 50px;
  position: relative;
  left: 16px;
  text-align: center;
}

.icon_detail:before {
  width: 80px;
  height: 43px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.icon_detail span {
  top: 13px;
  position: relative;
  left: -10px;
}

.project__list-services {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.project__list-services .project__item {
  float: left;
  margin: 0 0 18px !important;
}
.project__list-services .project__item:nth-child(1) {
  margin-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .wrap_korporat ul,
  .wrap_korporat ul.left_block,
  .wrap_korporat ul.right_block {
    width: 100%;
    margin: 0;
  }
  .name_block_korporat {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .wrap_price_info {
    margin-top: 15px;
  }
  .price_info {
    flex-wrap: wrap;
  }

  .page--services .section__title-text {
    font-size: 21px;
  }
  .page--services .section__subtitle {
    font-size: 26px;
  }
}

/* End */


/* Start:/bitrix/templates/webpage/components/bitrix/news.list/faq/style.css?1518956873150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/webpage/components/bitrix/news/services_new/bitrix/news.detail/.default/style.css?17482699994796 */
/* /bitrix/templates/webpage/components/bitrix/news.list/faq/style.css?1518956873150 */
