@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:regular,600,700&display=swap);

@font-face {
  font-family: 'Inter';
  src: url('https://fonts.googleapis.com/css?family=Inter:regular,600,700&display=swap');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-time:before {
  content: "\e904";
  color: #979aa0;
}

._icon-loc:before {
  content: "\e901";
  color: #979aa0;
}

._icon-mail:before {
  content: "\e902";
  color: #979aa0;
}

._icon-tel:before {
  content: "\e903";
  color: #979aa0;
}

._icon-arrow-next:before {
  content: "\e900";
}

._icon-arrow-right:before {
  content: "\ea3c";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #979AA0;
  line-height: 1;
  font-family: "Inter";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
    color: #EA6516;
  text-decoration: none;
}

p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1, .page-index .page__line h2 {
    font-size: 46px;
    line-height: 60px;
}


h2, h3, h1.contact__title {
    font-size: 32px;
    line-height: 40px;
}



body {
  font-weight: 500;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 76.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.75rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  color: #181818;
  font-weight: 700;
  letter-spacing: -0.92px;
}
/*
@supports (font-size: clamp( 2rem , 1.9139784946rem  +  0.4301075269vw , 2.25rem )) {
  .title {
    font-size: clamp( 2rem , 1.9139784946rem  +  0.4301075269vw , 2.25rem );
  }
}*/

@supports not (font-size: clamp( 2rem , 1.9139784946rem  +  0.4301075269vw , 2.25rem )) {
  .title {
    font-size: calc(2rem + 0.25 * (100vw - 20rem) / 58.125);
  }
}

@supports (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .title {
    margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .title {
    margin-bottom: calc(1.5rem + 2.5 * (100vw - 20rem) / 58.125);
  }
}

.text {
  color: #858C95;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.text a {
    text-decoration: underline;
}

.header {
  background-color: #181818;
  padding: 1.25rem 0rem;
  position: relative;
}

.header::before {
  content: "";
  position: absolute;
  background: #323539;
  height: 0.0625rem;
  bottom: 0;
  width: 100%;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  z-index: 5;
}

.header__logo > a {
  display: block;
}

.header__logo img {
  margin-bottom: 6px;
}

.header__btn {
  color: #F9F9F9;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  padding: 0.75rem 1.25rem;
  background: #EA6516;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.header__btn:hover {
  background: #AE521C;
  color: #fff;
}

.popup__btn {
  color: #F9F9F9;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  padding: 0.75rem 1.25rem;
  background: #EA6516;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.popup__btn:hover {
  background: #AE521C;
  color: #fff;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__list {
  gap: 16px;
}

.menu__link {
  color: #F9F9F9;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.menu__link::before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.soc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.soc-header__link {
  color: #F9F9F9;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.spollers__title.menu__link._spoller-active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.spollers__item {
  position: relative;
}

.spollers__body {
  position: absolute;
  width: 120%;
  z-index: 2;
  padding: 20px;
}

.spollers__body2 {
  position: absolute;
  z-index: 2;
  width: 400%;
  padding: 20px;
}

.spollers__body,.spollers__body2{
    border: 1px solid #323539;
    border-radius: 6px;
    background-color:#252525;
}


.spollers__body-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spollers__body-block .spollers__body-text{ color:#F9F9F9; }

.spollers__body-block .spollers__body-text:hover{ color:#979AA0; }


@supports (gap: clamp( 0.9375rem , 0.6149193548rem  +  1.6129032258vw , 1.875rem )) {
  .spollers__body-block {
    gap: clamp( 0.9375rem , 0.6149193548rem  +  1.6129032258vw , 1.875rem );
  }
}

@supports not (gap: clamp( 0.9375rem , 0.6149193548rem  +  1.6129032258vw , 1.875rem )) {
  .spollers__body-block {
    gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 58.125);
  }
}

.button__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__menu {
  display: none;
}

.icon-menu {
  display: none;
}

.footer {
  background-color: #181818;
}

@supports (padding-top: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .footer {
    padding-top: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem );
  }
}

@supports not (padding-top: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .footer {
    padding-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 58.125);
  }
}

@supports (padding-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .footer {
    padding-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem );
  }
}

@supports not (padding-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .footer {
    padding-bottom: calc(1.5rem + 2.5 * (100vw - 20rem) / 58.125);
  }
}

.footer__top {
  position: relative;
}

.footer__top::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.0625rem;
  background: #323539;
}

.top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-footer__soc-body {
  margin-bottom: 3rem;
}

