header {
  background-color: #f0f0f2;
  box-shadow: 0px 7px 30px -4px rgba(0, 0, 0, 0.4);
}
header .header__inner-logo .header__inner-logo__text {
  filter: brightness(0) saturate(100%) invert(20%) sepia(36%) saturate(1011%) hue-rotate(173deg) brightness(94%) contrast(86%);
}
header .header__inner-content {
  border-color: #f0f0f2;
}
header .header__inner-content .header__inner-content__nav a {
  color: #264367;
}
header .header__inner-content .header__inner-content__phone {
  display: flex;
  align-items: center;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon {
  background-color: #eb871e;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  transition: all 0.2s ease-in-out;
}
header .header__inner-content .header__inner-content__phone a {
  color: #264367;
}

.main-page {
  padding: 161px 0 70px 0;
  background: url(../img/main-page-bg.jpg);
  background-repeat: no-repeat;
  background-position: right 90px bottom 0px;
  background-size: 51%;
  position: relative;
}
.main-page .main-page__bg-mobile {
  display: none;
}
.main-page .main-page__wrap {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.main-page .main-page__wrap h1 {
  font-family: "MazzardH Semibold";
  font-size: 70px;
  line-height: 76px;
  color: #053a69;
  margin-bottom: 34px;
}
.main-page .main-page__wrap .subtitle {
  font-family: "MazzardH Medium";
  font-size: 36px;
  line-height: 42px;
  color: #053a69;
  text-transform: uppercase;
  width: 610px;
  max-width: 100%;
  margin-bottom: 60px;
}
.main-page .main-page__wrap .main-page__list li {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.main-page .main-page__wrap .main-page__list li img {
  width: 40px;
  height: 40px;
}
.main-page .main-page__wrap .main-page__list li p {
  font-family: "Roboto Regular";
  font-size: 24px;
  line-height: 30px;
  margin-left: 15px;
}
.main-page .main-page__wrap .button {
  padding: 24px 20px 20px 20px;
  margin-top: 50px;
}

.features {
  padding: 40px 0;
}
.features .container {
  width: 1330px;
}
.features .button {
  margin: 0 auto 40px auto;
  height: 70px;
}
.features .features__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features .features__wrap .features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.features .features__wrap .features__item .features__item-icon {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
}
.features .features__wrap .features__item .features__item-icon .features__item-icon__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.features .features__wrap .features__item .features__item-icon .features__item-icon__circle {
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #6aabe2;
}
.features .features__wrap .features__item .features__item-icon .features__item-icon__circle img:first-child {
  border-radius: 50%;
}
.features .features__wrap .features__item .features__item-icon .features__item-icon__circle .features__item-icon__beam {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 144px;
  max-width: none;
  height: 144px;
  top: 96px;
  left: -189px;
  -webkit-animation: gloss 3s linear infinite;
          animation: gloss 3s linear infinite;
}
.features .features__wrap .features__item .features__item-icon .features__item-icon__main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
@-webkit-keyframes gloss {
  0% {
    top: 96px;
    left: -189px;
  }
  100% {
    top: -599px;
    left: 826px;
  }
}
@keyframes gloss {
  0% {
    top: 96px;
    left: -189px;
  }
  100% {
    top: -599px;
    left: 826px;
  }
}
.features .features__wrap .features__item .features__item-content {
  background-color: #fff;
  padding: 8px 0;
}
.features .features__wrap .features__item .features__item-content .title {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 8px;
}
.features .features__wrap .features__item .features__item-content .text {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.earn {
  padding: 60px 0;
  background: linear-gradient(59deg, rgb(51, 89, 137) 0%, rgb(113, 155, 197) 100%);
}
.earn h2 {
  color: #fff;
  margin-bottom: 80px;
}
.earn .desktop {
  display: block;
}
.earn .mobile {
  display: none;
}
.earn .button {
  margin: 70px auto 0 auto;
  padding: 24px 20px 20px 20px;
}

.earn__calculator-wrap {
  display: flex;
  justify-content: space-between;
  padding: 24px 0px 24px 50px;
  border-radius: 12px;
  background: linear-gradient(130deg, rgb(255, 255, 255) 24%, rgb(233, 233, 235) 100%);
  background-image: url(../../autoclaves/img/earn-calculator-bg.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  box-shadow: 0px 18px 22px -10px rgba(0, 0, 0, 0.3);
}
.earn__calculator-wrap .earn__calculator-title {
  font-family: "Roboto Bold";
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 12px;
}
.earn__calculator-wrap .earn__calculator-comment {
  font-family: "Roboto Regular";
  font-size: 14px;
  line-height: 20px;
}
.earn__calculator-wrap .earn__calculator {
  width: 493px;
  max-width: 100%;
}
.earn__calculator-wrap .earn__calculator .earn__calculator-buy {
  font-family: "Roboto Bold";
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
}
.earn__calculator-wrap .earn__calculator .earn__calculator-buy #earn-population {
  font-family: "MazzardH Semibold";
  font-size: 46px;
  line-height: 52px;
  color: #335989;
  white-space: nowrap;
}
.earn__calculator-wrap .earn__calculator .earn__calculator-buy .rub {
  font-family: "MazzardH Medium";
  font-size: 24px;
  line-height: 40px;
  color: #335989;
}
.earn__calculator-wrap .earn__result-wrap {
  width: 470px;
  max-width: 100%;
}
.earn__calculator-wrap .earn__result-wrap .earn__result-buy {
  display: flex;
  align-items: flex-end;
  margin-bottom: 48px;
}
.earn__calculator-wrap .earn__result-wrap .earn__result-buy #earn__result-buy {
  font-family: "MazzardH Semibold";
  font-size: 50px;
  line-height: 56px;
  color: #335989;
}
.earn__calculator-wrap .earn__result-wrap .earn__result-buy .rub {
  font-family: "MazzardH Medium";
  font-size: 24px;
  line-height: 50px;
  color: #335989;
  margin-left: 8px;
}
.earn__calculator-wrap .earn__result-wrap .earn__result {
  display: flex;
  align-items: flex-end;
}
.earn__calculator-wrap .earn__result-wrap .earn__result #earn__result-revenue {
  font-family: "MazzardH Semibold";
  font-size: 66px;
  line-height: 72px;
  color: #eb871e;
  white-space: nowrap;
}
.earn__calculator-wrap .earn__result-wrap .earn__result .rub {
  font-family: "MazzardH Medium";
  font-size: 24px;
  line-height: 50px;
  color: #eb871e;
  margin-left: 8px;
}

input[type=range].styled-slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 0 0 50px 0;
  cursor: pointer;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
}

input[type=range].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #eb871e;
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.32);
  margin-top: -11px;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 20px;
  border: none;
  border-radius: 100px;
  background: #CCCCCC;
  box-shadow: inset 0px 8px 9px -8px rgba(0, 0, 0, 0.3);
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
  background: #FFFFFF;
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #CCCCCC;
  border-color: #9a9a9a;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: #FFFFFF;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #CCCCCC;
  border-color: #c1c1c1;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#EB871E, #EB871E) 0/var(--sx) 100% no-repeat, #CCCCCC;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#EB871E, #EB871E) 0/var(--sx) 100% no-repeat, #CCCCCC;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#EB871E, #EB871E) 0/var(--sx) 100% no-repeat, #CCCCCC;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #eb871e;
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.32);
}

