

/* Start:/bitrix/templates/lp_1stairs/fonts/fonts.css?16034571603138*/
@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Regular.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Regular.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Bold.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Bold.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Light.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Light.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Light.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-LightItalic.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-LightItalic.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Italic.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Italic.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-SemiBold.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-SemiBold.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-ExtraBold.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('/bitrix/templates/lp_1stairs/fonts/RobotoSlab-Bold.eot');
    src: url('/bitrix/templates/lp_1stairs/fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/lp_1stairs/fonts/RobotoSlab-Bold.woff2') format('woff2'),
        url('/bitrix/templates/lp_1stairs/fonts/RobotoSlab-Bold.woff') format('woff'),
        url('/bitrix/templates/lp_1stairs/fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/bitrix/templates/lp_1stairs/css/reset.css?16034612692015*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make audio, canvas, iframe, video, img, svg easier to work with */
audio,
canvas,
iframe,
video,
img,
svg {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

:focus {
  outline: 0;
}

iframe {
  border: 0;
}

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}
/*# sourceMappingURL=reset.css.map */
/* End */


/* Start:/bitrix/templates/lp_1stairs/css/style.css?168371968040014*/
button {
  background-color: transparent;
  border: none;
}

.btn--clear {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.btn {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 51px;
  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;
  border-radius: 4px;
  color: #F8F8F8;
  background-color: #87CE4C;
  font-weight: bold;
  font-size: 16px;
  line-height: 160.6%;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn:focus {
  background-color: #77B543;
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*Main style*/
html {
  line-height: 1.4;
  font-size: 14px;
  color: #333333;
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #333333;
  max-width: 100vw;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  text-decoration-skip-ink: none;
}

button {
  cursor: pointer;
}

p {
  margin: 0.625rem 0;
}

ul,
ol {
  padding: 0;
}

.img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.img--left {
  float: left;
}

.img--right {
  float: right;
}

[style*='--aspect-ratio']> :first-child {
  width: 100%;
}

[style*='--aspect-ratio']>img {
  height: auto;
}

@supports (--custom: property) {
  [style*='--aspect-ratio'] {
    position: relative;
  }

  [style*='--aspect-ratio']::before {
    content: '';
    display: block;
    padding-bottom: calc(100% / ((var(--aspect-ratio))));
  }

  [style*='--aspect-ratio']> :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

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

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1170px;
}

@media screen and (max-width: 1760px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 350px) {
  .container {
    padding: 0 10px;
  }
}

.link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #87CE4C;
}

.link:hover,
.link:focus,
.link:active {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.main-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[name=ONE_CLICK_ORDER] .item-form--textarea {
  display: none;
}

.dark-theme {
  background-color: #011D48;
  color: #F8F8F8;
}

.title,
.rod-info-headline {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
}

.success-text {
  color: #E06D06;
}

.fw-bold {
  font-weight: bold;
}

/*main style end*/
/*Header*/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.header__main {
  background-color: transparent;
  padding: 20px 0;
  width: 100%;
  -webkit-transition: padding .3s;
  transition: padding .3s;
}

@media screen and (max-width: 992px) {
  .header__main {
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header .logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.header .logo img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 375px) {
  .header .logo {
    width: 130px;
  }
}

.header__container {
  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;
}

.header__inner {
  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;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .header__inner {
    position: fixed;
    width: 320px;
    background-color: #011D48;
    right: 0;
    top: 81px;
    -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;
    padding: 60px 20px;
    -webkit-box-shadow: -2px 2px 8px 3px #00000038;
    box-shadow: -2px 2px 8px 3px #00000038;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    z-index: 100;
  }
}

.header__group {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .header__group {
    display: block;
  }
}

.header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 992px) {
  .header__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 40px 0;
  }
}

.header__link {
  padding: 7px;
  color: #F8F8F8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__link:hover {
  color: #CCCCCC;
}

@media screen and (max-width: 992px) {
  .header__link {
    padding: 8px 5px;
    display: block;
  }
}

.header__link.mPS2id-clicked.mPS2id-highlight {
  color: #77B543;
}

.header__social.social {
  margin: 0;
  margin-right: 20px;
}

.header__social.social .social__link {
  width: 22px;
  height: 22px;
  margin-left: 15px;
}

.header__social.social .social-mail {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/header-mail.svg) center/contain no-repeat;
}

.header__social.social .social-vb {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/header-vb.svg) center/contain no-repeat;
}

.header__social.social .social-ws {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/header-ws.svg) center/contain no-repeat;
}

@media screen and (max-width: 992px) {
  .header__social.social {
    display: none;
  }
}

.header__phone {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 0 0 27px;
  position: relative;
  font-weight: 700;
}

.header__phone:hover {
  color: #F8F8F8;
}

.header__phone:before {
  content: ' ';
  display: block;
  width: 22px;
  height: 22px;
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/header-phone.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.header__callback {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
  border-bottom: 1px solid #87CE4C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.header__callback:hover {
  color: #F8F8F8;
}

@media screen and (max-width: 992px) {
  .header__callback {
    margin: 20px 0 0 0;
  }
}

.header .burger {
  display: none;
}

@media screen and (max-width: 992px) {
  .header .burger {
    display: block;
    width: 27px;
    height: 27px;
    background: url(/bitrix/templates/lp_1stairs/css/../img/icons/burger.svg) center/contain no-repeat;
  }
}

.open-menu.header .burger {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/close.svg) center/contain no-repeat;
}

