html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;

}

.up {
  width: 21px;
  height: 12px;
  position: absolute;
  position: fixed;
  top: 90%;
  right: 50px;
  z-index: 2;
}

.up:hover {
  opacity: 0.5;
}

.wrapper .container {
  max-width: 1175px;
  margin: 0px auto;
  padding: 0px 50px;
}

.wrapper p,
.wrapper a {
  font-size: 12px;
  font-family: 'InterLight';
  line-height: 22px;
}

.wrapper h2 {
  font-size: 38px;
  font-family: "InterBold";
}

h2 span {
  color: #FF7500;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-family: 'InterLight';
  text-transform: uppercase;
  line-height: 36px;
}

h4 {
  font-size: 14px;
  font-family: 'InterLight';
  text-transform: uppercase;
}

.header {
  position: relative;
  background-image: url(../img/head-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: 3;
}

.header .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

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

.row-logo {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
}

.row-logo img {
  width: 50px;
  height: 26px;
}

.row-logo a {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  transition: all 0.3s;
  text-align: right;
}

.row-logo a:hover {
  opacity: 0.5;
}

.logo-black {
  display: none;
}

.row-h1 {
  display: flex;
  margin-top: 17%;
}

.block-h1 {
  flex: 0 1 60%;
}

.block-h1 h1 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-family: "InterBold";
  line-height: 35px;
  margin-bottom: 10px;
}

.block-h1 p {
  color: #fff;
  font-size: 12px;
}

.block-number {
  flex: 0 1 40%;
}

.block-number h2 {
  position: relative;
}

.block-number h2::after {
  content: url('../img/arrow-head.svg');
  width: 25px;
  height: 50px;
  position: absolute;
  top: 40px;
  left: 57px;
}

.block-number h2 {
  font-size: 32px;
  color: #fff;
  font-family: 'InterLight';
  margin-left: 40%;
}