.top-footer__soc {
  max-width: 14.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.top-footer__soc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  color: #979AA0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.top-footer__soc-link::before {
  font-size: 1.25rem;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (margin-top: clamp( 1.5rem , 1.3279569892rem  +  0.8602150538vw , 2rem )) {
  .bottom-footer {
    margin-top: clamp( 1.5rem , 1.3279569892rem  +  0.8602150538vw , 2rem );
  }
}

@supports not (margin-top: clamp( 1.5rem , 1.3279569892rem  +  0.8602150538vw , 2rem )) {
  .bottom-footer {
    margin-top: calc(1.5rem + 0.5 * (100vw - 20rem) / 58.125);
  }
}

.bottom-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (gap: clamp( 0.75rem , -0.0241935484rem  +  3.8709677419vw , 3rem )) {
  .bottom-footer__menu {
    gap: clamp( 0.75rem , -0.0241935484rem  +  3.8709677419vw , 3rem );
  }
}

@supports not (gap: clamp( 0.75rem , -0.0241935484rem  +  3.8709677419vw , 3rem )) {
  .bottom-footer__menu {
    gap: calc(0.75rem + 2.25 * (100vw - 20rem) / 58.125);
  }
}

.bottom-footer__link {
  color: #979AA0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.bottom-footer__prav {
  color: #979AA0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.page__key {
  background-color: #181818;
  position: relative;
}

.key__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blockinfo-key {
  max-width: 661px;
  z-index: 1;
}

.page-proekty .key__blockinfo.blockinfo-key {
	padding-top: 46px;
	padding-bottom: 46px;
}


.blockinfo-key__title {
  color: #F9F9F9;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 1.5rem;
}

.blockinfo-key__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 2rem;
}

.blockinfo-key__vtn {
  display: inline-block;
  color: #EA6516;
  font-size: 15px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  border: 1px solid #EA6516;
  border-radius: 1px;
  line-height: 22px;
  visibility: hidden; /* кнопка Заполнить опросный лист (в 1 секции) временно скрыта */
}

.blockinfo-key__doptext {
  color: #F9F9F9;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
}


.blockinfo-key__doptext {
  margin-top: 2rem;
}


.blockimg-key {
    position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 46.875rem;
}

.blockimg-key__img {
    width: 750px;
  position: absolute;
  left: -30px;
  top: -15px;
}

.page-service-2 .section-1 .blockimg-key__img {
	width: 600px;
	left: 50px;
	top: -50px;
}

.page-service-3 .section-1 .blockimg-key__img {
	width: 750px;
  position: relative;
  left: -50px;
  top: -15px;
}
.page-service-dsk .section-1 .blockimg-key__img {
	width: 540px;
	left: 20px;
	top: 10px;
}

.page-service-4 .section-1 .blockimg-key__img {
	width: 540px;
	left: 20px;
	top: 10px;
}

.page-service-silus .section-1 .blockimg-key__img {
	width: 540px;
	left: 20px;
	top: 10px;
}

.page-service-ometallpro .section-1 .blockimg-key__img {
	width: 540px;
	left: 20px;
	top: 10px;
}

.page-service-transpob .section-1 .blockimg-key__img {
	width: 540px;
	left: 20px;
	top: 10px;
}

.page-service-gruzob .section-1 .blockimg-key__img {
	width: 540px;
	left: 20px;
	top: 10px;
}

.line__block-img img {
    width: 100%;
}

.swiper-pagination {
  display: none;
  margin-top: 0.625rem;
}

.line__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (gap: clamp( 0.625rem , -0.4932795699rem  +  5.5913978495vw , 3.875rem )) {
  .line__block {
    gap: clamp( 0.625rem , -0.4932795699rem  +  5.5913978495vw , 3.875rem );
  }
}

@supports not (gap: clamp( 0.625rem , -0.4932795699rem  +  5.5913978495vw , 3.875rem )) {
  .line__block {
    gap: calc(0.625rem + 3.25 * (100vw - 20rem) / 58.125);
  }
}

.line__block-body {
  padding: 1.25rem;
  border-radius: 1px;
  background: #181818;
}



@supports not (width: clamp( 19.375rem , 18.2137096774rem  +  5.8064516129vw , 22.75rem )) {
  .line__block-body {
    width: calc(19.375rem + 3.375 * (100vw - 20rem) / 58.125);
  }
}

.line__block-title {
  color: #FFF;
  font-size: 22px;
  height: 4.875rem;
  margin-bottom: 1.5625rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
}

