

/* Start:/local/templates/citrus_aproduction3/components/bitrix/news.list/mp_slider/style.css?1694432757342*/
@media (min-width: 1280px) {
	html .b-mainSlider__item {
		height: 714px;
	}
}

@media (max-width: 1279px) {
	html .b-mainSlider__imgWrap {
		background-position: 0 center;
		background-size: cover;
	}

	html .b-mainSlider__contentWrap {
		margin-bottom: 14px;
	}
}

@media (max-width: 479px) {
	.b-mainSlider__title {
		font-size: 24px;
	}
}
/* End */


/* Start:/local/templates/citrus_aproduction3/app/assets/dist/css/pages/mainSlider.css?16944327573545*/
.b-mainSlider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2rem;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  cursor: default;
  height: 330px;
}

.b-mainSlider__title {
  margin-bottom: 0.25rem;
  text-align: center;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.b-mainSlider__desc {
  display: none;
  font-size: 16px;
  text-align: center;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-mainSlider__link.b-btn {
  display: none;
}

.b-mainSlider__btn_prev {
  left: 15px;
}

.b-mainSlider__btn_next {
  right: 15px;
}

.b-mainSlider__imgWrap {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: var(--background);
}

.b-mainSlider .swiper-button-prev.swiper-button-disabled,
.b-mainSlider .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
}

.b-mainSlider .swiper-button-prev.swiper-button-disabled:hover,
.b-mainSlider .swiper-button-next.swiper-button-disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  cursor: default;
}

.b-mainSlider .swiper-button-prev.swiper-button-disabled:hover > svg,
.b-mainSlider .swiper-button-next.swiper-button-disabled:hover > svg {
  fill: #888;
}

@media (min-width: 560px) {
  .b-mainSlider__btn {
    top: 65%;
  }
}

@media (min-width: 560px) {
  .b-mainSlider__item {
    padding-top: 3rem;
    height: 515px;
  }

  .b-mainSlider__title {
    margin-bottom: 1.5rem;
  }

  .b-mainSlider__desc {
    display: block;
  }
}

@media (min-width: 768px) {
  .b-mainSlider__item {
    height: 567px;
  }

  .b-mainSlider__title {
    margin-bottom: 2.5rem;
  }

  .b-mainSlider__btn {
    top: 50%;
  }
}

@media (min-width: 1024px) {
  .b-mainSlider__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    height: 566px;
  }

  .b-mainSlider__contentWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .b-mainSlider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 45%;
  }

  .b-mainSlider__title {
    text-align: left;
  }

  .b-mainSlider__desc {
    font-size: 18px;
    text-align: left;
  }

  .b-mainSlider__linkWrap {
    position: relative;
    margin-top: 4rem;
  }

  .b-mainSlider__link.b-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
  }

  .b-mainSlider__btn {
    top: auto;
    bottom: 0;
  }

  .b-mainSlider__btn_prev {
    left: 260px;
  }

  .b-mainSlider__btn_next {
    left: 330px;
  }

  .b-mainSlider__imgWrap {
    width: 60%;
    height: auto;
  }
}

@media (min-width: 1280px) {
  .b-mainSlider__item {
    height: 577px;
  }

  .b-mainSlider__title {
    margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=mainSlider.css.map */

/* End */


/* Start:/local/templates/citrus_aproduction3/components/bitrix/news.list/mp_about/style.css?16944327571245*/
.about__video {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	background-color: rgba(0, 0, 0, 1);
}

.b-sectionInfo__textFooter {
	display: flex;
	margin-top: 40px;
}

.b-sectionInfo__textFooter-item {
	display: flex;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
}
.b-sectionInfo__textFooter-item:first-child {
	margin-right: 65px;
}
.b-sectionInfo__textFooter-item span {
	font-size: 65px;
	line-height: 1;
	margin-right: 10px;
	display: inline-block;
}
.about .b-video__media {
	object-fit: cover;
}
@media (max-width: 1279px) {
	.b-sectionInfo__mediaWrap {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}
}
@media (max-width: 1024px) {
	.b-sectionInfo__content {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 1023px) {
	.b-sectionInfo__textFooter {
		justify-content: center;
	}
	.b-sectionInfo__mediaWrap {
		height: 279px;
	}
}
@media (max-width: 479px) {
	.b-sectionInfo__textFooter {
		flex-direction: column;
		align-items: center;
		margin-top: 24px;
	}
	.b-sectionInfo__textFooter-item:first-child {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.b-sectionInfo__mediaWrap {
		height: 180px;
	}
}
/* End */


/* Start:/local/templates/citrus_aproduction3/app/assets/dist/css/pages/sectionDouble.css?16944327576635*/
.b-sectionDouble__topWrap {
  position: relative;
}

.b-sectionDouble__slider {
  padding: 15px;
  margin: -15px;
}

.b-sectionDouble__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: calc(100% - 80px);
}

.b-sectionDouble__btn {
  display: none;
  top: 50%;
  margin-top: -20.5px;
}

.b-sectionDouble__btn_prev {
  right: auto;
  left: -10px;
}

.b-sectionDouble__btn_next {
  right: -10px;
}

.b-sectionDouble__slide {
  display: none;
}

.b-sectionDouble__slide:nth-child(-n+6) {
  display: block;
}

.b-sectionDouble__slideIn {
  width: 100%;
}

.b-sectionDouble__text {
  display: none;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-size: 15px;
  line-height: 25px;
}

.b-sectionDouble__link {
  text-align: center;
  margin-top: 2rem;
}

.b-sectionDouble_half .b-sectionDouble__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-sectionDouble_half .b-sectionDouble__more {
  margin-bottom: 1.5rem;
}

@media (min-width: 560px) {
  .b-sectionDouble__title {
    max-width: 100%;
  }

  .b-sectionDouble__btn_prev {
    left: -5px;
  }

  .b-sectionDouble__btn_next {
    right: -5px;
  }

  .b-sectionDouble_half .b-sectionDouble__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-sectionDouble_half .b-sectionDouble__more {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .b-sectionDouble__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -25.5px;
  }

  .b-sectionDouble__btn_prev {
    left: 0;
  }

  .b-sectionDouble__btn_next {
    right: 0;
  }

  .b-sectionDouble__slide {
    display: block;
  }

  .b-sectionDouble__slideIn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 226px;
  }

  .b-sectionDouble__text {
    display: block;
    margin-top: 2rem;
  }

  .b-sectionDouble__link {
    margin-top: 2.5rem;
  }

  .b-sectionDouble_half .b-sectionDouble__text {
    display: none;
  }
}

@media (min-width: 1024px) {
  .b-sectionDouble__title {
    text-align: left;
  }

  .b-sectionDouble__btn_prev {
    left: auto;
    right: 71px;
  }

  .b-sectionDouble__slideIn {
    min-width: 311px;
  }

  .b-sectionDouble__link {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .b-sectionDouble__content {
    position: relative;
    display: grid;
    grid-template-columns: calc(40% - 30px) 60%;
    grid-template-rows: minmax(100px, auto) auto;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .b-sectionDouble__topWrap {
    position: static;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-row: auto;
  }

  .b-sectionDouble__btn {
    top: -49px;
  }

  .b-sectionDouble__slideIn {
    min-width: 234px;
  }

  .b-sectionDouble__cardsWrap {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .b-sectionDouble__textWrap {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 0;
  }

  .b-sectionDouble__text {
    margin-top: 0;
  }

  .b-sectionDouble__link {
    text-align: left;
  }

  .b-sectionDouble_half .b-sectionDouble__topWrap {
    padding-top: 3rem;
    padding-left: 4rem;
    padding-right: 2.5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .b-sectionDouble_half .b-sectionDouble__title {
    margin-bottom: 0;
  }

  .b-sectionDouble_half .b-sectionDouble__textWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 2.5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .b-sectionDouble_half .b-sectionDouble__text {
    display: block;
  }

  .b-sectionDouble_half .b-sectionDouble__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1920px) {
  .b-sectionDouble__slideIn {
    min-width: 292px;
  }

  .b-sectionDouble_half .b-sectionDouble__content {
    z-index: 1;
  }

  .b-sectionDouble_half .b-sectionDouble__content:before, .b-sectionDouble_half .b-sectionDouble__content:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
  }

  .b-sectionDouble_half .b-sectionDouble__content:before {
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(40% - 40px);
    background-image: var(--background);
  }

  .b-sectionDouble_half .b-sectionDouble__content:after {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    width: calc((40% - 30px) / 2);
    left: calc((40% - 30px) / 2);
  }

  .b-sectionDouble_half .b-sectionDouble__topWrap {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    margin-left: 50%;
  }

  .b-sectionDouble_half .b-sectionDouble__cardsWrap {
    grid-row-start: 1;
    grid-row-end: 4;
  }

  .b-sectionDouble_half .b-sectionDouble__textWrap {
    grid-row-start: 3;
    grid-row-end: 4;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 2rem;
    margin-left: 50%;
  }

  .b-sectionDouble_half .b-sectionDouble__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }

  .b-sectionDouble_half .b-sectionDouble__more {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}

/*# sourceMappingURL=sectionDouble.css.map */

/* End */


/* Start:/local/templates/citrus_aproduction3/app/assets/dist/css/pages/sectionInfo.css?16944327573944*/
.b-sectionInfo__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: calc(100% - 80px);
}

.b-sectionInfo__text {
  margin-top: 1.5rem;
  overflow: hidden;
  font-size: 14px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.b-sectionInfo__text_full {
  -webkit-line-clamp: 1000;
}

.b-sectionInfo__show {
  display: none;
  padding-top: 1.5rem;
  font-size: 14px;
  text-decoration: underline;
  color: var(--primary-color);
}

.b-sectionInfo__show_visible {
  display: block;
}

.b-sectionInfo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

.b-sectionInfo__more {
  margin-bottom: 1.5rem;
}

.b-sectionInfo__extra {
  display: none;
}

@media (min-width: 560px) {
  .b-sectionInfo__title {
    max-width: 100%;
  }

  .b-sectionInfo__text {
    line-height: 25px;
  }

  .b-sectionInfo__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-sectionInfo__more {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .b-sectionInfo__text {
    font-size: 15px;
    -webkit-line-clamp: 1000;
  }

  .b-sectionInfo__show {
    display: none;
  }

  .b-sectionInfo__link {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .b-sectionInfo__title {
    text-align: left;
  }

  .b-sectionInfo__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .b-sectionInfo__topWrap {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .b-sectionInfo__mediaWrap {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .b-sectionInfo__textWrap {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .b-sectionInfo__text {
    margin-top: 0;
  }

  .b-sectionInfo__link {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

@media (min-width: 1280px) {
  .b-sectionInfo__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);;
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .b-sectionInfo__mediaWrap {
    grid-row-start: 2;
    grid-row-end: 4;
  }

  .b-sectionInfo__textWrap {
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .b-sectionInfo__link {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .b-sectionInfo__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem;
  }
}

@media (min-width: 1920px) {
  .b-sectionInfo__content {
    grid-template-columns: calc(40% - 30px) calc(60% - 30px);
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .b-sectionInfo__topWrap {
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .b-sectionInfo__mediaWrap {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }

  .b-sectionInfo__extra {
    margin-top: 8rem;
  }
}

/*# sourceMappingURL=sectionInfo.css.map */

/* End */


/* Start:/local/templates/citrus_aproduction3/components/bitrix/news.list/printed-circuit-boards/style.css?1694432757442*/
.circuits {

}
.circuits__item {
	padding: 40px 20px;
	background: #FFFFFF;
}
.circuits__item-image {
	display: flex;
	text-align: center;
	max-width: 75px;
	margin: 0 auto 20px;
}
.circuits__item-title {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
}
.circuits__item-date {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #888888;

}
/* End */


/* Start:/local/templates/citrus_aproduction3/app/assets/dist/css/pages/sectionSlider.css?16944327571898*/
.b-sectionSlider__topWrap {
  position: relative;
}

.b-sectionSlider__slider {
  padding: 15px;
  margin: -15px;
}

.b-sectionSlider__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  max-width: calc(100% - 82px);
  text-overflow: ellipsis;
}

.b-sectionSlider__btn {
  top: 50%;
  margin-top: -20.5px;
}

.b-sectionSlider__btn_prev {
  right: auto;
  left: -10px;
}

.b-sectionSlider__btn_next {
  right: -10px;
}

.b-sectionSlider__more {
  margin-top: 2rem;
  text-align: center;
}

.b-sectionSlider__slideIn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 360px) {
  .b-sectionSlider__slideIn {
    min-width: 320px;
  }
}

@media (min-width: 560px) {
  .b-sectionSlider__title {
    max-width: calc(100% - 122px);
  }

  .b-sectionSlider__btn_prev {
    left: -5px;
  }

  .b-sectionSlider__btn_next {
    right: -5px;
  }

  .b-sectionSlider__more {
    margin-top: 2.5rem;
  }

  .b-sectionSlider__slideIn {
    min-width: 252px;
  }
}

@media (min-width: 768px) {
  .b-sectionSlider__btn {
    margin-top: -25.5px;
  }

  .b-sectionSlider__btn_prev {
    left: 0;
  }

  .b-sectionSlider__btn_next {
    right: 0;
  }

  .b-sectionSlider__slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b-sectionSlider__slideIn {
    min-width: 226px;
  }
}

@media (min-width: 1024px) {
  .b-sectionSlider__title {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .b-sectionSlider__btn_prev {
    left: auto;
    right: 71px;
  }

  .b-sectionSlider__more {
    margin-top: 3rem;
  }

  .b-sectionSlider__slideIn {
    min-width: 304px;
  }
}

@media (min-width: 1280px) {
  .b-sectionSlider__slide {
    min-width: 286px;
  }
}

@media (min-width: 1920px) {
  .b-sectionSlider__slideIn {
    min-width: 282px;
  }
}

/*# sourceMappingURL=sectionSlider.css.map */

/* End */


/* Start:/local/templates/citrus_aproduction3/components/bitrix/news.list/service_small/style.css?17518764542074*/
.service-slider .swiper-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service-slider__item {
	padding: 40px 20px;
	background: #FFFFFF;
	width: 100%;
	max-width: calc((100% / 3) - 40px);
	box-shadow: 0px 0px 9px rgba(102, 102, 102, 0.16);
	margin-bottom: 76px;
	position: relative;
}
.service-slider__item:not(:nth-child(3n)) {
	margin-right: 59px;
}
.service-slider__item:last-child {
	margin-right:0;
}
.service-slider__item-image {
	display: flex;
	text-align: center;
	max-width: 75px;
	margin: 0 auto 20px;
}
.service-slider__item-title {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
}
.service-slider__item-date {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #888888;
}
.service-slider__item-uniq {
	position: absolute;
	top: 0;
	left: 20px;
	background: linear-gradient(180deg, #F9B234 0%, #FBD85C 100%);
	padding: 8px;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.service .b-btnArrow {
	display: none;
}
.service-slider .swiper-wrapper {
	padding-top: 10px;
}
@media (max-width: 1279px) {
	.service-slider__item {
		margin-bottom: 20px;
		max-width: calc((100% / 2) - 10px);
	}
	.service-slider__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.service-slider__item:not(:nth-child(2n)) {
		margin-right: 20px;
	}
	.service-slider__item:last-child {
		margin-right:0;
	}
}

@media (max-width: 1023px) {
	.service-slider__item-title {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.service .b-btnArrow {
		display: flex;
	}
	.service-slider .swiper-wrapper {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.service-slider {
		box-shadow: 0px 0px 9px rgb(102 102 102 / 16%);
	}
	.service-slider__item {
		max-width: 100%;
		flex: 1 0 100%;
		box-shadow: none;
		margin-bottom: 0;
		padding: 30px 20px;
	}
	.service-slider__item:not(:nth-child(2n)) {
		margin-right: 0;
	}
	.service-slider__item-uniq {
		left: 0;
	}
}
/* End */


/* Start:/local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/order-block/style.css?17235464773268*/
.callout-order {
	background: url("/local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/order-block/pic/collout_background.png") center/cover no-repeat;
}
.callout-order__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 36px;
	display: flex;
	align-items: center;
	color: #FFA607;
}
.callout-order-list__item {
	display: flex;
	align-items: center;
}
.callout-order-list__item:not(:last-child) {
	margin-bottom: 15px;
}
.callout-order-list__item-count {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	/*border: 1px solid #F9B234;*/
	border: 1px solid #CDA349;
	border-color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 43px;
	height: 43px;
	margin-right: 15px;
}
.callout-order-list__item-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
}
.b-btn.callout-order__btn {
	/*background: #F9B233;*/
	background: #CDA349;
	background-color: var(--primary-color);
	color: #FFFFFF;
}
.order-methods {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}
.line-title {
	margin-bottom: 25px;
	display: inline-block;
}
.line-title__name {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	/*color: #F9B234;*/
	color: #CDA349;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.line-title__line {
	/*background: #F9B234;*/
	background: #CDA349;
	background-color: var(--primary-color);
	height: 4px;
	position: relative;
}

.line-title__line::after {
	content: "";
	width: 25px;
	height: 25px;
	/*border: 5px solid #F9B234;*/
	border: 5px solid #CDA349;
	border-color: var(--primary-color);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: -25px;
	top: -11px;
}
.order-methods {
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	color: #FFFFFF;

}
.order-methods__title {
	font-size: 24px;
	line-height: 27px;
}
.order-methods__form-header,
.order-methods__email-header,
.order-methods__address-header {
	align-items: flex-start;
}
.order-methods__form-header > img,
.order-methods__email-header > img,
.order-methods__address-header > img {
	margin-right: 20px;
}
.order-methods__title-text {
	margin-bottom: 27px;
}
.order-methods__title_address {
	margin-bottom: 54px;
}

@media (max-width: 1279px) {
	.order-methods {
		font-size: 15px;
		line-height: 18px;
	}
	.line-title__name {
		font-size: 35px;
		line-height: 36px;
	}
}

@media (max-width: 1023px) {
	.order-methods {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.order-methods__form, .order-methods__email {
		margin-bottom: 35px;
	}
	.order-methods__email, .order-methods__address {
		max-width: 305px;
	}
	.callout-order {
		background: url("/local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/order-block/pic/collout_background_min.png") center/cover no-repeat;
	}
}
@media (max-width: 767px) {
	.line-title__line {
		width: calc(100% - 25px);
	}
	.line-title__name {
		font-size: 30px;
		line-height: 36px;
	}
	.order-methods {
		flex-direction: column;
	}
	.order-methods__email, .order-methods__address {
		max-width: 100%;
	}
	.order-methods__title, .order-methods__title-text {
		margin-bottom: 15px;
	}
	.order-methods__title_address {
		margin-bottom: 11px;
	}
}

@media (max-width: 479px) {
	.line-title__name {
		font-size: 25px;
		line-height: 30px;
	}
	.order-methods__title {
		font-size: 20px;
	}
}
/* End */
/* /local/templates/citrus_aproduction3/components/bitrix/news.list/mp_slider/style.css?1694432757342 */
/* /local/templates/citrus_aproduction3/app/assets/dist/css/pages/mainSlider.css?16944327573545 */
/* /local/templates/citrus_aproduction3/components/bitrix/news.list/mp_about/style.css?16944327571245 */
/* /local/templates/citrus_aproduction3/app/assets/dist/css/pages/sectionDouble.css?16944327576635 */
/* /local/templates/citrus_aproduction3/app/assets/dist/css/pages/sectionInfo.css?16944327573944 */
/* /local/templates/citrus_aproduction3/components/bitrix/news.list/printed-circuit-boards/style.css?1694432757442 */
/* /local/templates/citrus_aproduction3/app/assets/dist/css/pages/sectionSlider.css?16944327571898 */
/* /local/templates/citrus_aproduction3/components/bitrix/news.list/service_small/style.css?17518764542074 */
/* /local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/order-block/style.css?17235464773268 */