.header.scroll .header__main {
  background-color: #011D48;
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 20px 2px #00000038;
  box-shadow: 0px 2px 20px 2px #00000038;
}

.social,
.social.header__social-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__link {
  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;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .header.open-menu {
    height: 100vh;
  }
}

.open-menu .header__inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .social.header__social-mobile {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .social.header__social-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 auto;
  }
}

/*header end*/
/*footer*/
.footer {
  background-color: #011D48;
  color: #F8F8F8;
  padding: 40px 0;
}

.footer__container {
  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;
}

@media screen and (max-width: 480px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

@media screen and (max-width: 700px) {
  .footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .footer__group {
    margin-bottom: 30px;
  }
}

.footer__copy {
  margin-top: 20px;
  font-size: 13px;
  line-height: 130%;
}

.footer__privacy-policy {
  font-size: 13px;
  line-height: 130%;
  text-decoration: underline;
}

.footer__privacy-policy:hover {
  color: #cccccc;
}

.footer__address {
  margin-top: 15px;
  font-size: 13px;
  line-height: 130%;
  font-style: normal;
}

.footer__address div {
  font-weight: 700;
}

.footer__phone,
.footer__mail {
  display: block;
  font-size: 16px;
  line-height: 130%;
  padding: 0 0 0 24px;
  position: relative;
  font-style: normal;
}

.footer__phone:hover,
.footer__mail:hover {
  color: #cccccc;
}

.footer__phone:before,
.footer__mail:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__phone:before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/footer-phone.svg) center/contain no-repeat;
}

.footer__mail:before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/footer-mail.svg) center/contain no-repeat;
}

.footer__social {
  margin-top: 20px;
  padding: 0;
}

.footer__social .social__link {
  display: block;
  width: 30px;
  height: 30px;
}

.footer__social .social__li:not(:last-child) .social__link {
  margin-right: 13px;
}

.footer__social .social__link-ws {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/footer-ws.svg) center/contain no-repeat;
}

.footer__social .social__link-vb {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/footer-vb.svg) center/contain no-repeat;
}

.footer__social .social__link-instagram {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/footer-insta.svg) center/contain no-repeat;
}

.footer__social .social__link-you {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/footer-you.svg) center/contain no-repeat;
}

@media screen and (max-width: 480px) {
  .footer .logo img {
    margin: auto;
  }
}

/*footer end*/
/*swipper slider*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  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;
  background-size: cover;
  background-position: center;
}

.swiper-pagination {
  text-align: left;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #13315F;
  border-radius: 2px;
  margin: 0 10px !important;
  padding: 2px 0;
}

.swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 100px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #87CE4C;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*end swipper slider*/
/*content style*/
/*form*/
.input,
.textarea {
  background: #ffffff;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  padding: 9px 15px 10px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  height: 40px;
}

.textarea {
  height: 80px;
}

/*first screen*/
.first-screen {
  position: relative;
}

.first-screen__img {
  position: absolute;
  right: 0;
  top: 0;
  left: 45%;
}

.first-screen__img img {
  max-width: initial;
  margin: 0 0 0 auto;
}

.first-screen .swiper-container.main-slider {
  height: 790px;
  width: 50%;
  margin: 0 auto 0 0;
  overflow: hidden;
}

.first-screen__slider .container {
  height: 100%;
}

.main-slider__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
}

.main-slider__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 120%;
  font-family: "Roboto Slab", serif;
  max-width: 540px;
  margin: 0 0 20px 0;
}

.main-slider__p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160.6%;
  max-width: 540px;
}

.main-slider__link {
  margin-top: 70px;
  max-width: 282px;
}

.first-screen__slider {
  height: 790px;
}

.first-screen__slider .swiper-slide {
  background-color: #011D48;
}

/*block-1*/
.block-1 {
  padding: 105px 0;
  background-image: url(/bitrix/templates/lp_1stairs/css/../img/block-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.block-1 .title {
  position: relative;
  max-width: 540px;
}

.block-1 .title:after {
  content: ' ';
  display: block;
  width: 160px;
  height: 160px;
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-1/swirly-arrow.svg) center/contain no-repeat;
  margin: 60px auto 0;
}

.block-1__ul {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.block-1__li {
  width: 100%;
  max-width: 532px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-1__li:not(:last-child) {
  margin-bottom: 30px;
}

.block-1__li:before {
  content: ' ';
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 36px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.block-1__li:nth-child(1):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-1/half-shield-with-stripes.svg) center/contain no-repeat;
}

.block-1__li:nth-child(2):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-1/compass.svg) center/contain no-repeat;
}

.block-1__li:nth-child(3):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-1/column.svg) center/contain no-repeat;
}

.block-1__li:nth-child(4):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-1/sand-clock.svg) center/contain no-repeat;
}

/*who-we*/
.who-we {
  padding: 20px 0 20px 0;
  position: relative;
}

.who-we:after {
  width: 420px;
  height: 372px;
  content: ' ';
  display: block;
  background: url(/bitrix/templates/lp_1stairs/css/../img/who-we1.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: -42px;
  z-index: 0;
}

.who-we .title {
  margin: 0 0 20px 0;
}

.who-we__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.who-we__content {
  width: 100%;
  max-width: 610px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 42px 30px;
  -webkit-box-shadow: 0 0 0 20px #011D48;
  box-shadow: 0 0 0 20px #011D48;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #011D48;
  font-size: 16px;
}

.who-we__content li {
  list-style-position: inside;
  margin-bottom: 5px;
}

.who-we__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.who-we__ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  justify-content: center;
}

