html, body, ul, ol {
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: thin;
}

li {
  text-decoration: none;
  color: black;
}

@font-face {
  font-family: Futura;
  src: url(../fonts/FuturaBookC-Italic.ttf);
}

.logo .logo__left-part {
  font-size: 35px;
  color: white;
  text-decoration: none;
  line-height: 1.25;
}

.catalog__list {
  font-family: Futura;
  color: black;
  font-size: 20px;
  text-decoration: none;
  list-style: none;
}

.image-block__slider-switch, .pagination__item a, .stay-in-touch__contacts, .catalog__image, .catalog__description-block, .popup__body, .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lock {
  overflow: hidden;
}

.wrapper {
  font-family: Futura;
  text-decoration: none;
}

.image-block {
  position: relative;
  height: 800px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(187, 187, 187, 0.244)), to(rgba(153, 153, 153, 0.244))), url(../img/nochnoj_gorod_dlitelnoe_vozdejstvie_doroga_140393_1920x1080.jpg);
  background-image: linear-gradient(to right, rgba(187, 187, 187, 0.244) 20%, rgba(153, 153, 153, 0.244) 100%), url(../img/nochnoj_gorod_dlitelnoe_vozdejstvie_doroga_140393_1920x1080.jpg);
}

.image-block._active {
  background-position: 50% center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(187, 187, 187, 0.244)), to(rgba(153, 153, 153, 0.244))), url(../img/nochnoj_gorod_ogni_goroda_panorama_136046_1920x1080.jpg);
  background-image: linear-gradient(to right, rgba(187, 187, 187, 0.244) 20%, rgba(153, 153, 153, 0.244) 100%), url(../img/nochnoj_gorod_ogni_goroda_panorama_136046_1920x1080.jpg);
}

.image-block__navigation {
  width: 100%;
  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;
  padding-top: 1.5em;
}

.header__menu {
  display: none;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3em;
}

.logo .logo__left-part {
  padding-right: .5em;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3em;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  display: inline-block;
}

.nav a {
  text-decoration: none;
  font-family: Futura;
  font-size: 20px;
  color: white;
}

.nav .nav__item {
  padding-right: 3em;
}

.nav .nav__list {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  padding-bottom: 3px;
  background-position-x: center;
  background-position-y: bottom;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0.17, 0.5, 0.91);
  transition: all 0.25s cubic-bezier(0.4, 0.17, 0.5, 0.91);
}

.nav .nav__list:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white);
  left: 0;
  background-size: 100% 1px;
  padding-bottom: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0.17, 0.5, 0.91);
  transition: all 0.25s cubic-bezier(0.4, 0.17, 0.5, 0.91);
}

.image-block__first-description {
  padding-left: 135px;
  padding-top: 225px;
  width: 650px;
}