.line__block-text {
  color: #979AA0;
  font-size: 18px;
  font-weight: 400;
  height: 10.375rem;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 1.25rem;
}

.line__wrapper.swiper-wrapper {
  display: none;
}

.line__slide {
  margin: 0 auto;
}


.company__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (gap: clamp( 1.5625rem , -0.9106182796rem  +  12.3655913978vw , 8.75rem )) {
  .company__block {
    gap: clamp( 1.5625rem , -0.9106182796rem  +  12.3655913978vw , 8.75rem );
  }
}

@supports not (gap: clamp( 1.5625rem , -0.9106182796rem  +  12.3655913978vw , 8.75rem )) {
  .company__block {
    gap: calc(1.5625rem + 7.1875 * (100vw - 20rem) / 58.125);
  }
}

.company__text {
  color: #858C95;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.company__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.firm__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (gap: clamp( 2rem , 1.311827957rem  +  3.4408602151vw , 4rem )) {
  .firm__block {
    gap: clamp( 2rem , 1.311827957rem  +  3.4408602151vw , 4rem );
  }
}

@supports not (gap: clamp( 2rem , 1.311827957rem  +  3.4408602151vw , 4rem )) {
  .firm__block {
    gap: calc(2rem + 2 * (100vw - 20rem) / 58.125);
  }
}

.firm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@supports (gap: clamp( 2rem , 1.311827957rem  +  3.4408602151vw , 4rem )) {
  .firm__body {
    gap: clamp( 2rem , 1.311827957rem  +  3.4408602151vw , 4rem );
  }
}

@supports not (gap: clamp( 2rem , 1.311827957rem  +  3.4408602151vw , 4rem )) {
  .firm__body {
    gap: calc(2rem + 2 * (100vw - 20rem) / 58.125);
  }
}

.page__section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.page__section:last-child {
  padding-bottom: 64px;
}



.page__section.section-1 {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 32px;
}

.page__section.page__vid {
  padding-top: 0;
  padding-bottom: 0;
}

.page__section.page__ob {
  padding-bottom: 0;
}

.page-service-3 .page__section.section-1 {
  padding-top: 75px;
  padding-bottom: 105px;
}

.page-automatization-1 .page__section.page__sistem,
.page-automatization-1 .page__section.page__fync {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-automatization-1 .page__section.page__automat,
.page-automatization-1 .page__section.page__work {
  padding-top: 64px;
}

.page-automatization-1 .page__section.sostav {
  padding-bottom: 64px;
}

.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__cart {
  width: 100%;
	flex-basis: 50%;
}

.block-contact__info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 0;
	flex-basis: 50%;
}

.block-contact__podtitle {
  color: #323539;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-bottom: 1rem;
}

.block-contact__text {
  color: #858C95;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.5rem;
  letter-spacing: -0.16px;
}

.block-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  color: #EA6516;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.block-contact__link:hover {color: #AE521C;}

.object__block {
  max-width: 50rem;
}

.object__podtitle {
  margin-bottom: 0.5rem;
  color: #EA6516;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.object__title {
  margin-bottom: 1rem;
  color: #323539;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.48px;
}

.object__text {
  color: #858C95;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.18px;
}

y {
  color: #EA6516;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.vid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vid__title {
  margin-bottom: 1.25rem;
  color: #323539;
  font-weight: 700;
  letter-spacing: -0.48px;
}

.vid__text-body {
  max-width: 36.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}

.vid__text {
  list-style: unset;
}

.vid__img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ob__title {
  margin-bottom: 1.25rem;
}

.ob__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.question__block {
  max-width: 33.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.question__title {
  margin-bottom: 0rem;
}

.question__btn {
  border-radius: 1px;
  background: #EA6516;
  padding: 0.75rem 1.25rem;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  color: #F9F9F9;
  font-size: 15px;
  max-width: 10.8rem;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.question__btn:hover {
   background: #AE521C;
}

.treatment-btn {
  display: inline-block;
}

@supports (margin-bottom: clamp( 1.25rem , -0.4704301075rem  +  8.6021505376vw , 6.25rem )) {
  .treatment-btn {
    margin-bottom: clamp( 1.25rem , -0.4704301075rem  +  8.6021505376vw , 6.25rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , -0.4704301075rem  +  8.6021505376vw , 6.25rem )) {
  .treatment-btn {
    margin-bottom: calc(1.25rem + 5 * (100vw - 20rem) / 58.125);
  }
}

.rolling__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

@supports (max-width: clamp( 31.5625rem , 29.627016129rem  +  9.6774193548vw , 37.1875rem )) {
  .rolling__blcok {
    max-width: clamp( 31.5625rem , 29.627016129rem  +  9.6774193548vw , 37.1875rem );
  }
}

@supports not (max-width: clamp( 31.5625rem , 29.627016129rem  +  9.6774193548vw , 37.1875rem )) {
  .rolling__blcok {
    max-width: calc(31.5625rem + 5.625 * (100vw - 20rem) / 58.125);
  }
}

.rolling__title {
  margin-bottom: 0.625rem;
}

.rolling__text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.rolling__podtitle {
  color: #323539;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.ymaps-2-1-79-balloon {
  position: absolute;
  margin-bottom: 23%;
  z-index: 1;
  height: 40px;
  margin-left: 54%;
  width: 150px;
  padding: 1px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
}

.ymaps-2-1-79-inner-panes {
  border-radius: 12px;
}

.ymaps-2-1-79-map-copyrights-promo {
  visibility: hidden;
}

.ymaps-2-1-79-copyright {
  visibility: hidden;
}

.ymaps-2-1-79-controls__control_toolbar {
  visibility: hidden;
}

.ymaps-2-1-79-controls__control {
  visibility: hidden;
}

.rolling__img {
  width: 100%;
}

.vid__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}

.plazm__title {
  margin-bottom: 1.25rem;
}

i {
  text-decoration: underline;
}

.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@supports (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .contact__block {
    margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .contact__block {
    margin-bottom: calc(1.5rem + 2.5 * (100vw - 20rem) / 58.125);
  }
}



.blockinfo-contact__podtitle {
  color: #323539;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.39px;
}

@supports (margin-bottom: clamp( 1.5rem , 1.1559139785rem  +  1.7204301075vw , 2.5rem )) {
  .blockinfo-contact__podtitle {
    margin-bottom: clamp( 1.5rem , 1.1559139785rem  +  1.7204301075vw , 2.5rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 1.1559139785rem  +  1.7204301075vw , 2.5rem )) {
  .blockinfo-contact__podtitle {
    margin-bottom: calc(1.5rem + 1 * (100vw - 20rem) / 58.125);
  }
}

.blockinfo-contact__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.blockinfo-contact__soc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  color: #979AA0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.blockinfo-contact__soc-link::before {
  font-size: 1.25rem;
}

.blockinfo-contact__soc-link._icon-mail::before{
    content: "\e905";
}

.telblock-contact__podtitle {
  color: #323539;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.39px;
}

@supports (margin-bottom: clamp( 1.5rem , 1.1559139785rem  +  1.7204301075vw , 2.5rem )) {
  .telblock-contact__podtitle {
    margin-bottom: clamp( 1.5rem , 1.1559139785rem  +  1.7204301075vw , 2.5rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 1.1559139785rem  +  1.7204301075vw , 2.5rem )) {
  .telblock-contact__podtitle {
    margin-bottom: calc(1.5rem + 1 * (100vw - 20rem) / 58.125);
  }
}

.telblock-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  margin-left: 26px;
}

.telblock-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  color: #979AA0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.telblock-contact__link::before {
  font-size: 1.25rem;
  position: absolute;
  margin-left: -26px;
}

.telblock-contact__link {
  white-space: nowrap;
}

.telblock-contact__link-body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.block-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}

@supports (margin-bottom: clamp( 2.125rem , 1.4798387097rem  +  3.2258064516vw , 4rem )) {
  .page__project {
    margin-bottom: clamp( 2.125rem , 1.4798387097rem  +  3.2258064516vw , 4rem );
  }
}

@supports not (margin-bottom: clamp( 2.125rem , 1.4798387097rem  +  3.2258064516vw , 4rem )) {
  .page__project {
    margin-bottom: calc(2.125rem + 1.875 * (100vw - 20rem) / 58.125);
  }
}

.project__slider {
  display: none;
}

.project__wrapper {
  visibility: hidden;
}

.project__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@supports (width: clamp( 12.875rem , 11.1545698925rem  +  8.6021505376vw , 17.875rem )) {
  .project__img2 {
    width: clamp( 12.875rem , 11.1545698925rem  +  8.6021505376vw , 17.875rem );
  }
}

@supports not (width: clamp( 12.875rem , 11.1545698925rem  +  8.6021505376vw , 17.875rem )) {
  .project__img2 {
    width: calc(12.875rem + 5 * (100vw - 20rem) / 58.125);
  }
}

@supports (margin-bottom: clamp( 1.5rem , -0.9301075269rem  +  12.1505376344vw , 8.5625rem )) {
  .project__doptext {
    margin-bottom: clamp( 1.5rem , -0.9301075269rem  +  12.1505376344vw , 8.5625rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , -0.9301075269rem  +  12.1505376344vw , 8.5625rem )) {
  .project__doptext {
    margin-bottom: calc(1.5rem + 7.0625 * (100vw - 20rem) / 58.125);
  }
}

.project__datablock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.875rem;
}

.project__datablock-text {
  color: #323539;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.project__datablock-doptext {
  color: #EA6516;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.bar-icon::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bar-icon-two {
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  font-size: 40px;
  padding: 0.375rem 0rem;
}



.bar-icon-two::before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.bar-icon, .bar-icon-two {
  color: #000;
  transition: 0.3s;
}

.bar-icon:hover, .bar-icon-two:hover {border-color: #000;}

.bar-icon::before, .bar-icon-two::before {
	width: 40px;
	margin: auto;
}

.page-service-3 .rolling__img-body {
  margin-top: 64px;
}

.sostav__title {
  margin-bottom: 1.25rem;
}

.page-proekty .sostav__title {
  margin-bottom: 0;
}

.sostav__text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  max-width: 50rem;
}

.sostav__text {
  color: #858C95;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.18px;
}

@supports (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .page__pech {
    margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .page__pech {
    margin-bottom: calc(1.5rem + 2.5 * (100vw - 20rem) / 58.125);
  }
}

.automatcontent__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 33.125rem;
}

.automatcontent__title {
  margin-bottom: 1.25rem;
}

.automatcontent__text {
  color: #858C95;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.pech__img-body {
  max-width: 33.75rem;
}

.pech__img {
  width: 100%;
}

.automat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.625rem;
}

.automat__list {
  margin-bottom: 64px;
}

.automat__link {
  padding: 0.625rem 1rem;
  color: #858C95;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s;
}

.automat__link:hover {
  color: #000;
  background: #eee;
}

.automat__link.active {
  border-radius: 1px;
  background: #FFF6F1;
  color: #EA6516;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.tehn__block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}

.tehn__block {
  max-width: 576px;
}

.tehn__img {
  border-radius: 6px;
  border: 1px solid #E5E5E7;
  background: #FFF;
  padding: 12px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.tehn__podtitle {
  color: #323539;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 1.25rem;
  letter-spacing: -0.22px;
  margin-bottom: 0.75rem;
}

.tehn__textblock-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.tehn__text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.automatcontent-box .automatcontent {
  display: none;
}

.automatcontent-box .automatcontent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}

.automatcontent-box2 .automatcontent {
  display: none;
}

.automatcontent-box2 .automatcontent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.25rem;
}

.automatcontent-box2 {
  display: none;
}

.automatcontent-box {
  display: block;
}

.automat__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #FFF6F1;
  color: #EA6516;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  border: 1px solid #EA6516;
}

.automat__menu {
  border: 1px solid #EA6516;
}

.box {
  display: none;
}

.box .select_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #EA6516;
  line-height: 22px;
  background: #FFF6F1;
  color: #EA6516;
  padding: 15px 20px;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
}

@supports (width: clamp( 18.75rem , 17.3306451613rem  +  7.0967741935vw , 22.875rem )) {
  .box .select_box {
    width: clamp( 18.75rem , 17.3306451613rem  +  7.0967741935vw , 22.875rem );
  }
}

@supports not (width: clamp( 18.75rem , 17.3306451613rem  +  7.0967741935vw , 22.875rem )) {
  .box .select_box {
    width: calc(18.75rem + 4.125 * (100vw - 20rem) / 58.125);
  }
}

.box .select_box p {
  margin: 0;
}