.who-we .title-second {
  font-size: 18px;
}

.who-we__li {
  width: 100%;
  max-width: calc(33.333% - 30px);
  margin: 0 15px 20px;
  padding: 20px 30px 20px;
  background: #0a3a85;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
  min-height: 120px;
}

.who-we__li:not(:last-child)::after {
  content: '\2192';
  color: #E06D06;
  font-size: 30px;
  line-height: 16px;
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
}

.who-we__li:nth-child(4):after,
.who-we__li:nth-child(5)::after,
.arrow-before:before {
  content: '\2190';
}

.who-we__li--last {
  background-color: #E06D06;
}

.arrow-before:before {
  color: #E06D06;
  font-size: 30px;
  line-height: 16px;
  position: absolute;
  left: -30px;
  top: calc(50% - 10px);
}

.who-we__li.arrow-down:after {
  content: '\21b7';
  color: #E06D06;
  font-size: 30px;
  line-height: 16px;
  right: -6px;
  top: 120px;
  position: absolute;
  transform: rotate(97deg);
}

.who-we__li.arrow-down2:after {
  content: '\21b6';
  color: #E06D06;
  font-size: 30px;
  line-height: 16px;
  left: -220px;
  bottom: -77px;
  position: absolute;
  transform: rotate(-97deg);
}

.no-arrow:after {
  display: none;
}

/*characteristic*/
.characteristic {
  padding: 140px 0 60px;
}

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

.characteristic__item:not(:last-child) {
  margin-bottom: 110px;
}

.characteristic__img {
  width: 100%;
  max-width: 405px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  border-radius: 2px;
}

.characteristic__img img {
  position: relative;
  z-index: 1;
}

.characteristic__img:before {
  content: ' ';
  width: 350px;
  height: 380px;
  display: block;
  background: #0344A8;
  opacity: 0.1;
  border-radius: 2px;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: 0;
}

.characteristic__img:nth-child(2):before {
  right: initial;
  left: -30px;
}

.characteristic__text {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 445px;
  margin: 0 auto;
}

.characteristic .swiper-button-next,
.characteristic .swiper-button-prev {
  width: 15px !important;
  height: 30px !important;
}

.characteristic .swiper-button-next {
  right: 5px !important;
  z-index: 2;
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/arrow-black.svg) center/contain no-repeat;
}

.characteristic .swiper-button-prev {
  left: 5px !important;
  z-index: 2;
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/arrow-black.svg) center/contain no-repeat;
}

/*block-4*/
.block-4 {
  padding: 80px 0;
}

.block-4__text {
  padding: 40px 40px 140px 40px;
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-4/bg.png) center/cover no-repeat;
  border-radius: 2px;
}

.block-4__text .title {
  margin-bottom: 25px;
}

.block-4__text .title,
.block-4__text p {
  max-width: 730px;
  margin: auto;
  text-align: center;
}

.block-4__text p {
  font-size: 16px;
  margin-top: 15px;
}

.block-4__text ol li {
  list-style-position: inside;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.block-4__img-wrap {
  padding: 0 15px;
  margin: -116px 0 80px 0;
}

.block-4__img {
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.block-4__att {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-4__att .title {
  margin: 0;
}

.block-4__link {
  max-width: 225px;
}

/*advantages*/
.advantages {
  padding: 128px 0 70px 0;
  background-image: url(/bitrix/templates/lp_1stairs/css/../img/advantages/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  position: relative;
}

.advantages:after {
  width: 664px;
  height: 540px;
  content: ' ';
  display: block;
  background: url(/bitrix/templates/lp_1stairs/css/../img/advantages/bg2.png) center/contain no-repeat;
  position: absolute;
  top: 94px;
  right: 0;
  z-index: 0;
}

.advantages__ul {
  margin: 50px 0;
}

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

.advantages__li:not(:last-child) {
  margin-bottom: 20px;
}

.advantages__li:before {
  width: 52px;
  height: 52px;
  content: ' ';
  display: block;
  margin-right: 37px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.advantages__li:nth-child(1):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/advantages/flash.svg) center/contain no-repeat;
}

.advantages__li:nth-child(2):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/advantages/umbrella.svg) center/contain no-repeat;
}

.advantages__li:nth-child(3):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/advantages/terrain.svg) center/contain no-repeat;
}

.advantages__li:nth-child(4):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/advantages/paint-roller.svg) center/contain no-repeat;
}

.advantages__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.advantages__content {
  width: 100%;
  max-width: 540px;
  padding-right: 20px;
}

.advantages__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/*call-master*/
.call-master {
  padding: 20px 0;
}

.call-master__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.call-master__img {
  width: 100%;
  max-width: 50%;
  background: url(/bitrix/templates/lp_1stairs/css/../img/circles.png) center/contain no-repeat;
}

.call-master__img img {
  margin: auto;
}

.call-master__content {
  width: 100%;
  max-width: 50%;
}

.call-master__link {
  margin-top: 40px;
  max-width: 225px;
}

.video-block {
  background: #002A6B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 0 20px #002A6B;
  box-shadow: 0 0 0 20px #002A6B;
  padding: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  bottom: -118px;
}

.video-block__content {
  width: 100%;
  max-width: 480px;
  padding-right: 20px;
}