.image-block__slider-switch {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.image-block__slider-switch .slider-switch {
  width: 80px;
  height: 3px;
  background-color: #bfbfbf;
  opacity: .3;
  margin-left: 1.5em;
  border-radius: .5em;
  cursor: pointer;
  -webkit-mask-image: radial-gradient(#fff, #000);
          mask-image: radial-gradient(#fff, #000);
  -webkit-transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
  transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
}

.image-block__slider-switch .slider-switch._active {
  width: 80px;
  height: 3px;
  background-color: white;
  border-radius: .5em;
  opacity: 1;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
  transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
}

.middle-section__header {
  font-family: Futura;
  font-size: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.middle-section__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__item {
  height: 400px;
  width: 375px;
  border-radius: 15px;
  background-color: white;
  border: solid 1px #f3f3f3;
  -webkit-box-shadow: 1px 4px 9px rgba(48, 66, 117, 0.13);
          box-shadow: 1px 4px 9px rgba(48, 66, 117, 0.13);
  margin: 25px 0  55px 25px;
}

.middle-section__pagination {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: black;
  font-family: Futura;
  border-top: 1px solid #f3f3f3;
}

.pagination__item a {
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

.pagination__item {
  margin-right: 10px;
  margin-left: 35px;
  width: 50px;
  height: 50px;
  border: 1px solid #f3f3f3;
  border-radius: 15px;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

.pagination__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 0.45s, -webkit-transform 0.5s cubic-bezier(0.29, 0.58, 0.05, 1);
  transition: background-color 0.45s, -webkit-transform 0.5s cubic-bezier(0.29, 0.58, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.29, 0.58, 0.05, 1), background-color 0.45s;
  transition: transform 0.5s cubic-bezier(0.29, 0.58, 0.05, 1), background-color 0.45s, -webkit-transform 0.5s cubic-bezier(0.29, 0.58, 0.05, 1);
  background-color: #f5f5f5;
}

.pagination__item._active {
  background-color: #f3f3f3;
}

.footer__stay-in-touch {
  height: 720px;
  width: 100%;
  background-color: #ededed;
}

.stay-in-touch__litle-header {
  width: 100%;
  text-align: center;
  color: #008ed6;
  font-size: 20px;
  font-family: Futura;
  padding-top: 20px;
  padding-bottom: 25px;
}

.stay-in-touch__header {
  width: 100%;
  text-align: center;
  font-family: Futura;
  font-size: 35px;
}

.stay-in-touch__contacts {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 150px;
}

.contact__item {
  width: 270px;
}

.contact__item li {
  color: dimgray;
  font-family: Futura;
  list-style: none;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.contact__item .contact__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}

.catalog__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 335px;
}

.catalog__description-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fdfdfd;
  border-radius: 15px;
  border: 1px solid #f3f3f3;
  margin-top: 15px;
  font-family: Futura;
  -webkit-box-shadow: 1px 4px 9px rgba(48, 66, 117, 0.13);
          box-shadow: 1px 4px 9px rgba(48, 66, 117, 0.13);
}

.catalog__list {
  font-size: 18px;
  text-align: center;
}

.popup {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 100;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  z-index: 100;
}

.popup__body {
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
}

.popup__content {
  background-color: #fff;
  color: #000;
  width: 800px;
  border-radius: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  opacity: 0;
}

.popup__content._in {
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  opacity: 1;
  -webkit-transition: opacity .25s, -webkit-transform .5s;
  transition: opacity .25s, -webkit-transform .5s;
  transition: transform .5s, opacity .25s;
  transition: transform .5s, opacity .25s, -webkit-transform .5s;
}

.popup__content._out {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  opacity: 1;
}

.popup__content._out-out {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0;
  -webkit-transition: opacity .3s .15s, -webkit-transform .3s;
  transition: opacity .3s .15s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s .15s;
  transition: transform .3s, opacity .3s .15s, -webkit-transform .3s;
}

.popup__content._active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.product__preview, .product__information {
  width: 50%;
}

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

.popup__close {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.popup__title {
  font-size: 35px;
  margin: 0px 0px 1em 0px;
}

.popup__text {
  font-size: 20px;
}

.map__main-header, .map__second-header {
  position: absolute;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 3px;
  font-size: 18px;
  margin: 10px;
  padding: 1px;
  width: 200px;
  height: 35px;
}

.map__header {
  height: 100%;
  text-align: center;
  padding-top: 6px;
}

.map__main-header {
  right: 49.5%;
}

.map__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map__second-header {
  right: 0;
}

.footer__copyright {
  height: 160px;
  background-color: #15141a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copyright__block, .copyright__block span {
  text-align: center;
  width: 100%;
  color: #616060;
  font-family: Futura;
  font-size: 18px;
}

@media screen and (max-width: 1300px) {
  .nav {
    padding-right: 3em;
  }
  .nav .nav__item {
    padding-left: 3em;
    padding-right: 0;
  }
  .third-section__first-block {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.button {
  margin-left: 40%;
  margin-right: 40%;
  height: 50px;
  background-color: #008ed6;
  color: white;
  font-size: 17px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 3%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  text-decoration: none;
}

.button:hover {
  background-color: #017cbb;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

@media screen and (max-width: 992px) {
  .nav {
    padding-right: 3em;
  }
  .nav .nav__item {
    padding-right: 0;
    padding-left: 3em;
  }
  .second-section__benefits {
    padding-left: 50px;
    padding-right: 50px;
  }
  .third-section__first-block {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 882px) {
  html {
    scrollbar-width: none;
  }
  .image-block {
    height: 100%;
  }
  .image-block__slider-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
  .image-block__slider-switch .slider-switch {
    width: 80px;
    height: 3px;
    background-color: #bfbfbf;
    opacity: .3;
    margin-right: 1em;
    border-radius: .5em;
    cursor: pointer;
    -webkit-mask-image: radial-gradient(#fff, #000);
            mask-image: radial-gradient(#fff, #000);
    -webkit-transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
    transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
  }
  .image-block__slider-switch .slider-switch._active {
    width: 80px;
    height: 3px;
    background-color: white;
    margin-right: 1em;
    border-radius: .5em;
    opacity: 1;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
    transition: all 0.4s cubic-bezier(0.29, 0.58, 0.05, 1);
  }
  .image-block__navigation {
    background-color: rgba(21, 20, 26, 0.4);
    position: fixed;
    padding-top: 1em;
  }
  .nav {
    display: none;
  }
  .logo {
    padding-left: 1.5em;
  }
  .logo__left-part {
    display: none;
  }
  .fixed {
    background-color: rgba(21, 20, 26, 0.4);
    position: fixed;
    padding-top: 1em;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin-right: 2em;
  }
  .header__burger:before, .header__burger:after {
    content: '';
    background-color: white;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
  }
  .header__burger span {
    position: absolute;
    background-color: white;
    width: 0;
    width: 100%;
    height: 2px;
    top: 9px;
  }
  .header__burger:after {
    top: 0;
  }
  .header__burger:before {
    bottom: 0;
  }
  .header__menu {
    width: 0;
    height: 100vh;
    display: none;
  }
  .header__menu._active {
    display: block;
    height: 100vh;
    z-index: 100;
    position: fixed;
    width: 0px;
    background-color: white;
    right: 0;
    top: 0;
    right: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.29, 0.58, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.29, 0.58, 0.05, 1);
  }
  .header__menu._in {
    width: 280px;
    display: block;
    height: 100vh;
    background-color: white;
    z-index: 100;
    -webkit-transition: all 0.8s cubic-bezier(0.29, 0.58, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.29, 0.58, 0.05, 1);
  }
  .header__menu._out {
    width: 280px;
    display: block;
    height: 100vh;
    z-index: 100;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header__menu._active._man {
    display: block;
    height: 100vh;
    z-index: 100;
    position: fixed;
    width: 280px;
    background-color: white;
    right: 0;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header__mobile-blackout {
    display: none;
  }
  .header__mobile-blackout._active {
    position: fixed;
    display: block;
    z-index: 100;
    background-color: black;
    opacity: 0;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100vh;
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header__mobile-blackout._active._man {
    opacity: .6;
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header__icon {
    position: absolute;
    top: 12px;
    right: 32px;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  }
  .header__icon._active {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  }
  .header__container {
    margin-top: 76px;
    height: 100%;
  }
  .header__container li {
    text-decoration: none;
    color: black;
    list-style: none;
  }
  .header__item {
    border-top: 1px #dadada;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header__list {
    font-size: 25px;
    text-decoration: none;
    color: black;
    padding-left: 15px;
  }
  .catalog__item {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .popup__content {
    width: 80vh;
    display: block;
    padding: 40px;
  }
  .product__preview, .product__information {
    width: 100%;
  }
  .popup {
    scrollbar-width: none;
  }
  .popup__title {
    text-align: center;
    padding-top: 20px;
  }
  .popup__content._active {
    max-width: 90vh;
    display: block;
    padding: 40px;
  }
  .footer__stay-in-touch {
    height: auto;
  }
  .pagination__item {
    margin-right: 25px;
    margin-left: 25px;
  }
  .line {
    width: 100%;
    height: 1px;
  }
  .line .line-line {
    height: 1px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #dadada;
  }
  .stay-in-touch__contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .map__main-header, .map__second-header {
    position: absolute;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    background-color: white;
    border-radius: 3px;
    font-size: 18px;
    margin: 10px;
    padding: 1px;
    width: 200px;
    height: 35px;
  }
  .map__header {
    height: 100%;
    text-align: center;
    padding-top: 6px;
  }
  .map__main-header {
    right: 0;
  }
  .map__block {
    display: block;
    width: 100%;
  }
  .map__second-header {
    right: 0;
  }
  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
  }
}
/*# sourceMappingURL=index2.css.map */