.box .select_box .img {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #EA6516;
  border-right: 3px solid #EA6516;
  rotate: 45deg;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.box .option_box {
  position: relative;
}

.box .option_box ul::-webkit-scrollbar {
  width: 10px;
}

.box .option_box ul::-webkit-scrollbar-track-piece {
  margin: 10px 0px;
  background-color: #EA6516;
  border-radius: 20px;
}

.box .option_box ul::-webkit-scrollbar-thumb {
  background-color: #EA6516;
  border-radius: 20px;
}

.box .option_box ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  color: #EA6516;
  padding: 8px;
  margin: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.box .option_box ul li:hover {
  background-color: #5a5a5a;
}

.ul {
  position: absolute;
  background-color: #fff;
  border: 1px solid #EA6516;
  opacity: 0;
  border-radius: 1px;
  -webkit-box-shadow: 0px 15px 50px -20px rgb(0, 0, 0);
          box-shadow: 0px 15px 50px -20px rgb(0, 0, 0);
  overflow-y: scroll;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@supports (width: clamp( 18.75rem , 17.3306451613rem  +  7.0967741935vw , 22.875rem )) {
  .ul {
    width: clamp( 18.75rem , 17.3306451613rem  +  7.0967741935vw , 22.875rem );
  }
}

@supports not (width: clamp( 18.75rem , 17.3306451613rem  +  7.0967741935vw , 22.875rem )) {
  .ul {
    width: calc(18.75rem + 4.125 * (100vw - 20rem) / 58.125);
  }
}

.ul.active {
  opacity: 1;
}

.box .select_box .img_active {
  rotate: -135deg;
  top: 25px;
}

.li {
  width: 100%;
}

.sistem__title {
  margin-bottom: 1.25rem;
}

.page__fync {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page__fync {
  gap: 128px;
}

.fync__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (gap: clamp( -12.5rem , -19.811827957rem  +  36.5591397849vw , 8.75rem )) {
  .fync__container {
    gap: clamp( -12.5rem , -19.811827957rem  +  36.5591397849vw , 8.75rem );
  }
}

@supports not (gap: clamp( -12.5rem , -19.811827957rem  +  36.5591397849vw , 8.75rem )) {
  .fync__container {
    gap: calc(-12.5rem + 21.25 * (100vw - 20rem) / 58.125);
  }
}

.fync__block {
  max-width: 33.125rem;
}

.fync__title {
  margin-bottom: 1.25rem;
}

.fync__img {
  width: 100%;
}

.bar-img {
  width: 100%;
}

.work__title {
  margin-bottom: 1.25rem;
}

.page-proekty .work__op {
  margin-bottom: 10px;
}
.page-proekty .work__title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

.page-proekty .work__month {
  font-size: 16px;
  color: #EA6516;}

.block-work {
  margin-top: 0.625rem;
  max-width: 18.125rem;
}

.block-work__podtitle {
  color: #EA6516;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.1px;
  margin-bottom: 0.625rem;
}

.block-work__text {
  color: #323539;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.swiper-button-prev {
  margin-right: 2.8125rem;
}

.work-arrow::before {
  font-size: 2.125rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.work-arrow-two::before {
  font-size: 2.125rem;
}

.work__op {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side__bar {
  width: 23.75rem;
}

.bar__gr {
  display: none;
}

.bar__container {
  margin-bottom: 64px;
}

.bar__slider {
  height: 61.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.bar__slide {
  height: 61.25rem;
}

.bar-icon {
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  font-size: 40px;
  padding: 0.375rem 0rem;
}

.cont__bar {
  width: 48.25rem;
}

.page__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__cont {
  gap: 64px;
}

@supports (margin-top: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .sr3 {
    margin-top: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem );
  }
}

@supports not (margin-top: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .sr3 {
    margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 58.125);
  }
}

@supports (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .sr3 {
    margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.6397849462rem  +  4.3010752688vw , 4rem )) {
  .sr3 {
    margin-bottom: calc(1.5rem + 2.5 * (100vw - 20rem) / 58.125);
  }
}

.automat__title {
  margin-bottom: 64px;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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-lock {
  display: none;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border: 1px solid #EA6516;
  border-radius: 50%;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-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: #EA6516;
  border: 1px solid #EA6516;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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, 6px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.company__img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* Всплывающее окно */
.modal.modal-min {
	width: 500px;
	max-width: 100%;
}

.modal {
	display: none;
	width: 650px;
	max-width: 100%;
	background: #fff;
	padding: 55px 25px 35px;
}

.modal .header__btn {
  margin-left: 0;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.form-group {
	position: relative;
}

.form-control {
	display: block;
	width: 100%;
	height: 52px;
	padding: 0 40px 0 20px;
	border: 2px solid #E3E3E4;
	border-radius: 0;
	background: #fff;
	color: #727376;
	text-shadow: none;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 20px;
}

.form-control:focus,
.form-control:focus-visible {
    border-color: #EA6516;
    outline-color: #EA6516;
    outline: #EA6516;
}

.agreement {
	position: relative;
	margin-bottom: 20px;
	color: #7C7F8C;
	font-size: 14px;
	padding-left: 30px;
}

.modal .modal-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: bold;
  color: #444;
}


@media (max-width: 50em) {
  .top-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }

  .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }

  .bottom-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 65.3125em) {
  .header__soc {
    display: none;
  }

@supports (gap: clamp( 0.0000000625rem , -1.0752687332rem  +  5.3763439785vw , 3.125rem )) {
    .menu__list {
      gap: clamp( 0.0000000625rem , -1.0752687332rem  +  5.3763439785vw , 3.125rem );
    }
}

@supports not (gap: clamp( 0.0000000625rem , -1.0752687332rem  +  5.3763439785vw , 3.125rem )) {
    .menu__list {
      gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 58.125);
    }
}

  .soc-header {
    display: none;
  }
}

@media (max-width: 62.5em) {
    
    h1, 
    .page-index .page__line h2 {
        font-size: 36px;
        line-height: 44px;
    }
    
    .page-service-1 h1, 
    .page-service-1 h2 {
        font-size: 35px;
    }
    
    h2, h3, h1.contact__title {
        font-size: 28px;
        line-height: 36px;
    }

  .key__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-service-3 .page__section.section-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .page__section {
      padding-top: 12px;
      padding-bottom: 12px;
  }

  .page__section:last-child {
    padding-bottom: 24px;
  }

  .page__section.section-1{
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 12px;
  }

  .page__section.page__cont {
    padding-bottom: 40px;
  }
    
  .blockimg-key {
    position: inherit;
  }

  .key__blockimg .blockimg-key__img {
    width: 580px;
    top: 30px;
    left: 30px;
  }

  .page-service-1 .section-1 .blockimg-key__img {
    width: 540px;
  	top: 0;
    left: 10px;
  }

  .page-service-2 .section-1 .blockimg-key__img {
    width: 450px;
    top: 0;
    left: 15px;
  }

  .page-service-3 .section-1 .blockimg-key__img {
    width: 400px;
    top: 15px;
    left: 0;
  }
    
  .page-service-dsk .section-1 .blockimg-key__img {
    width: 400px;
    top: 15px;
    left: 0;
  }
    
  .page-service-4 .section-1 .blockimg-key__img {
    width: 400px;
    top: 15px;
    left: 0;
  }
    
  .page-service-silus .section-1 .blockimg-key__img {
    width: 400px;
    top: 15px;
    left: 0;
  }

  .page-service-ometallpro .section-1 .blockimg-key__img {
    width: 400px;
    top: 15px;
    left: 0;
  }
    
  .page-service-transpob .section-1 .blockimg-key__img {
    width: 400px;
    top: 15px;
    left: 0;
  }
    
  .page-service-gruzob .section-1 .blockimg-key__img {
    width: 400px;
    top: 15px;
    left: 0;
  }
    
    .line__block {
      margin: 0;
    }
    
  .line__block-body {
    width: 100%;
  }
    
    
@supports (width: clamp( 18.75rem , 13.373655914rem  +  26.8817204301vw , 34.375rem )) {
    .blockimg-key {
      width: clamp( 18.75rem , 13.373655914rem  +  26.8817204301vw , 34.375rem );
    }
}

@supports not (width: clamp( 18.75rem , 13.373655914rem  +  26.8817204301vw , 34.375rem )) {
    .blockimg-key {
      width: calc(18.75rem + 15.625 * (100vw - 20rem) / 58.125);
    }
}

  .blockimg-key__img {
    width: inherit;
  }

  .blockimg-key__img {
    position: relative;
    width: 100%;
  }

  .company__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .company__img {
      width: 100%;
  }

  .vid__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .rolling__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .rolling__blcok {
    max-width: 100%;
  }

  .cont2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .block-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }

  .automatcontent__info {
    max-width: 100%;
  }

  .automatcontent-box .automatcontent.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .block-contact__info-body {
      margin-bottom: 16px;
  }

  .page-service-3 .rolling__img-body {
    margin-top: 24px;
  }

  .page__cont {
    gap: 0;
  }
  .side__bar {
    width: 100%;
  }

  .bar__gr {
    display: block;
    margin-bottom: 64px;
  }

  .bar__container {
    display: none;
  }

  .cont__bar {
    width: 100%;
  }

  .page__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .page-automatization-1 .page__section.page__sistem,
  .page-automatization-1 .page__section.page__fync {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
  .page-automatization-1 .page__section.page__automat,
  .page-automatization-1 .page__section.page__work {
    padding-top: 24px;
  }
  
  .page-automatization-1 .page__section.page__tehn, 
  .page-automatization-1 .page__section.sostav {
    padding-bottom: 24px;
  }

  .page__fync {
    gap: 48px;
  }

  .automat__title {
    margin-bottom: 24px;
  }

  .box .select_box {
    margin-bottom: 24px;
  }

  .work__slider .work__slide img {
    width: 100%;
  }

  .work__title {
    display: none;
  }

  .page-proekty .work__title {
    display: block;
  }

  .page-proekty .work__op {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .page-proekty .key__blockinfo.blockinfo-key {
    padding-top: 0;
    padding-bottom: 0;
  }

}

@media (max-width: 360px) {
    h1, h2, h3 {
        font-size: 30px;
        line-height: 40px;
    }


}


@media (max-width: 61.99875em) {
@supports (width: clamp( 17.1875rem , 16.434811828rem  +  3.7634408602vw , 19.375rem )) {
    .line__img {
      width: clamp( 17.1875rem , 16.434811828rem  +  3.7634408602vw , 19.375rem );
    }
}

@supports not (width: clamp( 17.1875rem , 16.434811828rem  +  3.7634408602vw , 19.375rem )) {
    .line__img {
      width: calc(17.1875rem + 2.1875 * (100vw - 20rem) / 58.125);
    }
}

@supports (width: clamp( 17.1875rem , 16.434811828rem  +  3.7634408602vw , 19.375rem )) {
    .line__img2 {
      width: clamp( 17.1875rem , 16.434811828rem  +  3.7634408602vw , 19.375rem );
    }
}

@supports not (width: clamp( 17.1875rem , 16.434811828rem  +  3.7634408602vw , 19.375rem )) {
    .line__img2 {
      width: calc(17.1875rem + 2.1875 * (100vw - 20rem) / 58.125);
    }
}

  .swiper-pagination {
    display: block;
  }

  .line__block {
    gap: 0;
  }

    .page__contact {
        padding-top: 24px;
        padding-bottom: 24px;
    }

  .line__wrapper.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .line__blockmd {
    display: none;
  }

  .contact__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }

  .project__slider {
    display: block;
  }

  .project__wrapper {
    visibility: visible;
  }

@supports (margin-left: clamp( 0.0000000625rem , -9.8064515289rem  +  49.032257957vw , 28.5rem )) {
    .project__wrapper {
      margin-left: clamp( 0.0000000625rem , -9.8064515289rem  +  49.032257957vw , 28.5rem );
    }
}

@supports not (margin-left: clamp( 0.0000000625rem , -9.8064515289rem  +  49.032257957vw , 28.5rem )) {
    .project__wrapper {
      margin-left: calc(0.0000000625rem + 28.4999999375 * (100vw - 20rem) / 58.125);
    }
}

  .project__block {
    display: none;
    gap: 0rem;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }

  .project__img2 {
    width: 286px;
  }

  .project__blockmd {
    display: none;
  }

  .fync__container {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fync__block {
    max-width: 100%;
  }
}

@media (max-width: 58.125em) {

}

@media (max-width: 52.5em) {
  .header__btn {
    display: none;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    z-index: 4;
    background: #181818;
    overflow: auto;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }

  .menu-open .menu__body {
    right: 0;
  }

  .menu-open .menu__body::before {
    right: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 20px;
    gap: 0.9375rem;
  }

  .menu__link {
    font-size: 20px;
  }

  .spollers__title.menu__link._spoller-active {
    background-color: #181818;
  }

  .spollers__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .spollers__body {
    position: relative;
    width: 100%;
  }

  .spollers__body2 {
    position: relative;
    width: 100%;
  }

  .button__menu {
    display: block;
    color: #F9F9F9;
    font-size: 15px;
    font-weight: 600;
    z-index: 5;
    line-height: 22px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.6875rem;
    height: 1.1875rem;
    padding: 0.5rem 0.375rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #F9F9F9;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 47.99875em) {

  .contact__cart {
    width: 100%;
  }

  .project__datablock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .automat__list {
    display: none;
  }

  .automatcontent-box2 {
    display: block;
  }

  .automatcontent-box {
    display: none;
  }

  .box {
    display: block;
  }

  .box .select_box {
    width: 100%;
  }

  .ul {
    width: 100%;
  }

  .block-work {
    display: none;
  }

  .work-arrow {
    display: none;
  }

  .work-arrow-two {
    display: none;
  }
}
  .hr {
    box-sizing: content-box;
    height: 0
}
@media (max-width: 31.25em) {
  .work__wrapper {
    margin-left: 20;
  }
}
  