.video-block__content li {
  list-style-position: inside;
}

.video-block__p {
  text-transform: uppercase;
  font-weight: bold;
}

.video-block__video {
  width: 100%;
  max-width: 480px;
  height: 272px;
}

.video-block__video iframe {
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
}

/*block-7*/
.block-7 {
  padding: 215px 0 100px 0;
  position: relative;
}

.block-7:before {
  content: ' ';
  display: block;
  width: 554px;
  height: 554px;
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-7/image17.png) center/contain no-repeat;
  position: absolute;
  left: calc(50% - 255px);
  top: 316px;
  z-index: 0;
}

.block-7 .title {
  max-width: 730px;
  text-align: center;
  margin: auto;
  margin-bottom: 140px;
}

.block-7__ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-7__li {
  list-style: none;
  padding: 11px 10px 11px 69px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  margin-left: 28px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-7__li:before {
  content: ' ';
  display: block;
  width: 65px;
  height: 65px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: -95px;
  margin-right: 20px;
}

.block-7__li:nth-child(even) {
  padding: 11px 0 11px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-7__li:nth-child(even):before {
  margin-left: 20px;
  margin-right: -20px;
}

.block-7__li:nth-child(1):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-7/screwdriver-shape.svg) center/contain no-repeat;
}

.block-7__li:nth-child(2):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-7/worker-wrench.svg) center/contain no-repeat;
}

.block-7__li:nth-child(3):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-7/puzzle.svg) center/contain no-repeat;
}

.block-7__li:nth-child(4):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-7/users-of-interface.svg) center/contain no-repeat;
}

.block-7__li:nth-child(5):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-7/blueprint.svg) center/contain no-repeat;
}

/*block-8*/
.block-8 {
  padding: 70px 0 80px;
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-8/block-8-bg.png) center/cover no-repeat;
}

.block-8 .title {
  text-align: center;
  margin-bottom: 40px;
}

.block-8__ul {
  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;
}

.block-8__li {
  margin: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-8__li img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
  height: auto;
}

.block-8__li span {
  color: #D8D8D8;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 46px;
  line-height: 130%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -30px;
  bottom: 38%;
  display: block;
  width: 150px;
  z-index: 0;
}

.block-8__att {
  padding: 15px 25px 15px 106px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  max-width: 605px;
  margin: auto;
  background-image: url(/bitrix/templates/lp_1stairs/css/../img/block-8/block-8-img.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: 20px;
  text-align: center;
}

/*scheme*/
.scheme {
  padding: 52px 0 60px;
}

.scheme .title {
  text-align: center;
  max-width: 730px;
  margin: 0 auto 60px;
}

.scheme__video {
  max-width: 540px;
  width: 100%;
  padding-bottom: 40px;
}

.scheme__video figcaption {
  font-style: italic;
  text-align: center;
  max-width: 445px;
  margin: 15px auto 0;
}

.scheme__video .wrap {
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
}

.scheme__ul {
  margin: 0;
  margin-left: 40px;
}

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

.scheme__li:not(:last-child) {
  margin-bottom: 30px;
}

.scheme__li:before {
  content: ' ';
  display: block;
  width: 51px;
  height: 51px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.scheme__li:nth-child(1):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/scheme/meter.svg) center/contain no-repeat;
}

.scheme__li:nth-child(2):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/scheme/paint-palette.svg) center/contain no-repeat;
}

.scheme__li:nth-child(3):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/scheme/3d-modeling.svg) center/contain no-repeat;
}

.scheme__li:nth-child(4):before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/scheme/sand-clock.svg) center/contain no-repeat;
}

/*portfolio*/
.portfolio {
  margin-bottom: -365px;
  padding: 80px 0;
}

.portfolio .title {
  text-align: center;
  margin-bottom: 45px;
}

.portfolio__wrap {
  position: relative;
}

.portfolio__content {
  background: #002A6B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 0 20px #002A6B, 0 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 20px #002A6B, 0 10px 40px rgba(0, 0, 0, 0.15);
  color: #D8D8D8;
  height: 480px;
  margin: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px;
}

.portfolio__link {
  max-width: 248px;
  margin-top: 40px;
}

.portfolio__img {
  width: 100%;
  max-width: 50%;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.portfolio__text {
  margin-right: 45px;
}

.portfolio__text-inner {
  max-height: 203px;
  overflow-y: auto;
  padding-right: 8px;
}

.portfolio__text-inner::-webkit-scrollbar {
  background: #F8F8F8;
  width: 3px;
}

.portfolio__text-inner::-webkit-scrollbar-thumb {
  width: 3px;
  background: #77B543;
}

.portfolio__text-inner p {
  margin: 0 0 5px 0;
}

.portfolio__slider.swiper-container {
  padding-bottom: 60px;
}

.portfolio .swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
  text-align: center;
  bottom: 0;
}

.portfolio .swiper-button-next,
.portfolio .swiper-button-prev {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/arrow-black.svg) center/contain no-repeat;
}

.container .swiper-button-next,
.container .swiper-button-prev {
  height: 20px;
  width: 10px;
  cursor: pointer;
}

