

/* Start:/bitrix/templates/infrastrada/components/bitrix/news.detail/services/style.css?17325439664665*/
/* 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;
}
 */
.news-detail a {
  text-decoration: none;
}
.news-detail {
  padding-bottom: 180px;
}
h1.news-detail,
h2.news-detail,
h3.news-detail,
h4.news-detail,
h5.news-detail {
  color: #00204c;
  font-weight: bold;
}

.news-detail h1 span {
  color: #76c734;
}

.news-detail h1 {
  text-align: center;
  color: #00204c;
}
.news-detail .section-about h2,
.news-detail .for-whom h2,
.news-detail .programm h2,
.news-detail .slider-block h2 {
  color: #00204c;
  margin-top: 0;
}

.news-detail .preview-img {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.news-detail .preview-img img {
  border-radius: 20px;
  user-select: none;
  -webkit-user-drag: none;
}

.news-detail .preview-img .preview-img-info {
  border-radius: 20px;
  background-color: #fff;
  width: 550px;
  height: 90px;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px 30px;
}

.news-detail .preview-img .preview-img-info h6,
.news-detail .section-about h6,
.news-detail .for-whom h6,
.news-detail .details h6,
.news-detail .programm h6,
.news-detail .slider-block h6 {
  color: #8a93a0;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.news-detail .programm h5 {
  color: #00204c;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.news-detail .programm h5 span {
  color: #76c734;
}

.news-detail .programm ul li,
.news-detail .programm ol li,
.news-detail .programm .col-9 {
  margin-left: -14px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.news-detail .programm ul,
.news-detail .programm ol {
  margin-top: 0;
}
.news-detail .preview-img .preview-img-info p {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-about .about-content {
  width: 830px;
  margin: 0 auto;
}

.section-about .about-content img {
  border-radius: 20px;
}

.for-whom,
.slider-block,
#interview-ceo {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 51%);
  background: #fff;
}

.section-about {
  margin-top: 80px;
  margin-bottom: 80px;
}

.slider-block,
#interview-ceo {
  margin-top: 80px;
}
.for-whom,
.slider-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.for-whom .container,
.slider-block .container {
  width: 1300px;
}

.for-whom .container hr,
.details hr,
.programm hr {
  border-top: 1px solid #595959;
  margin-top: 10px;
  margin-bottom: 10px;
}
.details hr {
  margin-bottom: 40px;
}

.programm {
  margin-top: 80px;
}

.programm hr {
  margin-bottom: 20px;
}
.programm .paragraph:nth-child(1) {
  margin-top: 30px;
}

.for-whom .container .for-whom-content p {
  margin-top: 0;
  margin-bottom: 0;
  color: #00204c;
}

.for-whom .container .for-whom-content div {
  margin-bottom: 50px;
}

.news-detail .details {
  padding-top: 80px;
  padding-bottom: 80px;
}

.news-detail .details img {
  width: 950px;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
  display: block;
}

.news-detail .details .paragraph:nth-child(1) {
  margin-top: 70px;
}

#wrapper {
  position: relative;
}

#carousel {
  margin-left: 80px;
  margin-right: 80px;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
  height: 0;
}

#prev,
#next {
  display: flex;
  justify-content: center;
  align-content: center;
  background: #00204c;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
}

#prev {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  display: none;
}

#next {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

#content {
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
}

.item {
  width: 360px;
  height: 500px;
  background: #00204c;
  max-width: 400px;
  transition: all 0.3s;
  filter: grayscale(1);
}

.item:hover {
  transform: scale(1.05);
  filter: grayscale(0);
}

/* @media (max-width: 768px) {

} */

.header-info-page {
  height: 600px;
  background-size: cover;
}

.container {
  background: #fff;
}
.container.with_img {
  margin-top: -350px;
}

@media (max-width: 980px) {
  .for-whom,
  .slider-block,
  #interview-ceo {
    margin-left: calc(-50vw + 42%);
    margin-right: calc(-50vw + 42%);
  }
  .news-detail {
    margin-left: 50px;
  }

  .container,
  .container-sm,
  .container-md {
    max-width: 1060px;
    width: 1060px;
  }
  .for-whom,
  .slider-block,
  #interview-ceo {
    margin-left: calc(-50vw + 42%);
    margin-right: calc(-50vw + 42%);
  }
  .news-detail {
    margin-left: 50px;
  }
}

/* End */
/* /bitrix/templates/infrastrada/components/bitrix/news.detail/services/style.css?17325439664665 */