input[type=range].styled-slider::-moz-range-track {
  height: 18px;
  border: none;
  border-radius: 100px;
  background: #CCCCCC;
  box-shadow: inset 0px 8px 15px -4px rgba(0, 0, 0, 0.3);
}

input[type=range].styled-slider::-moz-range-thumb:hover {
  background: #FFFFFF;
}

input[type=range].styled-slider:hover::-moz-range-track {
  background: #CCCCCC;
  border-color: #9a9a9a;
}

input[type=range].styled-slider::-moz-range-thumb:active {
  background: #FFFFFF;
}

input[type=range].styled-slider:active::-moz-range-track {
  background: #CCCCCC;
  border-color: #c1c1c1;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#EB871E, #EB871E) 0/var(--sx) 100% no-repeat, #CCCCCC;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#EB871E, #EB871E) 0/var(--sx) 100% no-repeat, #CCCCCC;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#EB871E, #EB871E) 0/var(--sx) 100% no-repeat, #CCCCCC;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #eb871e;
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.32);
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 20px;
  border-radius: 100px;
  background: #CCCCCC;
  border: none;
  box-shadow: inset 0px 8px 15px -4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
  background: #FFFFFF;
}

input[type=range].styled-slider:hover::-ms-track {
  background: #CCCCCC;
  border-color: #9a9a9a;
}