.container .swiper-button-prev {
  left: -20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.container .swiper-button-next {
  right: -20px;
}

/*block-9*/
.block-9 {
  padding: 370px 0 70px;
}

.block-9 .title {
  text-align: center;
  margin-bottom: 54px;
}

.block-9__video {
  margin: 0 10px 60px;
  width: 100%;
  max-width: calc(50% - 20px);
  height: 270px;
  position: relative;
  z-index: 1;
}

.block-9__inner {
  position: relative;
  flex-wrap: wrap;
}

.block-9__inner:before,
.block-9__inner:after {
  content: ' ';
  display: block;
  width: 334px;
  height: 377px;
  background: url(/bitrix/templates/lp_1stairs/css/../img/triangle.png) center/contain no-repeat;
  position: absolute;
  z-index: 0;
}

.block-9__inner:before {
  left: -140px;
  top: -165px;
}

.block-9__inner:after {
  right: -200px;
  bottom: -150px;
}

iframe.wrap {
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
}

figcaption {
  text-align: center;
  font-style: italic;
  margin-top: 15px;
}

/*block-text*/
.block-text {
  padding: 140px 0 120px;
}

.block-text__container {
  position: relative;
}

.block-text__container:before,
.block-text__container:after {
  content: ' ';
  display: block;
  width: 327px;
  height: 495px;
  position: absolute;
  top: -100px;
  z-index: 0;
}

.block-text__container:before {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-9-1.png) center/contain no-repeat;
  left: 0;
}

.block-text__container:after {
  background: url(/bitrix/templates/lp_1stairs/css/../img/block-9-2.png) center/contain no-repeat;
  height: 389px;
  right: 0;
}

.block-text .title,
.block-text p {
  margin: auto;
  text-align: center;
  max-width: 540px;
  z-index: 1;
  position: relative;
}

.block-text .title {
  margin-bottom: 20px;
}

.block-text__link {
  max-width: 282px;
  margin: auto;
  margin-top: 57px;
  overflow: hidden;
  position: relative;
}

.block-text__link:after {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .6) 100%);
  width: 45px;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  left: -65%;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*block-11*/
.block-11 {
  padding: 80px 0;
  background-image: url(/bitrix/templates/lp_1stairs/css/../img/block-11-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.768519) 36.7%, #000000 52.08%, rgba(0, 0, 0, 0.654762) 69.92%, rgba(0, 0, 0, 0) 100%);
  ;
}

.block-11:before,
.block-11:after,
.advantages:before,
.advantages:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
}

.block-11:before,
.advantages:before {
  top: 0;
  background: linear-gradient(180deg, rgb(1 29 72) 0%, rgba(0, 0, 0, 0) 100%);
}

.block-11:after,
.advantages:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(1 29 72) 100%);
}

.block-11 .title {
  max-width: 730px;
  margin: 0 auto 45px;
  text-align: center;
}

.block-11__slider {
  max-width: 780px;
  margin: auto;
  position: relative;
}

.block-11 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.block-11 .gallery-top {
  height: 522px;
  width: 100%;
}

.block-11 .gallery-thumbs {
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 0;
}

.block-11 .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.block-11 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.block-11 .swiper-button-next,
.block-11 .swiper-button-prev {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/arrow-white.svg) center/contain no-repeat;
}

/*block-form*/
.block-form {
  padding: 90px 0 110px;
  background: #011D48;
}

.block-form__container {
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: 0 0 0 20px #ffffff;
  box-shadow: 0 0 0 20px #ffffff;
  padding: 45px;
  background-image: url(/bitrix/templates/lp_1stairs/css/../img/circles2.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.block-form__inner {
  width: 100%;
  max-width: 405px;
  position: relative;
  z-index: 1;
}

.block-form__inner .title {
  margin-bottom: 10px;
}

.block-form__inner p {
  margin-bottom: 25px;
}

.block-form__inner .input,
.block-form__inner .textarea {
  margin-bottom: 12px;
}

.block-form__inner .btn-submit {
  margin-top: 25px;
}

.block-form__img {
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: 0;
  z-index: 0;
}

.input-file__label {
  background: #ffffff;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  padding: 9px 15px 10px;
  width: 100%;
  display: block;
  height: 40px;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.7);
  background-image: url(/bitrix/templates/lp_1stairs/css/../img/icons/file.svg);
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
}

.input-file .input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.4px;
  height: 0.4px;
}

/*map*/
.map {
  position: relative;
}

.map__inner {
  height: 330px;
}

.map__container {
  position: absolute;
  top: 55px;
  left: calc(50% - 565px);
}

.map__container::before {
  width: 170px;
  height: 248px;
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: -115px;
  z-index: 0;
  background: url(/bitrix/templates/lp_1stairs/css/../img/globe.png) center/contain no-repeat;
}

.map__content {
  background: #ffffff;
  padding: 25px;
  width: 100%;
  max-width: 320px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: 0 0 0 20px #ffffff, 0 10px 40px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 20px #ffffff, 0 10px 40px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.map__content .fw-bold {
  margin-bottom: 20px;
}

