

/* 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/partners_carousel/style.css?1740643039233*/


.partner-list .swiper-wrapper {

}
.swiper-slide.partner-item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	height: auto;
	padding: 10px 15px;
}
.partner-item img {
	max-width: 100%;
}
/* End */


/* Start:/local/templates/citrus.developer/components/citrus.core/include/partners/style.css?17406430391498*/
.section-partner-description {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	align-items: center;
}
.section-partner-description__info {
	order: 2;
	width: 100%;

}

.section-partner-description__text {
	background: #e9f2d5;
	padding: 16px;
}

.section-partner-description .partner-list {
	order: 1;
	width: 100%;
}

.section-partner-description__info .section-big-description {
	font-weight: 500;
	background-color: #95c12e;
	padding: 8px 16px;
	margin-bottom: 8px;
	text-align: center;
}

.section-partner-description .partner-list img, .section-partner-description .partner-list .swiper-slide {
	width: 300px!important;
}

@media (min-width: 768px) {
	.section-partner-description .partner-list {
		width: 300px;
	}
	.section-partner-description__info {
		width: calc(100% - 300px);
	}
}

@media (min-width: 1024px) {
	.section-partner-description .partner-list {
		width: 400px;
	}
	.section-partner-description .partner-list img, .section-partner-description .partner-list .swiper-slide {
		width: 400px!important;
	}

	.section-partner-description__info {
		width: calc(100% - 400px);
	}
}

@media (min-width: 1360px) {
	.section-partner-description .partner-list {
		width: 500px;
	}
	.section-partner-description__info .section-big-description {
		padding: 16px;
	}
	.section-partner-description .partner-list img, .section-partner-description .partner-list .swiper-slide {
		width: 500px!important;
	}

	.section-partner-description__info {
		width: calc(100% - 500px);
	}
}
/* 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 */
/* /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/partners_carousel/style.css?1740643039233 */
/* /local/templates/citrus.developer/components/citrus.core/include/partners/style.css?17406430391498 */
/* /local/templates/citrus.developer/components/citrus.developer/callout/.default/style.css?17406430393701 */