.row-social {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.row-social img {
  width: 20px;
  height: 20px;
}

.social-fb {
  margin-bottom: 20px;
}

.social-fb-black,
.social-insta-black {
  display: none;
}

.social-insta,
.social-fb {
  transition: 0.8s;
}

.row-social .social-insta:hover {
  opacity: 0.4;
}

.row-social .social-fb:hover {
  opacity: 0.4;
}

.header .menu {
  position: absolute;
  left: 100;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.header .nav-span {
  position: absolute;
  left: 0;
  bottom: 0;
}

.header span ul {
  display: flex;
  width: 640px;
  height: 100px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0px 100px;
  margin-bottom: 0;
  margin-top: 50px;
}

.header .nav-span ul a {
  color: black;
  font-size: 12px;
  position: relative;
}

.header .nav-span ul a::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  top: 18px;
  left: -1px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in;
}

.header .nav-span ul a:hover::before {
  background: #FF7500;
  width: 105%;
}

.header .nav-span ul .activ-menu::before {
  content: '';
  position: absolute;
  width: 105%;
  height: 2px;
  top: 18px;
  left: -1px;
  background: #FF7500;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in;
}

.header .nav-span ul .activ-menu:hover::before {
  width: 0;
}

/* **************************about************************** */
.about {
  margin-top: 205px;
  margin-bottom: 120px;
}

.about h2 {
  margin-bottom: 30px;
}

.gallery {
  display: flex;
  justify-content: center;
}

.slider-item img {
  width: 100%;
  height: auto;
}

.slider-item {
  min-width: 0;
}

.slider {
  flex: 0 1 70%;
  min-width: 0;
  position: relative;
  padding: 0px 30px;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slick-list {
  overflow-x: hidden;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 19px;
  height: 30px;
  margin-top: -24px;
}

.slider .slick-arrow:hover {
  opacity: 0.5;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url('../img/prev.svg') 0 0/ 100% no-repeat;
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url('../img/next.svg') 0 0/ 100% no-repeat;
}

.about h3 {
  text-align: center;
  margin-top: 190px;
}

.about .row-logo {
  display: flex;
  justify-content: center;
}

.body-row-logo {
  flex: 0 1 80%;
}

.about .row-logo img {
  width: 100%;
  height: auto;
}

.body-row-statistic {
  display: flex;
  justify-content: space-between;
}

.statistic-item {
  text-align: center;
  margin-top: 45px;
  padding: 15px;
}

.statistic-item h4 {
  font-size: 20px;
  font-family: "InterBold";
  color: #FF7500;
}

.about .row-map {
  display: flex;
  justify-content: center;
}

.body-row-map {
  flex: 0 1 80%;
  margin-top: 50px;
}

.body-row-map img {
  width: 100%;
  height: auto;
}

.statistic-item p {
  text-transform: uppercase;
}

/* ***********************************lifts*********************************** */
.lifts {
  padding-top: 50px;
}

.lifts-body {
  display: flex;
  justify-content: space-between;
}

.lifts-column-first {
  flex: 0 1 50%;
}

.lifts-column-second {
  flex: 0 1 40%;
}

.lifts-subtitle {
  margin-bottom: 30px;
}

.lifts-item {
  padding: 0px 0px 655px 0px;
  position: relative;
}

.passengers {
  padding: 0px 0px 635px 0px;
}

.hospital {
  margin-top: 110px;
  padding: 0px 0px 360px 0px;
}

.centers {
  margin-top: 110px;
  padding: 0px 0px 760px 0px;
}

.lifts-item span {
  background-color: #fff;
  width: 290px;
  height: 105px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lifts-item span a {
  color: #000;
  font-family: 'InterLight';
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.lifts-item span a:hover::before {
  left: 10px;
}

.travalators span a::before {
  content: url('../img/arrow2.svg');
  width: 30px;
  height: 1px;
  position: absolute;
  top: 45px;
  left: 0;
  transition: all 0.5s;
}

.passengers span a::before {
  content: url('../img/arrow2.svg');
  width: 30px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  transition: all 0.5s;
}

.hospital span a::before {
  content: url('../img/arrow2.svg');
  width: 30px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  transition: all 0.5s;
}

.centers span a::before {
  content: url('../img/arrow2.svg');
  width: 30px;
  height: 1px;
  position: absolute;
  top: 45px;
  left: 0;
  transition: all 0.5s;
}

.lifts-block-button {
  display: flex;
  flex-direction: column;
  margin-top: 140px;
}

.button {
  padding: 9px 53px;
  background-color: #FF7500;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.6s;
}

.button:hover {
  background-color: #fff;
  border: 1px solid #FF7500;
  color: #FF7500;
}

.button-lifts-second {
  display: none;
}

.lifts-block-button .all-lifts {
  color: #000;
  font-family: 'InterLight';
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}

.lifts-block-button .all-lifts::before {
  content: url('../img/arrow2.svg');
  width: 30px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  transition: all 0.5s;
}

.lifts-block-button .all-lifts:hover::before {
  left: 10px;
}

.lifts-block-button h4::after {
  content: url('../img/stroke.svg');
  width: 80px;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 0;
}

/* *************************lifts-project************************* */

.lifts-project {
  margin-top: 250px;
  margin-bottom: 130px;
}

.lifts-project h3 {
  text-align: center;
  margin-bottom: 45px;
}

.project-body {
  display: flex;
}

.project-body .left {
  padding-right: 19px;
}

.project-body .right {
  padding-left: 19px;
}

.project-column {
  flex: 0 1 50%;
}

.column-body {
  display: flex;
}

.project-column .img-1 {
  padding-bottom: 490px;
}

.project-column .img-2,
.img-3 {
  padding-bottom: 238px;
}

.column-body .item-b {
  flex: 0 1 50%;
  padding-right: 7px;
}

.column-body .item-s {
  flex: 0 1 50%;
  padding-left: 7px;
}

.item-s .img-3 {
  margin-top: 14px;
}

.project-column p {
  margin-top: 20px;
}

.fancybox__caption {
  font-family: 'InterLight';
  font-size: 14px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--fancybox-accent-color, rgba(255, 150, 29, 0.96));
}

/* **********************************mounting********************************** */
.mounting h2 {
  padding-top: 50px;
  margin-bottom: 30px;
}

.mounting .mounting-row {
  display: flex;
}

.mounting .item {
  flex: 0 1 50%;
}

.mounting .item-left {
  padding-right: 10px;
}

.mounting .item-right {
  padding-left: 10px;
}

.mounting .item-img {
  padding-bottom: 445px;
}

.mounting .item p {
  margin-bottom: 35px;
}

.mounting .item h4 {
  text-align: center;
  margin-bottom: 15px;
}

.mounting .item ul {
  margin-left: 14px;
  margin-bottom: 45px;
}

.mounting .item li {
  font-family: 'InterLight';
  font-size: 12px;
  line-height: 36px;
  list-style-type: circle;
  color: #FF7500;
}

.mounting .item li span {
  color: #000;
}

.steps {
  margin-bottom: 200px;
}

.body-row-statistic {
  display: flex;
  justify-content: center;
}

.statistic-item {
  flex: 0 1 25%;
}

.steps h3 {
  text-align: center;
  margin-top: 170px;
}

.steps img {
  margin-bottom: 15px;
}

/* **********************************service********************************** */
.service {
  padding-top: 50px;
  margin-bottom: 250px;
}

.service h2 {
  margin-bottom: 20px;
}

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

.service p {
  margin-top: 20px;
}

.service .service-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* **********************************partners********************************** */
.partners {
  margin-bottom: 150px;
}

.partners h3 {
  text-align: center;
}

.partners-row {
  display: flex;
  justify-content: center;
}

.partders-body {
  flex: 0 1 70%;
}

.partders-body img {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

/* **********************************contacts********************************** */
.contacts {
  padding-top: 50px;
}

.contacts-body {
  text-align: center;
}

.contacts-logo {
  margin-top: 70px;
  margin-bottom: 30px;
}

.kyiv {
  margin-bottom: 50px;
}

.contacts h4,
a,
p {
  margin-bottom: 20px;
}

.contacts p {
  margin-top: 10px;
}

.contacts-row-social {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex: 0 1 40%;
}

.contacts-row-social img {
  width: 100%;
  max-width: 30px;
  height: auto;
}

.contacts-row-social a {
  margin: 5px;
  padding: 5px;
}

/* **********************************footer********************************** */
footer {
  width: 100%;
  height: 180px;
  background-color: #D9D9D9;
  margin-top: 250px;
}

footer p {
  color: #616971
}

footer .row {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.logo-sii-art {
  text-align: center;
  margin-top: 20px;
  padding-left: 40px;
}

.logo-sii-art img {
  width: 100%;
  height: auto;
}

.footer-logo {
  text-align: center;
  margin-left: 146px;
}

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


/* **********************************lifts-page********************************** */
.lifts-page {
  padding-top: 100px;
}

.lifts-page .h2-lifts {
  margin-bottom: -100px;
}

.lifts-page .item {
  padding-top: 100px;
}

.lifts-page .item {
  display: flex;
}

.lifts-page .item .column-block img {
  width: 100%;
  height: auto;
}

.lifts-page .item .column-block {
  flex: 0 1 50%;
}

.info {
  padding-left: 20px;
}

.lifts-page h4 {
  font-weight: 900;
}

.contacts-lifts {
  padding-top: 150px;
}

#passenger {
  margin-top: 40px;
}