

/* Start:/local/templates/citrus.developer/components/bitrix/news.detail/about-company/style.css?17406430394176*/
.about-company {
  position: relative;
  background-color: var(--secondary-color);
  background-image: linear-gradient(211.36deg, var(--gradient-primary-color) -50.35%, var(--gradient-secondary-color) 98.56%);;
}

.about-company__content {
  max-width: 1355px;
  margin: 0 auto;
  padding: 40px 16px; 
}

.about-company__title {
  font-family: 'BebasNeue';
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 24px;
}

.about-company__img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 328px;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
  height: 0;
  width: 328px;
  padding-top: 397px;
}

.about-company__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.about-company__btn .btn {
  width: 100%;
}
/* slider styles start*/
.about-company__img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  widtH: 100%;
  height: 100%;
}
.about-company-list__slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 2px 16px rgba(87, 88, 90, 0.1);
  border-radius: 20px;
}
.p__swiper._photo-slider {
  height: 100%;
  display: flex;
}
.p__swiper._photo-slider .swiper-button-prev,
.p__swiper._photo-slider .swiper-button-next,
.p__swiper._photo-slider .swiper-button-prev:hover,
.p__swiper._photo-slider .swiper-button-next:hover {
  color: #ffffff;
}
.p__swiper._photo-slider .swiper-button-prev {
  left: 0;
}
.p__swiper._photo-slider .swiper-button-next {
  right: 20px;
}
.p__swiper._photo-slider .swiper-button-prev, .p__swiper._photo-slider .swiper-button-next {
  display: block;
}
/* slider styles end*/
@media screen and (min-width: 767px) {
  .about-company__content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 307px;
    padding-right: 30px;
  }
  
  .about-company__title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 43px;
  }

  .about-company__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .about-company:before {
    content: '';
    position: absolute;
    background-image: url('/local/templates/citrus.developer/components/bitrix/news.detail/about-company/./images/rectangles.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 303px;
    height: 330px;
    bottom: 0;
    right: 0;
  }

  .about-company__img {
    position: absolute;
    left: 25px;
    top: 40px;
    max-width: 252px;
    width: 252px;
    padding-top: 305px;
  }
  .about-company__btn {
    margin-right: 101px;
  }
}

@media screen and (min-width: 1024px) {
  .about-company {
    min-height: 584px;
  }

  .about-company__content {
    padding-right: 470px;
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 102px;
  }

  
  .about-company:before {
    left: -80px;
    right: auto;
    width: 413px;
    height: 448px;
  }

  
  .about-company__img {
    left: auto;
    right: 30px;
    top: 60px;
    max-width: 384px;
    width: 384px;
    padding-top: 470px;
  }

  .about-company__title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
  }

  .about-company__btn {
    margin-left: 0;
    max-width: 383px;
  }
}

@media screen and (min-width: 1920px) {
  .about-company {
    min-height: 696px;
    margin-bottom: 100px;
  }
  .about-company:before {
    width: 483px;
    height: 525px;
    left: 80px;
    bottom: 0;
  }

  .about-company__content {
    padding-right: 715px;
  }

  .about-company__img {
    max-width: 608px;
    right: 0;
    width: 608px;
    padding-top: 736px;
  }

  .about-company__title {
    margin-bottom: 40px;
  }

  .about-company__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }

  .about-company__btn {
    width: 395px;
  }
}
/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1740643039630*/

@media all {
	.switch {
		margin: 60px 0 30px;
		text-align: center;
	}
	.switch-nav {
		margin: 0 auto;
		display: table;
	}
	.switch a, .switch span {
		font-size: 16px;
		color: #333;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		text-align: center;
		min-width: 43px;
		height: 40px;
	}
	.switch a:hover,
	.switch span.selected {
		color: #fff;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.switch a+a,
	.switch span+a {
		margin-left: 10px;
	}

	.switch a.nav-end, .switch a.nav-start {
		padding: 0 6px;
	}
}
/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/news.list/benefit-list/style.css?17406430391733*/
/*benefit-list*/
@media all {
	.benefit-list {
		padding: 0 30px;
	}
	.benefit-it {
		height: 100%;
		box-shadow: 0px 2px 16px rgba(87, 88, 90, 0.1);
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 24px;
		padding-bottom: 40px;
	}

	.benefit-it__icon {
		font-size: 60px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
		border-radius: 50%;
		background-color: var(--primary-color);
		width: 100px;
		height: 100px;
		flex-shrink: 0;
		transition: .15s ease;
		margin-bottom: 20px;
	}

	.benefit-it__title {
		margin: 0;
		font-family: 'DINPro';
		text-transform: none;
		font-weight: 500;
		margin-bottom: 12px;
		font-size: 22px;
		line-height: 26px;
	}

	.benefit-it__icon-img {
		max-width: 1em;
		max-height: 1em;
	}
	.benefit-it__icon:hover {
		transform: scale(1.1);
		box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.25);
	}
	.benefit-it__text {
		font-size: 16px;
		line-height: 22px;
	}
}