.toTopBtn {
  position: fixed;
  z-index: 49;
  right: 20px;
  bottom: 98px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
  background-image: url(/bitrix/templates/lp_1stairs/css/../img/totop.svg);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.toTopBtn:hover {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
.first-screen__inner {
  position: relative;
}

.first-screen__inst {
  position: absolute;
  transform: rotate(15deg);
  right: 10px;
  bottom: 60px;
  z-index: 3;
  cursor: pointer;
}

.first-screen__inst img {
  display: block;
  filter: drop-shadow(0 1px 15px rgba(254, 84, 62, 0.4));
}

.input.error {
  border: 1px solid #ffa9a9;
}

.check__link {
  text-decoration: underline;
}

/*forms*/
.fancybox-content .input {
  margin-bottom: 15px;
}

.fancybox-content .btn-submit {
  margin-top: 15px;
}

.fancybox-content.prod-w {
  max-width: 800px;
}

.prod-info {
  background: #F7F7F7;
  border-radius: 10px;
  margin: 10px 0 30px;
  padding: 10px;
}

.prod-info-headline {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  color: #011D48;
  margin-bottom: 15px;
  text-align: center;
}

[id^=wait_comp] {
  display: none;
}

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

.prod-images {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}

.prod-video {
  height: 400px;
  margin-top: 30px;
}

.swiper-container-ajax.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.prod-images .swiper-button-next,
.prod-images .swiper-button-prev {
  height: 20px;
  width: 10px;
  cursor: pointer;
}

.prod-images .swiper-button-next,
.prod-images .swiper-button-prev {
  background: url(/bitrix/templates/lp_1stairs/css/../img/icons/arrow-black.svg) center/contain no-repeat;
}

.prod-images .swiper-button-next {
  right: 10px;
}

.prod-images .swiper-button-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ripple {
  animation: ripple 2s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .7rem rgba(254, 84, 62, 0.4),
      0 0 0 1.5rem rgba(254, 84, 62, 0.4),
      0 0 0 5rem rgba(254, 84, 62, 0.4);
  }

  100% {
    box-shadow: 0 0 0 1.5rem rgba(254, 84, 62, 0.4),
      0 0 0 4rem rgba(254, 84, 62, 0.4),
      0 0 0 8rem rgba(254, 84, 62, 0.4);
  }
}

.shake {
  animation: shake 2s linear infinite;
}

@keyframes shake {

  0%,
  50%,
  100% {
    transform: rotate(15deg);
  }

  10%,
  30% {
    transform: rotate(-5deg);
  }

  20%,
  40% {
    transform: rotate(5deg);
  }
}

.policy {
  padding-top: 120px;
  position: relative;
}

.policy:after {
  content: ' ';
  display: block;
  height: 111px;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #011D48;
  top: 0;
}

.label-checkbox {
  display: block;
  text-align: left;
}

.policy ol ol {
  margin: 10px 0;
  padding-left: 10px;
  list-style-position: inside;
}

.g-recaptcha {
  margin: 15px 0 0 0;
}

/* block-12 start-->*/
.block-12__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}

.block-12__item {
  width: 100%;
  margin: 0 10px 30px;
  max-width: calc(33.333% - 20px);
}

.block-12__title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto 15px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.block-12__slider {
  max-width: 100%;
}

.block-12__slider a {
  display: flex;
  width: 100%;
}

.block-12__slider img {
  max-width: 100%;
  min-width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.ta-center {
  text-align: center;
}

/*<-- block-12 end */
/* End */


/* Start:/bitrix/templates/lp_1stairs/css/media.css?16486471378902*/
@media only screen and (max-width: 1550px){
	.first-screen__img{
		left: 49%;
	}
}
@media only screen and (max-width: 1210px){
	.map__container{
		left: 40px;
	}
}
@media only screen and (max-width: 1120px){
	.block-text__container:before, 
	.block-text__container:after{
		width: 250px;
    height: 460px;
	}
}
@media only screen and (max-width: 1090px){
	.block-form__img{
		max-width: 600px;
		left: -42px;
	}
}
@media only screen and (max-width: 1060px){
	.first-screen__img {
    left: 54%;
	}
	.first-screen .swiper-container.main-slider{
		width: 60%;
	}
	/*block-7*/
	.block-7{
		padding: 215px 0 40px 0;
	}
	.block-7 .title{
		margin-bottom: 55px;
	}
	.block-7__li{
		max-width: 300px;
	}
	.block-7:before{   
		width: 400px;
    height: 400px;
    left: calc(50% - 185px);
}
.block-12__item{
	max-width: calc(50% - 20px);
}
.who-we__li.arrow-down:after{
	right: 0px;
  top: 145px;
}
.who-we__li.arrow-down2:after{
	left: -177px;
}
}
@media only screen and (max-width: 1010px){
	/*who-we*/
	.who-we__top{
		flex-direction: column;
	}
	.who-we__content{
		left: -30px;
		right: initial;
		bottom: -30px;
		max-width: 520px;
	}
	/*characteristic*/
	.characteristic__img{
		max-width: 310px;
	}
	.characteristic__img:before{
		width: 285px;
    height: 290px;
	}
}
@media only screen and (max-width: 992px){
	.characteristic__text{
		max-width: 310px;
	}
	/*block-text*/
	.block-text__container:before, 
	.block-text__container:after{
		width: 250px;
		height: 343px;
		top: 110px;
		opacity: .9;
	}
	.block-9__video{
		height: 218px;
	}
	/*portfolio*/
	.portfolio__content{
		padding: 20px;
	}
	/*form block*/
	.block-form__img{
		display: none;
	}
	.block-form__inner{
		margin: auto;
	}
	.block-form__container{
		width: fit-content;
    margin: auto;
	}
}
@media only screen and (max-width: 940px){
	.first-screen .swiper-container.main-slider{
		width: 100%;
		max-width: 540px;
	}
	.main-slider__inner{
		z-index: 1;
	}
	.first-screen__img{
		right: -344px;
		left: initial;
		opacity: .6;
		z-index: -1;
	}
	/*block-1*/
	.block-1__inner{
		flex-direction: column;
		align-items: center;
	}
	.block-1 .title{
		text-align: center;
	}
	.block-1 .title:after{
		display: none;
	}
	/*who-we*/
	.who-we__ol{
		column-count: 2;
	}
}
@media only screen and (max-width: 900px){
	.advantages__container{
		flex-direction: column;
	}
	.advantages:after{
		top: initial;
		bottom: -27px;
		width: 540px;
		height: 463px;
	}
	.advantages__content{
		padding-right: 0;
	}
	.call-master__img{
		max-width: 40%;
	}
	/*.block-8*/
	.block-8__ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.block-8__li{
		max-width: 275px;
	}
	.block-9__video{
		height: 191px;
	}
	/*portfolio*/
	.portfolio__content{
		flex-direction: column-reverse;
		height: 515px;
	}
	.portfolio__text{
		margin-right: 0;
		text-align: center;
		margin-top: 15px;
	}
	.portfolio__img{
		max-width: 356px;
	}
	.portfolio__link{
		margin: auto;
		margin-top: 20px;
	}
	.portfolio__text-inner{
		max-height: 131px;
	}
	/*characteristic*/
	.block-4__att .title{
		margin: 0 20px;
    text-align: center;
	}
	/*sheme*/
	.scheme__ul{
		margin-left: 20px;
	}
	.scheme__li:before {
		margin-right: 15px;
		width: 30px;
		height: 30px;
	}
	.who-we__li.arrow-down2:after{
		left: -114px;
	}
}
@media only screen and (max-width: 800px){
	.block-12__item{
		max-width: calc(50% - 20px);
	}
	.block-7:before{
		display: none;
	}
	.block-7__li:before{
		width: 45px;
		height: 45px;
	}
	.block-7__li:before{
		margin-left: -57px;
	}
	.block-7__li:nth-child(even){
		padding: 11px 11px 11px 25px;
	}
	.block-7__li:nth-child(even):before{
		margin-right: 0px;
	}
	/*sheme*/
	.scheme__container{
		flex-direction: column;
	}
	.scheme__ul{
		margin-left: 0;
	}
	.scheme__video{
		max-width: 350px;
		height: 277px;
		margin: auto;
		padding-bottom: 80px;
	}
	/*video-block*/
	.video-block{
		flex-direction: column;
	}
	.video-block__content{
		padding-right: 0;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px){
	.block-11 .gallery-top{
    height: 507px;
	}
	.block-11__slider {
		max-width: 650px;
	}
	.block-9__inner{
		flex-direction: column;
	}
	.block-9__video{
		max-width: 320px;
		padding-bottom: 70px;
		margin: auto;
		height: 250px;
	}
	.block-9 .title{
		max-width: 400px;
		margin: 0 auto 50px;
	}
	.block-9__inner:before {
		left: -47px;
	}
	.block-9__inner:after {
    right: -78px;
	}
	.block-text {
    padding: 80px 0 120px;
	}
	.block-1{
		padding: 90px 0 50px;
	}
}
@media only screen and (max-width: 760px){
	/*characteristic*/
	.characteristic__img:before{
		display: none;
	}
	.who-we__li:before{
		display: none!important;
	}
	.who-we__li:not(:last-child):after,
	.who-we__li.arrow-down:after,
	.who-we__li.no-arrow:after{
		content: '\2193'!important;
		color: #E06D06;
		font-size: 30px;
		display: block;
		line-height: 16px;
		position: absolute;
		right: initial!important;
		left: calc(50% - 10px)!important;
		bottom: -20px!important;
		transform: rotate(0)!important;
		top: initial;

	}
	.who-we__li{
		max-width: 480px;
		margin: 0 auto 30px;
		min-height: initial;
	}
	.who-we__li:nth-child(1){
		order: 1;
	}
	.who-we__li:nth-child(2){
		order: 2;
	}
	.who-we__li:nth-child(3){
		order: 3;
	}
	.who-we__li:nth-child(4){
		order: 6;
	}
	.who-we__li:nth-child(5){
		order: 5;
	}
	.who-we__li:nth-child(6){
		order: 4;
	}
	.who-we__li:nth-child(7){
		order: 7;
	}
	
}
@media only screen and (max-width: 700px){
	/*block-1*/
	.block-1__li:before{
		width: 32px;
		height: 32px;
		margin: 0 15px 0 0;
	}
	/*who-we*/
	.who-we__content{
		left: initial;
	}
	/*characteristic*/
	.characteristic__item{
		flex-direction: column;
	}
	.characteristic__item:nth-child(2){
		flex-direction: column-reverse;
	}
	.characteristic {
    padding: 60px 0 60px;
	}
	.characteristic__text{
		margin-top: 20px;
	}
	.characteristic__item:not(:last-child) {
    margin-bottom: 50px;
	}
	/*block-4*/
	.block-4__img-wrap{
		flex-wrap: wrap;
		justify-content: center;
	}
	.block-4__img{
		max-width: calc(50% - 20px);
		margin-bottom: 20px;
	}
	.block-4__att{
		flex-direction: column;
	}
	.block-4__att .title{
		margin-bottom: 20px;
	}
	/*call master*/
	.call-master__img{
		display: none;
	}
	.call-master__content{
		max-width: 400px;
		margin: auto;
		text-align: center;
	}
	.call-master__link{
		margin: auto;
		margin-top: 30px;
	}
	/*block-7*/
	.block-7__li {
    max-width: 400px;
		margin: 0 auto 20px;
	}
	/*block-text*/
	.block-text__container:before, .block-text__container:after {
    width: 179px;
    height: 304px;
	}
	/*block11*/
	.block-11__slider {
    max-width: 450px;
	}
	.block-11 .gallery-top {
    height: 462px;
	}
	.block-8__li {
    max-width: 250px;
	}
	/*map*/
	.map__container{
		position: relative;
		top: initial;
		left: initial;
		padding: 40px;
	}
	.map__content{
		margin: auto;
	}
	.map__inner {
    height: 260px;
    overflow: hidden;
	}
}
@media only screen and (max-width: 620px){
	.block-8{
		padding: 30px 0;
	}
	.block-8__li{
		margin: 0;
	}
	.block-8__li {
    max-width: 220px;
	}
	.block-8__li span{
		font-size: 36px;
	}
	.advantages__li:before{
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
	.block-text__container:before, .block-text__container:after{
		display: none;
	}
	.block-text {
    padding: 60px 0 20px;
	}
}

@media only screen and (max-width: 480px){
	.who-we__li{
		max-width: calc(100% - 30px);
	}
	.block-12__item{
		max-width: calc(100% - 20px);
	}
	.first-screen .swiper-container.main-slider {
		height: 660px;
	}
	.first-screen__img{
		height: 660px;
	}
	.first-screen__img img{
		max-height: 100%;
	}
	.first-screen__img{
		opacity: .4;
	}
	.main-slider__title{
		font-size: 36px;
	}
	.main-slider__p{
		font-size: 18px;
	}
	.title{
		font-size: 24px;
	}
	.who-we__ol {
    column-count: 1;
	}
	.block-4__img{
		max-width: calc(100%);
	}
	.block-4 {
    padding: 60px 0;
}
	.who-we__content{
		bottom: initial;
	}
	.block-8__li {
    margin-top: -45px;
	}
	.block-8__att{
		padding: 15px 20px;
		background-image: none;
	}
	.video-block{
		padding: 20px;
	}
	.video-block__video{
		height: 182px;
	}
	.block-11 .gallery-top {
    height: 262px;
	}
	.block-11{
		padding: 80px 0 0;
	}
	.block-form__container{
		padding: 35px 20px;
	}
	.footer__container{
		text-align: center;
	}
	.toTopBtn{
		right: 10px;
	}
	.block-form{
		padding: 90px 0 80px;
	}
	.portfolio__content{
		justify-content: center;
	}
	.portfolio__content{
		box-shadow: 0 0 0 10px #002A6B, 0 10px 40px rgba(0, 0, 0, 0.15);
	}
	.swiper-button-next {
    right: -10px;
	}
	.swiper-button-prev{
		left: -10px;
	}
	.characteristic {
    padding: 60px 0 20px;
	}
	.main-slider .swiper-pagination {
		bottom: 50px;
	}
	.portfolio__slider .swiper-pagination{
		bottom: 30px;
	}
	.advantages{
		padding: 80px 0 70px 0;
	}
}
@media only screen and (max-width: 350px){
	.portfolio__content{
		height: 432px;
	}
	.portfolio{
		margin-bottom: -346px;
		padding: 40px 0;
	}
}
/* End */


/* Start:/bitrix/templates/lp_1stairs/css/custom.css?17665784112719*/
/* 22.12.2025 MayorovaOlesya */
/* Сброс счетчика для основного списка */
.pvoopd-page > ol {
    list-style-type: none;
    counter-reset: section;
}

/* Нумерация основных пунктов */
.pvoopd-page > ol > li {
    counter-increment: section;
}

/* Нумерация основных пунктов */
.pvoopd-page > ol > li::before {
    content: counter(section) ". ";
}

/* Сброс счетчика для вложенных списков */
.pvoopd-page > ol > li + ol {
    counter-reset: subsection;
    list-style-type: none;
}

/* Нумерация вложенных пунктов */
.pvoopd-page > ol > li + ol > li::before {
    content: counters(section, ".") "." counter(subsection) ". ";
    counter-increment: subsection;
}

/* Сброс счетчика для подпунктов */
.pvoopd-page > ol > li + ol > li > ol {
    counter-reset: subsubsection;
    list-style-type: none;
}

/* Нумерация подпунктов */
.pvoopd-page > ol > li + ol > li > ol > li::before {
    content: counters(section, ".") "." counter(subsection) "." counter(subsubsection) ". ";
    counter-increment: subsubsection;
}

.footer__info-organization {
    font-size: 13px;
    margin-left: 10px;
}

@media only screen and (max-width: 700px){
	.footer__info-organization {
        margin-top: 10px;
        margin-left: 0px;
    }
}

.input-checkbox  + label { /* .custom-checkbox это скрытый input */
    cursor: pointer;
    display: inline-block;
    padding-left: 25px; /* Отступ для значка */
    position: relative;
}

.input-checkbox  + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
}

/* Стиль галочки */
.input-checkbox  + label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    display: none; /* Сначала скрыто */
}

/* Когда чекбокс отмечен, показываем "галочку" */
.input-checkbox:checked + label::after {
    display: block;
}

/* И меняем цвет фона для отмеченного состояния */
.input-checkbox:checked + label::before {
    background-color: #77B543;
    border-color: #77B543;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}


/* End */


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