input[type=range].styled-slider::-ms-thumb:active {
  background: #FFFFFF;
}

input[type=range].styled-slider:active::-ms-track {
  background: #CCCCCC;
  border-color: #c1c1c1;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: max(1em - 1px - 1px, 0px);
  border-radius: 100px 0 0 100px;
  margin: -1px 0 -1px -1px;
  background: #EB871E;
  border: none;
  border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #EB871E;
  border-color: #9a9a9a;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #EB871E;
  border-color: #c1c1c1;
}

.why {
  background: url(../img/why-bg-desktop.jpg), #998778;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.why .why__bg-mobile {
  display: none;
}

.why__wrap {
  display: flex;
  justify-content: flex-end;
  padding: 45px 0;
}
.why__wrap .why__content {
  width: 610px;
  max-width: 100%;
}
.why__wrap .why__content h2 {
  color: #fff;
  margin-bottom: 30px;
}
.why__wrap .why__content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.why__wrap .why__content ul li img {
  width: 50px;
  height: 50px;
}
.why__wrap .why__content ul li .content {
  margin-left: 12px;
}
.why__wrap .why__content ul li .content .title {
  font-family: "Roboto Regular";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}
.why__wrap .why__content ul li .content .text {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.production {
  padding: 80px 0 30px 0;
}
.production h2 {
  margin-bottom: 30px;
}
.production .subtitle {
  font-family: "Roboto Regular";
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 40px;
  max-width: 790px;
}
.production .button {
  margin: 40px auto 0 auto;
  height: 70px;
}

.production__slider-wrap {
  position: relative;
  margin-top: 50px;
}
.production__slider-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.production__slider-wrap .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #b3b3b3;
  cursor: pointer;
}
.production__slider-wrap .slick-dots li.slick-active {
  background-color: #335989;
}
.production__slider-wrap .slick-dots li button {
  display: none;
}

.production__slider {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}

.production__slider-item {
  position: relative;
}
.production__slider-item .production__slider-item__caption {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  background-color: #335989;
  box-shadow: 0px 48px 30px -4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 0;
  z-index: 1;
}
.production__slider-item .production__slider-item__caption::before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #335989;
  position: absolute;
  top: 15px;
  left: calc(50% - 50px);
  transform: rotate(45deg);
  z-index: -1;
}
.production__slider-item .production__slider-item__caption span {
  font-family: "MazzardH Medium";
  font-size: 44px;
  height: 40px;
  color: #fff;
}
.production__slider-item .production__slider-item__caption span sup {
  font-size: 25px;
  vertical-align: super;
}
.production__slider-item .production__slider-item__caption p {
  font-family: "Roboto Regular";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-left: 15px;
}
.production__slider-item img {
  width: 100%;
}

