

/* Start:/local/templates/aggreko/css/style.css?1749475190170506*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&family=Oswald:wght@200;300;500;700&display=swap");
@font-face {
  font-family: "Montserrat", sans-serif;
  src: local("Montserrat"), url("/local/templates/aggreko/css/../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
 /*p,li,a,h2,h3,h4{max-width:992px;}*/

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.introSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introSwiper .swiper-wrapper {
  position: relative;
}
.introSwiper .swiper-button-next {
  width: 64px;
  height: 64px;
  border: 1px solid #000;
  background-image: url("/local/templates/aggreko/css/../images/slider-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  top: unset;
  filter: invert(3%) sepia(3%) saturate(7232%) hue-rotate(168deg) brightness(92%) contrast(92%);
  transition: all 0.16s ease;
}
.introSwiper .swiper-button-next:before {
  content: "";
  width: 0;
  height: 2px;
  background: #FD6E39;
  transition: all 0.16s ease;
}
.introSwiper .swiper-button-next:hover {
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
  background-image: url("/local/templates/aggreko/css/../images/slider-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: 25px center;
}
.introSwiper .swiper-button-next:hover::before {
  width: 0.875rem;
}
.introSwiper .swiper-button-prev {
  width: 64px;
  height: 64px;
  border: 1px solid #000;
  background-image: url("/local/templates/aggreko/css/../images/slider-arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: unset;
  right: 80px;
  top: unset;
  bottom: 0;
  filter: invert(3%) sepia(3%) saturate(7232%) hue-rotate(168deg) brightness(92%) contrast(92%);
  transition: all 0.16s ease;
}
.introSwiper .swiper-button-prev:before {
  content: "";
  width: 0;
  height: 2px;
  background: #FD6E39;
  transition: all 0.16s ease;
}
.introSwiper .swiper-button-prev:hover {
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
  background-image: url("/local/templates/aggreko/css/../images/slider-arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: 13px center;
}
.introSwiper .swiper-button-prev:hover::before {
  width: 0.875rem;
}
.introSwiper .swiper-button-next::after,
.introSwiper .swiper-button-prev::after {
  display: none;
}
/*====== equipmentsSwiper=========*/
.equipments-section .wrapper{
  margin-bottom: 3rem;
}
.equipments-section .section-opening-wrapper{
  display: block;
}
.equipmentsSwiper {
  position: relative;
  width: 83rem;
  margin-top: 1rem;
}
.equipmentsSwiper .equipmentsSwiper-button-next .arrow-btn-wrapper {
  cursor: pointer;
}
.equipmentsSwiper .equipmentsSwiper-img {
  width: 416px;
  height: 234px;
  /*object-fit: contain;*/
  object-fit: fill;
}
.equipmentsSwiper .animation-item__overlay-wrapper {
  width: 416px;
  height: 234px;
  position: relative;
}
.equipmentsSwiper .swiper-slide .equipmentsSwiper__category-label {
  position: absolute;
  top: 12.625rem;
  left: 0;
  background: #0E1114;
  color: #FFF;
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  z-index: 4;
}
.equipmentsSwiper .swiper-slide .arrow-btn-wrapper::before, .equipmentsSwiper .swiper-slide .arrow-btn-wrapper::after {
  display: none !important;
}
.equipmentsSwiper .equipmentsSwiper-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  margin-top: 1.75rem;
}

/*====== !equipmentsSwiper=========*/
.projectsSwiper {
  position: relative;
  width: 83rem;
  margin-top: 3rem;
}
.projectsSwiper .projectsSwiper-button-next .arrow-btn-wrapper {
  cursor: pointer;
}
.projectsSwiper .projectsSwiper-img {
  width: 416px;
  height: 234px;
  /*object-fit: contain;*/
  object-fit: fill;
}
.projectsSwiper .animation-item__overlay-wrapper {
  width: 416px;
  height: 234px;
  position: relative;
}
.projectsSwiper .swiper-slide .projectsSlider__category-label {
  position: absolute;
  top: 12.625rem;
  left: 0;
  background: #0E1114;
  color: #FFF;
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  z-index: 4;
}
.projectsSwiper .swiper-slide .arrow-btn-wrapper::before, .projectsSwiper .swiper-slide .arrow-btn-wrapper::after {
  display: none !important;
}
.projectsSwiper .projectsSlider-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  margin-top: 1.75rem;
}

.newsSwiper {
  position: relative;
  width: 83rem;
  margin-top: 3rem;
}
.newsSwiper .newsSwiper-button-next .arrow-btn-wrapper {
  cursor: pointer;
}
.newsSwiper .newsSwiper-img {
  width: 416px;
  height: 234px;
  object-fit: contain;
}
.newsSwiper .animation-item__overlay-wrapper {
  width: 416px;
  height: 234px;
  position: relative;
}
.newsSwiper .swiper-slide .newsSlider__category-label {
  position: absolute;
  top: 12.625rem;
  left: 0;
  background: #0E1114;
  color: #FFF;
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  z-index: 4;
}
.newsSwiper .swiper-slide .arrow-btn-wrapper::before, .newsSwiper .swiper-slide .arrow-btn-wrapper::after {
  display: none !important;
}
.newsSwiper .newsSlider-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  margin-top: 1.75rem;
}

.reviewsSwiper {
  position: relative;
  width: 83rem;
  margin-top: 3rem;
}
.reviewsSwiper .swiper-slide {
  position: relative;
  padding: 2.25rem 1.5rem 1.75rem 0;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
  min-height: 280px;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Oswald;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  padding: 0.25rem;
  background: #E6EAF6;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__intro-container {
  display: flex;
  justify-content: space-between;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__partner-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__short-description {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__title-container {
  margin-left: 1rem;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__text {
  text-overflow: ellipsis;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.16s ease;
  max-height: 80px;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__text.textRows4 {
  -webkit-line-clamp: 4;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__text.textRows13 {
  -webkit-line-clamp: 13;
}
.reviewsSwiper .swiper-slide .reviewsSwiper__text.active {
  max-height: 260px;
}
.reviewsSwiper .reviewsSwiper-button-next .arrow-btn-wrapper {
  cursor: pointer;
}
.reviewsSwiper .reviesSwiper__btns-container {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.reviewsSwiper .reviewsSwiper__expand-btn {
  border: none;
  background: transparent;
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px dashed #0E1114;
  padding-bottom: 0.25rem;
  transition: all 0.16s ease;
}
.reviewsSwiper .reviewsSwiper__expand-btn:hover {
  color: #FD6E39;
}
.reviewsSwiper .reviewsSwiper__popup-btn {
  border: none;
  background: transparent;
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.16s ease;
}
.reviewsSwiper .reviewsSwiper__popup-btn:hover {
  color: #FD6E39;
}
.reviewsSwiper .arrow-btn-wrapper::before, .reviewsSwiper .arrow-btn-wrapper::after {
  display: none !important;
}

.partnersSwiper {
  position: relative;
  width: 83rem;
  margin-top: 3rem;
}

.similarProductsSwiper {
  position: relative;
  /*  width: 83rem;*/
  /* width: 100%;*/
  margin-top: 3rem;
}

.header {
  padding: 1rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  color: #2D3540;
  line-height: 1rem;
  font-size: 0.875rem;
  background: #F7F8FC;
}
.header .checkbox {
  display: none;
}

.mobile-menu {
  display: none;
}

.header-nav ul {
  display: flex;
  align-items: flex-start;
}
.header-nav ul .header-nav__li {
  position: relative;
  cursor: pointer;
  padding: 0.75rem 0.75rem 0.75rem 0;
  font-size: 0.875rem;
  line-height: 1rem;
}
.header-nav ul .header-nav__li:hover {
  padding: 0.75rem 0.6875rem 0.75rem 0;
}
.header-nav ul .header-nav__li:hover:first-child,
.header-nav ul .header-nav__li:hover:nth-child(2),
.header-nav ul .header-nav__li:hover:nth-child(3),
.header-nav ul .header-nav__li:hover:nth-child(4) {
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.header-nav ul .header-nav__li:hover:first-child .header-hover-submenu {
  opacity: 1;
  display: block;
  width: 250px;
}
.header-nav ul .header-nav__li:hover:nth-child(2) .header-hover-submenu,
.header-nav ul .header-nav__li:hover:nth-child(3) .header-hover-submenu,
.header-nav ul .header-nav__li:hover:nth-child(4) .header-hover-submenu {
  opacity: 1;
  display: block;
  width: 375px;
}
.header-nav ul .header-nav__li + .header-nav__li {
  margin-left: 1rem;
}

.header-hover-submenu {
  z-index: 3;
  position: absolute;
  top: 40px;
  left: -24px;
  background: #fff;
  padding: 12px 18px 12px;
  border-top: 1px solid #FD6E39;
  opacity: 0;
  transition: all 0.16s ease;
  box-shadow: 0 5px 10px #2D3540;
  display: none;
}
.header-hover-submenu ul {
  display: flex;
  flex-direction: column;
}
.header-hover-submenu ul li {
  padding: 12px 12px 12px 0;
  /*white-space: nowrap;*/
  white-space: normal;
  /*width: min-content;*/
}
@media (max-width: 1400px) {
  .header-hover-submenu ul li {
    width:100%;
  }
}

.header-hover-submenu ul li:hover {
  padding: 12px 11px 12px 0;
}

.header__search-btn {
  cursor: pointer;
  border: none;
  color: black;
  line-height: 1rem;
  font-size: 0.875rem;
  width: 5rem;
  height: 2.5rem;
  background: url("/local/templates/aggreko/css/../images/search-icon.svg") no-repeat 0 center;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
  transition: 0.16s all ease;
}

.search-wrapper {
  display: contents;
}

.search-wrapper.active {
  position: relative;
}
.search-wrapper.active .search-overlay {
  z-index: 99;
  opacity: 0.5;
  height: 100vh;
}
.search-wrapper.active .search-inner {
  top: 0;
}

.search-inner {
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 120;
  transition: all 0.16s ease;
}

.search-overlay {
  z-index: -1;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  background: #000;
  opacity: 0;
  transition: all 0.16s ease;
}

.search-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 112px;
  padding: 32px 80px;
  background: #fff;
  z-index: 100;
  display: flex;
}

.search-input {
  height: 48px;
  width: calc(100% - 132px);
  border: 1px solid #C3CCE0;
  /* border-right: none;*/
  padding-left: 46px;
  background: url("/local/templates/aggreko/css/../images/search-icon-mid-grey.svg") no-repeat 12px center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #2D3540;
}
.search-input::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
  transform: scale(1.5);
}

.search-btn,
.search-close-btn {
  border: 1px solid #C3CCE0;
  width: 104px;
  height: 48px;
  background: #fff;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.16s ease;
}
.search-btn:hover,
.search-close-btn:hover {
  border: 1px solid #FD6E39;
  color: #FD6E39;
}

.search-close-btn {
  margin-left: 32px;
}

.search-results {
  position: absolute;
  top: 112px;
  left: 0;
  padding: 0 80px 32px 80px;
  background: #fff;
  z-index: 100;
  width: 100vw;
}

.search-results__title {
  color: #C3CCE0;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.search-results__title-equipment {
  margin-top: 32px;
}

.search-results__result-wrapper {
  margin-top: 16px;
  width: 100%;
  position: relative;
  height: 48px;
}

.search-results__result-wrapper.equipment-result .search-results__service-result {
  margin-left: 64px;
  width: calc(100% - 64px);
}
.search-results__result-wrapper.equipment-result .search-results__service-result:hover {
  /* width: calc(100% - 64px - 60px);*/
}

.search-results__service-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.16s ease;
  background: #fff;
  z-index: 101;
  cursor: pointer;
}
.search-results__service-result:hover {
  /* width: calc(100% - 60px);*/
  color: #FD6E39;
}

.search-result-arrow {
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #FD6E39;
  border-bottom: 1px solid #FD6E39;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.search-result-arrow img {
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.all-results-btn {
  margin-top: 20px;
  display: inline-block;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border: 1px solid #0E1114;
  background: none;
  padding: 12px 58px 12px 16px;
  margin-top: 32px;
  cursor: pointer;
  background-image: url("/local/templates/aggreko/css/../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 87% center;
  transition: all 0.16s ease;
}
.all-results-btn:hover {
  background-position: 95% center;
  animation-name: arrow-animation;
  animation-duration: 0.16s;
}

.search-error-label-wrapper {
  margin-top: 24px;
  background: rgba(199, 52, 52, 0.1);
  height: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #C73434;
  position: relative;
}
.search-error-label-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-top: 1px solid #C73434;
  border-bottom: 1px solid #C73434;
  border-left: 1px solid #C73434;
}
.search-error-label-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  border-top: 1px solid #C73434;
  border-bottom: 1px solid #C73434;
  border-right: 1px solid #C73434;
}

.form-section {
  padding: 5rem;
  background-color: #2D3540;
  background-image: url(/local/templates/aggreko/css/../images/form-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.form-section .wrapper {
  display: flex;
  justify-content: space-between;
}
.form-section .titles-container {
  width: 26rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.form-section .section-title {
  color: #fff;
  font-size: 2rem;
  margin: 0.5rem 0 1.5rem;
}
.form-section .section-subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}
.form-section .contacts-wrapper {
  margin-top: 3.43rem;
}
.form-section .mobile-contacts__accodrion-trigger {
  display: none;
}

.mobile-footer__content-container {
  display: none;
}

.contacts-title {
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 2rem;
}

.contacts-city {
  margin-top: 1rem;
  color: #FD6E39;
  font-family: Oswald;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.contacts-info-text {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25rem;
  color: #fff;
  margin: 0
}
.contacts-info-text a {
  font-family: Montserrat;
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #fff;
}

.form {
  border: none;
}
.form fieldset {
  border: none;
  background: #ffffff;
  padding: 3rem;
}
.form fieldset select {
  width: 100%;
  height: 3.5rem;
}
.form fieldset .inputselect{
  border: 1px solid #E6EAF6;
}

.form fieldset .form-input-container  {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  border: 1px solid #E6EAF6;
  padding: 10px;
}
.form fieldset .form-input-container label {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.33px;
}
.form fieldset .form-input-container input {
  margin-top: 4px;
  border: none;
}
.form fieldset .form-input-container input::placeholder {
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1rem;
}
.form fieldset .form-input-container input:focus-visible {
  outline: none;
}
.form fieldset .form-input-container #commentary {
  height: 120px;
  border: none;
}
.form fieldset .form-input-container #commentary::placeholder {
  position: absolute;
  top: 0;
}
.form fieldset .form-input-container #commentary:focus-visible {
  outline: none;
  border: none;
}
.form fieldset .form__text {
  border: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
  max-width: 450px;
  margin-bottom: 0;
}
.form fieldset .form__text span {
  text-decoration: underline;
}
.form fieldset input[type='submit'] {
  width: 100%;
  background: #0E1114;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 16px;
  /* 100% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 20px 0;
  transition: all 0.16s ease;
}
.form fieldset input[type='submit']:hover {
  background: #FD6E39;
}

.form-section__rightside {
  margin-left: 3rem;
}

.footer-section {
  padding: 4rem 5rem;
  background: #0E1114;
  color: #E6EAF6;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.footer-section .contact-btn {
  font-family: Oswald;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #0E1114;
  background-color: #fff;
  height: 48px;
  border: none;
  cursor: pointer;
  transition: all 0.16s ease;
}
.footer-section .contact-btn:hover {
  color: #FD6E39;
}
.footer-section .footer-logo {
  width: 174px;
}
.footer-section .special-hover {
  filter: none;
  border-right: 1px solid transparent;
}
.footer-section .special-hover:hover {
  filter: none;
  border-right: 1px solid #E6EAF6;
}
.footer-section .special-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: #E6EAF6;
  transition: 0.16s all ease;
}
.footer-section .special-hover:hover::before {
  width: 100%;
}
.footer-section a {
  color: #E6EAF6;
}

.footer__content-slice {
  display: flex;
  flex-direction: column;
  width: 17.25rem;
}
.footer__content-slice:nth-child(1) {
  justify-content: space-between;
  width: 10.93rem;
}
.footer__content-slice:nth-child(3) {
  justify-content: center;
}
.footer__content-slice:last-child {
  justify-content: space-between;
}

.footer__category-title {
  color: #FD6E39;
  font-family: Oswald;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.footer__link {
  color: #E6EAF6;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  padding: 0.75rem 0.75rem 0.75rem 0;
}

.mobile-footer__content-wrapper {
  display: none;
}

.label-section {
  max-width: 1760px;
  background: #0E1114;
  color: #fff;
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
}
.label-section h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 18px;
  margin-top: 64px;
}

.label-section__text {
  color: #C3CCE0;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 8px;
}

.label-section h1,
.label-section__text {
  position: relative;
  z-index: 2;
}

.label-section__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.equipment-page .label-section__image,
.about-company-page .label-section__image{
  right: -32px;
  transform: scale(1.35);
}

.about-company-page .label-section__image_career {
  right: 0;
}

.label-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
}

/* .label-section.equipment-page {
  background-image: url("/local/templates/aggreko/css/../images/equipment-page-label-img.svg");
} */

.equipment-categories__links-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.equipment-categories__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.16s ease;
  padding: 0 16px;
}
.equipment-categories__link:hover {
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.equipment-categories__img {
  width: 128px;
}

.equipment-categories__title {
  color: #000;
  text-align: center;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  width: 233px;
  margin-top: 16px;
}

.equipment-products-section {
  margin-top: 48px;
}
.equipment-products-section .wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -48px;
}

.equipment-products__tile {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -48px;
}

.equipment-product__overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FD6E39;
  z-index: 10;
  position: relative;
  opacity: 0;
  transition: all 0.16s ease;
}

.equipment-product {
  width: 410px;
  height: 520px;
  position: relative;
  border: 1px solid #E6EAF6;
  cursor: pointer;
  margin-top: 48px;
  margin-left: 48px;
}
.equipment-product:hover .equipment-product__overlay-wrapper {
  opacity: 1;
}
.equipment-product:hover .equipment-product__overlay-img {
  transform: translate(-50%, -50%);
}
.equipment-product:hover .arrow-btn-wrapper {
  background: #FD6E39;
}
.equipment-product:hover .arrow-btn-wrapper::before {
  width: 0.87rem;
}
.equipment-product:hover .arrow-btn-wrapper .arrow-btn-img {
  transform: translate(-7px, -12px);
}
.equipment-product:hover .equipment-product__title {
  color: #fff;
}
.equipment-product:hover .equioment-product__more-text {
  color: #fff;
}

.equipment-product__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: 330px;
  z-index: 11;
  transition: all 0.16s ease;
}

img.equipment-product__fast-view {
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 11;
}

p.equipment-product__fast-view {
  position: absolute;
  top: 60px;
  right: -15%;
  background-color: #F7F8FC;
  padding: 10px 20px;
  z-index: 12;
  display: none;
  color: #000;
  border: 1px solid #fff;
}

.equipment-product.fast-view p.equipment-product__fast-view {
  display: block;
}

.popup-product.fancybox-content {
  max-width: 1100px;
}

.popup-product th{
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1.2px;
}

.popup-product td:nth-child(n+1) {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.2px;
}

.popup-product td:nth-child(1) {
  font-size: 12px;
  font-weight: bold;
}

.popup-product td {
  text-align: left;
  padding: 10px;
}

.popup-product td,
.popup-product th {
  border-bottom: 1px solid #fff;
}

.popup-product__main {
  display: flex;
  padding: 20px;
}

.popup-product__image {
  margin-right: 20px;
}

.popup-product__image img {
  object-fit: contain;
}

.popup-product__button {
  display: flex;
  justify-content: center;
}

.popup-product__info {
  padding: 20px;
}

.popup-product__info h2 {
  font-size: 14px;
  font-weight: bold;
}

.popup-product__info p {
  font-size: 12px;
}

.popup-product__table p:first-child {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
}

.popup-product__table table {
  background-color: #E6EAF6;
}

.popup-product__button a {
  background-color: #FD6E39;
}

.equipment-product__overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, 50%);
  width: 40px;
  height: 40px;
  transition: all 0.16s ease;
}

.arrow-btn-wrapper {
  z-index: 11;
}

.equipment-product__img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.equioment-product__more-text {
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  position: absolute;
  left: 60%;
  bottom: 24px;
  z-index: 11;
  transition: all 0.16s ease;
}
.equipment-product__properties-text {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

/* .label-section.services-page {
  background-image: url("/local/templates/aggreko/css/../images/services-label-img.svg");
} */

.problems-and-tasks-section {
  padding-top: 128px;
}
.problems-and-tasks-section .titles-container {
  width: 872px;
}
.problems-and-tasks-section .section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 8px 0 24px 0;
  padding-right: 32px;
}

.tasks-tile {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.what-tasks-section .titles-container {
  width: 100%;
  margin: 0 auto;
}
.what-tasks-section .tasks-tile {
  margin: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 416px);
  gap: 40px;
}


.tasks-item {
  width: 416px;
  height: 136px;
  padding-left: 40px;
  padding-right: 16px;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
  margin-left: 40px;
  margin-top: 40px;
  background-image: url("/local/templates/aggreko/css/../images/orange-bullet.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.what-tasks-section .tasks-item {
  margin: 0;
}

.tasks-item__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #2D3540;
}

/* .label-section.about-company-page {
  background-image: url("/local/templates/aggreko/css/../images/about-company-label-img.svg");
} */

.about-company-intro-section {
  padding-top: 80px;
}

.about-company-intro-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 28px;
  position: relative;
  width: 880px;
}
.about-company-intro-title:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  top: 0;
  left: 0;
}

.about-company-intro-img {
  margin-top: 64px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.years-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.years-container {
  display: flex;
  flex-direction: column;
}

.year {
  padding-left: 256px;
  padding-right: 24px;
  display: flex;
  margin-top: 48px;
}
.year:first-child {
  margin-top: 0;
}

.year__title {
  color: #FD6E39;
  font-family: Oswald;
  font-size: 64px;
  font-weight: 200;
  line-height: normal;
  padding-top: 16px;
  padding-left: 32px;
  border-top: 1px solid #C3CCE0;
  border-left: 1px solid #C3CCE0;
  height: 111px;
  width: 160px;
  min-width: 160px;
}

.year__text-container {
  padding-top: 54px;
  padding-bottom: 24px;
  margin-left: 40px;
}
.year__text-container ul {
  margin-top: 8px;
}
.year__text-container ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #2D3540;
  padding-left: 40px;
  background: url("/local/templates/aggreko/css/../images/orange-bullet.svg") no-repeat 9px 9px;
}



.year__text-title {
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.year__text {
  color: #2D3540;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
}

.year__text-subtitle {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #2D3540;
}

.advantages-section {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #F7F8FC;
}
.advantages-section .titles-container {
  width: 100%;
}
.how_we_work-section {
  padding: 48px 0;
}
.how_we_work-section .titles-container{
  width: 100%;
}
.how_we_work-section .ds-advantages__element {
  border: none;
  width: 30%;
}
.how_we_work-section .ds-advantages {
  margin: -20.5px 40px;
}
.how_we_work-section .ds-advantages__text {
  color: #0E1114;
  font-size: 18px;
  font-weight: 600;
}
.how_we_work-section ul.ds-advantages__text {
  font-size: 16px;
  font-weight: 400;
}
.how_we_work-section ul.ds-advantages__text li {
  margin-left: 10px;
}
.how_we_work-section ul.ds-advantages__text li::before {
  content: '●';
  color: black;
  font-size: 10px;
  margin-right: 10px;
}
.callback-section {
  padding: 48px 0;
}
.callback-block {
  display: grid;
  grid-template-columns: minmax(auto, 636px) 1fr;
  max-width: 1330px;
  margin: 0 auto;
  color: #fff;
  background-color: #36467a;
}
.callback-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 96px;
}
.callback-block__content .button {
  display: block;
  width: 182px;
  margin: 0;
}
.callback-block__content p {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
}
@media (max-width: 1022px) {
  .callback-block__img {
    justify-self: end;
    max-height: 300px;
    margin-top: 40px;
  }
  .callback-block__content {
    padding: 40px;
  }
  .callback-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .callback-block__content {
    padding-bottom: 0;
  }
  .callback-block {
    grid-template-columns: 1fr;
  }
}
.callback-block__img {
  overflow: hidden;
  align-self: end;
  max-height: 396px;
}
.callback-block__img img {
  object-fit: cover;
  border-radius: 500px 0 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.advantages-section .section-subtitle {
  font-size: 30px;
}

.advantages-tile {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: 48px;
}

.advantages-item {
  width: 416px;
  height: 136px;
  padding-left: 40px;
  padding-right: 16px;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
  margin-left: 40px;
  margin-top: 40px;
  background-image: url("/local/templates/aggreko/css/../images/orange-bullet.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.advantages-item__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #2D3540;
  display: flex;
  flex-direction: column;
}
.advantages-item__text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #2D3540;
  margin-top: 16px;
}

.health-safety-and-environment-section {
  padding-top: 128px;
  padding-bottom: 128px;
}
.health-safety-and-environment-section .titles-container {
  width: 100%;
}
.health-safety-and-environment-section .section-title {
  width: 100%;
}
.health-safety-and-environment-section .section-subtitle {
  font-size: 30px;
}

.safety-tile {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -48px;
}

.safety-item {
  width: 410px;
  margin-top: 64px;
  margin-left: 48px;
}

.safety-item__img {
  width: 128px;
  height: 80px;
  object-fit: cover;
}

.safety-item__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #2D3540;
  margin-top: 32px;
}

/* .label-section.completed-projects-page {
  background-image: url("/local/templates/aggreko/css/../images/completed-projects-label-img.svg");
} */

.completed-projects-tile {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-left: -32px;
}

.completed-projects-tile__item {
  position: relative;
  width: 411px;
  margin-left: 32px;
  margin-top: 32px;
}
.completed-projects-tile__item .services-tile__item-img {
  width: 411px;
  height: 237px;
}
.completed-projects-tile__item .animation-item__overlay-wrapper,
.completed-projects-tile__item .tile-animation__overlay {
  width: 411px;
  height: 237px;
}
.completed-projects-tile__item:hover .tile-animation__overlay {
  opacity: 1;
}
.completed-projects-tile__item:hover .tile-animation__overlay-img {
  transform: translate(-50%, -50%);
}
.completed-projects-tile__item:hover .completed-projects-tile__item-title {
  color: #FD6E39;
}
.completed-projects-tile__item .completed-projects-tile__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.completed-projects-tile__category-label {
  position: absolute;
  top: 205px;
  left: 0;
  padding: 8px;
  color: #FFF;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: #0E1114;
  max-width: 411px;
  z-index: 10;
}

/* .label-section.service-center-page {
  background-image: url("/local/templates/aggreko/css/../images/service-center-label-img.svg");
} */

.label-section__image {
  height: 100%;
}

.service-center-intro-section {
  padding-top: 80px;
  padding-bottom: 128px;
}

.service-center-intro__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 28px;
  position: relative;
  width: 864px;
}
.service-center-intro__title:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  top: 0;
  left: 0;
}

.service-center-intro__info-container {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.service-center-intro__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 416px;
  padding-right: 10px;
}

.service-center-intro__img {
  width: 864px;
  height: 486px;
  object-fit: cover;
}

.workshops-section {
  background: #F7F8FC;
  padding: 128px 0;
}
.workshops-section .titles-container {
  width: 100%;
}
.workshops-section .section-subtitle {
  font-size: 30px;
}

.workhops-tile {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -48px;
}

.workshops-tile__item {
  width: 410px;
  margin-left: 48px;
  margin-top: 48px;
}

.wokrshops-tile__item-img {
  width: 410px;
  height: 231px;
}

.workshops-tile__item-text {
  height: 120px;
  padding-left: 32px;
  padding-right: 24px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: url("/local/templates/aggreko/css/../images/orange-bullet.svg") no-repeat 8px 8px;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
}

.center-capability-section {
  padding: 128px 0;
}
.center-capability-section .wrapper {
  display: flex;
  justify-content: space-between;
}

.center-capability__img {
  width: 416px;
  height: 416px;
  object-fit: cover;
}

.center-capability__info-container {
  margin-left: 48px;
}

.center-capability__info-title,
.location__info-title,
.center-complecting__info-title {
  color: #FD6E39;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 416px;
  padding-bottom: 24px;
  border-right: 1px solid #0E1114;
  border-bottom: 1px solid #0E1114;
}

.center-capavility__into-text,
.location__into-text,
.center-complecting__into-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 32px;
}

.location-section {
  padding: 128px 0;
  background: #F7F8FC;
}
.location-section .wrapper {
  display: flex;
  justify-content: space-between;
}

.location__img {
  width: 864px;
  height: 486px;
  object-fit: cover;
}

.location__into-text {
  width: 416px;
}

.center-complecting-section {
  padding: 128px 0;
}
.center-complecting-section .wrapper {
  display: flex;
}

.center-complecting__img {
  width: 416px;
  height: 505px;
}

.center-complecting__info-container {
  margin-left: 48px;
}

.how-we-work-section {
  padding: 128px 0;
  background: #F7F8FC;
}
.how-we-work-section .wrapper {
  display: flex;
  justify-content: space-between;
}

.how-we-work__info-container {
  border-right: 1px solid #0E1114;
  border-bottom: 1px solid #0E1114;
  width: 416px;
  height: 133px;
  padding-right: 32px;
  padding-bottom: 16px;
  margin-top: 8px;
}

.how-we-work__info-title {
  color: #FD6E39;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.how-we-work__into-text {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.managers-section {
  padding: 128px 0;
}

.managers-tile {
  display: flex;
  flex-wrap: wrap;
  margin-left: -48px;
}

.managers-tile__item {
  margin-left: 48px;
  margin-top: 48px;
  width: 296px;
}

.managers-tile__item-img {
  width: 296px;
  height: 370px;
  object-fit: cover;
}

.managers-tile__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 12px;
}

.managers-tile__title {
  color: #2D3540;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 8px;
  padding: 0 16px;
  border-left: 1px solid #FD6E39;
  width: 100%;
}

.documents-intro-section {
  padding-top: 128px;
}

.documents-intro__title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 28px;
  position: relative;
  width: 880px;
}
.documents-intro__title:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  top: 0;
  left: 0;
}

.documents-section {
  padding-top: 48px;
  padding-bottom: 128px;
}
.documents-section .wrapper {
  display: flex;
}

.documents-text {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 416px;
}

.documents-container {
  margin-left: 48px;
}

.document {
  padding: 24px 0;
  border-top: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
  position: relative;
}

.document__title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 800px;
}

.document-link {
  background: url("/local/templates/aggreko/css/../images/download-icon.svg") no-repeat center center;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.media-intro-section {
  padding-top: 128px;
}

.media-intro__title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 28px;
  position: relative;
  width: 880px;
}
.media-intro__title:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  top: 0;
  left: 0;
}

.videos-section {
  padding-top: 48px;
  padding-bottom: 128px;
}

.video-wrapper {
  display: flex;
}

.video-wrapper + .video-wrapper {
  margin-top: 48px;
}

.video__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 18px;
  margin-left: 48px;
  position: relative;
}
.video__text::before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  top: 0;
  left: 0;
}

.career-intro-section {
  padding-top: 128px;
}

.career-intro__title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 28px;
  position: relative;
  width: 880px;
}
.career-intro__title:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  top: 0;
  left: 0;
}

.vacancies-section {
  padding-top: 62px;
  padding-bottom: 128px;
}

.vacancies-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #0E1114;
  border-right: 1px solid #0E1114;
}

.vacancy__trigger {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.vacancy__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.plus-icon-container {
  background: #0E1114;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.16s ease;
}
.plus-icon-container img {
  transform: rotate(0);
}

.vacancy__info-wrapper {
  overflow: hidden;
  transition: all 0.16s ease;
}

.vacancy__info-slice {
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
}

.vacancy__info-key {
  color: #C3CCE0;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  min-width: 208px;
}

.vacancy__info-value {
  margin-left: 40px;
}
.vacancy__info-value li {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #2D3540;
  padding-left: 32px;
  background: url("/local/templates/aggreko/css/../images/orange-bullet.svg") no-repeat 8px 8px;
}
.vacancy__info-value li + li {
  margin-top: 12px;
}

.vacancy__info-text {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 700px;
}
.vacancy__info-text a {
  text-decoration: underline;
}

.vacancy__btn-link {
  background: #0E1114;
  color: #fff;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 16px;
  display: inline-block;
  margin-bottom: 40px;
}
.vacancy__btn-link:hover {
  background: #FD6E39;
}
.full-reviews-section {
  padding-top: 128px;
}
.full-reviews-section .reviews-tile {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.full-reviews-section .swiper-slide {
  position: relative;
  padding: 2.25rem 1.5rem 1.75rem 0;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
}
.full-reviews-section .swiper-slide .reviewsSwiper__date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Oswald;
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 0.25rem;
  background: #E6EAF6;
}
.full-reviews-section .swiper-slide .reviewsSwiper__intro-container {
  display: flex;
  /*justify-content: space-between;*/
}
.full-reviews-section .swiper-slide .reviewsSwiper__img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
.full-reviews-section .swiper-slide .reviewsSwiper__partner-title {
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.37rem;
}
.full-reviews-section .swiper-slide .reviewsSwiper__short-description {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.full-reviews-section .swiper-slide .reviewsSwiper__title-container {
  margin-left: 1rem;
}
.full-reviews-section .swiper-slide .reviewsSwiper__text {
  text-overflow: ellipsis;
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.16s ease;
  max-height: 80px;
}
.full-reviews-section .swiper-slide .reviewsSwiper__text.textRows4 {
  -webkit-line-clamp: 4;
}
.full-reviews-section .swiper-slide .reviewsSwiper__text.textRows13 {
  -webkit-line-clamp: 13;
}
.full-reviews-section .swiper-slide .reviewsSwiper__text.active {
  max-height: 260px;
}
.full-reviews-section .reviewsSwiper-button-next .arrow-btn-wrapper {
  cursor: pointer;
}
.full-reviews-section .reviesSwiper__btns-container {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.full-reviews-section .reviewsSwiper__expand-btn {
  border: none;
  background: transparent;
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px dashed #0E1114;
  padding-bottom: 0.25rem;
  transition: all 0.16s ease;
}
.full-reviews-section .reviewsSwiper__expand-btn:hover {
  color: #FD6E39;
}
.full-reviews-section .reviewsSwiper__popup-btn {
  border: none;
  background: transparent;
  font-family: Oswald;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.16s ease;
}
.full-reviews-section .reviewsSwiper__popup-btn:hover {
  color: #FD6E39;
}
.full-reviews-section .arrow-btn-wrapper::before, .full-reviews-section .arrow-btn-wrapper::after {
  display: none !important;
}
.full-reviews-section .reviewsSwiperSlide {
  margin-top: 48px;
  /*width: 416px;*/
  max-width: 620px;
  margin-left: 40px;
}
/*.full-reviews-section .reviewsSwiperSlide:first-child {
  width: 1328px;
}
.full-reviews-section .reviewsSwiperSlide:first-child .reviewsSwiper__intro-container {
  justify-content: flex-start;
}
.full-reviews-section .reviewsSwiperSlide:first-child .reviewsSwiper__date {
  left: 0;
}
.full-reviews-section .reviewsSwiperSlide:nth-child(5) {
  width: 644px;
}
.full-reviews-section .reviewsSwiperSlide:nth-child(6) {
  width: 644px;
}*/

.label-section.services-page {
  position: relative;
}

.label-section.services-page h1 {
  margin-top: 0;
}

.label-section__back-link {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: black;
  padding-left: 30px;
  background-image: url("/local/templates/aggreko/css/../images/arrow-left-black.svg");
  background-repeat: no-repeat;
  background-position: 6px center;
  filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(53deg) brightness(109%) contrast(106%);
  transition: all 0.16s ease;
}
.label-section__back-link:hover {
  background-position: 0 center;
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.our-opportunities-section {
  padding: 128px 0;
}
.our-opportunities-section .section-title {
  margin: 8px 0 32px 0;
}
.our-opportunities-section .section-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.our-oppotrunities__main-info {
  display: flex;
  margin-top: 48px;
}

.our-oppotrunities__leftside {
  border-right: 1px solid #0E1114;
}

.our-opportunities__leftside-text-container {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
.our-opportunities__leftside-text-container ul li {
  margin-top: 8px;
  padding-left: 40px;
  background: url("/local/templates/aggreko/css/../images/orange-bullet.svg") no-repeat 10px 10px;
}

.our-opportunities__leftside-text {
  margin-top: 32px;
}
.our-opportunities__leftside-text:first-child {
  margin-top: 0;
}

.our-opportunities__leftside-link-container {
  width: 100%;
  border-top: 1px solid #0E1114;
}

.our-opportunities__leftside-link {
  margin-top: 32px;
  display: inline-block;
  color: #fff;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  background-color: #0E1114;
  padding: 12px 48px 12px 12px;
  background-image: url(/local/templates/aggreko/css/../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  transition: all 0.16s ease;
}
.our-opportunities__leftside-link:hover {
  background-position: 97% center;
  background-color: #FD6E39;
}

.our-oppotrunities__rightside {
  margin-left: 40px;
}
.our-oppotrunities__rightside-img {
  width: 644px;
  height: 558px;
}

.additional-service {
  width: calc(100% / 2 - 48px);
}

.additional-service img {
  width: 100%;
  height: auto;
}

.additional-services-section {
  padding: 80px 0;
  background: #F7F8FC;
}
.additional-services-section .titles-container {
  width: 648px;
}
.additional-services-section .section-subtitle {
  font-size: 32px;
}
.additional-services-section .section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px 0 24px 0;
}

.additional-services {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.additiona-service-img {
  width: 648px;
  height: 364px;
  object-fit: cover;
}

.additional-service__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 24px;
}

.project-options-section {
  padding: 128px 0;
}
.project-options-section .titles-container {
  width: 648px;
}
.project-options-section .section-subtitle {
  font-size: 32px;
}
.project-options-section .section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px 0 24px 0;
}

.projects-options-wrapper {
  margin-top: 48px;
}

.projects-option {
  display: flex;
  margin-top: 40px;
}

.projects-option__img {
  width: 648px;
  height: 364px;
  object-fit: cover;
}

.projects-option__info-wrapper {
  margin-left: 40px;
}
.projects-option__info-wrapper ul li {
  margin-top: 8px;
  padding-left: 30px;
  background: url("/local/templates/aggreko/css/../images/orange-bullet.svg") no-repeat 6px 6px;
}

.projects-option__info-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.projects-option__info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}

.partners-section {
  padding: 80px 0;
}
.partners-section .wrapper {
  position: relative;
}
.partners-section .swiper-container {
  overflow: hidden;
}
.partners-section .section-subtitle {
  font-family: Oswald;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.partners-section .section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin: 8px 0 24px 0;
}
.partners-section .titles-container {
  width: 644px;
}
.partners-section .arrow-btn-wrapper {
  width: 48px;
  height: 48px;
  right: -33px;
  top: 145px;
}
.partners-section .arrow-btn-wrapper::after {
  display: none !important;
}
.partners-section .swiper-button-next:after {
  display: none !important;
}

.anchors-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 80px;
  bottom: 120px;
}

.anchors__anchor {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-top: 8px;
}

.application-areas-section {
  padding-top: 80px;
}

.application-areas-wrapper {
  display: flex;
  justify-content: space-between;
}

.application-area {
  position: relative;
  width: 246px;
}
.application-area .tile-animation__overlay-img {
  width: 28px;
  height: 28px;
}
.application-area:hover .application-area__title {
  color: #FD6E39;
}
.application-area:hover .tile-animation__overlay {
  opacity: 1;
}
.application-area:hover .tile-animation__overlay .tile-animation__overlay-img {
  transform: translate(-50%, -50%);
}

.application-area__item-img {
  width: 246px;
  height: 138px;
  object-fit: cover;
}

.animation-item__overlay-wrapper {
  width: 246px;
  height: 138px;
  position: relative;
}

.application-area__title {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 16px;
  transition: all 0.16s ease;
}

.what-tasks-section {
  padding-bottom: 80px;
}

.product-info-section {
  padding: 80px 0;
}
.product-info-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-info-section .ds-advantages__text {
  font-size: 16px;
}

.product-img {
  width: 100%;
  object-fit: cover;
}

.product-info-slice {
  margin-top: 48px;
  width: 640px;
}
.product-info-slice .ds-advantages__element {
  width: calc(40% + 27px);
}
.product-info-slice .section-subtitle {
  font-size: 32px;
}
.product-info-slice .section-title {
  font-size: 28px;
  line-height: 36px;
  margin: 20px 0 24px 0;
}
.product-info-slice ul {
  margin-top: 24px;
}
.product-info-slice ul li {
  color: #2D3540;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 32px;
  background: url("/local/templates/aggreko/css/../images/orange-bullet.svg") no-repeat 8px 8px;
  margin-top: 12px;
}

.product-info-slice__link {
  padding: 16px 48px 16px 16px;
  display: inline-block;
  background-color: #0E1114;
  font-family: Oswald;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  background-image: url("/local/templates/aggreko/css/../images/white-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  transition: all 0.16s ease;
}
.product-info-slice__link:hover {
  background-position: 98% center;
  background-color: #FD6E39;
}

.technical-specification__title {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FD6E39;
  margin-top: 24px;
}

.technical-specification__raw {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #0E1114;
  position: relative;
}

.technical-specification__key {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.5;
}

.technical-specification__value {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: absolute;
  left: 324px;
  top: 50%;
  transform: translateY(-50%);
}

.similar-products-section {
  background: #F7F8FC;
  padding: 80px 0;
}
.similar-products-section .wrapper {
  position: relative;
}
.similar-products-section .similarProductsSwiper-button-next {
  right: -19px;
  top: 392px;
}
.similar-products-section .similarProductsSwiper-button-prev {
  right: -19px;
  top: 392px;
}
.similar-products-section .similarProductsSwiper-button-next .arrow-btn-wrapper {
  width: 48px;
  height: 48px;
}

.similar-product__item {
  position: relative;
  width: 410px;
  height: 410px;
  transition: all 0.16s ease;
}
.similar-product__item .similar-product__item-img {
  width: 100%;
}
.similar-product__item:hover .similar-product__item-title {
  color: #fff;
}
.similar-product__item:hover .similar-product__item-overlay {
  opacity: 0.6;
}
.similar-product__item:hover .similar-product__more-text {
  color: #fff;
}
.similar-product__item:hover .arrow-btn-wrapper {
  background: #FD6E39;
}
.similar-product__item:hover .arrow-btn-img {
  transform: translate(-7px, -12px);
}
.similar-product__item:hover .arrow-btn-wrapper::before {
  width: 0.87rem;
}
.similar-product__item:hover .similar-product__overlay-img-wrapper {
  width: 8rem;
}

.similar-product__item-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 11;
}

.similar-product__more-text {
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  transition: all 0.16s ease;
  z-index: 11;
}

.similar-product__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E1114;
  opacity: 0;
  transition: all 0.16s ease;
  background-image: url("/local/templates/aggreko/css/../images/battery-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.16s ease;
}

.similar-product__overlay-img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8rem;
  width: 0;
  z-index: 3;
  transition: all 0.16s ease;
}

.similar-product__overlay-img {
  width: 100%;
  height: 100%;
  z-index: 4;
  object-fit: cover;
  object-position: right;
}

.our-capabilities-section {
  padding: 80px 0;
}
.our-capabilities-section .section-subtitle {
  font-size: 32px;
}
.our-capabilities-section .section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.our-capabilities-tile {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-left: -48px;
}

.our-capabilities-tile__item {
  width: 410px;
  height: 176px;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
  padding: 0 32px 24px 0;
  margin-left: 48px;
  margin-top: 48px;
  cursor: pointer;
  position: relative;
}
.our-capabilities-tile__item:hover .our-capabilities-tile__item-link-img {
  right: 0;
  opacity: 1;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}
.our-capabilities-tile__item:hover .our-capabilities-tile__item-link {
  color: #0E1114;
}
.our-capabilities-tile__item:hover .our-capabilities-tile__item-text {
  color: #FD6E39;
}

.our-capabilities-tile__item-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.16s ease;
}

.our-capabilities-tile__item-link {
  position: absolute;
  left: 0;
  bottom: 24px;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #FD6E39;
  padding-right: 32px;
}

.our-capabilities-tile__item-link-img {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.16s ease;
  opacity: 0;
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.application-areas-section {
  padding: 80px 0 48px;
}
.application-areas-section .section-subtitle {
  font-size: 32px;
}
.application-areas-section .section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
.application-areas-section .wrapper {
  /*max-width: 1760px;*/
}

/*==================== 14.08.2023 ===================*/
.equipment-rental-intro-section {
  padding-top: 80px;
}

.equipment-rental-intro__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 28px;
  position: relative;
  width: 864px;
}
.equipment-rental-intro__title:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  top: 0;
  left: 0;
}

.problems-and-tasks-section.equipment-rental {
  padding-top: 48px;
}
.problems-and-tasks-section.equipment-rental .section-subtitle {
  font-size: 32px;
}
.problems-and-tasks-section.equipment-rental .tasks-item {
  height: 168px;
  padding-left: 32px;
  padding-right: 10px;
}
.problems-and-tasks-section.equipment-rental .tasks-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.poster-section {
  margin-top: 48px;
  margin-bottom: 128px;
  color: #fff;
}
.poster-section .wrapper {
  background: #0E1114;
  display: flex;
}

.poster-leftside {
  padding: 64px 0 16px 64px;
  border-right: 1px solid #fff;
}

.poster-leftside__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  padding-top: 24px;
  position: relative;
  padding-bottom: 151px;
  border-bottom: 1px solid #fff;
  padding-right: 24px;
}
.poster-leftside__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 4px;
  background: #FD6E39;
}

.poster-leftside__link {
  color: #fff;
  display: inline-block;
  padding: 24px 48px 24px 0;
  margin-top: 8px;
  background-image: url("/local/templates/aggreko/css/../images/arrow-right-white.svg");
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all 0.16s ease;
}
.poster-leftside__link:hover {
  background-position: 98% center;
}

.poster-rightside__img {
  width: 912px;
  height: 100%;
  object-fit: cover;
}

.major-repair-main-info-section {
  padding-top: 48px;
}
.major-repair-main-info-section .wrapper {
  display: flex;
}

.major-repair-main-info-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 48px;
}

.major-repair-main-info-img {
  width: 864px;
  height: 486px;
  object-fit: cover;
}

.load-tests-intro__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 880px;
  margin-top: 8px;
}

.load-tests-main-info-section {
  padding-top: 48px;
  padding-bottom: 128px;
}
.load-tests-main-info-section .wrapper {
  display: flex;
}

.load-tests-main-info-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 48px;
}

.load-tests-main-info-img {
  width: 864px;
  height: 486px;
  object-fit: cover;
}

.map-section {
  padding: 80px 0;
}
.map-section .wrapper {
  max-width: 1760px;
}
.map-section .wrapper .section-subtitle {
  font-size: 32px;
}
.map-section .wrapper .section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.map-wrapper {
  position: relative;
  width: 100%;
  margin-top: 48px;
}

.addresses-wrapper {
  display: none;
}

.map-img {
  position: absolute;
  top: 0;
  left: 0;
}

.map-accordion-wrapper {
  position: absolute;
  top: 133px;
  right: 128px;
  background: #fff;
  width: 320px;
  padding: 0 24px;
}
.map-accordion-wrapper.lastElementOpen {
  padding: 0 24px 24px 24px;
}

.map-accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background-image: url("/local/templates/aggreko/css/../picture/plus-icon-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
.map-accordion-trigger .map-accordion-trigger__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: all 0.16s ease;
}
.map-accordion-trigger.active {
  background-image: url("/local/templates/aggreko/css/../picture/minus-icon-orange.svg");
}
.map-accordion-trigger.active .map-accordion-trigger__title {
  color: #FD6E39;
}

.map-accordion-info-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.16s ease;
}

.map-accordion-info-text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.map-accordion-info-link {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.map-contact-us-btn {
  text-align: center;
  background: #0E1114;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 0;
  margin-top: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.16s ease;
}
.map-contact-us-btn:hover, .map-contact-us-btn.active {
  background: #FD6E39;
}

.map-pin {
  position: absolute;
  z-index: 1;
  transition: all 0.16s ease;
  cursor: pointer;
}
.map-pin.moscow {
  top: 267px;
  left: 439px;
}
.map-pin.spb {
  top: 61px;
  left: 248px;
}
.map-pin.tumen {
  top: 200px;
  left: 1167px;
}
.map-pin.atyrau {
  top: 629px;
  left: 812px;
}
.map-pin:hover, .map-pin.active {
  scale: 1.5;
  transform: translateY(-5px);
}
/*=================== !14.08 2023 ===================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0E1114;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #0E1114;
  cursor: pointer;
}

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

.intro-mobile {
  display: none;
}

.intro-section {
  background: #E6EAF6;
  padding-top: 3.437rem;
  padding-bottom: 3.437rem;
}
.intro-section .wrapper {
  display: flex;
}

.intro__leftside {
  width: 30rem;
  border-right: 1px solid #0E1114;
}

.intro__title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: 600;
  padding: 3rem 4.25rem 2.062rem 0;
  border-bottom: 1px solid #0E1114;
}

.intro__more-btn {
  background-color: transparent;
  border: none;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem 1.5rem 0;
  background-image: url("/local/templates/aggreko/css/../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 87% center;
  margin-top: 1.5rem;
  color: #000;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
  cursor: pointer;
}
.intro__more-btn:hover {
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.intro__rightside {
  position: relative;
  /*height: 18.062rem;*/
}

.services-section {
  padding: 8rem 0;
}
.services-section .titles-container {
  width: 40rem;
}
.services-section .section-subtitle {
  font-size: 2rem;
}

.services-tile__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.services-tile__item {
  width: 25.687rem;
  margin-bottom: 2rem;
  margin-right: 1.937rem;
  /*cursor: pointer;*/
}
.services-tile__item .services-tile__item-img {
  width: 25.687rem;
}
.services-tile__item .animation-item__overlay-wrapper {
  width: 25.687rem;
  height: 14.437rem;
  position: relative;
}
.services-tile__item:hover .tile-item__title {
  /*color: #FD6E39;*/
}
.services-tile__item:hover .tile-animation__overlay {
  opacity: 1;
}
.services-tile__item:hover .tile-animation__overlay .tile-animation__overlay-img {
  transform: translate(-50%, -50%);
}

.tile-animation__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FD6E39;
  z-index: 2;
  opacity: 0;
  transition: all 0.16s ease;
}
.tile-animation__overlay:hover {
  opacity: 1;
}
.tile-animation__overlay:hover .tile-animation__overlay-img {
  transform: translate(-50%, -50%);
}

.tile-animation__overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, 50%);
  width: 56px;
  height: 56px;
  transition: all 0.16s ease;
}

.tile-item__title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin-top: 1.5rem;
  transition: all 0.16s ease;
}

.service-center__btn-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-center__btn-link {
  font-family: Oswald;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  background-color: #0E1114;
  padding: 1rem 3rem 1rem 1rem;
  color: #fff;
  width: min-content;
  background-image: url("/local/templates/aggreko/css/../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: 87% center;
  transition: all 0.16s ease;
}
.service-center__btn-link:hover {
  background-position: 95% center;
  animation-name: arrow-animation;
  animation-duration: 0.16s;
  background-color: #FD6E39;
}

.equipment-section {
  padding: 8rem 0;
  background-color: #E6EAF6;
  background-image: url("/local/templates/aggreko/css/../images/equipment-bg.svg");
  background-repeat: no-repeat;
  background-position: right 166px;
}

.equipment-tile {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.equipment-tile .equioment-tile__item-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.equioment-tile__more-text {
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  transition: all 0.16s ease;
}

.arrow-btn-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background: #0E1114;
  transition: all 0.16s ease;
}
.equipment-product .arrow-btn-wrapper::before {
  content: " ";
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 0;
  background: #fff;
  transition: all 0.16s ease;
}
.equipment-section .arrow-btn-wrapper::before {
  content: " ";
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 0;
  background: #fff;
  transition: all 0.16s ease;
}
.arrow-btn-wrapper::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 0;
  background: #fff;
  transition: all 0.16s ease;
}
.arrow-btn-wrapper:hover {
  background: #FD6E39;
}
.arrow-btn-wrapper:hover::before {
  width: 0.875rem;
}
.arrow-btn-wrapper:hover .arrow-btn-img {
  transform: translate(-7px, -12px);
}

.arrow-btn-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-11px, -12px);
  transition: all 0.16s ease;
}

.equipment-tile__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E1114;
  opacity: 0;
  transition: all 0.16s ease;
  /*background-image: url("/local/templates/aggreko/css/../images/battery-icon.svg");*/
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.16s ease;
}

.equipment-tile__overlay-img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8rem;
  width: 0;
  z-index: 3;
  transition: all 0.16s ease;
}

.equipment-tile__overlay-img {
  width: 100%;
  height: 100%;
  z-index: 4;
  object-fit: cover;
  object-position: right;
}

.equipment-tile__last-item {
  position: relative;
  width: 27.625rem;
  height: 27.625rem;
  cursor: pointer;
  border-right: 1px solid #0E1114;
  border-bottom: 1px solid #0E1114;
}
.equipment-tile__last-item:hover {
  border-right: 1px solid #FD6E39;
  border-bottom: 1px solid #FD6E39;
}
.equipment-tile__last-item:hover .arrow-animation {
  background-position: right center;
  filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}
.equipment-tile__last-item:hover .equipment-tile__last-item-text {
  color: #FD6E39;
}

.equipment-tile__last-item-text {
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
}

.equipment-tile__item {
  width: 27.625rem;
  height: 27.625rem;
  background: #ffffff;
  position: relative;
  transition: all 0.16s ease;
  cursor: pointer;
}
.equipment-tile__item:nth-child(even) {
  /* background: #F7F8FC;*/
  background: #FFFFFF;
}
.equipment-tile__item:hover .equioment-tile__item-title {
  color: #fff;
}
.equipment-tile__item:hover .equipment-tile__item-overlay {
  opacity: 0.6;
}
.equipment-tile__item:hover .equioment-tile__more-text {
  color: #fff;
}
.equipment-tile__item:hover .arrow-btn-wrapper {
  background: #FD6E39;
}
.equipment-tile__item:hover .arrow-btn-img {
  transform: translate(-7px, -12px);
}
.equipment-tile__item:hover .arrow-btn-wrapper::before {
  width: 0.875rem;
}
.equipment-tile__item:hover .equipment-tile__overlay-img-wrapper {
  width: 8rem;
}

.equipment-tile__item-img {
  width: 100%;
}
/*==========equipments-section=========*/
.equipments-section {
  background: #F7F8FC;
  padding: 8rem 0;
}
.equipments-section .wrapper {
  position: relative;
}
.equipments-section .wrapper .arrow-btn-wrapper {
  right: -1.5rem;
  top: 13.5rem;
}
.equipments-section .wrapper .swiper-button-next:after,
.equipments-section .wrapper .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.equipments-section .opening-wrapper__link {
  background-color: transparent;
  border: none;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem 1.5rem 0;
  background-image: url("/local/templates/aggreko/css/../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 87% center;
  margin-top: 1.5rem;
  color: #000;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}
.equipments-section .section-title {
  /*width: 54.5rem;*/
  margin-top: 0;
}
.equipments-section .opening-wrapper__text {
  margin-left: 2.5rem;
}


/*==========!equipments-section=========*/
.projects-section {
  background: #F7F8FC;
  padding: 8rem 0;
}
.projects-section .wrapper {
  position: relative;
}
.projects-section .wrapper .arrow-btn-wrapper {
  right: -1.5rem;
  top: 13.5rem;
}
.projects-section .wrapper .swiper-button-next:after,
.projects-section .wrapper .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.projects-section .opening-wrapper__link {
  background-color: transparent;
  border: none;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem 1.5rem 0;
  background-image: url("/local/templates/aggreko/css/../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 87% center;
  margin-top: 1.5rem;
  color: #000;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}
.additional-services-section .opening-wrapper__link {
  background-color: transparent;
  border: none;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem 1.5rem 0;
  background-image: url("/local/templates/aggreko/css/../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  margin-top: 1.5rem;
  color: #000;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}
.projects-section .section-title {
  width: 54.5rem;
  margin-top: 0;
}
.projects-section .opening-wrapper__text {
  margin-left: 2.5rem;
}

.projectsSwiper {
  margin-top: 3rem;
}

.service-center-section {
  padding: 8rem 0;
}
.service-center-section .titles-container {
  width: 100%;
}

.service-center__content-wrapper {
  display: flex;
  margin-top: 3rem;
  height: 30.625rem;
}

.service-center-leftside {
  width: 26rem;
  border-right: 1px solid #0E1114;
  position: relative;
}

.service-center__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.service-center__btn-container {
  width: 100%;
  border-top: 1px solid #0E1114;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5.062rem;
}

.service-center-rightside {
  margin-left: 2.5rem;
}

.service-center-rightside__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-section {
  background: #F7F8FC;
  padding: 8rem 0;
}
.news-section .wrapper {
  position: relative;
}
.news-section .wrapper .arrow-btn-wrapper {
  right: -2rem;
  top: 13.5rem;
}
.news-section .wrapper .swiper-button-next:after,
.news-section .wrapper .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.news-section .section-opening-wrapper {
  display: block;
}
.news-section .opening-wrapper__link {
  background-color: transparent;
  border: none;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem 1.5rem 0;
  background-image: url(/local/templates/aggreko/css/../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 87% center;
  margin-top: 1.5rem;
  color: #000;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.reviews-section {
  padding: 8rem 0;
}
.reviews-section .wrapper {
  position: relative;
}
.reviews-section .wrapper .arrow-btn-wrapper {
  right: -2rem;
  top: 13.5rem;
}
.reviews-section .wrapper .swiper-button-next:after,
.reviews-section .wrapper .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.reviews-section .section-opening-wrapper {
  display: block;
}
.reviews-section .opening-wrapper__link {
  background-color: transparent;
  border: none;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem 1.5rem 0;
  background-image: url(/local/templates/aggreko/css/../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 87% center;
  margin-top: 1.5rem;
  color: #000;
  filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.wrapper {
  max-width: 83rem;
  margin: 0 auto;
}

.special-hover {
  position: relative;
}
.special-hover:hover {
  filter: invert(52%) sepia(19%) saturate(2869%) hue-rotate(334deg) brightness(101%) contrast(98%);
  border-right: 1px solid #000000;
}
.special-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: #000000;
  transition: 0.16s all ease;
}
.special-hover:hover::before {
  width: 100%;
}

.section-opening-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section-opening-wrapper .opening-wrapper__text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  width: 688px;
  margin-left: 3rem;
}

.opening-wrapper__link-container {
  border-right: 1px solid #0E1114;
  height: 4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.opening-wrapper__link {
  padding: 1.5rem 2.5rem 1.5rem 0;
  color: #000;
  filter: invert(3%) sepia(3%) saturate(7232%) hue-rotate(168deg) brightness(92%) contrast(92%);
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  width: min-content;
  white-space: nowrap;
}

.section-title {
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  font-size: 2.5rem;
  margin: 0.875rem 0 2rem 0;
}

.titles-container {
  border-right: 1px solid #0E1114;
  border-bottom: 1px solid #0E1114;
}

.section-title {
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  font-size: 2.5rem;
  margin: 1.25rem 0 2rem 0;
}

.section-subtitle {
  color: #FD6E39;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.arrow-animation:hover {
  animation: arrow-animation 0.16s;
  background-position: 95% center;
  filter: invert(52%) sepia(19%) saturate(2869%) hue-rotate(334deg) brightness(101%) contrast(98%);
}

.filters-container {
  background: #F7F8FC;
  margin-top: 48px;
}

.filters-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  cursor: pointer;
  transition: all 0.16s ease;
}
.filters-top:hover {
  color: #FD6E39;
}
.filters-top.active .filters-top__btn {
  background-color: #FD6E39;
  background-image: url(/local/templates/aggreko/css/../images/minus-icon.svg);
}

.filters-top__title {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.filters-top__btn {
  background-color: #0E1114;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 36px;
  border: none;
  cursor: pointer;
  transition: all 0.16s ease;
  background-image: url(/local/templates/aggreko/css/../images/plus-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.filters-top__btn:hover {
  background-color: #FD6E39;
  background-image: url(/local/templates/aggreko/css/../images/minus-icon.svg);
}

.filters-chosen {
  display: flex;
  width: calc(100% - 48px);
  margin: 8px auto 0;
  overflow: hidden;
  max-height: 0;
  padding-bottom: 0;
  transition: all 0.16s ease;
}

.filters-chosen.active {
  padding-bottom: 24px;
  border-bottom: 1px solid #C3CCE0;
  max-height: fit-content;
}

.filters-chosen__close-all-btn {
  background: #fff;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.filters-chosen__close-all-btn:hover::before, .filters-chosen__close-all-btn:hover::after {
  background-color: #FD6E39;
}

.filters-chosen__close-all-btn:before,
.filters-chosen__close-all-btn:after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #0E1114;
  top: 7px;
  transition: all 0.16s ease;
}

.filters-chosen__close-all-btn:before {
  transform: rotate(45deg);
}

.filters-chosen__close-all-btn:after {
  transform: rotate(-45deg);
}

.filters-chosen__picked-btn {
  margin-left: 8px;
  position: relative;
  color: #2D3540;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background: #fff;
  border: none;
  border-radius: 56px;
  padding: 8px 32px 8px 12px;
  cursor: pointer;
  transition: all 0.16s ease;
}
.filters-chosen__picked-btn:hover {
  color: #FD6E39;
}
.filters-chosen__picked-btn:hover::before, .filters-chosen__picked-btn:hover::after {
  background-color: #FD6E39;
}

.filters-chosen__picked-btn:before,
.filters-chosen__picked-btn:after {
  position: absolute;
  right: 17px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #0E1114;
  top: 7px;
  transition: all 0.16s ease;
}

.filters-chosen__picked-btn:before {
  transform: rotate(45deg);
}

.filters-chosen__picked-btn:after {
  transform: rotate(-45deg);
}

.filters-inner {
  transition: all 0.16s ease;
  max-height: 0;
  overflow: hidden;
}

.filters-inner__title {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 16px;
}

.filters-inner__tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -8px;
}

.filters-inner__wrapper {
  padding: 0 24px 24px;
}

.filters-inner__tag {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #2D3540;
  border-radius: 56px;
  border-radius: 56px;
  background: #fff;
  padding: 8px 12px;
  margin-top: 8px;
  margin-left: 8px;
  transition: all 0.16s ease;
  cursor: pointer;
}
.filters-inner__tag:hover {
  color: #FD6E39;
}

.pagination-section {
  margin-top: 48px;
  margin-bottom: 80px;
}
.pagination-section .wrapper {
  display: flex;
  justify-content: space-between;
}

.pagination__more-btn {
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  height: 48px;
  color: #fff;
  background: #0E1114;
  padding: 0 24px;
  cursor: pointer;
  border: none;
  transition: all 0.16s ease;
}
.pagination__more-btn:hover {
  background: #FD6E39;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
}

.pagination-btn {
  width: 48px;
  height: 48px;
  margin-left: 8px;
  background: transparent;
  border: 1px solid #E6EAF6;
  cursor: pointer;
  transition: all 0.16s ease;
}
.pagination-btn:hover {
  border: 1px solid #0E1114;
}
.pagination-btn:first-child {
  margin-left: 0;
  background-image: url("/local/templates/aggreko/css/../images/slider-arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-btn:last-child {
  background-image: url("/local/templates/aggreko/css/../images/slider-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-btn:nth-last-child(3) {
  /* border: none;*/
}
.document__meta-data {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
  color: #C3CCE0;
}

@keyframes arrow-animation {
  from {
    background-position: 87% center;
  }
  to {
    background-position: 95% center;
  }
}
@media (max-width: 1800px) {
  .footer__content-slice {
    width: 11.25rem;
  }
  .titles-container {
    margin: 0 40px;
  }
}
@media (max-width: 1600px) {
  .application-area,
  .application-area__item-img,
  .animation-item__overlay-wrapper {
    width: 160px;
  }
  .application-area__item-img,
  .animation-item__overlay-wrapper {
    height: 90px;
  }
}
@media (max-width: 1100px) {
  .application-area,
  .application-area__item-img,
  .animation-item__overlay-wrapper {
    width: 131px;
  }
  .application-area__item-img,
  .animation-item__overlay-wrapper {
    height: 74px;
  }
}
@media (max-width: 992px) {
  .application-area,
  .application-area__item-img,
  .animation-item__overlay-wrapper {
    width: 110px;
  }
  .application-area__item-img,
  .animation-item__overlay-wrapper {
    height: 62px;
  }
}
@media (max-width: 740px) {
  .application-areas-wrapper {
    display: none;
  }
}

@media (max-width: 1400px) {
  .header {
    padding: 0.5rem;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
  }
  .header-nav ul .header-nav__li {
    padding: 0.5rem 0.5rem 0.5rem 0;min-height:40px;
    display:flex;align-items:center;
  }
  .header-nav ul .header-nav__li:hover {
    padding: 0.5rem 0.4375rem 0.5rem 0;
  }
  .header-nav ul .header-nav__li:hover:first-child,
  .header-nav ul .header-nav__li:hover:nth-child(2),
  .header-nav ul .header-nav__li:hover:nth-child(3) {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  .header-nav ul .header-nav__li + .header-nav__li {
    margin-left: 1rem;
  }
  .wrapper,
  .projectsSwiper,
  .newsSwiper,
  .reviewsSwiper,
  .advantagesSwiper,
  .equipmentsSwiper {
    max-width: 1064px;
  }
  .intro-section,
  .services-section,
  .equipment-section,
  .projects-section,
  .service-center-section,
  .news-section,
  .reviews-section,
  .form-section {
    padding: 44px 0;
  }
  .intro__leftside {
    width: 20rem;
  }
  .intro__rightside {
    width: 46.5rem;
  }

  .introSwiper .swiper-slide img {
    width: 46.5rem;
  }
  .intro__title {
    padding: 2rem 2.25rem 2.0625rem 0;
    font-size: 32px;
    line-height: 36px;
  }
  .services-tile__wrapper {
    justify-content: space-between;
  }
  .equipment-tile {
    justify-content: center;
  }
  .projects-section .section-title {
    width: unset;
  }
  .projectsSwiper .animation-item__overlay-wrapper,
  .newsSwiper .animation-item__overlay-wrapper,
  .equipmentsSwiper .animation-item__overlay-wrapper {
    width: 100%;
    height: 176px;
  }
  .projectsSwiper .projectsSwiper-img,
  .newsSwiper .newsSwiper-img,
  .equipmentsSwiper .equipmentsSwiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .projectsSwiper .projectsSlider-title,
  .newsSwiper .newsSlider-title,
  .equipmentsSwiper .equipmentsSwiper-title {
    margin-top: 12px;
  }
  .projectsSwiper .swiper-slide .projectsSlider__category-label,
  .newsSwiper .swiper-slide .newsSlider__category-label {
    font-size: 10px;
    top: 144px;
  }
  .projects-section .wrapper .arrow-btn-wrapper,
  .news-section .wrapper .arrow-btn-wrapper,
  .reviews-section .wrapper .arrow-btn-wrapper,
  .equipmentsSwiper .wrapper .arrow-btn-wrapper {
    right: -0.625rem;
  }
  .partners-section .swiper-container {
    max-width: 1064px;
    margin: 0 auto;
  }
  .location__img {
    width: 688px;
    height: 387px;
    margin: 0 auto;
    margin-top: 32px;
  }
  .location-section .wrapper {
    flex-direction: column;
  }
  .location__into-text {
    width: 100%;
  }
  .center-complecting-section .wrapper,
  .center-capability-section .wrapper {
    flex-direction: column-reverse;
  }
  .how-we-work-section .wrapper {
    flex-direction: column;
  }
  .how-we-work-section video {
    width: 688px;
  }
  .services-tile__item:last-of-type {
    margin-right: auto;
  }
  .center-capability__info-container {
    margin-left: 0;
  }
  .center-capability__img,
  .center-complecting__img {
    margin: 0 auto;
    margin-top: 32px;
  }
  .label-section__image {
    opacity: .32;
  }
  .label-section__image_career {
    opacity: .64;
  }
  .completed-projects-tile {
    margin-left: 0;
    display: grid;
    justify-content: center;
    gap: 64px;
    grid-template-columns: 411px 411px;
  }
  .completed-projects-tile__item {
    margin-left: 0;
    margin-top: 0;
  }
  .media-intro__title {
    max-width: 688px;
  }
  .video-wrapper video {
    width: 328px;
    height: 184px;
  }
  .documents-section .wrapper {
    flex-direction: column;
  }
  .documents-container {
    margin-left: 0;
  }
  .documents-intro__title,
  .documents-text {
    width: 100%;
  }
  .document {
    margin: 24px 0;
  }
  .document__meta-data {
    font-size: 12px;
    line-height: 20px;
  }
  .what-tasks-section .tasks-tile {
    grid-template-columns: repeat(2, 416px);
  }
}
@media (max-width: 1100px) {
  .wrapper,
  .projectsSwiper,
  .newsSwiper,
  .reviewsSwiper,
  .advantagesSwiper,
  .equipmentsSwiper {
    max-width: 960px;
  }
  .intro__rightside {
    width: 40rem;
  }

  .introSwiper .swiper-slide img {
    width: 40rem;
  }
  .introSwiper .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
  .introSwiper .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    right: 3.75rem;
  }
  .introSwiper .swiper-button-next:hover {
    background-position: 17px center;
  }
  .introSwiper .swiper-button-prev:hover {
    background-position: 6px center;
  }
  .logo img {
    width: 5.375rem;
  }
  .header-nav ul .header-nav__li {
    font-size: 0.675rem;
    line-height: 0.675rem;
  }
  .section-opening-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .services-section .titles-container {
    width: 100%;
  }
  .section-opening-wrapper .opening-wrapper__text {
    width: 100%;
    margin-left: unset;
    margin-top: 1.5rem;
  }
  .section-opening-wrapper__titles-links-container {
    width: 100%;
  }
  .projects-section .opening-wrapper__link {
    margin-top: 0;
  }
  .service-center__text {
    padding-right: 0.5rem;
  }
  .projectsSwiper .swiper-slide .projectsSlider__category-label,
  .newsSwiper .swiper-slide .newsSlider__category-label {
    font-size: 0.5625rem;
    line-height: 0.75rem;
  }
  .projectsSwiper .swiper-slide .projectsSlider__category-label,
  .newsSwiper .swiper-slide .newsSlider__category-label {
    top: 148px;
  }
  .additional-service {
    width: calc(100% / 2 - 32px);
  }
  .additional-services-section .titles-container,
  .project-options-section .titles-container,
  .partners-section .titles-container {
    width: 100%;
  }
  .projects-option__info-wrapper {
    margin-left: 32px;
  }
  .projects-section .swiper-container {
    height: 100%;
  }
  .our-opportunities-section,
  .additional-services-section,
  .project-options-section,
  .partners-section {
    padding: 40px 0;
  }
  .partners-section .swiper-container {
    max-width: 960px;
    margin: 0 auto;
  }
  .titles-container .section-title {
    font-size: 24px;
    line-height: 32px;
    margin: 1.25rem 0 1rem;
  }
  .service-center-intro__info-container {
    flex-direction: column;
  }
  .service-center-intro__img {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }
  .service-center-intro__title {
    width: 488px;
  }
  .service-center-intro__text {
    font-size: 16px;
    width: 100%;
  }
  .workshops-tile__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .workshops-tile__item-text {
    width: calc(100% - 332px - 24px);
    margin-top: 0;
    margin-left: 24px;
    height: initial;
  }
  .wokrshops-tile__item-img {
    width: 332px;
    height: 187px;
  }
  .center-capability__info-title,
  .location__info-title,
  .center-complecting__info-title {
    width: 100%;
  }
  .service-center-intro-section {
    padding-bottom: 59px;
  }
  .workhops-tile {
    margin-top: 0;
  }
  .center-capavility__into-text,
  .location__into-text,
  .center-complecting__into-text {
    font-size: 16px;
    line-height: 24px;
  }
  .location-section,
  .center-complecting-section,
  .center-capability-section,
  .workshops-section,
  .how-we-work-section {
    padding: 64px 0;
  }
  .center-complecting__info-container,
  .center-capability__info-container {
    margin-left: 0;
  }
  .how-we-work__info-container {
    width: 100%;
    height: initial;
  }
  .how-we-work-section video {
    margin: 0 auto;
  }
  .completed-projects-tile {
    width: 100%;
    margin: 0 auto;
    margin-top: 32px;
    display: grid;
    gap: 32px 56px;
    grid-template-columns: 328px 328px;
  }
  .completed-projects-tile__item .services-tile__item-img {
    width: 328px;
    height: 185px;
  }
  .completed-projects-tile__item {
    width: 328px;
    margin-top: 0;
  }
  .completed-projects-tile__item .animation-item__overlay-wrapper,
  .completed-projects-tile__item .tile-animation__overlay {
    width: 100%;
    height: 185px;
  }
  .completed-projects-tile__category-label {
    font-size: 9px;
    line-height: 12px;
    top: 157px;
  }
  .titles-container {
    max-width: 960px;
    margin: 0 auto;
  }
  .map-wrapper {
    display: none;
  }
  .addresses-wrapper {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 48px;
  }
  .addresses-wrapper__city-item {
    margin-top: 24px;
  }
  .addresses-wrapper__city-item:first-of-type {
    margin-top: 16px;
  }
  .addresses-wrapper__subtitle {
    margin-top: 32px;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .addresses-wrapper__city-title {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #FD6E39;
  }
  .address-wrapper__city-info {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #0E1114;
  }
  .addresses-wrapper {
    max-width: calc(100vw - 80px);
  }
  .titles-container {
    margin: 0 auto;
    max-width: calc(100vw - 80px);
  }
  .what-tasks-section .titles-container {
    max-width: 100%;
  }
  .map-section .wrapper .section-title {
    font-size: 20px;
    line-height: 28px;
  }
  .video__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .career-intro__title {
    width: 100%;
  }
  .career-intro-section p {
    max-width: 100%;
  }
  .career-intro-section p:first-of-type {
    margin-top: 24px;
  }
  .what-tasks-section .tasks-tile {
    gap: 32px;
    grid-template-columns: repeat(2, 328px);
  }
  .what-tasks-section .tasks-item {
    width: 328px;
    height: auto;
    min-height: 96px;
  }
}
@media (max-width: 992px) {
  .p-breadcrumb {
    max-width: 100%;
  }
  .advantagesSwiper.swiper {
    width: 100%;
    padding: 0!important;
  }
  .wrapper {
    max-width: calc(100vw - 80px);
  }
  .intro__rightside{
    width: calc(100vw - 360px);
  }
  .intro__rightside {
    height: 20.5625rem;
  }
  .intro__title {
    font-size: 1.75rem;
    line-height: 2rem;
    width: 20rem;
    padding: 3rem 2rem 8rem 0;
  }
  .introSwiper .swiper-slide img {
    width: calc(100vw - 360px);
    position: absolute;
    left: 0;
  }
  .introSwiper .swiper-button-next {
    right: 2.5rem;
  }
  .introSwiper .swiper-button-prev {
    right: 6.25rem;
  }
  .section-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0.5rem 0 2rem;
  }
  .services-tile__item {
    width: 20.5rem;
    margin-right: 0;
  }
  .services-tile__item .services-tile__item-img {
    width: 20.5rem;
    height: 11.5rem;
  }
  .services-tile__item .animation-item__overlay-wrapper {
    width: 20.5rem;
    height: 11.5rem;
  }
  .equipment-section {
    background-size: auto, 47.4375rem;
  }
  .equipment-tile__item,
  .equipment-tile__last-item {
    width: 21.5rem;
    height: 21.5rem;
  }
  .projects-section {
    position: relative;
  }
  .projects-section .swiper-container {
    width: calc(100vw - 80px);
    position: relative;
    margin: 0 auto;
    /* height: 15.6875rem;
    margin-top: 2rem; */
    overflow: hidden;
  }
  .advantages-section .swiper-container {
    width: calc(100vw - 80px);
    position: relative;
    margin: 0 auto;
    /* height: 15.6875rem;
    margin-top: 2rem; */
    overflow: hidden;
  }
  .projectsSwiper {
    position: absolute;
    left: 0;
    bottom: 0;
    /* height: 15.6875rem; */
    max-width: 996px;
  }
  .projectsSwiper .projectsSwiper-img {
    width: 19.5rem;
    height: 11rem;
  }
  .projects-section .wrapper .arrow-btn-wrapper,
  .news-section .wrapper .arrow-btn-wrapper,
  .reviews-section .wrapper .arrow-btn-wrapper,
  .equipmentsSwiper .wrapper .arrow-btn-wrapper {
    display: none;
  }
  .news-section .swiper-container {
    width: calc(100vw - 44px);
    position: relative;
    margin-left: 44px;
    height: 17.5rem;
    margin-top: 2rem;
    overflow: hidden;
  }
  .service-center__content-wrapper {
    flex-direction: column-reverse;
    margin-top: 9rem;
  }
  .service-center__text-wrapper {
    padding-bottom: 1.625rem;
  }
  .service-center-rightside {
    margin-left: unset;
  }
  .service-center-leftside {
    width: 100%;
    margin-top: 2.5rem;
  }
  .service-center__btn-container {
    position: static;
  }
  .service-center-rightside__img {
    height: 24.1875rem;
  }
  .reviews-section .swiper-container {
    width: calc(100vw - 44px);
    position: relative;
    margin-left: 44px;
    margin-top: 2rem;
    overflow: hidden;
  }
  .form fieldset {
    padding: 24px;
  }
  .form-section .titles-container {
    width: unset;
  }
  .form-section .section-title {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 16px;
  }
  .form-section .contacts-wrapper {
    margin-top: 46px;
  }
  .footer-section {
    padding: 40px;
    flex-wrap: wrap;
  }
  .header .checkbox {
    display: block;
  }
  .header__search-btn {
    margin-right: 62px;
  }
  .checkbox {
    position: absolute;
    display: block;
    height: 19px;
    width: 24px;
    top: 25px;
    right: 16px;
    z-index: 102;
    opacity: 0;
    cursor: pointer;
  }
  .hamburger-lines {
    display: block;
    height: 19px;
    width: 24px;
    position: absolute;
    top: 25px;
    right: 16px;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .header input[type=checkbox]:checked ~ .menu-items {
    transform: translateX(0);
  }
  .header input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  .header input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .header input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  .header input[type=checkbox]:checked ~ .logo {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: -5;
    opacity: 0;
    transition: 0.16s all ease;
  }
  .mobile-menu.opened {
    opacity: 1;
    z-index: 100;
    height: 100vh;
  }
  .mobile-menu__top-section {
    height: 64px;
    width: 100%;
    background: #F7F8FC;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #2D3540;
  }
  .header-nav {
    z-index: 21;
    position: fixed;
    top: 100px;
    left: 40px;
    font-size: 14px;
    opacity: 0;
    z-index: -5;
    transition: all 0.16s ease;
    display:none;
  }
  .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100vw - 80px);
    min-height: 300px;
  }
  .header-nav.opened {
    opacity: 1;
    z-index: 101;
    display:block;
  }
  .header-hover-submenu {
    padding: 0;
    left: 0;
  }
  .header-hover-submenu ul li {
    padding: 8px 8px 8px 0;
    margin-top: 8px;
  }
  .header-hover-submenu ul li:hover {
    padding: 8px 8px 8px 0;
    margin-top: 8px;
    filter: none;
    border-right: none;
  }
  .header-hover-submenu ul li:hover::before {
    display: none;
  }
  .header-nav ul .header-nav__li {
    width: 100%;
    margin-top: 8px;
    color: #2D3540;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .header-nav ul .header-hover-submenu {
    width: 100% !important;
    height:100vh;
  }
  .header-nav ul .header-nav__li.withSumbemu {
    background: url("/local/templates/aggreko/css/../images/slider-arrow-next.svg") no-repeat right center;
  }
  .header-nav ul .header-nav__li + .header-nav__li {
    margin-left: 0;
  }
  .footer__content-slice {
    width: 328px;
    order: 3;
    margin-top: 24px;
  }
  .footer__content-slice:first-child {
    order: 1;
    flex-basis: 50%;
    margin-top: 0;
  }
  .footer__content-slice:last-child {
    order: 2;
    flex-basis: 50%;
    margin-top: 0;
  }
  .problems-and-tasks-section .titles-container {
    width: 100%;
  }
  .problems-and-tasks-section .section-title {
    font-size: 20px;
    line-height: 28px;
  }
  .problems-and-tasks-section .tasks-tile {
    justify-content: center;
  }
  .problems-and-tasks-section .tasks-item {
    width: 100%;
    height: initial;
  }
  .problems-and-tasks-section .tasks-item__text {
    padding-bottom: 24px;
  }
  .problems-and-tasks-section {
    padding-top: 40px;
  }
  .our-oppotrunities__main-info {
    flex-direction: column;
  }
  .our-oppotrunities__rightside {
    margin-left: 0;
    margin-top: 40px;
  }
  .our-oppotrunities__rightside-img {
    width: 100%;
  }
  .partners-section .swiper-container {
    max-width: calc(100vw - 80px);
    margin: 0 auto;
  }
  .about-company-intro-title {
    width: 100%;
  }
  .year {
    padding-left: 0;
  }
  .year__text-container {
    margin-left: 32px;
  }
  .year__text {
    font-size: 16px;
  }
  .advantages-tile {
    flex-direction: column;
    margin: 0 auto;
  }
  .advantages-item {
    width: 100%;
    height: initial;
    margin: 0;
    margin-top: 32px;
    padding-bottom: 24px;
  }
  .health-safety-and-environment-section {
    padding-bottom: 64px;
  }
  .safety-tile {
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 328px);
    gap: 32px;
  }
  .safety-item {
    margin: 0;
    width: 328px;
  }
  .health-safety-and-environment-section {
    padding-top: 64px;
  }
  .video__text {
    width: 328px;
  }
}
/* @media (max-width: 800px) {

} */
@media (max-width: 768px) {
  .advantagesSwiper.swiper {
    padding: 0 !important;
    width: 100%;
  }
  .how_we_work-section .ds-advantages {
    margin: -20.5px;
  }
  .header__info.header__info-contact {
    width: auto;
  }

  .intro-section,
  .services-section,
  .equipment-section,
  .projects-section,
  .service-center-section,
  .news-section,
  .reviews-section,
  .form-section {
    padding: 40px 0;
  }
  .wrapper {
    max-width: calc(100vw - 48px);
  }
  .intro__leftside {
    display: none;
  }
  .intro__rightside {
    display: none;
  }
  .intro-mobile {
    display: block;
  }
  .intro-mobile__img {
    width: 100%;
  }
  .intro-mobile__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 16px;
  }
  .intro-mobile__link {
    display: inline-block;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-top: 16px;
    padding: 16px 42px 16px 0;
    background-image: url("/local/templates/aggreko/css/../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 87% center;
  }
  .service-center-rightside__img {
    height: 184px;
  }
  .service-center__content-wrapper {
    margin-top: 280px;
    height: 11.625rem;
  }
  .projects-section .swiper-container {
    width: calc(100vw - 24px);
  }
  .advantages-section .swiper-container {
    width: calc(100vw - 24px);
  }
  .news-section .swiper-container {
    margin-left: 24px;
    width: calc(100vw - 24px);
    margin-top: 24px;
    height: unset;
  }
  .form-section .mobile-contacts__accodrion-trigger {
    display: block;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    transform: rotate(0deg);
  }
  .form-section .mobile-contacts__accodrion-trigger.active .plus-icon-container {
    background: #FD6E39;
  }
  .form-section .mobile-contacts__accodrion-trigger.active img {
    transform: rotate(90deg);
  }
  .form-section .contacts-wrapper {
    margin-top: 24px;
    max-height: 0;
    transition: all 0.16s ease;
    overflow: hidden;
  }
  .mobile-contacts__trigger-text {
    color: #fff;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .plus-icon-container {
    height: 48px;
    width: 48px;
    background: #0E1114;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plus-icon-container img {
    transition: all 0.16s ease;
  }
  .plus-icon-container:hover {
    background: #FD6E39;
  }
  .plus-icon-container:hover img {
    transform: rotate(90deg);
  }
  .newsSwiper {
    margin-top: 0;
  }
  .form-section .wrapper {
    flex-direction: column;
  }
  .form-section__rightside {
    margin-left: 0;
    margin-top: 24px;
  }
  .form-section__rightside {
    margin-top: 0;
  }
  .footer__content-slice {
    display: none;
  }
  .footer__content-slice:first-child {
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  .footer__content-slice:last-child {
    flex-basis: 100%;
    flex-direction: column;
    margin-top: 16px;
    display: flex;
  }
  .footer__content-slice:last-child .footer__link {
    width: 165px;
  }
  .footer-section .contact-btn {
    font-size: 12px;
    line-height: 16px;
    width: 155px;
  }
  .footer-section .footer-logo {
    width: 116px;
  }
  .mobile-footer__content-container {
    display: block;
    width: 100%;
  }
  .mobile-footer__content-container.active .plus-icon-container {
    background: #FD6E39;
  }
  .mobile-footer__content-container.active img {
    transform: rotate(90deg);
  }
  .mobile-footer__content-container:first-child {
    order: 3;
  }
  .mobile-footer__accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-footer__content-wrapper {
    display: flex;
    flex-direction: column;
    max-height: 0;
    transition: all 0.16s ease;
    overflow: hidden;
  }
  .mobile-footer__content-wrapper:first-child {
    order: 4;
  }
  .partners-section .titles-container {
    width: 100%;
  }
  .our-oppotrunities__rightside-img {
    object-fit: contain;
    height: auto;
  }
  .year {
    margin-top: 24px;
    flex-direction: column;
  }
  .safety-tile {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .safety-item {
    width: 100%;
  }
  .safety-item__text {
    margin-top: 16px;
  }
  .about-company-intro-img {
    height: 184px;
    margin-top: 1.5rem;
  }
  .year__title {
    height: 80px;
    padding: 0;
    border: none;
  }
  .year__text {
    font-size: 14px;
    margin-top: 1rem;
  }
  .year__text-container {
    padding-top: 1rem;
    margin-left: 0;
  }
  .services-tile__item:last-of-type {
    margin-right: initial;
  }
  .service-center-intro__title {
    max-width: 327px;
    font-size: 16px;
    line-height: 24px;
  }
  .workshops-tile__item {
    flex-direction: column;
    margin-top: 24px;
  }
  .workshops-tile__item-text {
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 16px;
    width: 100%;
  }
  .wokrshops-tile__item-img {
    width: 100%;
    height: auto;
  }
  .location__img {
    width: 100%;
    height: auto;
  }
  .center-capability__img,
  .center-complecting__img {
    width: 100%;
  }
  .how-we-work-section video {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
  .service-center-intro__text {
    font-size: 14px;
    line-height: 22px;
  }
  .how-we-work__into-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .location-section,
  .center-complecting-section,
  .center-capability-section,
  .workshops-section,
  .how-we-work-section {
    padding: 48px 0;
  }
  .block_navigation {
    flex-direction: column;
    align-items: center;
  }
  .link_more_goods {
    text-align: center;
    width: 328px;
  }
  .pagination-section {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .pagination-container {
    margin-top: 24px;
  }
  .addresses-wrapper {
    margin-top: 24px;
  }
  .addresses-wrapper__city-info {
    font-size: 13px;
  }
  .map-section {
    padding: 48px 0;
  }
  .video__text {
    margin-left: 0;
    margin-top: 24px;
  }
  .video-wrapper + .video-wrapper {
    margin-top: 32px;
  }
  .videos-section {
    padding-bottom: 48px;
  }
  .document__title {
    width: 263px;
  }
  .documents-intro-section {
    padding-top: 48px;
  }
  .documents-section {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .what-tasks-section .tasks-tile {
    gap: 16px 0;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .what-tasks-section .tasks-item {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .equipment-products-section .wrapper {
    justify-content: space-evenly;
  }
  .equipment-products__tile {
    max-width: 916px;
  }
  .projects-option img,
  .projects-option .projects-option__info-wrapper {
    width: calc(100% / 2 - 32px);
  }
  .projects-option img {
    height: 184px;
  }
}
@media (max-width: 1100px) {
  .equipment-categories__links-container {
    margin-left: calc((100% - 795px) / 2);
  }
}
@media (max-width: 992px) {
  .popup-product.fancybox-content {
    display: grid!important;
  }
  .popup-product__main {
    display: grid;
  }
  .popup-product__table,
  .popup-product__info,
  .popup-product__image,
  .popup-product__main,
  .popup-product__button{
    width: 100%;
  }
  .popup-product__image {
    margin-right: 0;
  }
  .popup-product__image img{
    width: 100%;
    height: 100%;
  }
  .popup-product td {
    padding: 0.2rem;
  }
  .popup-product th {
    font-size: 12px;
  }
  .popup-product td:nth-child(1),
  .popup-product td:nth-child(n+1) {
    font-size: 10px;
  }
  .popup-product__table p:first-child {
    font-size: 22px;
  }
  .fancybox-slide:before {
    display: none!important;
  }
  .header__info.header__info-contact {
    display: none;
  }
  .header__info.header__info-contact.header__info-contact-mobile {
    display: block;
    margin-right: 20px;
  }
  .header {
    height: 64px;
  }
  .hamburger-lines {
    top: 22px;
  }
  .header-nav ul .header-nav__li {
    position: unset;
  }
  .header-hover-submenu {
    top: 0;
    border-top: unset;
    box-shadow: unset;
  }
  .label-section h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .label-section__text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
  .equipment-categories__links-container {
    margin-left: calc((100% - 685px) / 2);
    margin-top: 48px;
  }
  .equipment-categories__img {
    width: 80px;
  }
  .equipment-categories__link {
    padding: 0 8px;
  }
  .equipment-categories__title {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.1px;
    width: 121px;
  }
  .equipment-products__tile {
    margin-left: -32px;
    max-width: 720px;
  }
  .equipment-product {
    width: 328px;
    height: 468px;
    margin-left: 32px;
    margin-top: 32px;
  }
  .equipment-product__properties-text {
    font-size: 10px;
    line-height: 14px;
  }
  .equipment-product .arrow-btn-wrapper {
    width: 56px;
    height: 56px;
  }
  .equipment-product__title {
    font-size: 16px;
    line-height: 24px;
    top: 20px;
    max-width: 250px;
  }
  .equioment-product__more-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    right: 24px;
    left: auto;
  }
  .advantages-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .year__text-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {

  .label-section {
    padding: 24px;
  }
  .label-section h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .equipment-categories__links-container {
    margin-top: 24px;
    margin-left: calc((100% - 492px) / 2);
  }
  .equipment-categories__img {
    width: 64px;
  }
  .equipment-categories__title {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.1px;
    width: 148px;
    margin-top:0px;margin-bottom:16px;
  }
  .pagination-section .wrapper {
    flex-direction: column;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 740px) {
  .equipment-products__tile {
    flex-direction: column;
  }
  .services-tile__wrapper {
    justify-content: center;
  }
  .completed-projects-tile {
    grid-template-columns: 328px;
  }
  .video-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .media-intro__title {
    max-width: 328px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto;
  }
  .media-intro-section {
    padding-top: 48px;
  }
  .videos-section {
    padding-top: 32px;
  }
  .vacancy__info-slice {
    flex-direction: column;
  }
  .vacancy__info-value li:first-of-type {
    margin-top: 12px;
  }
  .vacancy__btn-link {
    margin-bottom: 16px;
  }
  .vacancies-section {
    padding-bottom: 48px;
  }
}
@media (max-width: 540px) {
  .equipment-categories__links-container {
    margin-left: calc((100% - 328px) / 2);
  }
  .problems-and-tasks-section .section-title {
    font-size: 16px;
  }
  .problems-and-tasks-section {
    padding-top: 48px;
  }
  .additional-services {
    flex-direction: column;
    margin-top: 0;
  }
  .additional-service {
    width: 100%;
    margin-top: 24px;
  }
  .additional-service__text {
    margin-top: 16px;
  }
  .titles-container .section-title {
    margin-top: .5rem;
  }
  .projects-option {
    flex-direction: column;
    margin-top: 32px;
  }
  .projects-option img,
  .projects-option .projects-option__info-wrapper {
    width: 100%;
  }
  .projects-option .projects-option__info-wrapper {
    margin-left: 0;
    margin-top: 24px;
  }
  .form fieldset {
    padding: 0 24px 24px 24px;
  }
  .section-opening-wrapper .section-title {
    padding-right: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 440px) {
  .form-section__rightside fieldset {
    width: 100%;
  }
  .form fieldset select,
  .form-input-container,
  .form fieldset input[type='submit'] {
    width: 279px;
  }
}

/*# sourceMappingURL=style.css.map */
.arrow-btn-wrapper { display: flex; justify-content: center; align-items: center; }
.arrow-btn-wrapper .arrow-btn-img { position: relative; transform: none!important; top: 0; left: 0; -webkit-transition: all 200ms ease; transition: all 200ms ease; }
.swiper-button-prev .arrow-btn-img { transform: rotate(180deg)!important; }
.swiper-button-prev .arrow-btn-wrapper:hover .arrow-btn-img { left: -5px; }
.swiper-button-next .arrow-btn-wrapper:hover .arrow-btn-img { left: 5px; }
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled { pointer-events: unset; }
.swiper-button-disabled .arrow-btn-wrapper:hover { background: #0E1114; }
.swiper-button-disabled .arrow-btn-wrapper:hover .arrow-btn-img { left: 0; }
.swiper-button-disabled .arrow-btn-wrapper:hover::before { width: 0; }

.p-breadcrumb{
  margin: 24px 0 24px 24px;
  font-size: 12px;
  max-width: 100%;

}
.p-breadcrumb:last-of-type{
  color:#C3CCE0;
}
/* @media (max-width: 413px) {
  .form fieldset {
    padding: 8px;
  }
} */
@media (max-width: 768px) {
  .table-wrapper{
    /*overflow-x: scroll;*/
  }
  .arrow-btn-wrapper {
    display: none;
  }
}
/*.item-filter:hover{
  color: #FFFFFF;
}*/
.add-in-filter {
  /* background-color: #FD6E39;*/
  color: #FD6E39;
  border: 1px solid #FD6E39;
}
.current-filter{
  color: #FD6E39;
  border: 1px solid #FD6E39;
}
.hr-line{
  padding-bottom: 24px;
  border-bottom: 1px solid #C3CCE0;
  max-height: fit-content;
  margin-bottom: 20px;
}
.filter-button{
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #2D3540;
  border-radius: 56px;
  border-radius: 56px;
  background: #fff;
  padding: 8px 12px;
  margin-top: 8px;
  margin-left: 8px;
  transition: all 0.16s ease;
  cursor: pointer;
  background: #FD6E39;
  color: #fff;
}
.filter-button:hover{
  /* box-shadow: 1px 1px 1px 1px rgba(255, 0, 255, .2);*/
}
.js_wrapper-link{
  display: none;
}
/* выполненные проекты */
.project {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: inherit;
}
.project__item-container {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project__item-container:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  .project__item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {
  .project__item-container {
    margin-top: 32px;
  }
}
.project__item-point {
  width: 26rem;
  border-right: 1px solid #C3CCE0;
  margin-right: 15px;
}
@media screen and (max-width: 1400px) {
  .project__item-point {
    width: 100%;
  }
}
.project__decorate-item {
  width: 12px;
  height: 4px;
  background-color: #FD6E39;
}
.project__subtitle-container {
  border-bottom: 1px solid #C3CCE0;
}
.project__subtitle {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.project__subtitle_single {
  padding-bottom: 16px;
}
.project__description {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.project__button {
  width: 100%;
  cursor: pointer;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #0E1114;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.project__arrow-img {
  margin-left: 8px;
}
@media screen and (max-width: 1440px) {
  .project__content_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .project__content_image {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin-top: 24px;
  }
}
.project__photo {
  width: 872px;
  height: 490px;
}
@media screen and (max-width: 1100px) {
  .project__photo {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .project__photo {
    margin-top: 16px;
  }
}
.project__point-description {
  width: 872px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.project__point-description_problem {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  .project__point-description_problem {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .project__point-description {
    margin-top: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .project {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .project {
    margin-top: 48px;
  }
  .years-section {
    padding-left: 30px;

  }
}

.service__link {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service__link p {
  margin-left: 8px;
}

.label-section .service__title {
  margin: 0;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .label-section .service__title {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .label-section .service__title {
    margin-top: 56px;
  }
  .filters-container .filters-inner{
    /*max-height: 500px;*/
  }
}
/* !выполненные проекты */
.career-intro-section p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 14px;
  position: relative;
  width: 880px;

}

.table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
.table th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}
.table td {
  border: 1px solid #dddddd;
  padding: 5px;
}
.career-more-button {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: Oswald, 'sans-serif';
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  display: flex;
  color: #0E1114;
  padding: 24px 0;
  user-select: none;
}
.career-more-button::after {
  content: url(/local/templates/aggreko/css/../images/arrow-select.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: -24px;
  top: 24px;
}
.career-more-button_opened::after {
  content: url(/local/templates/aggreko/css/../images/arrow-select.svg);
  transform: rotate(180deg)
}
.career-intro__paragraph {
  margin: 0;
  margin-top: 14px;
  max-width: 880px;
  display: none;
  font-family: Montserrat, 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0E1114;
}
.career-intro__paragraph:first-of-type {
  margin-top: 24px;
}
.career-intro__paragraph_opened {
  display: block;
}

@media (max-width: 1100px) {
  .career-intro__paragraph {
    max-width: 100%;
  }
}
.about-company-page-career{
  background: #ffffff;
  color: black;
  background-repeat: no-repeat;
  background-position: right center;
}

/*
 * Custom Select jQuery Plugin Base
 */
.custom-select {
  position: relative;
}

.custom-select__option {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select__option-wrap {
  position: relative;
}

.custom-select__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select__dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 100%;
  left: 0;
}

.custom-select--dropup .custom-select__dropdown {
  top: auto;
  bottom: 100%;
}

/*
 * Custom Select jQuery Plugin Theme
 */
.custom-select__option {
  width: 100%;
  position: relative;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #212121;
  line-height: 1.5;
}

.custom-select__option:focus {
  outline: none;
}

/* .custom-select__option:hover, .custom-select__option:focus {
  background-color: #f9f9f9;
} */

.custom-select__option--value {
  padding-right: 1.875rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
}

.custom-select__option--value::after {
  content: url('/local/templates/aggreko/css/../images/arrow-select.svg');
  position: absolute;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  bottom: 10px;
  right: 10px;
}

.custom-select__option::before {
  content: 'Город';
  box-sizing: border-box;
}

.custom-select--active .custom-select__option--value::after {
  transform: rotate(-180deg);
}

.custom-select--active .custom-select__option--value {
  border-bottom-color: transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* .custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
  background-color: #fff;
} */

.custom-select--dropup.custom-select--active .custom-select__option--value {
  border-top-color: transparent;
  border-bottom-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* .custom-select__option--selected {
  background-color: #fcfcfc;
} */

.custom-select__option[disabled] {
  color: #a1a1a1;
  cursor: default;
}

.custom-select__option[disabled]:hover, .custom-select__option[disabled]:focus {
  background-color: transparent;
}

.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem;
}

.custom-select__option-wrap::-webkit-scrollbar {
  width: 16px;
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-width: 0 4px;
  border-style: solid;
  border-color: #E6EAF6;
}

.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #E6EAF6;
  transform: translateY(1px);
  font-size: 1rem;
  color: #212121;
}

.custom-select__input:focus {
  outline: none;
}

.custom-select--dropup .custom-select__input {
  border-top-width: 0;
  margin-top: 0;
  transform: translateY(0);
}

.custom-select__dropdown {
  overflow: hidden;
  z-index: 1;
  top: calc(100% - 1px);
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #E6EAF6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.custom-select--dropup .custom-select__dropdown {
  bottom: calc(100% - 1px);
  border-width: 1px 1px 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

/*
* zero radius
*/
.custom-select__option--value,
.custom-select__dropdown,
.custom-select--dropup .custom-select__dropdown,
.custom-select--active .custom-select__option--value,
.custom-select--dropup.custom-select--active .custom-select__option--value {
  width: 100%;
  border-radius: 0;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #0E1114;
}

.custom-select__option {
  height: 57px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #0E1114;
}

.custom-select__option {
  border-color: #E6EAF6;
  padding-top: 20px;
}

.custom-select__option:before {
  font-family: Montserrat, 'sans-serif';
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.33px;
}

.custom-select__dropdown .custom-select__option:nth-child(1)::before {
  content: 'Москва';
  position: absolute;
  bottom: 32px;
  left: 12px;
}
.custom-select__dropdown .custom-select__option:nth-child(2)::before {
  content: 'Санкт-Петербург';
  position: absolute;
  bottom: 32px;
  left: 12px;
}
.custom-select__dropdown .custom-select__option:nth-child(3)::before {
  content: 'Тюмень';
  position: absolute;
  bottom: 32px;
  left: 12px;
}
.custom-select__dropdown .custom-select__option:nth-child(4)::before {
  content: 'Атырау';
  position: absolute;
  bottom: 32px;
  left: 12px;
}

.custom-select__option::before {
  content: 'Филиал';
  position: absolute;
  bottom: 32px;
  left: 12px;
}

@media (max-width: 768px){
  .swiper-slide .projectsSlider-title{
    max-width:312px;
  }
  .swiper-slide .animation-item__overlay-wrapper{
    max-width:312px;
  }
  .swiper-slide .equipmentsSwiper .animation-item__overlay-wrapper{
    max-width:416px;
  }
  .swiper-slide .equipmentsSwiper-title{
    max-width:416px;
  }
  .equipmentsSwiper .swiper-slide{
    padding-left: 60px;
  }
  .projectsSwiper .swiper-slide{
    padding-left: 60px;
  }
  .projectsSwiper .projectsSlider__category-label{
    margin-left: 60px;
  }
  .equipments-section .swiper-container{
    overflow: hidden;
  }
  .titles-container {
    margin: 0 auto;
    max-width: 960px;
  }

}
@media (max-width: 516px){
  .equipmentsSwiper .swiper-slide{
    padding-left: 0;
  }
  .projectsSwiper .swiper-slide{
    padding-left: 30px;
  }
  .projectsSwiper .projectsSlider__category-label{
    margin-left: 30px;
  }
  .equipmentsSwiper .animation-item__overlay-wrapper img{
    max-width: 312px;
    max-height: 234px;
    height:180px;
  }
  .equipmentsSwiper .swiper-slide .animation-item__overlay-wrapper {

    padding-left: 30px;
  }
  .equipmentsSwiper .swiper-slide .equipmentsSwiper-title {
    max-width: 312px;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1200px){
  .equipments-section .swiper-container{
    overflow: hidden;
  }
}

@media (max-width: 1800px) {
  .opening-wrapper__link-container {
    margin: 0 40px;
  }
}
@media (max-width: 992px){
  .equipments-section .swiper-container{
    overflow: hidden;
  }
  .opening-wrapper__link-container {
    margin: 0;
  }
}
.media-intro-section h4.wrapper::before{
  content: "";
  width: 12px;
  height: 4px;
  background: #FD6E39;
  position: absolute;
  margin-top: -20px;
  /*top: 640px;*/
  /*left: 0;*/
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.header {
  height: auto;
}
.header__info-phone{
  color: #FD6E39;
}
.header__info-phone:hover{
  color: #000;
}
.header__info-phone, .header__info-mail {
  display: block;
  transition: all .2s;
  line-height: 1;
}
.header__info-mail {
  line-height: 1;
}
.header__info-mail:hover{
  color: #FD6E39;
}
.equipment-products__tile {
  display: grid;
  justify-content: center;
  margin-left: 0;
  width: 100%;
}
.equipment-product{
  display: block;
  margin: 0;
}
.equipment-products__item {
  display:flex;
  flex-direction: column;
  align-items: center;
}
.equipment-products__button {
  margin-top: 16px;
}
.product-info-slice__button {
  width: 100%;
  margin-top: 16px;
}
.button {
  display: inline-flex;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border: none;
  padding: 20px 0;
  transition: all 0.16s ease;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}
.button--black {
  background: #0E1114;
  color: #fff;
}
.button--black:hover {
  background-color: #FD6E39;
}
.button--orange {
  background: #FD6E39;
  color: #fff;
}
.button--orange:hover {
  background-color: #0E1114;
}
.popup-order .form fieldset{
  padding: 0;
}
.popup-order .form-section__rightside {
  margin: 0;
}
.popup-order .section-title {
  margin-bottom: 10px;
  text-align: center;
}
.home-title {
  text-align: center;
}
.home-title h1 {
  font-size: 2.2em;
}
.button-request {
  display: none
}
@media (max-width: 767px){
  body {
    padding-top: 90px;
  }
  .footer{
    overflow: hidden;
    padding-bottom: 56px;
  }
  .header {
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 99;
  }
  .header__info {
    width: 100%;
    margin-top: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .header__info-phone, .header__info-mail {
    margin-right: 10px;
    margin-left: 10px;
  }
  .header__info-phone {
    font-size: 16px;
  }
  .header__info-mail {
    font-size: 16px;
  }
  .equipment-products__tile {
    margin-top: 32px;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, 326px);
  }
  .home-title {
    padding-top: 40px;
  }
  .button-request {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 99;
  }
  .button-request .button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .header__info {
    display: flex;
    margin-right: 60px;
  }
  .header__search-btn {
    margin-right: 20px;
    margin-left: auto;
  }
  .header__info-phone {
    font-size: 18px;
  }
  .header__info-phone, .header__info-mail {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equipment-products__tile {
    margin-top: 32px;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, 326px);
  }

}
@media (max-width: 400px) {
  .header__info-mail, .header__info-phone {
    font-size: 14px;
  }
}
@media (min-width: 993px){
  .header {
    flex-wrap: wrap;
    position: relative;
  }
  .header__info {
    width: 250px;
    position: absolute;
    top: 100%;
    margin-top: 16px;
    right: 0.5rem;
    text-align: right;
  }
  .header__info.header__info-contact {
    width: 210px;
    right: 15rem;
  }
  .header__info-phone, .header__info-mail {
    margin-right: 20px;
    margin-left: 20px;
  }
  .header__info-phone {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .header__info-mail {
    font-size: 16px;
  }
  .equipment-products__tile {
    margin-top: 48px;
    grid-gap: 48px;
    grid-template-columns: repeat(auto-fit, 410px);
  }
  .p-breadcrumb {
    padding-right: calc(250px + 0.5rem);
    padding-left: 0.5rem;
    margin-left: 0;
    max-width: 80%;
  }
  .hamburger-lines {
    display: none
  }

}
@media (min-width: 768px) and (max-width: 1400px){
  .home-title {
    padding-top: 44px;
  }
}
@media (min-width: 1401px){
  .p-breadcrumb {
    padding-right: calc(250px + 5rem);
    padding-left: 5rem;
  }
  .header__info {
    right: 5rem;
  }
  .header__info.header__info-contact {
    right: 20rem;
  }
  .home-title {
    padding-top: 4rem;
  }
  .page-home .services-section {
    padding-top: 4rem;
  }
}
.header__info.header__info-contact {
  font-family: Montserrat, sans-serif;
  color: #FD6E39;
  border: 1px solid #FD6E39;
  padding: 10px 20px;
  font-size: 14px;
}
.equipment-subsections__wrapper {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.equipment-subsections__link {
  margin: 0;
}

.text-style .news-single-page ul, .text-style p{
  max-width: 100%;
}

.text-style .news-single-page li {
  margin-bottom: 12px;
}

.text-style ul, .text-style ol {
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left:20px;
  padding: 0;
}

.text-style p,.text-style li,.text-style a,.text-style ol,.text-style ul,.text-style h2,.text-style h3, .text-style h4, .text-style h5{max-width:992px;margin:0 auto;}

.requisites.text-style p, .requisites.text-style li{margin:0 auto 0 0;}
.requisites.titles-container{border:none;}

.text-style img{max-width:100%;}
.text-style ul li{list-style:disc;}
.text-style ul ul li{list-style:disc;}
.text-style .news-single-page li{list-style:none;}
.text-style .pagination-btn{list-style:none;padding-left: 0px;}

.text-style ol{
  counter-reset: list-counter;
}
.text-style ol>li {
  counter-increment: list-counter;
  margin-bottom: 16px;
}
.text-style ol>li::before {
  content: counter(list-counter) ". ";
  color: #FD6E39;
  background-color: transparent;
  width: auto;
  height: auto;
  top: 0;
}

.text-style h3 {
  margin-top: 36px;
  margin-bottom: 22px;
}
.text-style h3.news-section-page__subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.text-style h2 {
  margin-top: 36px;
  margin-bottom: 22px;
}
.projectsSlider__category-label a{
  color: #fff
}
.logo {
  max-width: 200px;
  height: 40px;
}
.logo img{
  max-width: 100%;
  max-height: 100%;
}

.text-style p {
  margin-bottom: 16px;
  font-family: Montserrat, "sans-serif";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.text-style p.label-section__text{
  margin: 0;
}
.text-style li {
  position: relative;
  font-family: Montserrat, "sans-serif";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 12px;
  padding-left: 30px;
}

@media (min-width: 993px) and (max-width: 1400px) {
  .footer_end, .footer_first{
    width:100%!important;margin:14px 0;display:flex;align-items:center;justify-content:space-between;flex-direction:row;
  }
}

.product-info-slice:first-child .titles-container {
  margin-left: 0;
  margin-right: 0;
}
.equipment-product__price {
  color: #FD6E39;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-top: 16px;
}
table.price-table {
  border: none;
}
table.price-table td:nth-child(1) {
  opacity: 1;
}
table.price-table td:nth-child(n+1) {
  text-transform: none;
}
table.price-table td {
  border: none;
  padding: 0 10px;
}
table.price-table td:last-child p {
  text-align: right;
  color: #FD6E39 ;
}
table.price-table td p {
  font-family: "Montserrat", sans-serif;
}

/* ds news */

.text-style p span {
  color: #EA5E2C;
}

.new_detail_picture {
  position: relative;
}

.new_detail_picture img {
  display: block;
}

.ds_detail_picture_description {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.ds_detail_picture__header {
  padding-left: 96px;
  color: #fff;
}

.ds_detail_picture__title {
  font-weight: 700;
  font-size: 36px;
}

.ds_detail_picture__sub-title {
  font-weight: 400;
  font-size: 24px;
}

.ds_detail_picture_card {
  max-width: 766px;
  padding: 42px 53px 41px 95px;
  color: #fff;
  background: #36467A;
}

@media (max-width: 1100px) {
  .ds_detail_picture_description {
    position: relative;
  }
  .ds_detail_picture__header {
    position: absolute;
    top: -88px;
    padding-right: 30px;
  }
  .ds_detail_picture_card {
    max-width: 100%;
  }
}
@media (max-width: 781px) {
  .ds_detail_picture__header {
    top: -132px;
  }
}
@media (max-width: 550px) {
  .ds_detail_picture__header, .ds_detail_picture_card {
    padding-left: 53px;
  }
}
@media (max-width: 470px) {
  .ds_detail_picture__title {
    font-size: 26px;
  }
  .ds_detail_picture__sub-title {
    font-size: 18px;
  }
  .ds_detail_picture_card {
    padding-right: 30px;
  }
}
@media (max-width: 380px) {
  .ds_detail_picture__header {
    padding-left: 20px;
  }
  .ds_detail_picture_card {
    padding: 30px 20px;
  }
}
.ds-solo-title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
}
.ds-block .ds-solo-title {
  margin: 0;
  margin-bottom: 23px;
}

.ds-block .news-single-page__description-text{
  margin: 0;
}
.ds-block {
  margin: 70px auto 0 auto;
  max-width: 1140px;
}
.ds-block__max-1000 {
  max-width: 1005px;
}
.ds-block__gap {
  margin-top: 70px;
}

.ds-block-text {
  color: #000;
}
.ds-block-text a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.ds-block-text h2, .ds-block-text p {
  margin: 0;
}
.ds-block-text h2{
  margin-bottom: 23px;
}
.ds-block-text p {
  padding-top: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.ds-block-text p:first-child {
  padding-top: 0px;
}
.ds-block-text__small {
  max-width: 553px;
}
.ds-block-text__medium {
  max-width: 750px;
}

@media (max-width: 1400px) {
  .ds-block-text__small {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .ds-block-text__medium {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .ds-block-text__small {
    max-width: 400px;
  }
}
@media (max-width: 880px) {
  .ds-block-text__small {
    max-width: 100%;
  }
}
.ds-flex-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 880px) {
  .ds-flex-block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ds-card {
  padding: 18px 17px 18px 30px;
  border: 2px solid #e6eaf6;
  border-radius: 20px;
  max-width: 270px;
}
.ds-card p ,.ds-card div{
  margin: 0;
}
.ds-card p:first-child {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #EA5E2C;
}
.ds-card p:first-child span {
  font-size: 16px;
}
.ds-card p:last-child {
  padding-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #777;
}
.ds-card__big {
  max-width: 555px;
  padding: 61px 29px 55px 29px;
}
.ds-card__big p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 16.25px;
  text-align: center;
  color: #EA5E2C;
}

@media (max-width: 1400px) {
  .ds-card__big {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .ds-card__big {
    margin-left: 20px;
    max-width: 400px;
    padding: 30px 20px;
  }
}
@media (max-width: 880px) {
  .ds-card {
    margin-top: 20px;
  }
  .ds-card__big {
    margin-left: 0px;
    max-width: 100%;
  }
}
.ds-mosaic {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num;
  list-style: none;
}
.ds-block .ds-mosaic {
  max-width: 100%;
  margin: -15px -19px;

  counter-reset: num;
}
.ds-block .ds-mosaic.margin {
  margin-top: 0;
}
ol.ds-mosaic li {
  counter-increment: num;
}

.ds-mosaic li {
  margin: 19px 15px;
  width: calc(33.3% - 30px);
  padding-top: 43px;
  padding-left: 0;
  position: relative;
  counter-increment: num;
  font-size: 16px;
}
.ds-mosaic li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num);
  font-weight: 700;
  font-size: 36px;
  color: #CFCDCD;
}
.ds-mosaic li:nth-child(-n+9):before {
  content: "0" counter(num);
  color: #CFCDCD;
}
.ds-mosaic li.img {
  padding: 0;
}
.ds-mosaic li.img:before {
  display: none;
}
.ds-mosaic li.img img {
  max-height: 205px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.ds-mosaic li p {
  margin: 0;
  font-size: 16px;
  line-height: normal;
}
.ds-mosaic li p:first-child {
  font-weight: 700;
  color: #EA5E2C;
}
.ds-mosaic li p:last-child {
  padding-top: 10px;
  font-weight: 400;
  color: #777;
}
.ds-mosaic.big {
  margin: -20px -23px;
}
.ds-mosaic.big li {
  margin: 20px 23px;
  width: calc(50% - 46px);
}

@media (max-width: 880px) {
  .ds-mosaic li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 700px) {
  .ds-mosaic li {
    width: calc(100% - 30px);
  }
  .ds-mosaic.big li {
    width: calc(100% - 46px);
  }
}
.wrapper .ds-list-a {
  margin: 28px 0 0 0;
  padding-left: 56px;
}
.wrapper .ds-list-a li {
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 16px;
  position: relative;
}
.wrapper .ds-list-a li:first-child {
  margin-top: 0;
}
.wrapper .ds-list-a li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -48px;
  width: 32px;
  height: 32px;
  background-image: url(/local/templates/aggreko/css/../images//A.svg);
  background-repeat: no-repeat;

  background-color:transparent;
  border-radius: 0;
}
.wrapper .ds-list-a li p {
  line-height: normal;
  margin: 0;
}
.wrapper .ds-list-a li p:first-child {
  font-weight: 700;
  color: #EA5E2C;
}
.wrapper .ds-list-a li p:last-child {
  padding-top: 10px;
  font-weight: 400;
  color: #777;
}

@media (max-width: 540px) {
  .wrapper .ds-list-a{ padding-left: 0px;}
  .wrapper .ds-list-a li {
    margin-left: 30px;max-width: calc(100% - 30px);
  }
  .wrapper .ds-list-a li::before {
    left: -30px;
    background-size: 20px;
  }
}
.ds-block-img {
  position: relative;
  padding-right: 468px;
}
.ds-block-img img {
  position: absolute;
  right: -94px;
  width: 540px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ds-block-img__reverse {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 468px;
}
.ds-block-img__reverse img {
  left: -94px;
}

@media (max-width: 1200px) {
  .ds-block-img img {
    right: 0px;
    width: 425px;
  }
  .ds-block-img__reverse {
    flex-direction: row;
  }
  .ds-block-img__reverse img {
    left: 0;
  }
}
@media (max-width: 1000px) {
  .ds-block-img {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .ds-block-img .ds-block-text {
    padding: 0;
  }
  .ds-block-img img {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
.ds-block-blue {
  position: relative;
}
.ds-block-blue img {
  position: absolute;
  top: 0;
  left: -94px;
  max-width: calc(100% + 188px);
  width: calc(100% + 188px);
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}
.ds-block-blue .ds-block-text {
  padding: 50px 98px 80px 82px;
  color: #fff;
  position: relative;
}
.ds-block-blue .ds-block-text li p:last-child {
  color: #fff;
}
.ds-block-blue .ds-block-text::before {
  position: absolute;
  top: 0;
  left: -94px;
  content: "";
  width: calc(100% + 94px);
  height: 100%;
  background: rgba(54, 70, 122, 0.9);
  z-index: -1;
}
.ds-block-blue__reverse {
  flex-direction: row-reverse;
}
.ds-block-blue__reverse .ds-block-text::before {
  left: auto;
  right: -94px;
}

@media (max-width: 1100px) {
  .ds-block-blue img {
    left: 0;
    width: 100%;
  }
  .ds-block-blue .ds-block-text {
    min-width: 100%;
  }
  .ds-block-blue .ds-block-text::before {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .ds-block-blue .ds-block-text {
    padding: 20px;
  }
}

.ds-advantages {
  margin: -20.5px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ds-advantages__element {
  margin: 20.5px;
  height: 136px;
  width: calc(30% - 4.5px);
  padding: 21px 8px;
  display: flex;
  align-items: center;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
}

.ds-advantages__element.swiper-slide {
  display: flex;
  height: 136px;
  margin: 0;
  border: none;
}

.advantagesSwiper {
  width: 83rem;
  margin-top: 3rem;
}

.advantagesSwiper.swiper {
  padding: 0 60px;
}

.advantages-section .wrapper .arrow-btn-wrapper {
  right: -2rem;
  top: 10.5rem;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: ""!important;
}

.ds-advantages__img {
  width: 64px;
  height: 64px;
}

.ds-advantages__text {
  margin: 0;
  margin-left: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #2d3540;
}

.ds-advantages__text_small {
  font-size: 14px;
  color: #2d3540;
}
@media (max-width: 1100px) {
  .ds-advantages__element:not(.swiper-slide){
    width: calc(50% - 41px) !important;
  }
}
@media (max-width: 880px) {
  .ds-advantages__element:not(.swiper-slide){
    width: calc(100% - 41px) !important;
  }
}

.ds-advantages__element-block {
  width: 100%;
  height: 136px;
  padding: 21px 8px;
  display: flex;
  align-items: center;
  border-right: 1px solid #C3CCE0;
  border-bottom: 1px solid #C3CCE0;
}

@media (max-width: 420px) {
  .ds-advantages__text{
    font-size: 15px;
  }
  .ds-advantages__text_small{
    font-size: 12px;
  }
}

.new_detail_picture {
  position: relative;
}

.ds-park {
  margin-top: 34px;
}
.ds-park__item {
  margin-top: 11px;
  display: flex;
  align-items: center;
}
.ds-park__item:first-child {
  margin-top: 0;
}
.ds-park__img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ds-park__text {
  margin-left: 33px;
  max-width: 907px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #000;
}

@media (max-width: 512px) {
  .ds-park__item {
    margin-top: 20px;
    align-items: start;
  }
  .ds-park__img {
    width: 48px;
    height: 48px;
  }
  .ds-park__text {
    padding-left: 29px;
    margin-left: 0;
  }
}
.ds-banner {
  margin-top: 43px;
  padding: 49px;
  background-color: #2D3540;
  display: flex;
  position: relative;
}
.ds-banner__description {
  max-width: 549px;
}
.ds-banner__title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
.ds-banner__text {
  margin-top: 27px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.ds-banner__button {
  margin-top: 42px;
  padding: 19px 37px 18px 26px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #eb5e2d;
  border-radius: 5px;
  display: inline-block;
}
.ds-banner__img {
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .ds-banner__img {
    width: 50%;
  }
}
@media (max-width: 995px) {
  .ds-banner__img {
    width: 40%;
  }
}
@media (max-width: 995px) {
  .ds-banner__img {
    width: 40%;
  }
}
@media (max-width: 725px) {
  .ds-banner {
    padding: 20px 0 0 20px;
    display: block;
  }
  .ds-banner__description {
    padding-right: 20px;
  }
  .ds-banner__img {
    position: static;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .ds-banner__title {
    font-size: 31px;
  }
  .ds-banner__text {
    font-size: 14px;
  }
}
.ds-situations {
  margin-top: 58px;
}
.ds-situations__title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.ds-situations__content {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}

.list-chain {
  max-width: calc(50% - 51px);
  padding-left: 51px;
  counter-reset: verse 0;
}
.list-chain li {
  counter-increment: verse 1;
  margin-top: 23px;
  min-height: 33px;
  display: flex;
  align-items: center;
  position: relative;
}
.list-chain li:first-child {
  margin-top: 0;
}
.list-chain li p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.list-chain li p span {
  font-size: 16px;
}
.list-chain li::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -34.5px;
  width: 1px;
  height: 100%;
  background-color: #eb5e2d;
}
.list-chain li:last-child::before {
  display: none;
}
.list-chain li::after {
  content: counter(verse);
  position: absolute;
  top: 0;
  left: -51px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #eb5e2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #eb5e2d;
  background-color: #fff;
  z-index: 10;
}
.list-chain_start-5 {
  counter-reset: verse 5;
}

@media (max-width: 960px) {
  .ds-situations__content {
    flex-wrap: wrap;
  }
  .list-chain li::before {
    left: -35.5px;
  }
  .list-chain {
    margin-top: 20px;
    max-width: calc(100% - 51px);
  }
  .list-chain:first-child {
    margin-top: 0;
  }
  .list-chain:first-child:first-child li:last-child::before {
    display: block;
  }
}
.ds-width-text {
  margin-top: 65px;
}
.ds-width-text p {
  margin-bottom: 0;
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.ds-slider {
  margin: 38px -138px 0 -138px;
  position: relative;
}
.ds-slider .swiper-button-next, .ds-slider .swiper-button-prev {
  color: #000000;
}
.ds-slider__year {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  color: #eb5e2d;
}
.ds-slider__title {
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.ds-slider__text {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.ds-slider__text li {
  padding-left: 29px;
  padding-top: 5px;
}
.equipment-rental-intro-section .ds-slider__text li {
  padding-left: 28px;
}
.ds-slider__content {
  overflow: hidden;
}
.ds-slider__button {
  position: absolute;
  top: 87px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
}
.ds-slider__button_img {
  top: 39.5px;
}
.ds-slider__button_next {
  right: -39px;
}
.ds-slider__button_prev {
  left: -39px;
}
.ds-slider__content-img {
  overflow: hidden;
}
.ds-slider__content-img .ds-slider__item {
  width: auto;
  height: 120px;
  display: flex;
  align-items: center;
}

@media (max-width: 1900px) {
  .ds-slider {
    margin-left: 39px;
    margin-right: 39px;
  }
}

.ds-offer {
  padding: 19px 37px 18px 26px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #eb5e2d;
  border-radius: 5px;
  display: inline-block;
}
.ds-offer__wrapper {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}

.ds-park__text p {
  margin-bottom: 0;
}

.projects-section_ds {
  margin-left: -215px;
  margin-right: -215px;
}
.projects-section_ds .projectsSwiper-button-prev {
  display: none;
}

@media (max-width: 1900px) {
  .projects-section_ds {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.ds-wrapper-news-grey {
  margin-top: -80px;
  margin-left: -215px;
  margin-right: -215px;
  padding-top: 96px;
  padding-bottom: 55px;
  background-color: #F7F8FC;
}

@media (max-width: 1900px) {
  .ds-wrapper-news-grey {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width: 1184px) {
  .ds-wrapper-news-grey, .projects-section_ds {
    margin-left: -23px;
    margin-right: -23px;
  }
}
@media (max-width: 500px) {
  .ds-slider__img{
    max-width: 200px;
  }
}

.custom-select-wrapper {
  position: relative;
  width: 200px;
}

.custom-select-price {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: transparent;
}

.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.custom-select-trigger span {
  font-size: 16px;
}

.custom-select-price .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  margin-left: 10px;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  display: none;
  z-index: 12;
}

.custom-options .custom-option {
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
}

.custom-options .custom-option:hover,
.custom-options .custom-option.selected {
  background-color: #f0f0f0;
}

.custom-options.opened {
  display: flex!important;
  flex-direction: column;
}

.arrow.opened {
  transform: rotate(225deg);
  margin-top: 10px;
}

.price__filter-section {
  margin-top: 10px;
}

.price__filter-section .wrapper {
  display: flex;
  justify-content: right;
}

.ds-100-percent{}
.ds-100-percent p{
    max-width: 100%;
}
.ds-100-percent img{
    width: 100%;
	max-height: 692px;
	object-fit: cover;
}

p.ds-text-b{
    font-weight: 700;
    font-size: 24px;
    line-height: 156%;
    color: #38457a;
}

.ds-text-block{
    padding: 40px 42px;
}
.ds-text-block p{
    max-width: 100%;
}
.ds-text-block__blue{
    background: #f7f8fc;
}
.ds-text-block p{
	margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 187%;
    color: #000;
}
.ds-text-block--no p{
    font-style: normal;
}
.ds-text-block p span{
    font-style: italic;
    font-weight: 600;
	color: #000;
}
.ds-block-70-on-30{
    display: flex;
    justify-content: space-between;
	position: relative;
}
.ds-block-70-on-30__content{
    width: 65%;
}
.ds-block-70-on-30__img{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	width: 35%;
    height: 100%;
}
@media (max-width: 1035px) {
  	.ds-block-70-on-30{
    	flex-wrap: wrap;
	}
	.ds-block-70-on-30__content{
		width: 100%;
	}
	.ds-block-70-on-30__img{
		position: static;
		margin: auto;
	}
}
@media (max-width: 630px) {
	.ds-block-70-on-30__img {
		width: 50%;
	}
}
.ds-section-block{
    margin-bottom: 60px;
}
.ds-section-block:last-child{
    margin-bottom: 0;
}
.ds-h-blue{
	color: #38457a;
}

.ds-module{
    margin-top: 41px;
}
.ds-module__item{
    margin-top: 40px;

    display: flex;
    align-items: center;
}
img.ds-module-item__img{
	position: static;
    width: 80px;
    height: 65px;
    object-fit: contain;
}
.ds-module-item__content{
    margin-left: 40px;

    display: flex;
    align-items: center;
}
p.ds-module-item__count{
    font-weight: 800;
    font-size: 64px !important;
    line-height: 58%;
    color: #38457a;
}
p.ds-module-item__text{
    margin-left: 18px;

	max-width: 340px;

    font-weight: 500;
    font-size: 20px !important;
    line-height: 127%;
    color: #38457a;
}
.ds-block-text__100{
    width: 100%;
}

@media (max-width: 1000px) {
.ds-block-text__100{
	margin: auto;
	width: auto;
}

img.ds-module-item__img{
	width: 60px;
    height: 49px;
}
.ds-module-item__content {
    margin-left: 30px;
}

p.ds-module-item__count {
    font-size: 48px !important;
}
p.ds-module-item__text {
    margin-left: 13px;
    font-size: 16px !important;
}
.ds-text-block{
	padding: 20px;
}
.ds-section-block{
    margin-bottom: 30px;
}
}
/* ds news */

/* mr */
.mr-top-56{
  margin-top: 56px;
}
.mr-text{
  max-width: 100%;
}

.mr-text-big-blue{
  margin-top: 70px;

  font-weight: 700;
  font-size: 20px;
  line-height: 187%;
  color: #38457a;
  max-width: 100%;
}
.mr-text-big-blue span{
  color: #eb5e2d;
  white-space: nowrap;
}

.mr-advantages{
  margin-top: 73px;

  display: flex;
  flex-wrap: wrap;
}
.mr-advantages__item{
  width: 33.3%;
  height: 272.5px;

  padding: 20px 40px;

  display: flex;
  flex-direction: column;
  justify-content: end;

  position: relative;
}
.mr-advantages__item::before{
  content: '';

  position: absolute;
  bottom: 0;
  right: 20px;

  width: calc(100% - 40px);
  height: 1px;

  background-color: #929abb;
}
.mr-advantages__item:nth-child(3n + 1)::after{
  content: '';

  position: absolute;
  right: 0;
  bottom: 20px;

  width: 1px;
  height: calc(100% - 40px);

  background-color: #929abb;
}
.mr-advantages__item:nth-child(3n + 3)::after{
  content: '';

  position: absolute;
  left: 0;
  bottom: 20px;

  width: 1px;
  height: calc(100% - 40px);

  background-color: #929abb;
}
.mr-advantages__item:nth-last-child(-n+3)::before{
  display: none;
}
.mr-advantages-item__title{
  font-weight: 700;
  font-size: 28px;
  /* line-height: 193%; */
  color: #eb5e2d;
}
.mr-advantages-item__title span{
  font-size: 48px;
}
.mr-advantages-item__icon{
  width: 80px;
  aspect-ratio: 1;
}
.mr-advantages-item__text{
  margin-top: 30px;

  max-width: 285px;
  min-height: 56px;

  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}

.mr-block-content{
  margin: 0px -216px;
  margin-top: 138px;
}
.mr-block-content.mr-block-content_no-top{
  margin-top: 0px;
}
.mr-modules{
  display: flex;
}
.mr-modules__img{
  width: 652px;

  object-fit: cover;

  flex-shrink: 0;
}
.mr-modules__content{
  width: 100%;

  padding: 106px 78px 78px 78px;

  background-color: #38457a;
}
.mr-modules__title{
  max-width: 642px;

  font-weight: 700;
  font-size: 36px;
  line-height: 104%;
  color: #fff;
}
.mr-modules__title span{
  color: #eb5e2d;
}
.mr-modules-content__block{
  margin-top: 85px;

  display: flex;
}
.mr-modules-content__left{
  width: 525px;
}
.mr-modules-content__right{
  margin-left: 56px;

  width: 371px;
}
.mr-modules-content__item{
  margin-top: 41px;

  display: flex;
}
.mr-modules-content__item:first-child{
  margin-top: 0;
}
.mr-modules-content__icon{
  width: 51px;
  height: 42px;
}
.mr-modules-content__text{
  margin-left: 33px;

  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}

.mr-tests{
  display: flex;
}
.mr-tests__content{
  padding: 107px 57px 58px 231px;

  background-color: #F7F8FC;
}
.mr-tests-content__title{
  margin-bottom: 55px;

  font-weight: 700;
  font-size: 36px;
  line-height: 104%;
  color: #000;
}
.mr-tests__img{
  width: 694px;
  height: 740px;
}
.mr-list{
  padding-left: 61px;
}
.mr-list ol{
  counter-reset: a 0;
  list-style: none;
  padding: 0;

  position: relative;
}
.mr-list ol > li{
  position: relative;
}
.mr-list ol > li::before {
  content: counter(a);
  counter-increment: a;

  position: absolute;
  left: -61px;

  width: 33px;
  height: 33px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;
  border: 2px solid #EB5E2D;

  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #eb5e2d;

  background-color: #F7F8FC;
  z-index: 1;
}
.mr-list ol > li::after {
  content: '';

  position: absolute;
  top: 33px;
  left: -43.5px;

  width: 2px;
  height: 100%;

  background-color: #eb5e2d;
}
.mr-list ol > li:last-child::after {
  display: none;

}
.mr-list span{
  font-style: italic;
  font-weight: 400;
}

.mr-product{
  display: flex;
  justify-content: space-between;
}

.mr-example{
  margin-top: 90px;

  padding: 44px 43px 61px 38px;

  background-color: #f7f8fc;
}
.mr-example__title{
  margin-bottom: 37px;

  font-weight: 700;
  font-size: 26px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000;
}
.mr-example__text{
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #000;
    max-width: 100%;
}
.mr-example__text b{
  font-weight: 700;
  color: #38457a;
}
.mr-example__text span{
  font-weight: 700;
  color: #eb5e2d;
}
.mr-example__text a{
  font-weight: 700;
  color: #eb5e2d;

  text-decoration: none;
}
.mr-example__slide{
  display: flex;
}
.mr-example-slide__content{
  width: 100%;
}
.mr-example-slide__img{
  margin-left: 38px;

  width: 522px;

  border-radius: 10px;

  flex-shrink: 0;
}
.mr-example__line{
  margin-top: 39px;
  margin-bottom: 31px;

  padding: 17px 0;

  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #38457a;

  border-top: 1px solid #8087a6;
  border-bottom: 1px solid #8087a6;
max-width: 100%;
}

.mr-example__link{
    padding: 16px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #fff;
    border-radius: 10px;
    background: #eb5e2d;
    display: inline-block;

    transition: all .3s;
}
.mr-example__link:hover{
  opacity: .8;
}

@media (max-width: 1760px) {
.mr-block-content{
  margin: 0 -100px;
  margin-top: 50px;
}
.mr-modules__img {
  width: 538px;
}
.mr-modules__content {
  padding: 50px 40px 40px 40px;
}
.mr-modules-content__left{
  width: 50%;
}
.mr-modules-content__right{
  width: calc(50% - 56px);
}

.mr-tests__content {
  padding: 87px 57px 41px 58px;
}
}

@media (max-width: 1590px) {
.mr-block-content{
  margin-left: 0;
  margin-right: 0;
}

.mr-modules__img {
    width: 400px;
}

.mr-tests__img{
  width: 400px;
  height: auto;

  object-fit: cover;
}

.mr-modules-content__text {
  margin-left: 16px;
}
}

@media (max-width: 1267px) {
  .mr-block-content{
    margin: 0;
    margin-top: 50px;
  }
  .mr-modules{
    flex-direction: column-reverse;
  }
  .mr-modules__img{
    width: 100%;
    height: 550px;
  }

  .mr-tests{
    display: block;
  }
  .mr-tests__img{
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

@media (max-width: 1400px) {
.mr-product{
  flex-wrap: wrap;
}

.equipment-products__item{
  width: 50%;
}
.equipment-products__item:nth-child(n + 3){
  margin-top: 20px;
}

.mr-example__slide{
  align-items: start;
}
.mr-example-slide__img{
  width: 419px;
}
}

@media (max-width: 1150px) {
.mr-advantages__item{
  width: 50%;
}
.mr-advantages__item::after{
  display: none;
}
.mr-advantages__item::after{
  display: none;
}
.mr-advantages__item:nth-last-child(-n+3)::before{
  display: block;
}
.mr-advantages__item:nth-child(2n + 2)::after{
  content: '';

  position: absolute;
  left: 0;
  bottom: 20px;

  width: 1px;
  height: calc(100% - 40px);

  background-color: #929abb;

  display: block;
}
.mr-advantages__item:nth-last-child(-n+2)::before{
  display: none;
}
.mr-advantages-item__text{
  min-height: 84px;
}
.mr-advantages-item__icon{
  width: 60px;
}
}
@media (max-width: 1100px) {
  .mr-example__slide{
    display: block;
  }
  .mr-example-slide__img{
    margin-left: 0;

    width: 100%;
  }
}
@media (max-width: 990px) {
.mr-modules-content__block{
  margin-top: 40px;

  display: block;
}
.mr-modules-content__left, .mr-modules-content__right{
  margin: 0;

  width: 100%;
}
.mr-modules-content__item, .mr-modules-content__right{
  margin-top: 20px;
}
.mr-modules-content__text{
  margin-left: 20px;
}
.mr-tests__content{
  padding: 49px 49px 37px 48px;
}
}
@media (max-width: 850px) {
.equipment-products__item{
  margin-top: 20px;

  width: 100%;
}
.equipment-products__item:first-child{
  margin-top: 0;
}
}
@media (max-width: 750px) {
.mr-advantages__item{
  width: 100%;
  height: auto;

  padding: 30px 20px;
}
.mr-advantages__item::after{
  display: none;
}
.mr-advantages__item:nth-last-child(-n+2)::before{
  display: block;
}
.mr-advantages__item:nth-last-child(-n+1)::before{
  display: none;
}
.mr-advantages-item__text{
  min-height: 0px;
}
.mr-advantages__item:nth-child(2n + 2)::after{
  display: none;
}
}
@media (max-width: 540px) {
  .mr-example__link {
    padding: 15px 22px;
    font-weight: 700;
    font-size: 11px;
    line-height: 111%;
    letter-spacing: -0.01em;
    color: #fff;
    border-radius: 10px;
    background: #eb5e2d;
    display: inline-block;
  }
}
@media (max-width: 500px) {
.mr-modules__content, .mr-tests__content, .mr-example{
  padding: 20px;
}
.mr-tests__img, .mr-modules__img{
  height: 400px;
}
.mr-example__link {
  padding: 15px 22px;
  font-weight: 700;
  font-size: 11px;
  line-height: 111%;
  letter-spacing: -0.01em;
  color: #fff;
  border-radius: 10px;
  background: #eb5e2d;
  display: inline-block;
}
}
/* mr */

/* op */
.op-features {
  margin-top: 62px;
}
.op-features__item {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
}
.op-features__item:first-child {
  margin-top: 0;
}
.op-features-item__img {
  width: 570px;
  height: 432px;
  border-radius: 10px;
}
.op-features-item__content {
  width: 50%;
}
.op-features-item__number {
  font-weight: 800;
  font-size: 64px;
  line-height: 50%;
  color: #cfcdcd;
}
.op-features-item__title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #000;
}
.op-features-item__title a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}
.op-features-item__sub-title {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 133%;
  color: #38457a;
}
.op-features-item__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 133%;
  color: #000;
}
.op-features__item--backward {
  flex-direction: row-reverse;
}
.op-title {
  margin-top: 107px;
  margin-right: 73px;
  margin-bottom: 40px;
  padding: 20px 0 32px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.op-advantages {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.op-advantages__item {
  width: calc(50% - 0.5px);
  padding: 30px;
  display: flex;
  align-items: start;
  position: relative;
}
.op-advantages__item--title {
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  color: #eb5e2d;
}
.op-advantages__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #929abb;
}
.op-advantages__item:nth-child(1)::before, .op-advantages__item:nth-child(2)::before {
  display: none;
}
.op-advantages__item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 100%;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #929abb;
}
.op-advantages-item__icon {
  width: 48px;
  aspect-ratio: 1;
}
.op-advantages-item__content {
  margin-left: 18px;
  padding-top: 5px;
}
.op-advantages-item__title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.op-advantages-item__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
.op-list {
  margin-top: 64px;
}
.op-list__item {
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.op-list__item:first-child {
  margin-top: 0;
}
.op-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 31.5px;
  width: 2px;
  height: 50%;
  background-color: #eb5e2d;
  z-index: -1;
}
.op-list__item:first-child::before {
  display: none;
}
.op-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 31.5px;
  width: 2px;
  height: calc(50% + 31px);
  background-color: #eb5e2d;
  z-index: -1;
}
.op-list__item:last-child::after {
  display: none;
}
.op-list-item__number {
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 36px;
  color: #eb5e2d;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #eb5e2d;
  flex-shrink: 0;
}
.op-list-item__content {
  width: calc(100% - 105px);
  padding: 26px 38px;
  border-radius: 20px;
  background-color: #f7f8fc;
}
.op-list-item__title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.op-list-item__text {
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.op-text{
  max-width: 100%;
}

@media (max-width: 1400px) {
.op-features-item__img, .op-features-item__content{
  width: 47%;
}
}

@media (max-width: 900px) {
.op-features__item{
  flex-direction: column-reverse;
}
.op-features__item--backward{
  flex-direction: column-reverse;
}
.op-features-item__img, .op-features-item__content{
  width: 100%;
}
.op-features-item__img{
  width: 100%;
  object-fit: cover;
}
.op-features-item__content{
  margin-top: 20px;
}
.op-features__item--backward .op-features-item__img{
  margin-top: 20px;
}
.op-features__item{
  margin-top: 30px;
}
}

@media (max-width: 800px) {
.op-title{
  margin-right: 10px;
}
.op-advantages__item{
  width: 100%;
}
.op-advantages__item:nth-child(odd)::after{
  display: none;
}
.op-advantages__item:nth-child(2)::before{
  display: block;
}

.op-list-item__number, .op-list__item::after{
  display: none;
}

.op-list-item__content{
  width: 100%;
}

.op-advantages{
  margin-top: 20px;
}
.op-advantages__item{
  padding: 20px 10px;
}

.op-title {
  margin-top: 50px;
}
.op-list {
  margin-top: 32px;
}
.op-list-item__content{
  padding: 16px 16px;
}
.op-advantages-item__text{
  margin-bottom: 0;
}
}

@media (max-width: 1200px) {
    .header-nav ul .header-nav__li{
        font-size: 0.675rem;
    }
}
/* op */


.cookie-notification {
  position: fixed;
  font-family: "Montserrat", Arial, sans-serif;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  overflow: hidden;
  align-items: center;
  width: 100%;
  padding: 30px 50px;
  font-size: 16px;
  line-height: 1.5;
  color: #0E1114;
  box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, .25);
  background-color: #E6EAF6;
  grid-template-columns: 1fr auto;
  gap: 20px;
}

@media (max-width: 767px) {
  .cookie-notification {
    grid-template-columns: 1fr;
    padding: 10px;
    justify-items: start;
  }
}

.cookie-notification .button {
  background-color: #0E1114;
  color: #fff;
  cursor: pointer;
}

.cookie-notification .button:hover,
.cookie-notification .button:focus,
.cookie-notification .button:focus-visible {
  color: #FD6E39;
}

.cookie-notification p {
  margin: 0;
}

.cookie-notification a {
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s ease;
}

.cookie-notification a:hover,
.cookie-notification a:focus,
.cookie-notification a:focus-visible {
  color: #FD6E39;
}

.cookie-notification_hidden {
  display: none;
}
:root {
  --height-cookies: 240px;
}

footer:has(.cookie-notification:not(.cookie-notification_hidden)) .footer-section {
  padding-bottom: var(--height-cookies, 240px);
}

/* End */


/* Start:/local/templates/aggreko/css/swiper-bundle.min.css?169262235518441*/
/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/aggreko/css/jquery.fancybox.min.css?169262235512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/aggreko/components/bitrix/news.list/offices/style.css?1692622355150*/
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 */


/* Start:/local/templates/aggreko/components/bitrix/form.result.new/feedback/style.css?17494765731484*/
table.form-table{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th{
	background-image:url(/local/templates/aggreko/components/bitrix/form.result.new/feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td{
	padding: 15px 5px;
}

.form-required {
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
}


.form fieldset .form-input-container{    flex-direction: column-reverse;}

.form fieldset .form-input-container #commentary{font-size: 16px;height: 60px;}
.success-add_form{background: white;padding: 10px;}
.no-robot{font-size: 12px;font-style: normal;font-weight: 400;line-height: 20px;margin-top: 8px;}
input[type=submit]:hover{cursor:pointer;}


.form fieldset .form-input-container.confirmation_checkbox{
	max-width: 450px;
	display:block;
	vertical-align: top;
	font-size: 12px;
	border: 0;
	padding: 8px 0;
}

.form fieldset .form-input-container.confirmation_checkbox input{
	float: left;
	vertical-align: top;
	margin-right:8px;
	width: 16px;
	height: 16px;
	margin-top: 0;
}
.form fieldset .form-input-container.confirmation_checkbox label{
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}

.form fieldset .form-input-container.confirmation_checkbox a{
    text-decoration:underline;
}
/* End */


/* Start:/local/templates/aggreko/components/bitrix/menu/bottom_uslugi/style.css?1692622355254*/
.ul-menu{
    display: flex;
}
ul>.footer__content-slice:nth-child(2){
    justify-content: start;
    margin-top: 20px;
}
.footer__content-slice:nth-child(3) {
    justify-content: start;
}
.footer-section .contact-btn {
    padding: 15px;
}
/* End */


/* Start:/local/templates/aggreko/components/bitrix/menu/bottom_equipment/style.css?1692622355254*/
.ul-menu{
    display: flex;
}
ul>.footer__content-slice:nth-child(2){
    justify-content: start;
    margin-top: 20px;
}
.footer__content-slice:nth-child(3) {
    justify-content: start;
}
.footer-section .contact-btn {
    padding: 15px;
}
/* End */


/* Start:/local/templates/aggreko/components/bitrix/menu/bottom_about/style.css?1718373145319*/
.ul-menu{
    display: flex;
}
ul>.footer__content-slice:nth-child(2){
    justify-content: start;
    margin-top: 20px;
}
.footer__content-slice:nth-child(3) {
    justify-content: start;
}
.footer-section .contact-btn {
    padding: 16px 8px; display: flex; align-items: center; justify-content: center;
}
/* End */


/* Start:/local/templates/aggreko/components/bitrix/menu/bottom_contacts/style.css?169321817839*/
.contact-btn{
    text-align: center;
}
/* End */


/* Start:/local/templates/aggreko/css/news.css?172295910340358*/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&family=Oswald:wght@200;300;500;700&display=swap);.technologies *,.technologies ::after,.technologies ::before{box-sizing:border-box}.technologies .label-section{max-width:1780px;padding-bottom:83px}.technologies .label-section h1{max-width:860px;margin:41px 0 10px;font-family:"Montserrat",sans-serif;font-size:40px;line-height:49px;font-weight:700}.technologies .label-section__text{font-family:"Oswald",sans-serif;font-size:12px;line-height:18px;font-weight:700;text-transform:uppercase;letter-spacing:0}.technologies .news-single-page{margin:0;padding-top:70px}.technologies .new_detail_picture{max-width:1328px;margin:0 auto}.technologies .ds_detail_picture__header{max-width:870px;padding-bottom:40px}@media (max-width:1100px){.technologies .ds_detail_picture__header{position:static;padding:20px 20px 30px}.technologies .new_detail_picture img{margin-bottom:-160px}}@media (max-width:526px){.technologies .ds_detail_picture__title{font-size:26px}}.technologies .ds_detail_picture_card{padding:25px 53px 23px 95px;font-size:20px;line-height:25px}@media (max-width:1100px){.technologies .ds_detail_picture_card{padding:20px}}.technologies .ds_detail_picture_card p{font-size:20px;line-height:25px}.advantages-block{display:flex;flex-wrap:wrap;padding-top:71px}.advantages-block__inner{max-width:58%;padding:0 20px 0 40px}@media (max-width:1022px){.advantages-block__inner{max-width:none;padding:0}}.advantages-block h2{margin:0 0 24px}.advantages-block__inner p{margin:0;padding:0;font-size:16px;line-height:19px;font-weight:400}.advantages-block__inner p+p{margin-top:9px}.advantages-block img{order:-1;width:37.7%;max-height:319px;object-fit:cover;object-position:bottom}@media (max-width:1022px){.advantages-block img{order:1;width:100%;max-height:400px;margin-top:50px}}.section-block,.section-block p{max-width:1140px;margin:0 auto;padding:70px 0;font-size:16px;line-height:19px}.section-block p{max-width:none;margin:0;padding:0;font-weight:400}.section-block h2{margin:0 0 28px;font-size:24px;line-height:29px}.section-block__text p+p{margin-top:10px}.section-block__text a{color:#ea5e2c;text-decoration:underline;text-underline-offset:3px;transition:color .5s ease}.section-block__text a:focus,.section-block__text a:hover,a.type-block__title[href]:focus,a.type-block__title[href]:hover,p.type-block__title[href]:focus,p.type-block__title[href]:hover{color:#000}.section-block ul{padding-top:15px}.mounting{padding:93px 0 23px}.mounting h2{margin:0 0 31px}.mounting li,.mounting ol{position:relative;max-width:none}.mounting ol{margin:0;padding:0;list-style:none;counter-reset:li}.mounting ol::after{position:absolute;content:"";z-index:-1;top:15px;bottom:15px;left:21px;width:.5px;background-color:#ea5e2c}@media (max-width:1022px){.mounting ol::after{display:none}}.mounting li{min-height:40px;margin:0 0 26px;padding-left:62px;font-size:16px;line-height:19px;font-weight:400}.text-style .news-single-page .mounting li{margin-bottom:27px}.mounting li:before{box-sizing: border-box;position:absolute;content:counter(li);top:1px;left:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:5px;font-size:20px;line-height:24px;font-weight:700;text-align:center;border:.5px solid rgba(0,0,0,.5);border-radius:50%;counter-increment:li}.mounting ol>li::before{content:counter(li);top:50%;transform:translateY(-50%);width:42px;height:42px;color:#000;background-color:#fff}@media (max-width:1022px){.mounting ol>li::before{top:5px;transform:none}}.type-block{padding:24px 0 17px}.type-block__head{margin-bottom:30px}.type-block h2{margin:0 0 29px}.type-block__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.type-block__item{padding:78px 0 20px;background-repeat:no-repeat;background-position:top left;background-size:70px 70px}.type-block__item--generator{background-image:url(/local/templates/aggreko/css/../images/type-block-2.svg)}.type-block__item--diesel{background-image:url(/local/templates/aggreko/css/../images/type-block-1.svg)}.type-block__item--container{background-image:url(/local/templates/aggreko/css/../images/type-block-3.svg)}a.type-block__title,p.type-block__title{display:block;width:-moz-fit-content;width:fit-content;margin:0 0 10px;font-weight:700;color:#ea5e2c;transition:color .5s ease}.type-block__text{color:#777}.type-block__text a{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:color .5s ease}.type-block__text a:focus,.type-block__text a:hover{color:#ea5e2c}.key-components{position:relative;display:flex;flex-wrap:wrap;max-width:1328px;margin:0 auto}.key-components img{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:none;height:100%;object-fit:cover}.key-components .ds-block-text{width:100%;max-width:702px;margin-left:auto;padding:50px 80px 80px;color:#fff;background-color:rgba(54,70,122,.9)}@media (max-width:1022px){.key-components .ds-block-text{padding:30px}}.key-components h2{margin:0 0 28px;font-weight:700;text-align:center}@media (max-width:767px){.key-components h2{text-align:left}}.key-components p{font-size:16px;line-height:19px;font-weight:400}.key-components .ds-list-a{margin:0;padding:0}.key-components .ds-list-a li::before{left:0;background-image:url(/local/templates/aggreko/css/../images/list-a.svg)}.key-components .ds-list-a li{margin-top:18px;padding-left:56px}@media (max-width:539px){.key-components .ds-list-a li{max-width:none;margin-left:0;padding-left:40px}}.key-components .ds-list-a li p:last-child{color:#fff}.area-block{display:grid;grid-template-columns:1fr auto;gap:30px;padding:70px 0}@media (max-width:1022px){.area-block{grid-template-columns:1fr}}.area-block__img{order:-1;width:100%;max-width:506px;height:100%}@media (max-width:1022px){.area-block__img{order:1;max-width:none}}.area-block__img img{display:block;width:100%;height:100%;object-fit:cover}.area-block .ds-block-text{max-width:594px}@media (max-width:1022px){.area-block .ds-block-text{max-width:none}}.area-block h2{margin:0 0 23px}.area-block__text{margin:0 0 28px}.area-block .ds-list-a{margin:0;padding:0}.area-block .ds-list-a li::before{display:none}.area-block .ds-list-a li{position:relative;margin-top:18px;padding-left:66px}@media (max-width:539px){.area-block .ds-list-a li{max-width:none;margin-left:0;padding-left:60px}}.area-block .ds-list-a__icon{position:absolute;top:0;left:0;width:50px;height:35px}.area-block .ds-list-a__icon img,.callback-block__img img{display:block;width:100%;height:100%;object-fit:contain}.callback-block{display:grid;grid-template-columns:minmax(auto,636px) 1fr;max-width:1330px;margin:0 auto;color:#fff;background-color:#36467a}@media (max-width:1022px){.callback-block{grid-template-columns:repeat(2,1fr)}}@media (max-width:766px){.callback-block{grid-template-columns:1fr}}.callback-block__content{display:flex;flex-direction:column;justify-content:center;padding:20px 96px}@media (max-width:1022px){.callback-block__content{padding:40px}}@media (max-width:766px){.callback-block__content{padding-bottom:0}}.callback-block__content p{margin:0 0 40px;font-size:32px;line-height:39px;font-weight:700}@media (max-width:767px){.callback-block__content p{font-size:28px;line-height:33px}}.callback-block__content .button{display:block;width:182px;margin:0}.callback-block__img{overflow:hidden;align-self:end;max-height:396px}@media (max-width:1022px){.callback-block__img{justify-self:end;max-height:300px;margin-top:40px}}.callback-block__img img{object-fit:cover;border-radius:500px 0 0 0}.why-block{padding-bottom:32px}.why-block.section-block li{position:relative;max-width:none;margin:0 0 5px;padding:0 0 0 30px}.why-block.section-block li:before{position:absolute;content:"";top:10px;left:0;width:7px;height:7px;background-color:#fd6e39;border-radius:50%}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJsb2Nrcy90ZWNobm9sb2dpZXMuc2NzcyIsInN0eWxlcy5jc3MiLCJtaXhpbnMvbWVkaWEuc2NzcyIsIjxubyBzb3VyY2U+Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFRLHFJQUFBLENBR04sNkRBR0UscUJDREosQ0RJRSw2QkFDRSxnQkFBQSxDQUNBLG1CQ0ZKLENES0UsZ0NBQ0UsZUFBQSxDQUNBLGtCQUFBLENBQ0EsbUNBQUEsQ0FDQSxjQUFBLENBQ0EsZ0JBQUEsQ0FDQSxlQ0hKLENET0UsbUNBQ0UsK0JBQUEsQ0FDQSxjQUFBLENBQ0EsZ0JBQUEsQ0FDQSxlQUFBLENBQ0Esd0JBQUEsQ0FDQSxnQkNMSixDRFFFLGdDQUNFLFFBQUEsQ0FDQSxnQkNOSixDRFNFLGtDQUNFLGdCQUFBLENBQ0EsYUNQSixDRGdCRSx5Q0FDRSxlQUFBLENBQ0EsbUJDZEosQ0RnQkksMEJBSkYseUNBS0ksZUFBQSxDQUNBLHNCQ2JKLENEaUJBLHNDQUVJLG9CQ2RKLENBSkYsQ0R1QkkseUJBREYsd0NBRUksY0NmSixDQUNGLENEa0JFLHNDQUNFLDJCQUFBLENBQ0EsY0FBQSxDQUNBLGdCQ2hCSixDRGtCSSwwQkFMRixzQ0FNSSxZQ2ZKLENBQ0YsQ0RrQkUsd0NBQ0UsY0FBQSxDQUNBLGdCQ2hCSixDRHFCQSxrQkFDRSxZQUFBLENBQ0EsY0FBQSxDQUNBLGdCQ2xCRixDRHFCQSx5QkFDRSxhQUFBLENBQ0EscUJDbEJGLENDM0VFLDBCRjJGRix5QkFLSSxjQUFBLENBQ0EsU0NqQkYsQ0FDRixDRG9CQSxxQkFDRSxlQ2pCRixDRG9CQSwyQkFDRSxRQUFBLENBQ0EsU0FBQSxDQUNBLGNBQUEsQ0FDQSxnQkFBQSxDQUNBLGVDakJGLENEb0JBLDZCQUNFLGNDakJGLENEb0JBLHNCQUNFLFFBQUEsQ0FDQSxXQUFBLENBQ0EsZ0JBQUEsQ0FDQSxnQkFBQSxDQUNBLHNCQ2pCRixDQ3pHRSwwQkZxSEYsc0JBUUksT0FBQSxDQUNBLFVBQUEsQ0FDQSxnQkFBQSxDQUNBLGVDaEJGLENBQ0YsQ0RtQkEsZ0NBQ0UsZ0JBQUEsQ0FDQSxhQUFBLENBQ0EsY0FBQSxDQUNBLGNBQUEsQ0FDQSxnQkNoQkYsQ0R1QkEsaUJBQ0UsY0FBQSxDQUNBLFFBQUEsQ0FDQSxTQUFBLENBR0EsZUNwQkYsQ0R1QkEsa0JBQ0UsZUFBQSxDQUNBLGNBQUEsQ0FDQSxnQkNwQkYsQ0R1QkEseUJBQ0UsZUNwQkYsQ0R1QkEsdUJBQ0UsYUFBQSxDQUNBLHlCQUFBLENBQ0EseUJBQUEsQ0FDQSx5QkNwQkYsQ0R1QkEsMExBRUUsVUNwQkYsQ0R1QkEsa0JBQ0UsZ0JDcEJGLENEdUJBLFVBQ0UsbUJDcEJGLENEdUJBLGFBQ0UsZUNwQkYsQ0V2S0EsMEJIdU5FLGlCQUFBLENBQ0EsYUFBQSxFQTFCRixBRzlMQSxhSGlNRSxRQUFBLENBQ0EsU0FBQSxDQUNBLGVBQUEsQ0FDQSxnQkNwQkYsQ0R1QkEsb0JBQ0UsaUJBQUEsQ0FDQSxVQUFBLENBQ0EsVUFBQSxDQUNBLFFBQUEsQ0FDQSxXQUFBLENBQ0EsU0FBQSxDQUNBLFVBQUEsQ0FDQSx3QkNwQkYsQ0N4TEUsMEJGb01GLG9CQVdJLFlDbkJGLENBQ0YsQ0RzQkEsYUFHRSxlQUFBLENBQ0EsZUFBQSxDQUNBLGlCQUFBLENBQ0EsY0FBQSxDQUNBLGdCQUFBLENBQ0EsZUNuQkYsQ0RzQkEsMkNBQ0Usa0JDbkJGLENEc0JBLG9CQUNFLGlCQUFBLENBQ0EsbUJBQUEsQ0FDQSxPQUFBLENBQ0EsTUFBQSxDQUNBLFlBQUEsQ0FDQSxrQkFBQSxDQUNBLHNCQUFBLENBQ0EsVUFBQSxDQUNBLFdBQUEsQ0FDQSxXQUFBLENBQ0EsY0FBQSxDQUNBLGdCQUFBLENBQ0EsZUFBQSxDQUNBLGlCQUFBLENBQ0EsZ0NBQUEsQ0FDQSxpQkFBQSxDQUNBLG9CQ25CRixDRHNCQSx3QkFDRSxtQkFBQSxDQUNBLE9BQUEsQ0FDQSwwQkFBQSxDQUNBLFVBQUEsQ0FDQSxXQUFBLENBQ0EsVUFBQSxDQUNBLHFCQ25CRixDQzFPRSwwQkZzUEYsd0JBVUksT0FBQSxDQUNBLGNDbEJGLENBQ0YsQ0RxQkEsWUFDRSxtQkNsQkYsQ0RxQkEsa0JBQ0Usa0JDbEJGLENEcUJBLGVBQ0UsZUNsQkYsQ0RxQkEsbUJBQ0UsWUFBQSxDQUNBLHdEQUFBLENBQ0EsUUNsQkYsQ0RxQkEsa0JBQ0UsbUJBQUEsQ0FHQSwyQkFBQSxDQUNBLDRCQUFBLENBQ0EseUJDcEJGLENEdUJBLDZCQUNFLGdEQ3BCRixDRHVCQSwwQkFDRSxnRENwQkYsQ0R1QkEsNkJBQ0UsZ0RDcEJGLENEdUJBLHdDQUVFLGFBQUEsQ0FDQSxzQkFBQSxDQUFBLGlCQUFBLENBQ0EsZUFBQSxDQUNBLGVBQUEsQ0FDQSxhQUFBLENBQ0EseUJDcEJGLENENEJBLGtCQUNFLFVDcEJGLENEdUJBLG9CQUNFLGFBQUEsQ0FDQSx5QkFBQSxDQUNBLHlCQUFBLENBQ0EseUJDcEJGLENEdUJBLG9EQUVFLGFDcEJGLENEdUJBLGdCQUNFLGlCQUFBLENBQ0EsWUFBQSxDQUNBLGNBQUEsQ0FDQSxnQkFBQSxDQUNBLGFDcEJGLENEdUJBLG9CQUNFLGlCQUFBLENBQ0EsVUFBQSxDQUNBLEtBQUEsQ0FDQSxPQUFBLENBQ0EsUUFBQSxDQUNBLE1BQUEsQ0FDQSxhQUFBLENBQ0EsVUFBQSxDQUNBLGNBQUEsQ0FDQSxXQUFBLENBQ0EsZ0JDcEJGLENEdUJBLCtCQUNFLFVBQUEsQ0FDQSxlQUFBLENBQ0EsZ0JBQUEsQ0FDQSxzQkFBQSxDQUNBLFVBQUEsQ0FDQSxtQ0NwQkYsQ0NuVkUsMEJGaVdGLCtCQVNJLFlDbkJGLENBQ0YsQ0RzQkEsbUJBQ0UsZUFBQSxDQUNBLGVBQUEsQ0FDQSxpQkNuQkYsQ0RxQkUseUJBTEYsbUJBTUksZUNsQkYsQ0FDRixDRHFCQSxrQkFDRSxjQUFBLENBQ0EsZ0JBQUEsQ0FDQSxlQ2xCRixDRHFCQSwyQkFDRSxRQUFBLENBQ0EsU0NsQkYsQ0RxQkEsc0NBQ0UsTUFBQSxDQUNBLDBDQ2xCRixDRHFCQSw4QkFDRSxlQUFBLENBQ0EsaUJDbEJGLENDeFhFLHlCRndZRiw4QkFLSSxjQUFBLENBQ0EsYUFBQSxDQUNBLGlCQ2pCRixDQUNGLENEb0JBLDJDQUNFLFVDakJGLENEb0JBLFlBQ0UsWUFBQSxDQUNBLDhCQUFBLENBQ0EsUUFBQSxDQUNBLGNDakJGLENDMVlFLDBCRnVaRixZQU9JLHlCQ2hCRixDQUNGLENEbUJBLGlCQUNFLFFBQUEsQ0FDQSxVQUFBLENBQ0EsZUFBQSxDQUNBLFdDaEJGLENDdFpFLDBCRmthRixpQkFPSSxPQUFBLENBQ0EsY0NmRixDQUNGLENEa0JBLHFCQUNFLGFBQUEsQ0FDQSxVQUFBLENBQ0EsV0FBQSxDQUNBLGdCQ2ZGLENEa0JBLDJCQUNFLGVDZkYsQ0N2YUUsMEJGcWJGLDJCQUlJLGNDZEYsQ0FDRixDRGlCQSxlQUNFLGVDZEYsQ0RpQkEsa0JBQ0UsZUNkRixDRGlCQSx1QkFDRSxRQUFBLENBQ0EsU0NkRixDRGlCQSxrQ0FDRSxZQ2RGLENEaUJBLDBCQUNFLGlCQUFBLENBQ0EsZUFBQSxDQUNBLGlCQ2RGLENDbmNFLHlCRjhjRiwwQkFNSSxjQUFBLENBQ0EsYUFBQSxDQUNBLGlCQ2JGLENBQ0YsQ0RnQkEsNkJBQ0UsaUJBQUEsQ0FDQSxLQUFBLENBQ0EsTUFBQSxDQUNBLFVBQUEsQ0FDQSxXQ2JGLENEZ0JBLDBEQUNFLGFBQUEsQ0FDQSxVQUFBLENBQ0EsV0FBQSxDQUNBLGtCQ2JGLENEZ0JBLGdCQUNFLFlBQUEsQ0FDQSw0Q0FBQSxDQUNBLGdCQUFBLENBQ0EsYUFBQSxDQUNBLFVBQUEsQ0FDQSx3QkNiRixDQ2xlRSwwQkZ5ZUYsZ0JBU0ksbUNDWkYsQ0FDRixDQ3ZlRSx5QkZ5ZUYsZ0JBYUkseUJDWEYsQ0FDRixDRGNBLHlCQUNFLFlBQUEsQ0FDQSxxQkFBQSxDQUNBLHNCQUFBLENBQ0EsaUJDWEYsQ0NuZkUsMEJGMGZGLHlCQU9JLFlDVkYsQ0FDRixDQ3hmRSx5QkYwZkYseUJBVUksZ0JDUkYsQ0FDRixDRFlBLDJCQUNFLGVBQUEsQ0FDQSxjQUFBLENBQ0EsZ0JBQUEsQ0FDQSxlQ1RGLENEV0UseUJBTkYsMkJBT0ksY0FBQSxDQUNBLGdCQ1JGLENBQ0YsQ0RXQSxpQ0FDRSxhQUFBLENBQ0EsV0FBQSxDQUNBLFFDUkYsQ0RXQSxxQkFDRSxlQUFBLENBQ0EsY0FBQSxDQUNBLGdCQ1JGLENDdGhCRSwwQkYyaEJGLHFCQU1JLGdCQUFBLENBQ0EsZ0JBQUEsQ0FDQSxlQ1BGLENBQ0YsQ0RVQSx5QkFJRSxnQkFBQSxDQUNBLHlCQ1BGLENEVUEsV0FDRSxtQkNQRixDRFVBLDRCQUNFLGlCQUFBLENBQ0EsY0FBQSxDQUNBLGNBQUEsQ0FDQSxrQkNQRixDRFNFLG1DQUNFLGlCQUFBLENBQ0EsVUFBQSxDQUNBLFFBQUEsQ0FDQSxNQUFBLENBQ0EsU0FBQSxDQUNBLFVBQUEsQ0FDQSx3QkFBQSxDQUNBLGlCQ1BKIiwiZmlsZSI6InN0eWxlcy5taW4uY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoXCJodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2NzczI/ZmFtaWx5PU1vbnRzZXJyYXQ6d2dodEAyMDA7NDAwOzYwMDs3MDAmZmFtaWx5PU9zd2FsZDp3Z2h0QDIwMDszMDA7NTAwOzcwMCZkaXNwbGF5PXN3YXBcIik7XG5cbi50ZWNobm9sb2dpZXMge1xuICAqLFxuICAqOjphZnRlcixcbiAgKjo6YmVmb3JlIHtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICB9XG5cbiAgLmxhYmVsLXNlY3Rpb24ge1xuICAgIG1heC13aWR0aDogMTc4MHB4O1xuICAgIHBhZGRpbmctYm90dG9tOiA4M3B4O1xuICB9XG5cbiAgLmxhYmVsLXNlY3Rpb24gaDEge1xuICAgIG1heC13aWR0aDogODYwcHg7XG4gICAgbWFyZ2luOiA0MXB4IDAgMTBweDtcbiAgICBmb250LWZhbWlseTogXCJNb250c2VycmF0XCIsIHNhbnMtc2VyaWY7XG4gICAgZm9udC1zaXplOiA0MHB4O1xuICAgIGxpbmUtaGVpZ2h0OiA0OXB4O1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG5cbiAgfVxuXG4gIC5sYWJlbC1zZWN0aW9uX190ZXh0IHtcbiAgICBmb250LWZhbWlseTogXCJPc3dhbGRcIiwgc2Fucy1zZXJpZjtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgIGxldHRlci1zcGFjaW5nOiAwO1xuICB9XG5cbiAgLm5ld3Mtc2luZ2xlLXBhZ2Uge1xuICAgIG1hcmdpbjogMDtcbiAgICBwYWRkaW5nLXRvcDogNzBweDtcbiAgfVxuXG4gIC5uZXdfZGV0YWlsX3BpY3R1cmUge1xuICAgIG1heC13aWR0aDogMTMyOHB4O1xuICAgIG1hcmdpbjogMCBhdXRvO1xuICB9XG5cbiAgLy8uZHNfZGV0YWlsX3BpY3R1cmVfZGVzY3JpcHRpb24ge1xuICAvLyAgQG1lZGlhIChtYXgtd2lkdGg6IDExMDBweCkge1xuICAvLyAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzY0NjdhO1xuICAvLyAgfVxuICAvL31cblxuICAuZHNfZGV0YWlsX3BpY3R1cmVfX2hlYWRlciB7XG4gICAgbWF4LXdpZHRoOiA4NzBweDtcbiAgICBwYWRkaW5nLWJvdHRvbTogNDBweDtcblxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiAxMTAwcHgpIHtcbiAgICAgIHBvc2l0aW9uOiBzdGF0aWM7XG4gICAgICBwYWRkaW5nOiAyMHB4IDIwcHggMzBweDtcbiAgICB9XG4gIH1cblxuICAubmV3X2RldGFpbF9waWN0dXJlIGltZyB7XG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDExMDBweCkge1xuICAgICAgbWFyZ2luLWJvdHRvbTogLTE2MHB4O1xuICAgIH1cbiAgfVxuXG4gIC5kc19kZXRhaWxfcGljdHVyZV9fdGl0bGUge1xuICAgIEBtZWRpYSAobWF4LXdpZHRoOiA1MjZweCkge1xuICAgICAgZm9udC1zaXplOiAyNnB4O1xuICAgIH1cbiAgfVxuXG4gIC5kc19kZXRhaWxfcGljdHVyZV9jYXJkIHtcbiAgICBwYWRkaW5nOiAyNXB4IDUzcHggMjNweCA5NXB4O1xuICAgIGZvbnQtc2l6ZTogMjBweDtcbiAgICBsaW5lLWhlaWdodDogMjVweDtcblxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiAxMTAwcHgpIHtcbiAgICAgIHBhZGRpbmc6IDIwcHg7XG4gICAgfVxuICB9XG5cbiAgLmRzX2RldGFpbF9waWN0dXJlX2NhcmQgcCB7XG4gICAgZm9udC1zaXplOiAyMHB4O1xuICAgIGxpbmUtaGVpZ2h0OiAyNXB4O1xuICB9XG5cbn1cblxuLmFkdmFudGFnZXMtYmxvY2sge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG4gIHBhZGRpbmctdG9wOiA3MXB4O1xufVxuXG4uYWR2YW50YWdlcy1ibG9ja19faW5uZXIge1xuICBtYXgtd2lkdGg6IDU4JTtcbiAgcGFkZGluZzogMCAyMHB4IDAgNDBweDtcblxuICBAaW5jbHVkZSBtZWRpYS1tYXgoMTAyM3B4KSB7XG4gICAgbWF4LXdpZHRoOiBub25lO1xuICAgIHBhZGRpbmc6IDA7XG4gIH1cbn1cblxuLmFkdmFudGFnZXMtYmxvY2sgaDIge1xuICBtYXJnaW46IDAgMCAyNHB4O1xufVxuXG4uYWR2YW50YWdlcy1ibG9ja19faW5uZXIgcCB7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBsaW5lLWhlaWdodDogMTlweDtcbiAgZm9udC13ZWlnaHQ6IDQwMDtcbn1cblxuLmFkdmFudGFnZXMtYmxvY2tfX2lubmVyIHAgKyBwIHtcbiAgbWFyZ2luLXRvcDogOXB4O1xufVxuXG4uYWR2YW50YWdlcy1ibG9jayBpbWcge1xuICBvcmRlcjogLTE7XG4gIHdpZHRoOiAzNy43JTtcbiAgbWF4LWhlaWdodDogMzE5cHg7XG4gIG9iamVjdC1maXQ6IGNvdmVyO1xuICBvYmplY3QtcG9zaXRpb246IGJvdHRvbTtcblxuICBAaW5jbHVkZSBtZWRpYS1tYXgoMTAyM3B4KSB7XG4gICAgb3JkZXI6IDE7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWF4LWhlaWdodDogNDAwcHg7XG4gICAgbWFyZ2luLXRvcDogNTBweDtcbiAgfVxufVxuXG4uc2VjdGlvbi1ibG9jayB7XG4gIG1heC13aWR0aDogMTE0MHB4O1xuICBtYXJnaW46IDAgYXV0bztcbiAgcGFkZGluZzogNzBweCAwO1xuICBmb250LXNpemU6IDE2cHg7XG4gIGxpbmUtaGVpZ2h0OiAxOXB4O1xuXG4gIC8vQGluY2x1ZGUgbWVkaWEtbWF4KDEwMjNweCkge1xuICAvLyAgcGFkZGluZzogMCAyMHB4O1xuICAvL31cbn1cblxuLnNlY3Rpb24tYmxvY2sgcCB7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xuICBmb250LXNpemU6IDE2cHg7XG4gIGxpbmUtaGVpZ2h0OiAxOXB4O1xuICBmb250LXdlaWdodDogNDAwO1xufVxuXG4uc2VjdGlvbi1ibG9jayBoMiB7XG4gIG1hcmdpbjogMCAwIDI4cHg7XG4gIGZvbnQtc2l6ZTogMjRweDtcbiAgbGluZS1oZWlnaHQ6IDI5cHg7XG59XG5cbi5zZWN0aW9uLWJsb2NrX190ZXh0IHAgKyBwIHtcbiAgbWFyZ2luLXRvcDogMTBweDtcbn1cblxuLnNlY3Rpb24tYmxvY2tfX3RleHQgYSB7XG4gIGNvbG9yOiAjZWE1ZTJjO1xuICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcbiAgdGV4dC11bmRlcmxpbmUtb2Zmc2V0OiAzcHg7XG4gIHRyYW5zaXRpb246IGNvbG9yIDAuNXMgZWFzZTtcbn1cblxuLnNlY3Rpb24tYmxvY2tfX3RleHQgYTpob3Zlcixcbi5zZWN0aW9uLWJsb2NrX190ZXh0IGE6Zm9jdXMge1xuICBjb2xvcjogIzAwMDAwMDtcbn1cblxuLnNlY3Rpb24tYmxvY2sgdWwge1xuICBwYWRkaW5nLXRvcDogMTVweDtcbn1cblxuLm1vdW50aW5nIHtcbiAgcGFkZGluZzogOTNweCAwIDIzcHg7XG59XG5cbi5tb3VudGluZyBoMiB7XG4gIG1hcmdpbjogMCAwIDMxcHg7XG59XG5cbi5tb3VudGluZyBvbCB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgbWF4LXdpZHRoOiBub25lO1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIGNvdW50ZXItcmVzZXQ6IGxpO1xufVxuXG4ubW91bnRpbmcgb2w6OmFmdGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBjb250ZW50OiBcIlwiO1xuICB6LWluZGV4OiAtMTtcbiAgdG9wOiAxNXB4O1xuICBib3R0b206IDE1cHg7XG4gIGxlZnQ6IDIxcHg7XG4gIHdpZHRoOiAwLjVweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VhNWUyYztcblxuICBAaW5jbHVkZSBtZWRpYS1tYXgoMTAyM3B4KSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG4ubW91bnRpbmcgbGkge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgbWluLWhlaWdodDogNDBweDtcbiAgbWFyZ2luOiAwIDAgMjZweDtcbiAgcGFkZGluZy1sZWZ0OiA2MnB4O1xuICBmb250LXNpemU6IDE2cHg7XG4gIGxpbmUtaGVpZ2h0OiAxOXB4O1xuICBmb250LXdlaWdodDogNDAwO1xufVxuXG4udGV4dC1zdHlsZSAubmV3cy1zaW5nbGUtcGFnZSAubW91bnRpbmcgbGkge1xuICBtYXJnaW4tYm90dG9tOiAyN3B4O1xufVxuXG4ubW91bnRpbmcgbGk6YmVmb3JlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBjb250ZW50OiBjb3VudGVyKGxpKTtcbiAgdG9wOiAxcHg7XG4gIGxlZnQ6IDA7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB3aWR0aDogNDJweDtcbiAgaGVpZ2h0OiA0MnB4O1xuICBwYWRkaW5nOiA1cHg7XG4gIGZvbnQtc2l6ZTogMjBweDtcbiAgbGluZS1oZWlnaHQ6IDI0cHg7XG4gIGZvbnQtd2VpZ2h0OiA3MDA7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgYm9yZGVyOiAwLjVweCBzb2xpZCByZ2JhKCMwMDAsIDAuNSk7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgY291bnRlci1pbmNyZW1lbnQ6IGxpO1xufVxuXG4ubW91bnRpbmcgb2wgPiBsaTo6YmVmb3JlIHtcbiAgY29udGVudDogY291bnRlcihsaSk7XG4gIHRvcDogNTAlO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG4gIHdpZHRoOiA0MnB4O1xuICBoZWlnaHQ6IDQycHg7XG4gIGNvbG9yOiAjMDAwMDAwO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuXG4gIEBpbmNsdWRlIG1lZGlhLW1heCgxMDIzcHgpIHtcbiAgICB0b3A6IDVweDtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLnR5cGUtYmxvY2sge1xuICBwYWRkaW5nOiAyNHB4IDAgMTdweDtcbn1cblxuLnR5cGUtYmxvY2tfX2hlYWQge1xuICBtYXJnaW4tYm90dG9tOiAzMHB4O1xufVxuXG4udHlwZS1ibG9jayBoMiB7XG4gIG1hcmdpbjogMCAwIDI5cHg7XG59XG5cbi50eXBlLWJsb2NrX19pbm5lciB7XG4gIGRpc3BsYXk6IGdyaWQ7XG4gIGdyaWQtdGVtcGxhdGUtY29sdW1uczogcmVwZWF0KGF1dG8tZml0LCBtaW5tYXgoMzAwcHgsIDFmcikpO1xuICBnYXA6IDMwcHg7XG59XG5cbi50eXBlLWJsb2NrX19pdGVtIHtcbiAgcGFkZGluZzogNzhweCAwIDIwcHg7XG4gIC8vZm9udC1zaXplOiAxNnB4O1xuICAvL2xpbmUtaGVpZ2h0OiAxOXB4O1xuICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xuICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiB0b3AgbGVmdDtcbiAgYmFja2dyb3VuZC1zaXplOiA3MHB4IDcwcHg7XG59XG5cbi50eXBlLWJsb2NrX19pdGVtLS1nZW5lcmF0b3Ige1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi8uLi9pbWFnZXMvdHlwZS1ibG9jay0yLnN2Z1wiKTtcbn1cblxuLnR5cGUtYmxvY2tfX2l0ZW0tLWRpZXNlbCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uLy4uL2ltYWdlcy90eXBlLWJsb2NrLTEuc3ZnXCIpO1xufVxuXG4udHlwZS1ibG9ja19faXRlbS0tY29udGFpbmVyIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiLi4vLi4vaW1hZ2VzL3R5cGUtYmxvY2stMy5zdmdcIik7XG59XG5cbnAudHlwZS1ibG9ja19fdGl0bGUsXG5hLnR5cGUtYmxvY2tfX3RpdGxlIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbiAgbWFyZ2luOiAwIDAgMTBweDtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgY29sb3I6ICNlYTVlMmM7XG4gIHRyYW5zaXRpb246IGNvbG9yIDAuNXMgZWFzZTtcblxuICAmW2hyZWZdOmhvdmVyLFxuICAmW2hyZWZdOmZvY3VzIHtcbiAgICBjb2xvcjogIzAwMDAwMDtcbiAgfVxufVxuXG4udHlwZS1ibG9ja19fdGV4dCB7XG4gIGNvbG9yOiAjNzc3Nzc3O1xufVxuXG4udHlwZS1ibG9ja19fdGV4dCBhIHtcbiAgY29sb3I6IGluaGVyaXQ7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICB0ZXh0LXVuZGVybGluZS1vZmZzZXQ6IDNweDtcbiAgdHJhbnNpdGlvbjogY29sb3IgMC41cyBlYXNlO1xufVxuXG4udHlwZS1ibG9ja19fdGV4dCBhOmhvdmVyLFxuLnR5cGUtYmxvY2tfX3RleHQgYTpmb2N1cyB7XG4gIGNvbG9yOiAjZWE1ZTJjO1xufVxuXG4ua2V5LWNvbXBvbmVudHMge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbiAgbWF4LXdpZHRoOiAxMzI4cHg7XG4gIG1hcmdpbjogMCBhdXRvO1xufVxuXG4ua2V5LWNvbXBvbmVudHMgaW1nIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB6LWluZGV4OiAtMTtcbiAgdG9wOiAwO1xuICByaWdodDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICBkaXNwbGF5OiBibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvYmplY3QtZml0OiBjb3Zlcjtcbn1cblxuLmtleS1jb21wb25lbnRzIC5kcy1ibG9jay10ZXh0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIG1heC13aWR0aDogNzAycHg7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICBwYWRkaW5nOiA1MHB4IDgwcHggODBweDtcbiAgY29sb3I6ICNmZmZmZmY7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoIzM2NDY3QSwgMC45KTtcblxuICBAaW5jbHVkZSBtZWRpYS1tYXgoMTAyM3B4KSB7XG4gICAgcGFkZGluZzogMzBweDtcbiAgfVxufVxuXG4ua2V5LWNvbXBvbmVudHMgaDIge1xuICBtYXJnaW46IDAgMCAyOHB4O1xuICBmb250LXdlaWdodDogNzAwO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG5cbiAgQG1lZGlhIChtYXgtd2lkdGg6IDc2N3B4KSB7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgfVxufVxuXG4ua2V5LWNvbXBvbmVudHMgcCB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgbGluZS1oZWlnaHQ6IDE5cHg7XG4gIGZvbnQtd2VpZ2h0OiA0MDA7XG59XG5cbi5rZXktY29tcG9uZW50cyAuZHMtbGlzdC1hIHtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xufVxuXG4ua2V5LWNvbXBvbmVudHMgLmRzLWxpc3QtYSBsaTo6YmVmb3JlIHtcbiAgbGVmdDogMDtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiLi4vLi4vaW1hZ2VzL2xpc3QtYS5zdmdcIik7XG59XG5cbi5rZXktY29tcG9uZW50cyAuZHMtbGlzdC1hIGxpIHtcbiAgbWFyZ2luLXRvcDogMThweDtcbiAgcGFkZGluZy1sZWZ0OiA1NnB4O1xuXG4gIEBpbmNsdWRlIG1lZGlhLW1heCg1NDBweCkge1xuICAgIG1heC13aWR0aDogbm9uZTtcbiAgICBtYXJnaW4tbGVmdDogMDtcbiAgICBwYWRkaW5nLWxlZnQ6IDQwcHg7XG4gIH1cbn1cblxuLmtleS1jb21wb25lbnRzIC5kcy1saXN0LWEgbGkgcDpsYXN0LWNoaWxkIHtcbiAgY29sb3I6ICNmZmZmZmY7XG59XG5cbi5hcmVhLWJsb2NrIHtcbiAgZGlzcGxheTogZ3JpZDtcbiAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnIgYXV0bztcbiAgZ2FwOiAzMHB4O1xuICBwYWRkaW5nOiA3MHB4IDA7XG5cbiAgQGluY2x1ZGUgbWVkaWEtbWF4KDEwMjNweCkge1xuICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyO1xuICB9XG59XG5cbi5hcmVhLWJsb2NrX19pbWcge1xuICBvcmRlcjogLTE7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXgtd2lkdGg6IDUwNnB4O1xuICBoZWlnaHQ6IDEwMCU7XG5cbiAgQGluY2x1ZGUgbWVkaWEtbWF4KDEwMjNweCkge1xuICAgIG9yZGVyOiAxO1xuICAgIG1heC13aWR0aDogbm9uZTtcbiAgfVxufVxuXG4uYXJlYS1ibG9ja19faW1nIGltZyB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvYmplY3QtZml0OiBjb3Zlcjtcbn1cblxuLmFyZWEtYmxvY2sgLmRzLWJsb2NrLXRleHQge1xuICBtYXgtd2lkdGg6IDU5NHB4O1xuXG4gIEBpbmNsdWRlIG1lZGlhLW1heCgxMDIzcHgpIHtcbiAgICBtYXgtd2lkdGg6IG5vbmU7XG4gIH1cbn1cblxuLmFyZWEtYmxvY2sgaDIge1xuICBtYXJnaW46IDAgMCAyM3B4O1xufVxuXG4uYXJlYS1ibG9ja19fdGV4dCB7XG4gIG1hcmdpbjogMCAwIDI4cHg7XG59XG5cbi5hcmVhLWJsb2NrIC5kcy1saXN0LWEge1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5hcmVhLWJsb2NrIC5kcy1saXN0LWEgbGk6OmJlZm9yZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbi5hcmVhLWJsb2NrIC5kcy1saXN0LWEgbGkge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1hcmdpbi10b3A6IDE4cHg7XG4gIHBhZGRpbmctbGVmdDogNjZweDtcblxuICBAaW5jbHVkZSBtZWRpYS1tYXgoNTQwcHgpIHtcbiAgICBtYXgtd2lkdGg6IG5vbmU7XG4gICAgbWFyZ2luLWxlZnQ6IDA7XG4gICAgcGFkZGluZy1sZWZ0OiA2MHB4O1xuICB9XG59XG5cbi5hcmVhLWJsb2NrIC5kcy1saXN0LWFfX2ljb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDUwcHg7XG4gIGhlaWdodDogMzVweDtcbn1cblxuLmFyZWEtYmxvY2sgLmRzLWxpc3QtYV9faWNvbiBpbWcge1xuICBkaXNwbGF5OiBibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgb2JqZWN0LWZpdDogY29udGFpbjtcbn1cblxuLmNhbGxiYWNrLWJsb2NrIHtcbiAgZGlzcGxheTogZ3JpZDtcbiAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiBtaW5tYXgoYXV0bywgNjM2cHgpIDFmcjtcbiAgbWF4LXdpZHRoOiAxMzMwcHg7XG4gIG1hcmdpbjogMCBhdXRvO1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM2NDY3YTtcblxuICBAaW5jbHVkZSBtZWRpYS1tYXgoMTAyM3B4KSB7XG4gICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoMiwgMWZyKTtcbiAgfVxuXG4gIEBpbmNsdWRlIG1lZGlhLW1heCg3NjdweCkge1xuICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyO1xuICB9XG59XG5cbi5jYWxsYmFjay1ibG9ja19fY29udGVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nOiAyMHB4IDk2cHg7XG5cbiAgQGluY2x1ZGUgbWVkaWEtbWF4KDEwMjNweCkge1xuICAgIHBhZGRpbmc6IDQwcHg7XG4gIH1cbiAgQGluY2x1ZGUgbWVkaWEtbWF4KDc2N3B4KSB7XG4gICAgcGFkZGluZy1ib3R0b206IDA7XG4gIH1cblxufVxuXG4uY2FsbGJhY2stYmxvY2tfX2NvbnRlbnQgcCB7XG4gIG1hcmdpbjogMCAwIDQwcHg7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbGluZS1oZWlnaHQ6IDM5cHg7XG4gIGZvbnQtd2VpZ2h0OiA3MDA7XG5cbiAgQG1lZGlhIChtYXgtd2lkdGg6IDc2N3B4KSB7XG4gICAgZm9udC1zaXplOiAyOHB4O1xuICAgIGxpbmUtaGVpZ2h0OiAzM3B4O1xuICB9XG59XG5cbi5jYWxsYmFjay1ibG9ja19fY29udGVudCAuYnV0dG9uIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiAxODJweDtcbiAgbWFyZ2luOiAwO1xufVxuXG4uY2FsbGJhY2stYmxvY2tfX2ltZyB7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIGFsaWduLXNlbGY6IGVuZDtcbiAgbWF4LWhlaWdodDogMzk2cHg7XG5cbiAgQGluY2x1ZGUgbWVkaWEtbWF4KDEwMjNweCkge1xuICAgIGp1c3RpZnktc2VsZjogZW5kO1xuICAgIG1heC1oZWlnaHQ6IDMwMHB4O1xuICAgIG1hcmdpbi10b3A6IDQwcHg7XG4gIH1cbn1cblxuLmNhbGxiYWNrLWJsb2NrX19pbWcgaW1nIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIG9iamVjdC1maXQ6IGNvdmVyO1xuICBib3JkZXItcmFkaXVzOiA1MDBweCAwIDAgMDtcbn1cblxuLndoeS1ibG9jayB7XG4gIHBhZGRpbmctYm90dG9tOiAzMnB4O1xufVxuXG4ud2h5LWJsb2NrLnNlY3Rpb24tYmxvY2sgbGkge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgbWFyZ2luOiAwIDAgNXB4O1xuICBwYWRkaW5nOiAwIDAgMCAzMHB4O1xuXG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgY29udGVudDogXCJcIjtcbiAgICB0b3A6IDEwcHg7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogN3B4O1xuICAgIGhlaWdodDogN3B4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZDZlMzk7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICB9XG59XG5cbi8vLndoeS1ibG9jayBoMiB7XG4vLyAgZm9udC1zaXplOiAyNHB4O1xuLy8gIGxpbmUtaGVpZ2h0OiAyOXB4O1xuLy99XG4iLCJAaW1wb3J0IHVybChcImh0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzMj9mYW1pbHk9TW9udHNlcnJhdDp3Z2h0QDIwMDs0MDA7NjAwOzcwMCZmYW1pbHk9T3N3YWxkOndnaHRAMjAwOzMwMDs1MDA7NzAwJmRpc3BsYXk9c3dhcFwiKTtcbi50ZWNobm9sb2dpZXMgKixcbi50ZWNobm9sb2dpZXMgKjo6YWZ0ZXIsXG4udGVjaG5vbG9naWVzICo6OmJlZm9yZSB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG4udGVjaG5vbG9naWVzIC5sYWJlbC1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiAxNzgwcHg7XG4gIHBhZGRpbmctYm90dG9tOiA4M3B4O1xufVxuLnRlY2hub2xvZ2llcyAubGFiZWwtc2VjdGlvbiBoMSB7XG4gIG1heC13aWR0aDogODYwcHg7XG4gIG1hcmdpbjogNDFweCAwIDEwcHg7XG4gIGZvbnQtZmFtaWx5OiBcIk1vbnRzZXJyYXRcIiwgc2Fucy1zZXJpZjtcbiAgZm9udC1zaXplOiA0MHB4O1xuICBsaW5lLWhlaWdodDogNDlweDtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbn1cbi50ZWNobm9sb2dpZXMgLmxhYmVsLXNlY3Rpb25fX3RleHQge1xuICBmb250LWZhbWlseTogXCJPc3dhbGRcIiwgc2Fucy1zZXJpZjtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBsaW5lLWhlaWdodDogMThweDtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgbGV0dGVyLXNwYWNpbmc6IDA7XG59XG4udGVjaG5vbG9naWVzIC5uZXdzLXNpbmdsZS1wYWdlIHtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nLXRvcDogNzBweDtcbn1cbi50ZWNobm9sb2dpZXMgLm5ld19kZXRhaWxfcGljdHVyZSB7XG4gIG1heC13aWR0aDogMTMyOHB4O1xuICBtYXJnaW46IDAgYXV0bztcbn1cbi50ZWNobm9sb2dpZXMgLmRzX2RldGFpbF9waWN0dXJlX19oZWFkZXIge1xuICBtYXgtd2lkdGg6IDg3MHB4O1xuICBwYWRkaW5nLWJvdHRvbTogNDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMTAwcHgpIHtcbiAgLnRlY2hub2xvZ2llcyAuZHNfZGV0YWlsX3BpY3R1cmVfX2hlYWRlciB7XG4gICAgcG9zaXRpb246IHN0YXRpYztcbiAgICBwYWRkaW5nOiAyMHB4IDIwcHggMzBweDtcbiAgfVxufVxuQG1lZGlhIChtYXgtd2lkdGg6IDExMDBweCkge1xuICAudGVjaG5vbG9naWVzIC5uZXdfZGV0YWlsX3BpY3R1cmUgaW1nIHtcbiAgICBtYXJnaW4tYm90dG9tOiAtMTYwcHg7XG4gIH1cbn1cbkBtZWRpYSAobWF4LXdpZHRoOiA1MjZweCkge1xuICAudGVjaG5vbG9naWVzIC5kc19kZXRhaWxfcGljdHVyZV9fdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMjZweDtcbiAgfVxufVxuLnRlY2hub2xvZ2llcyAuZHNfZGV0YWlsX3BpY3R1cmVfY2FyZCB7XG4gIHBhZGRpbmc6IDI1cHggNTNweCAyM3B4IDk1cHg7XG4gIGZvbnQtc2l6ZTogMjBweDtcbiAgbGluZS1oZWlnaHQ6IDI1cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTEwMHB4KSB7XG4gIC50ZWNobm9sb2dpZXMgLmRzX2RldGFpbF9waWN0dXJlX2NhcmQge1xuICAgIHBhZGRpbmc6IDIwcHg7XG4gIH1cbn1cbi50ZWNobm9sb2dpZXMgLmRzX2RldGFpbF9waWN0dXJlX2NhcmQgcCB7XG4gIGZvbnQtc2l6ZTogMjBweDtcbiAgbGluZS1oZWlnaHQ6IDI1cHg7XG59XG5cbi5hZHZhbnRhZ2VzLWJsb2NrIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC13cmFwOiB3cmFwO1xuICBwYWRkaW5nLXRvcDogNzFweDtcbn1cblxuLmFkdmFudGFnZXMtYmxvY2tfX2lubmVyIHtcbiAgbWF4LXdpZHRoOiA1OCU7XG4gIHBhZGRpbmc6IDAgMjBweCAwIDQwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAyMnB4KSB7XG4gIC5hZHZhbnRhZ2VzLWJsb2NrX19pbm5lciB7XG4gICAgbWF4LXdpZHRoOiBub25lO1xuICAgIHBhZGRpbmc6IDA7XG4gIH1cbn1cblxuLmFkdmFudGFnZXMtYmxvY2sgaDIge1xuICBtYXJnaW46IDAgMCAyNHB4O1xufVxuXG4uYWR2YW50YWdlcy1ibG9ja19faW5uZXIgcCB7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBsaW5lLWhlaWdodDogMTlweDtcbiAgZm9udC13ZWlnaHQ6IDQwMDtcbn1cblxuLmFkdmFudGFnZXMtYmxvY2tfX2lubmVyIHAgKyBwIHtcbiAgbWFyZ2luLXRvcDogOXB4O1xufVxuXG4uYWR2YW50YWdlcy1ibG9jayBpbWcge1xuICBvcmRlcjogLTE7XG4gIHdpZHRoOiAzNy43JTtcbiAgbWF4LWhlaWdodDogMzE5cHg7XG4gIG9iamVjdC1maXQ6IGNvdmVyO1xuICBvYmplY3QtcG9zaXRpb246IGJvdHRvbTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDIycHgpIHtcbiAgLmFkdmFudGFnZXMtYmxvY2sgaW1nIHtcbiAgICBvcmRlcjogMTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBtYXgtaGVpZ2h0OiA0MDBweDtcbiAgICBtYXJnaW4tdG9wOiA1MHB4O1xuICB9XG59XG5cbi5zZWN0aW9uLWJsb2NrIHtcbiAgbWF4LXdpZHRoOiAxMTQwcHg7XG4gIG1hcmdpbjogMCBhdXRvO1xuICBwYWRkaW5nOiA3MHB4IDA7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgbGluZS1oZWlnaHQ6IDE5cHg7XG59XG5cbi5zZWN0aW9uLWJsb2NrIHAge1xuICBtYXgtd2lkdGg6IG5vbmU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBsaW5lLWhlaWdodDogMTlweDtcbiAgZm9udC13ZWlnaHQ6IDQwMDtcbn1cblxuLnNlY3Rpb24tYmxvY2sgaDIge1xuICBtYXJnaW46IDAgMCAyOHB4O1xuICBmb250LXNpemU6IDI0cHg7XG4gIGxpbmUtaGVpZ2h0OiAyOXB4O1xufVxuXG4uc2VjdGlvbi1ibG9ja19fdGV4dCBwICsgcCB7XG4gIG1hcmdpbi10b3A6IDEwcHg7XG59XG5cbi5zZWN0aW9uLWJsb2NrX190ZXh0IGEge1xuICBjb2xvcjogI2VhNWUyYztcbiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG4gIHRleHQtdW5kZXJsaW5lLW9mZnNldDogM3B4O1xuICB0cmFuc2l0aW9uOiBjb2xvciAwLjVzIGVhc2U7XG59XG5cbi5zZWN0aW9uLWJsb2NrX190ZXh0IGE6aG92ZXIsXG4uc2VjdGlvbi1ibG9ja19fdGV4dCBhOmZvY3VzIHtcbiAgY29sb3I6ICMwMDAwMDA7XG59XG5cbi5zZWN0aW9uLWJsb2NrIHVsIHtcbiAgcGFkZGluZy10b3A6IDE1cHg7XG59XG5cbi5tb3VudGluZyB7XG4gIHBhZGRpbmc6IDkzcHggMCAyM3B4O1xufVxuXG4ubW91bnRpbmcgaDIge1xuICBtYXJnaW46IDAgMCAzMXB4O1xufVxuXG4ubW91bnRpbmcgb2wge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBjb3VudGVyLXJlc2V0OiBsaTtcbn1cblxuLm1vdW50aW5nIG9sOjphZnRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY29udGVudDogXCJcIjtcbiAgei1pbmRleDogLTE7XG4gIHRvcDogMTVweDtcbiAgYm90dG9tOiAxNXB4O1xuICBsZWZ0OiAyMXB4O1xuICB3aWR0aDogMC41cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlYTVlMmM7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAyMnB4KSB7XG4gIC5tb3VudGluZyBvbDo6YWZ0ZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLm1vdW50aW5nIGxpIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBtYXgtd2lkdGg6IG5vbmU7XG4gIG1pbi1oZWlnaHQ6IDQwcHg7XG4gIG1hcmdpbjogMCAwIDI2cHg7XG4gIHBhZGRpbmctbGVmdDogNjJweDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBsaW5lLWhlaWdodDogMTlweDtcbiAgZm9udC13ZWlnaHQ6IDQwMDtcbn1cblxuLnRleHQtc3R5bGUgLm5ld3Mtc2luZ2xlLXBhZ2UgLm1vdW50aW5nIGxpIHtcbiAgbWFyZ2luLWJvdHRvbTogMjdweDtcbn1cblxuLm1vdW50aW5nIGxpOmJlZm9yZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY29udGVudDogY291bnRlcihsaSk7XG4gIHRvcDogMXB4O1xuICBsZWZ0OiAwO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDQycHg7XG4gIGhlaWdodDogNDJweDtcbiAgcGFkZGluZzogNXB4O1xuICBmb250LXNpemU6IDIwcHg7XG4gIGxpbmUtaGVpZ2h0OiAyNHB4O1xuICBmb250LXdlaWdodDogNzAwO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogMC41cHggc29saWQgcmdiYSgwLCAwLCAwLCAwLjUpO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGNvdW50ZXItaW5jcmVtZW50OiBsaTtcbn1cblxuLm1vdW50aW5nIG9sID4gbGk6OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IGNvdW50ZXIobGkpO1xuICB0b3A6IDUwJTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICB3aWR0aDogNDJweDtcbiAgaGVpZ2h0OiA0MnB4O1xuICBjb2xvcjogIzAwMDAwMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDIycHgpIHtcbiAgLm1vdW50aW5nIG9sID4gbGk6OmJlZm9yZSB7XG4gICAgdG9wOiA1cHg7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICB9XG59XG5cbi50eXBlLWJsb2NrIHtcbiAgcGFkZGluZzogMjRweCAwIDE3cHg7XG59XG5cbi50eXBlLWJsb2NrX19oZWFkIHtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cblxuLnR5cGUtYmxvY2sgaDIge1xuICBtYXJnaW46IDAgMCAyOXB4O1xufVxuXG4udHlwZS1ibG9ja19faW5uZXIge1xuICBkaXNwbGF5OiBncmlkO1xuICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdChhdXRvLWZpdCwgbWlubWF4KDMwMHB4LCAxZnIpKTtcbiAgZ2FwOiAzMHB4O1xufVxuXG4udHlwZS1ibG9ja19faXRlbSB7XG4gIHBhZGRpbmc6IDc4cHggMCAyMHB4O1xuICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xuICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiB0b3AgbGVmdDtcbiAgYmFja2dyb3VuZC1zaXplOiA3MHB4IDcwcHg7XG59XG5cbi50eXBlLWJsb2NrX19pdGVtLS1nZW5lcmF0b3Ige1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi8uLi9pbWFnZXMvdHlwZS1ibG9jay0yLnN2Z1wiKTtcbn1cblxuLnR5cGUtYmxvY2tfX2l0ZW0tLWRpZXNlbCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uLy4uL2ltYWdlcy90eXBlLWJsb2NrLTEuc3ZnXCIpO1xufVxuXG4udHlwZS1ibG9ja19faXRlbS0tY29udGFpbmVyIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiLi4vLi4vaW1hZ2VzL3R5cGUtYmxvY2stMy5zdmdcIik7XG59XG5cbnAudHlwZS1ibG9ja19fdGl0bGUsXG5hLnR5cGUtYmxvY2tfX3RpdGxlIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbiAgbWFyZ2luOiAwIDAgMTBweDtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgY29sb3I6ICNlYTVlMmM7XG4gIHRyYW5zaXRpb246IGNvbG9yIDAuNXMgZWFzZTtcbn1cbnAudHlwZS1ibG9ja19fdGl0bGVbaHJlZl06aG92ZXIsIHAudHlwZS1ibG9ja19fdGl0bGVbaHJlZl06Zm9jdXMsXG5hLnR5cGUtYmxvY2tfX3RpdGxlW2hyZWZdOmhvdmVyLFxuYS50eXBlLWJsb2NrX190aXRsZVtocmVmXTpmb2N1cyB7XG4gIGNvbG9yOiAjMDAwMDAwO1xufVxuXG4udHlwZS1ibG9ja19fdGV4dCB7XG4gIGNvbG9yOiAjNzc3Nzc3O1xufVxuXG4udHlwZS1ibG9ja19fdGV4dCBhIHtcbiAgY29sb3I6IGluaGVyaXQ7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICB0ZXh0LXVuZGVybGluZS1vZmZzZXQ6IDNweDtcbiAgdHJhbnNpdGlvbjogY29sb3IgMC41cyBlYXNlO1xufVxuXG4udHlwZS1ibG9ja19fdGV4dCBhOmhvdmVyLFxuLnR5cGUtYmxvY2tfX3RleHQgYTpmb2N1cyB7XG4gIGNvbG9yOiAjZWE1ZTJjO1xufVxuXG4ua2V5LWNvbXBvbmVudHMge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbiAgbWF4LXdpZHRoOiAxMzI4cHg7XG4gIG1hcmdpbjogMCBhdXRvO1xufVxuXG4ua2V5LWNvbXBvbmVudHMgaW1nIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB6LWluZGV4OiAtMTtcbiAgdG9wOiAwO1xuICByaWdodDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICBkaXNwbGF5OiBibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvYmplY3QtZml0OiBjb3Zlcjtcbn1cblxuLmtleS1jb21wb25lbnRzIC5kcy1ibG9jay10ZXh0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIG1heC13aWR0aDogNzAycHg7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICBwYWRkaW5nOiA1MHB4IDgwcHggODBweDtcbiAgY29sb3I6ICNmZmZmZmY7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNTQsIDcwLCAxMjIsIDAuOSk7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAyMnB4KSB7XG4gIC5rZXktY29tcG9uZW50cyAuZHMtYmxvY2stdGV4dCB7XG4gICAgcGFkZGluZzogMzBweDtcbiAgfVxufVxuXG4ua2V5LWNvbXBvbmVudHMgaDIge1xuICBtYXJnaW46IDAgMCAyOHB4O1xuICBmb250LXdlaWdodDogNzAwO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogNzY3cHgpIHtcbiAgLmtleS1jb21wb25lbnRzIGgyIHtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICB9XG59XG5cbi5rZXktY29tcG9uZW50cyBwIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBsaW5lLWhlaWdodDogMTlweDtcbiAgZm9udC13ZWlnaHQ6IDQwMDtcbn1cblxuLmtleS1jb21wb25lbnRzIC5kcy1saXN0LWEge1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5rZXktY29tcG9uZW50cyAuZHMtbGlzdC1hIGxpOjpiZWZvcmUge1xuICBsZWZ0OiAwO1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi8uLi9pbWFnZXMvbGlzdC1hLnN2Z1wiKTtcbn1cblxuLmtleS1jb21wb25lbnRzIC5kcy1saXN0LWEgbGkge1xuICBtYXJnaW4tdG9wOiAxOHB4O1xuICBwYWRkaW5nLWxlZnQ6IDU2cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogNTM5cHgpIHtcbiAgLmtleS1jb21wb25lbnRzIC5kcy1saXN0LWEgbGkge1xuICAgIG1heC13aWR0aDogbm9uZTtcbiAgICBtYXJnaW4tbGVmdDogMDtcbiAgICBwYWRkaW5nLWxlZnQ6IDQwcHg7XG4gIH1cbn1cblxuLmtleS1jb21wb25lbnRzIC5kcy1saXN0LWEgbGkgcDpsYXN0LWNoaWxkIHtcbiAgY29sb3I6ICNmZmZmZmY7XG59XG5cbi5hcmVhLWJsb2NrIHtcbiAgZGlzcGxheTogZ3JpZDtcbiAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnIgYXV0bztcbiAgZ2FwOiAzMHB4O1xuICBwYWRkaW5nOiA3MHB4IDA7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAyMnB4KSB7XG4gIC5hcmVhLWJsb2NrIHtcbiAgICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDFmcjtcbiAgfVxufVxuXG4uYXJlYS1ibG9ja19faW1nIHtcbiAgb3JkZXI6IC0xO1xuICB3aWR0aDogMTAwJTtcbiAgbWF4LXdpZHRoOiA1MDZweDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMjJweCkge1xuICAuYXJlYS1ibG9ja19faW1nIHtcbiAgICBvcmRlcjogMTtcbiAgICBtYXgtd2lkdGg6IG5vbmU7XG4gIH1cbn1cblxuLmFyZWEtYmxvY2tfX2ltZyBpbWcge1xuICBkaXNwbGF5OiBibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgb2JqZWN0LWZpdDogY292ZXI7XG59XG5cbi5hcmVhLWJsb2NrIC5kcy1ibG9jay10ZXh0IHtcbiAgbWF4LXdpZHRoOiA1OTRweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDIycHgpIHtcbiAgLmFyZWEtYmxvY2sgLmRzLWJsb2NrLXRleHQge1xuICAgIG1heC13aWR0aDogbm9uZTtcbiAgfVxufVxuXG4uYXJlYS1ibG9jayBoMiB7XG4gIG1hcmdpbjogMCAwIDIzcHg7XG59XG5cbi5hcmVhLWJsb2NrX190ZXh0IHtcbiAgbWFyZ2luOiAwIDAgMjhweDtcbn1cblxuLmFyZWEtYmxvY2sgLmRzLWxpc3QtYSB7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbn1cblxuLmFyZWEtYmxvY2sgLmRzLWxpc3QtYSBsaTo6YmVmb3JlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cblxuLmFyZWEtYmxvY2sgLmRzLWxpc3QtYSBsaSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgbWFyZ2luLXRvcDogMThweDtcbiAgcGFkZGluZy1sZWZ0OiA2NnB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDUzOXB4KSB7XG4gIC5hcmVhLWJsb2NrIC5kcy1saXN0LWEgbGkge1xuICAgIG1heC13aWR0aDogbm9uZTtcbiAgICBtYXJnaW4tbGVmdDogMDtcbiAgICBwYWRkaW5nLWxlZnQ6IDYwcHg7XG4gIH1cbn1cblxuLmFyZWEtYmxvY2sgLmRzLWxpc3QtYV9faWNvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB3aWR0aDogNTBweDtcbiAgaGVpZ2h0OiAzNXB4O1xufVxuXG4uYXJlYS1ibG9jayAuZHMtbGlzdC1hX19pY29uIGltZyB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvYmplY3QtZml0OiBjb250YWluO1xufVxuXG4uY2FsbGJhY2stYmxvY2sge1xuICBkaXNwbGF5OiBncmlkO1xuICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IG1pbm1heChhdXRvLCA2MzZweCkgMWZyO1xuICBtYXgtd2lkdGg6IDEzMzBweDtcbiAgbWFyZ2luOiAwIGF1dG87XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzY0NjdhO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMjJweCkge1xuICAuY2FsbGJhY2stYmxvY2sge1xuICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogcmVwZWF0KDIsIDFmcik7XG4gIH1cbn1cbkBtZWRpYSAobWF4LXdpZHRoOiA3NjZweCkge1xuICAuY2FsbGJhY2stYmxvY2sge1xuICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyO1xuICB9XG59XG5cbi5jYWxsYmFjay1ibG9ja19fY29udGVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nOiAyMHB4IDk2cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAyMnB4KSB7XG4gIC5jYWxsYmFjay1ibG9ja19fY29udGVudCB7XG4gICAgcGFkZGluZzogNDBweDtcbiAgfVxufVxuQG1lZGlhIChtYXgtd2lkdGg6IDc2NnB4KSB7XG4gIC5jYWxsYmFjay1ibG9ja19fY29udGVudCB7XG4gICAgcGFkZGluZy1ib3R0b206IDA7XG4gIH1cbn1cblxuLmNhbGxiYWNrLWJsb2NrX19jb250ZW50IHAge1xuICBtYXJnaW46IDAgMCA0MHB4O1xuICBmb250LXNpemU6IDMycHg7XG4gIGxpbmUtaGVpZ2h0OiAzOXB4O1xuICBmb250LXdlaWdodDogNzAwO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDc2N3B4KSB7XG4gIC5jYWxsYmFjay1ibG9ja19fY29udGVudCBwIHtcbiAgICBmb250LXNpemU6IDI4cHg7XG4gICAgbGluZS1oZWlnaHQ6IDMzcHg7XG4gIH1cbn1cblxuLmNhbGxiYWNrLWJsb2NrX19jb250ZW50IC5idXR0b24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgd2lkdGg6IDE4MnB4O1xuICBtYXJnaW46IDA7XG59XG5cbi5jYWxsYmFjay1ibG9ja19faW1nIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYWxpZ24tc2VsZjogZW5kO1xuICBtYXgtaGVpZ2h0OiAzOTZweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDIycHgpIHtcbiAgLmNhbGxiYWNrLWJsb2NrX19pbWcge1xuICAgIGp1c3RpZnktc2VsZjogZW5kO1xuICAgIG1heC1oZWlnaHQ6IDMwMHB4O1xuICAgIG1hcmdpbi10b3A6IDQwcHg7XG4gIH1cbn1cblxuLmNhbGxiYWNrLWJsb2NrX19pbWcgaW1nIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIG9iamVjdC1maXQ6IGNvdmVyO1xuICBib3JkZXItcmFkaXVzOiA1MDBweCAwIDAgMDtcbn1cblxuLndoeS1ibG9jayB7XG4gIHBhZGRpbmctYm90dG9tOiAzMnB4O1xufVxuXG4ud2h5LWJsb2NrLnNlY3Rpb24tYmxvY2sgbGkge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgbWFyZ2luOiAwIDAgNXB4O1xuICBwYWRkaW5nOiAwIDAgMCAzMHB4O1xufVxuLndoeS1ibG9jay5zZWN0aW9uLWJsb2NrIGxpOmJlZm9yZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY29udGVudDogXCJcIjtcbiAgdG9wOiAxMHB4O1xuICBsZWZ0OiAwO1xuICB3aWR0aDogN3B4O1xuICBoZWlnaHQ6IDdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZkNmUzOTtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xufSIsIi8vIERlc2t0b3AgZmlyc3RcblxuQG1peGluIG1lZGlhLW1heCgkbWF4LW1lZGlhKSB7XG4gIEBtZWRpYSAobWF4LXdpZHRoOiAoJG1heC1tZWRpYSAtIDFweCkpIHtcbiAgICBAY29udGVudDtcbiAgfVxufVxuXG4vLyBNb2JpbGUgZmlyc3RcbkBtaXhpbiBtZWRpYS1taW4oJG1pbi1tZWRpYSkge1xuICBAbWVkaWEgKG1pbi13aWR0aDogJG1pbi1tZWRpYSkge1xuICAgIEBjb250ZW50O1xuICB9XG59XG5cbkBtaXhpbiBtZWRpYSgkcmV0aW5hKSB7XG4gIEBtZWRpYSAobWluLXJlc29sdXRpb246ICRyZXRpbmEpIHtcbiAgICBAY29udGVudDtcbiAgfVxufVxuIixudWxsXX0= */

/* End */
/* /local/templates/aggreko/css/style.css?1749475190170506 */
/* /local/templates/aggreko/css/swiper-bundle.min.css?169262235518441 */
/* /local/templates/aggreko/css/jquery.fancybox.min.css?169262235512795 */
/* /local/templates/aggreko/components/bitrix/news.list/offices/style.css?1692622355150 */
/* /local/templates/aggreko/components/bitrix/form.result.new/feedback/style.css?17494765731484 */
/* /local/templates/aggreko/components/bitrix/menu/bottom_uslugi/style.css?1692622355254 */
/* /local/templates/aggreko/components/bitrix/menu/bottom_equipment/style.css?1692622355254 */
/* /local/templates/aggreko/components/bitrix/menu/bottom_about/style.css?1718373145319 */
/* /local/templates/aggreko/components/bitrix/menu/bottom_contacts/style.css?169321817839 */
/* /local/templates/aggreko/css/news.css?172295910340358 */