@media screen and (min-width: 767px) {
	.section__header + .benefit-list {
		padding-top: 32px;
	}
	
	.benefit-it__title {
		font-size: 18px;
		line-height: 22px;
	}

	.benefit-it {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
}


@media screen and (min-width: 1024px) {
	.betefit-it__text {
		font-size: 14px;
		line-height: 20px;
	}
}
/* 
@media (max-width: 1023px)  {
	.benefit-list {
		padding: 0 20px;
	}
	.benefit-it {
		flex-direction: row;
	}
	.benefit-it__text {
		padding: 0;
		margin-top: 0;
		margin-left: 20px;
		text-align: left;
		flex: 1;
	}
} */

/* End */


/* Start:/local/templates/citrus.developer/components/citrus.developer/callout/.default/style.css?17406430393701*/
/*footer-snap-point*/
@media all {
    .footer-snap-point {
        position: relative;
        overflow: hidden;
        background-color: var(--primary-color);
        background-image: linear-gradient(211.36deg, var(--gradient-primary-color) -50%, var(--gradient-secondary-color) 98.56%);
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-snap-point:after {
        z-index: 0;
        content: '';
        position: absolute;
        left: -8px;
        bottom: -28px;
        background-image: url('/local/templates/citrus.developer/components/citrus.developer/callout/.default/./images/rectangles.svg');
        width: 216px;
        height: 263px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .footer-snap-point__content {
        display: flex;
        flex-direction: column;
        padding: 40px 16px;
        max-width: 1308px;
        margin: 0 auto;
    }

    .footer-snap-point__text {
        position: relative;
        z-index: 1;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-snap-point__text-1.h2 {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .footer-snap-point__text-2 {
        position: relative;
        z-index: 1;
        font-size: 16px;
        line-height: 22px;
    }

    .footer-snap-point__btn {
        position: relative;
        min-width: 328px;
        z-index: 1;
    }

    .footer-snap-point__btn .btn {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    .footer-snap-point:after {
        bottom: -154px;
        left: 0;
        width: 413px;
        height: 449px;
    }

    .footer-snap-point__content {
        padding: 40px 30px;
    }

    .footer-snap-point__text-1.h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .footer-snap-point__text-2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .footer-snap-point__content {
        padding: 44px 30px;
        flex-direction: row;
    }

    .footer-snap-point__text-1.h2 {
        text-align: left;
    }

    .footer-snap-point__text {
        max-width: 640px;
        text-align: left;
        margin-right: 24px;
        margin-bottom: 0;
    }

    .footer-snap-point__btn {
        flex-shrink: 0;
        min-width: 301px;
        align-self: center;
    }
}

@media screen and (min-width: 1920px) {
    .footer-snap-point__content {
        padding: 73px 30px;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .footer-snap-point:after {
        width: 483px;
        height: 508px;
        left: 80px;
        bottom: -134px;
    }

    
    .footer-snap-point__btn {
        min-width: 395px;
    }
}
/* @media (min-width: 1024px) {
    .footer-snap-point__text-1.h2 {
        text-align: left;
        padding-right: 7px;
    }
}
@media (max-width: 1023px) {
    .footer-snap-point {
        flex-direction: column;
    }
    .footer-snap-point__text {
        margin-bottom: 32px;
        text-align: center;
    }
    .footer-snap-point__btn {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-snap-point__text-1 {
        font-size: 30px;
    }
    .footer-snap-point__text-2 {
        font-size: 16px;
    }
    .footer-snap-point__text {
        margin-bottom: 28px;
    }
}
@media (max-width: 479px) {
    .footer-snap-point__text-1 {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .footer-snap-point__text-2 {
        font-size: 14px;
    }
} */
/* End */


/* Start:/local/templates/citrus.developer/components/citrus.developer/template/infrastructure-title/style.css?17406430384088*/

@media all {
	.infrastructure {
		margin-top: 40px;
	}

	.infrastructure-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		margin: 0 auto;
		gap: 30px 26px;
		max-width: 328px;
		margin-bottom: 60px;
	}

	.infrastructure-nav__item {
		/* width: 16.666666%; */
		max-width: 92px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		/* cursor: pointer; */
		/* padding: 0 10px; */
	}

	.infrastructure-nav__checkbox {
		display: none;
	}

	.infrastructure-nav__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 25px;
		margin-bottom: 6px;
		width: 50px;
		height: 50px;
		color: #fff;
		border-radius: 50%;
		position: relative;
		overflow: hidden;
	}

	.infrastructure-nav__icon-image {
		display: block;
		max-width: 30px;
	}

	.infrastructure-nav__icon i {
		display: block;
		position: relative;
	}
	.infrastructure-nav__text {
		/* display: none; */
		font-size: 16px;
		line-height: 20px;
		/* text-transform: capitalize; */
		font-weight: 500;
		color: #333;
		/* margin-left: 8px; */
		text-align: center;
	}

	/*hover*/
	/* html.bx-no-touch .infrastructure-nav__item:hover .infrastructure-nav__icon:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.3);
	} */

	/*checked*/
	.infrastructure-nav__checkbox:not(:checked) + .infrastructure-nav__icon {
		/* background-color: #c2c2c2 !important; */
	}
	.infrastructure-nav__checkbox:not(:checked) + .infrastructure-nav__icon + .infrastructure-nav__text {
		/* color: #999999; */
	}

	#infrastructure-map {
		height: 500px;
	}

	.infrastructure__text-content {
		margin-bottom: 24px;
		max-width: 640px;
	}

	.infrastructure__img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.infrastructure__img-wrapper {
		margin: 0 auto;
		margin-bottom: 24px;
		overflow: hidden;
		border-radius: 20px;
		max-width: 328px;
		width: 100%;
		height: 0;
		padding-top: 60%;
		position: relative;
		box-shadow: 0px 2px 16px rgba(87, 88, 90, 0.1);
	}
	.infrastructure__img-wrapper-absolute {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.infrastructure__button-wrapper .btn {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.infrastructure-nav {
		max-width: 100%;
	}

	.infrastructure-nav {
		gap: 30px 9px;
	}

	.infrastructure-nav__icon {
		margin-bottom: 8px;
	}

	.infrastructure-nav__item {
		max-width: 112px;
	}

	.infrastructure-nav__text {
		display: block;
	}

	.infrastructure__img-wrapper {
		/* position: absolute;
		left: 0;
		top: 0; */
		margin: 0;
		flex-shrink: 0;
		max-width: 252px;
		margin-top: 13px;
		margin-right: 30px;
		padding-top: 200px;
	}

	.infrastructure__button-wrapper {
		max-width: 339px;
	}

	.infrastructure__content-wrapper {
		position: relative;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		padding: 0 5px;
	}

	.infrastructure__text-content {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.infrastructure-nav {
		gap: 30px 52px;
	}

	.infrastructure__img-wrapper {
		margin-top: 0;
		max-width: 384px;
		padding-top: 300px;
	}

	.infrastructure__content-wrapper {
		padding: 0;
	}

	.infrastructure__text-content {
		padding-top: 55px;
		margin-bottom: 43px;
	}

	.infrastructure__button-wrapper {
		max-width: 395px;
	}
}

@media screen and (min-width: 1920px) {
	.infrastructure__img-wrapper {
		max-width: 608px;
		margin-right: 106px;
		padding-top: 400px;
	}

	.infrastructure__content-wrapper {
		justify-content: flex-start;
	}

	.infrastructure__text-content {
		padding-top: 100px;
	}

	.infrastructure-nav {
		gap: 30px 35px;
		margin-bottom: 100px;
	}

	.infrastructure-nav__item {
		justify-content: flex-start;
		display: flex;
		flex-direction: row;
		max-width: 181px;
	}

	.infrastructure-nav__icon {
		margin-bottom: 0;
		margin-right: 20px;
	}
	
	.infrastructure-nav__text {
		text-align: left;
	}
}


#infrastructure-map {
	height: 300px;
}
/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/news.list/main-photo-progress-slider/style.css?174064303986*/

/*template.php*/
@media all {
	.photo-progress__slide {
		padding: 2px;
	}
}
        
/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/news.list/main-photo-progress-slider/citrus.developer/template/photo-progress-card/style.css?17406430391117*/

@media all {
	.photo-progress__item {
		display: flex;
		flex-direction: column;
		/* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); */
		position: relative;
	}

	.photo-progress__img-w {
		overflow: hidden;
		margin-bottom: 24px;
		border-radius: 20px;
		box-shadow: 0px 2px 16px rgba(87, 88, 90, 0.1);
	}
	.photo-progress__img {
		padding-bottom: 53.40050377833753%;
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.photo-progress__content {
		padding: 20px 30px 20px;
	}
	.photo-progress__name {
		font-size: 16px;
		line-height: 22.4px;
		color: #333333;
		font-weight: 700;
		margin-bottom: 16px;
		text-decoration: none;
		display: block;
	}

	.photo-progress__date {
		font-size: 13px;
		color: #333333;
		margin-bottom: 6px;
	}

	.photo-progress__house > a {
		font-size: 16px;
		line-height: 20px;
		color: #57585A;
		text-decoration: none;
		/* color: var(--primary-color); */
	}

	.photo-progress__house > a:hover {
		color: var(--hover-color);
	}
}

@media (max-width: 767px) {
	.photo-progress__content {
		padding: 15px;
	}
	.photo-progress__name {
		font-size: 15px;
	}
}
/* End */


/* Start:/local/templates/citrus.developer/components/citrus.developer/template/infrastructure-map/style.css?17406430384432*/
.infrastructure-map {

}

#infrastructure-map {
	height: 520px;
}

.custom-balloon {
	position: absolute;
	animation: shows .15s ease .15s;
  animation-fill-mode: forwards;
  transform: translateY(10px);
	opacity: 0;
	font-weight: 300;
}

.custom-balloon--hide {
	animation: hide .15s ease .15s;
  animation-fill-mode: forwards;
}

.custom-balloon__content {
	position: absolute;
	min-width: 154px;

	color: #333333;
	font-size: 14px;
	line-height: 20px;

	left: 39px;
	bottom: 77px;
	transform: translateY(100%);
	background-color: #fff;
	padding: 8px 12px;
	border-radius: 8px;
	box-shadow: 0px 2px 16px rgba(87, 88, 90, 0.1);
}


@media screen and (min-width: 768px) {
	.custom-balloon__content {
		white-space: nowrap;
		min-width: auto;
		bottom: 74px;
	}
}


@keyframes shows {
	0% {
		opacity: 0;
    transform: translateY(10px);
	}
	100% {
		opacity: 1;
    transform: translateX(0px);
	}
}


@keyframes hide {
	0% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 0;
		transform: translateY(10px);
	}
}

/*
@media all {
	.infrastructure {
		margin-top: 40px;
	}

	.infrastructure-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		margin: 0 auto;
		gap: 30px 26px;
		max-width: 328px;
		margin-bottom: 60px;
	}

	.infrastructure-nav__item {
		max-width: 92px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.infrastructure-nav__checkbox {
		display: none;
	}

	.infrastructure-nav__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 25px;
		margin-bottom: 6px;
		width: 50px;
		height: 50px;
		color: #fff;
		border-radius: 50%;
		position: relative;
		overflow: hidden;
	}
	.infrastructure-nav__icon i {
		display: block;
		position: relative;
	}
	.infrastructure-nav__text {
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		color: #333;
		text-align: center;
	}

	/*hover*/
	/* html.bx-no-touch .infrastructure-nav__item:hover .infrastructure-nav__icon:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.3);
	} */

	/*checked*/
	.infrastructure-nav__checkbox:not(:checked) + .infrastructure-nav__icon {
		/* background-color: #c2c2c2 !important; */
	}
	.infrastructure-nav__checkbox:not(:checked) + .infrastructure-nav__icon + .infrastructure-nav__text {
		/* color: #999999; */
	}
/*
	#infrastructure-map {
		height: 500px;
	}

	.infrastructure__text-content {
		margin-bottom: 24px;
		max-width: 640px;
	}

	.infrastructure__img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.infrastructure__img-wrapper {
		margin: 0 auto;
		margin-bottom: 24px;
		overflow: hidden;
		border-radius: 20px;
		max-width: 328px;
		width: 100%;
		box-shadow: 0px 2px 16px rgba(87, 88, 90, 0.1);
	}
}

@media screen and (min-width: 768px) {
	.infrastructure-nav {
		max-width: 100%;
	}

	.infrastructure-nav {
		gap: 30px 9px;
	}

	.infrastructure-nav__icon {
		margin-bottom: 8px;
	}

	.infrastructure-nav__item {
		max-width: 112px;
	}

	.infrastructure-nav__text {
		display: block;
	}

	.infrastructure__img-wrapper {
		margin: 0;
		flex-shrink: 0;
		max-width: 252px;
		margin-top: 13px;
		margin-right: 30px;
	}

	.infrastructure__button-wrapper {
		max-width: 339px;
	}

	.infrastructure__content-wrapper {
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 0 5px;
	}

	.infrastructure__text-content {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.infrastructure-nav {
		gap: 30px 52px;
	}

	.infrastructure__img-wrapper {
		margin-top: 0;
		max-width: 384px;
	}

	.infrastructure__content-wrapper {
		padding: 0;
	}

	.infrastructure__text-content {
		padding-top: 55px;
		margin-bottom: 43px;
	}

	.infrastructure__button-wrapper {
		max-width: 395px;
	}
}

@media screen and (min-width: 1920px) {
	.infrastructure__img-wrapper {
		max-width: 608px;
		margin-right: 106px;
	}

	.infrastructure__text-content {
		padding-top: 100px;
	}

	.infrastructure-nav {
		gap: 30px 35px;
		margin-bottom: 100px;
	}

	.infrastructure-nav__item {
		justify-content: flex-start;
		display: flex;
		flex-direction: row;
		max-width: 181px;
	}

	.infrastructure-nav__icon {
		margin-bottom: 0;
		margin-right: 20px;
	}
	
	.infrastructure-nav__text {
		text-align: left;
	}
}
*/

/* End */
/* /local/templates/citrus.developer/components/bitrix/news.detail/about-company/style.css?17406430394176 */
/* /local/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1740643039630 */
/* /local/templates/citrus.developer/components/bitrix/news.list/benefit-list/style.css?17406430391733 */
/* /local/templates/citrus.developer/components/citrus.developer/callout/.default/style.css?17406430393701 */
/* /local/templates/citrus.developer/components/citrus.developer/template/infrastructure-title/style.css?17406430384088 */
/* /local/templates/citrus.developer/components/bitrix/news.list/main-photo-progress-slider/style.css?174064303986 */
/* /local/templates/citrus.developer/components/bitrix/news.list/main-photo-progress-slider/citrus.developer/template/photo-progress-card/style.css?17406430391117 */
/* /local/templates/citrus.developer/components/citrus.developer/template/infrastructure-map/style.css?17406430384432 */