.production__slider-arrow {
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.production__slider-arrow.next {
  right: 0;
  transform: rotate(180deg);
}

.autoclaves {
  padding: 70px 0;
  background-color: #f2f2f2;
}
.autoclaves h2 {
  max-width: 950px;
  margin-bottom: 40px;
}

.autoclaves__slider-wrap {
  position: relative;
}
.autoclaves__slider-wrap .autoclaves__slider {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.autoclaves__slider-wrap .autoclaves__slider-arrow {
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.autoclaves__slider-wrap .autoclaves__slider-arrow.prev {
  left: 0;
}
.autoclaves__slider-wrap .autoclaves__slider-arrow.next {
  right: 0;
  transform: rotate(180deg);
}
.autoclaves__slider-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.autoclaves__slider-wrap .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #b3b3b3;
  cursor: pointer;
}
.autoclaves__slider-wrap .slick-dots li.slick-active {
  background-color: #335989;
}
.autoclaves__slider-wrap .slick-dots li button {
  display: none;
}

.autoclaves__slider-item {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  width: 740px;
  max-width: 100%;
  margin: 0px 96px 30px -75px;
  transition: all 0.3s ease-in-out;
}
.autoclaves__slider-item.slick-current {
  box-shadow: 0px 18px 22px -10px rgba(0, 0, 0, 0.3);
}
.autoclaves__slider-item .autoclaves__slider-item__image {
  position: absolute;
  top: 0;
  right: 0;
}
.autoclaves__slider-item .autoclaves__slider-item__sticker {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 199px;
  top: 249px;
  filter: drop-shadow(4px 6px 6px rgba(0, 0, 0, 0.3));
  border-radius: 50%;
}
.autoclaves__slider-item .autoclaves__slider-item__sticker img {
  border-radius: 50%;
}
.autoclaves__slider-item .autoclaves__slider-item__sticker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 32% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 66%, 32% 100%, 0 100%);
  border-radius: 50%;
}
.autoclaves__slider-item .autoclaves__slider-item__content {
  padding: 30px 20px 24px 32px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(130deg, rgb(255, 255, 255) 24%, rgb(233, 233, 235) 100%);
}
.autoclaves__slider-item .autoclaves__slider-item__content .autoclaves__slider-item__content-subtitle {
  font-family: "Roboto Regular";
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 14px;
}
.autoclaves__slider-item .autoclaves__slider-item__content .autoclaves__slider-item__content-title {
  font-family: "MazzardH Medium";
  font-size: 36px;
  line-height: 42px;
  color: #053a69;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.autoclaves__slider-item .autoclaves__slider-item__content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.autoclaves__slider-item .autoclaves__slider-item__content ul li img {
  height: 30px;
}
.autoclaves__slider-item .autoclaves__slider-item__content ul li p {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  margin-left: 12px;
}
.autoclaves__slider-item .autoclaves__slider-item__footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 60px 24px 36px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(59deg, rgb(51, 89, 137) 0%, rgb(113, 155, 197) 100%);
}
.autoclaves__slider-item .autoclaves__slider-item__footer div p {
  font-family: "MazzardH Medium";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
  display: inline-block;
}
.autoclaves__slider-item .autoclaves__slider-item__footer div span {
  font-family: "MazzardH Medium";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.autoclaves__slider-item .autoclaves__slider-item__footer div span span {
  font-size: 30px;
  line-height: 36px;
}

.how {
  display: flex;
  justify-content: center;
}
.how .how__side {
  padding: 50px 0 70px 0;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.how .how__side .how__side-title {
  font-family: "MazzardH Medium";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.how .how__side.side-left {
  align-items: flex-end;
  padding-right: 80px;
  background: linear-gradient(0deg, rgb(113, 155, 197) 0%, rgb(51, 89, 137) 100%);
}
.how .how__side.side-left ul {
  width: 502px;
  max-width: 100%;
}
.how .how__side.side-left ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
.how .how__side.side-left ul li .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #eb871e;
  font-family: "MazzardH Medium";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.how .how__side.side-left ul li .content {
  margin-left: 12px;
}
.how .how__side.side-left ul li .content .title {
  font-family: "Roboto Bold";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 6px;
}
.how .how__side.side-left ul li .content .text {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.how .how__side.side-left ul li .content a {
  font-family: "Roboto Bold";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-top: 6px;
}
.how .how__side.side-right {
  padding-left: 50px;
  background: linear-gradient(0deg, rgb(99, 142, 185) 0%, rgb(33, 64, 103) 100%);
}
.how .how__side.side-right form {
  width: 480px;
  max-width: 100%;
}
.how .how__side.side-right form .form__header {
  font-family: "Roboto Bold";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 20px;
  background-color: #eb871e;
}
.how .how__side.side-right form .form__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(60deg, rgb(233, 233, 235) 0%, rgb(255, 255, 255) 100%);
  padding: 30px 16px 40px 16px;
}
.how .how__side.side-right form .form__content .form__content-title {
  font-family: "Roboto Regular";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.how .how__side.side-right form .form__content .form__content__input-wrap .input {
  width: 260px;
  margin-bottom: 16px;
}
.how .how__side.side-right form .form__content .button {
  width: 260px;
  margin-top: 40px;
}

.step {
  padding: 70px 0 60px 0;
  background: linear-gradient(180deg, rgb(51, 89, 137) 0%, rgb(113, 155, 197) 100%);
}
.step h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.step .subtitle {
  font-family: "Roboto Regular";
  font-size: 27px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.step .subtitle a {
  font-family: "Roboto Bold";
  color: #fff;
  text-decoration: underline;
}
.step form {
  width: 700px;
  max-width: 100%;
  margin: 50px auto 0 auto;
  padding: 24px 24px 30px 24px;
  background: linear-gradient(130deg, rgb(255, 255, 255) 24%, rgb(233, 233, 235) 100%);
  box-shadow: 0px 18px 22px -10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step form p {
  font-family: "Roboto Regular";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.step form .input-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step form .input-wrap .input {
  margin: 0 4px;
  position: relative;
  width: 260px;
}
.step form .button {
  margin-top: 16px;
}

.advantages {
  padding: 70px 0;
}
.advantages h2 {
  margin-bottom: 50px;
}

.advantages__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages__wrap .advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.advantages__wrap .advantages__item .features__item-icon {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
}
.advantages__wrap .advantages__item .features__item-icon .features__item-icon__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.advantages__wrap .advantages__item .features__item-icon .features__item-icon__circle {
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #6aabe2;
}
.advantages__wrap .advantages__item .features__item-icon .features__item-icon__circle img:first-child {
  border-radius: 50%;
}
.advantages__wrap .advantages__item .features__item-icon .features__item-icon__circle .features__item-icon__beam {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 144px;
  max-width: none;
  height: 144px;
  top: 96px;
  left: -189px;
  -webkit-animation: gloss 3s linear infinite;
          animation: gloss 3s linear infinite;
}
.advantages__wrap .advantages__item .features__item-icon .features__item-icon__main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
@keyframes gloss {
  0% {
    top: 96px;
    left: -189px;
  }
  100% {
    top: -599px;
    left: 826px;
  }
}
.advantages__wrap .advantages__item .advantages__item-content {
  padding: 12px 0;
}
.advantages__wrap .advantages__item .advantages__item-content .title {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.advantages__wrap .advantages__item .advantages__item-content .text {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.bloggers {
  padding: 70px 0;
  background-color: #f2f2f2;
}
.bloggers h2 {
  margin-bottom: 40px;
}

.bloggers__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bloggers__wrap .bloggers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  padding: 24px 16px 16px 16px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 18px 22px -16px rgba(0, 0, 0, 0.3);
}
.bloggers__wrap .bloggers__item .bloggers__item-avatar {
  border-radius: 50%;
  margin-bottom: 16px;
}
.bloggers__wrap .bloggers__item .bloggers__item-name {
  font-family: "Roboto Bold";
  font-size: 21px;
  line-height: 27px;
  color: #053a69;
  text-align: center;
  margin-bottom: 16px;
}
.bloggers__wrap .bloggers__item .bloggers__item-point {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.bloggers__wrap .bloggers__item .bloggers__item-point p {
  font-family: "Roboto Regular";
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
}
.bloggers__wrap .bloggers__item .bloggers__item-video {
  width: 240px;
  height: 144px;
  position: relative;
  cursor: pointer;
  margin-top: 14px;
  overflow: hidden;
}
.bloggers__wrap .bloggers__item .bloggers__item-video img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.bloggers__wrap .bloggers__item .bloggers__item-video::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 21px);
  width: 42px;
  height: 30px;
  z-index: 2;
  background: url(../../autoclaves/img/youtube-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}
.bloggers__wrap .bloggers__item .bloggers__item-video:hover::before {
  transform: scale(1.1);
  opacity: 1;
}
.bloggers__wrap .bloggers__item .bloggers__item-video:hover img {
  transform: scale(1.1);
}

.partners {
  padding: 40px 0;
}

.partners__wrap {
  margin: 35px auto 0 auto;
  position: relative;
  overflow: hidden;
  height: 140px;
}
.partners__wrap .partners__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__wrap .partners__container .partners__container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4200px;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
.animate {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  transform: translate(0, -50%);
}

.partners__item img {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.managers {
  padding: 50px 0;
}
.managers .button {
  width: 400px;
  height: 70px;
  margin: 60px auto 0 auto;
}

.managers__wrap {
  padding: 24px 16px 24px 16px;
  background: linear-gradient(60deg, rgb(51, 89, 137) 0%, rgb(113, 153, 195) 100%);
}
.managers__wrap .managers__title {
  font-family: "MazzardH Medium";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.managers__wrap .managers__subtitle {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.managers__wrap .managers__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.managers__wrap .managers__items .managers__item {
  display: flex;
  align-items: center;
  background-color: #f9f9fa;
  border-radius: 12px;
  width: 480px;
  max-width: 100%;
  padding: 16px 16px 12px 30px;
}
.managers__wrap .managers__items .managers__item .managers__item-avatar {
  border-radius: 50%;
}
.managers__wrap .managers__items .managers__item .managers__item-avatar img {
  border-radius: 50%;
}
.managers__wrap .managers__items .managers__item .managers__item-content {
  margin-left: 24px;
}
.managers__wrap .managers__items .managers__item .managers__item-content .name {
  font-family: "Roboto Bold";
  font-size: 21px;
  line-height: 27px;
  color: #335989;
  margin-bottom: 4px;
}
.managers__wrap .managers__items .managers__item .managers__item-content .title {
  font-family: "Roboto Regular";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.managers__wrap .managers__items .managers__item .managers__item-content .contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.managers__wrap .managers__items .managers__item .managers__item-content .contact img {
  width: 24px;
  height: 24px;
}
.managers__wrap .managers__items .managers__item .managers__item-content .contact a {
  font-family: "Roboto Bold";
  font-size: 16px;
  line-height: 22px;
  color: #000;
  display: block;
  margin-left: 8px;
}
.managers__wrap .managers__items .managers__item .managers__item-content .contact a.phone {
  text-decoration: underline;
}

#autoclaves-modal .modal__close {
  top: -40px;
  right: 0px;
}
#autoclaves-modal .modal__content {
  width: 800px;
  max-width: 100%;
  padding: 24px;
}
#autoclaves-modal .modal__content h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
#autoclaves-modal .modal__content form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#autoclaves-modal .modal__content form .input-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#autoclaves-modal .modal__content form .input-wrap .input {
  width: 260px;
  margin: 0 8px 12px 8px;
}
#autoclaves-modal .modal__content form .g-recaptcha {
  margin-top: 10px;
}
#autoclaves-modal .modal__content form .button {
  width: 260px;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */