

@keyframes heartbeat {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  to {
    transform: scale(1);
  }
}

* {
  font-family: "Museo Sans Curl", sans-serif;
}

.container {
  display: block;
  max-width: 950px;
  margin: 0 auto;
}

.promo {
  min-height: 650px;
  padding: 21px 0 93px 0;
  background: url(../img/screen1/bg.png) center center/cover no-repeat;
}

.promo__wrapper {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.promo__header {
  font-weight: 700;
  font-size: 42px;
  color: white;
}

.promo__subheader {
  font-weight: 500;
  font-size: 24px;
  color: white;
}

.promo__icons {
  margin-top: 60px;
  display: flex;
  width: 425px;
  justify-content: space-between;
  align-items: center;
}

.promo__icon {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: white;
}
.promo__icon img {
  margin-bottom: 20px;
}

.promo_link {
  margin-top: 18px;
  font-weight: 500;
  font-size: 16px;
  color: white;
}
.promo_link a {
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo {
  width: 250px;
}
.header .header__logo img {
  width: 100%;
}
.header .header__official {
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.header .header__official span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.header .header__phone {
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.button {
  display: block;
  width: 153px;
  height: 32px;
  background: #c70101;
  border: none;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s all;
}
.button:hover {
  box-shadow: 2px 2px 10px #c70101;
  border: none;
}
.button_main {
  margin-top: 67px;
  width: 303px;
  height: 54px;
  font-size: 16px;
}
.button_submit {
  width: 100%;
  height: 58px;
  background: #C70101;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.button_mini {
  width: 135px;
  height: 44px;
  font-size: 14px;
}

.advant {
  background: #F6F6F6;
  padding-top: 70px;
  padding-bottom: 70px;
}

.advant__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #0D0D0D;
}

.advant__items {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advant__item {
  width: 270px;
}
.advant__item img {
  display: block;
  margin: 0 auto;
}

.advant__text {
  text-align: center;
  margin-top: 35px;
  font-weight: 700;
  font-size: 18px;
  color: #0D0D0D;
}

.advant__subtext {
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #0D0D0D;
}

.advant__item_anim {
  animation: heartbeat;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.consult {
  min-height: 680px;
  padding: 100px 0 92px 0;
  background: url("../img/screen3/bg2.png") center center/cover no-repeat;
}
.consult .error {
  border: 1px solid red;
  text-align: center;
}
.consult label.error {
  color: #FFFFFF;
  border: none;
  text-align: center;
  margin-bottom: 15px;
}

.consult__descr {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  margin-top: 10px;
}

.title {
  color: black;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.title_left {
  font-size: 36px;
  color: #FFFFFF;
  text-align: left;
}

.feed-form {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}
.feed-form input {
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
  border: none;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  color: #4B4B4B;
}
.feed-form input:nth-child(3) {
  margin-bottom: 20px;
}

.feed-form-forms {
  width: 300px;
}

.carousel {
  padding: 81px 0;
}
.carousel__inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
.carousel .slick-track {
  display: flex;
}
.carousel .slick-list {
  overflow: hidden;
}
.carousel .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -66px;
  border: none;
  background-color: #fff;
}
.carousel .slick-prev img {
  width: 31px;
  height: 50px;
  cursor: pointer;
}
.carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -66px;
  border: none;
  background-color: #fff;
}
.carousel .slick-next img {
  width: 31px;
  height: 50px;
  cursor: pointer;
}

.catalog {
  padding-bottom: 100px;
}

.catalog__tabs {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  border-top: 70px;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.catalog__tab {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 47px;
  width: 222px;
  height: 52px;
  background: rgba(0, 0, 0, 0.0001);
  border: 2px solid #D0D0D0;
  transform: skewX(-25deg);
  margin: 0 5px;
  color: #6B6B6B;
  cursor: pointer;
  transition: 0.5s all;
}
.catalog__tab:hover {
  box-shadow: 3px 3px 20px;
  border: none;
}
.catalog__tab .catalog__text {
  transform: skewX(25deg);
}
.catalog__tab_active {
  color: #fff;
  background: #C70101;
  border: none;
}

.catalog__content {
  display: none;
}
.catalog__content_active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog-item {
  margin-top: 60px;
  width: 250px;
  min-height: 442px;
  border: 2px solid #e8e8e8;
  padding: 20px 20px 0 20px;
}

.catalog-item__img {
  display: block;
  margin: 0 auto;
}

.catalog-item__subtitle {
  margin-top: 15px;
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #0D0D0D;
}

.catalog-item__descr {
  margin-top: 15px;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #0D0D0D;
}

.catalog-item__link {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-decoration-line: underline;
  color: #C70101;
}

.catalog-item__pastpr {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  text-decoration-line: line-through;
  color: #555555;
}

.catalog-item__newpr {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #050505;
}

hr {
  margin-top: 18px;
}

.catalog-item__footer {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.catalog-item {
  overflow: hidden;
}
.catalog-item__wrapper {
  display: flex;
  width: calc(200% + 40px);
}
.catalog-item__content {
  width: 50%;
  margin-right: 0px;
  transform: translateX(-150%);
  transition: 0.5s all;
}
.catalog-item__content_active {
  transform: translateX(0%);
  margin-right: 20px;
}
.catalog-item__list {
  width: 50%;
  margin-left: 20px;
  transform: translateX(0%);
  padding-right: 20px;
  transition: 0.5s all;
  padding-left: 19px;
  margin-bottom: 0;
  list-style-type: none;
}
.catalog-item__list_active {
  transform: translateX(-100%);
  margin-left: 44px;
}
.catalog-item__list li {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 20px;
}
.catalog-item__list li:before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #C70101;
  left: -14px;
  top: 7px;
}

.catalog-item__back {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  text-decoration-line: underline;
  color: #C70101;
  margin: 75px;
}

.reviews__name {
  font-weight: 700;
  font-size: 18px;
  color: #0D0D0D;
}

.reviews__subname {
  font-weight: 500;
  font-size: 14px;
  color: #646464;
}

.reviews__descr {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #0D0D0D;
  text-align: left;
}

.reviews__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #0D0D0D;
}

.reviews__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.reviews__wrapperdescr {
  margin-left: 60px;
}

.footer {
  margin-top: 60px;
  height: 630px;
  position: relative;
}

.footer__info {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 460px;
  height: 270px;
  background: #C70101;
}

.footer__address {
  margin: 0 auto;
  margin-top: 50px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}

.footer__tel {
  display: block;
  margin: 0 auto;
  margin-top: 36px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 15px;
}
.footer__social-item img {
  height: 27px;
}

.footer__social {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  min-height: 380px;
  background: #F2F2F2;
  padding: 40px 40px 40px 40px;
}
.modal .error {
  border: 1px solid red;
  text-align: center;
}
.modal label.error {
  border: none;
  text-align: center;
  margin-bottom: 15px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 51px;
  line-height: 37px;
  color: #c70101;
  cursor: pointer;
}

.modal__subtitle {
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  color: #0D0D0D;
}

.modal__descr {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #0D0D0D;
  margin-top: 10px;
}

#consultation, #order, #thanks {
  display: none;
}

.modal_mini {
  min-height: 100px;
}

.pageup {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
}
.pageup img {
  width: 100%;
}

.footer__map_style {
  width: 100%;
  height: 630px;
}/*# sourceMappingURL=style.css.map */

@media (max-width: 991px) {
  .container {
    display: block;
    width: 750px;
    margin: 0 auto;
  }
  .carousel {
    display: none;
  }
  .promo__wrapper {
    margin-top: 45px;
  }
  .promo__icons {
    margin-top: 40px;
  }
  .promo__icon img {
    margin-bottom: 10px;
  }
  .button_main {
    margin-top: 50px;
  }
  .promo {
    min-height: 520px;
  }
  .advant {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .advant__items {
    padding-top: 30px;
  }
  .advant__item {
    width: 200px;
  }
  .advant__text {
    margin-top: 15px;
  }
  .advant__subtext {
    margin-top: 10px;
  }
}
@media (max-width: 776px) {
  .container {
    max-width: 550px;
  }
  .header__official {
    display: none;
  }
  .promo_link {
    display: none;
  }
  .advant__subtext {
    display: none;
  }
  .slick-slide img{
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .reviews{
    display: none;
  }
  .carousel__inner {
    position: relative;
    width: 750px;
    margin: 0 auto;
    display: none;
  }
  .container {
    max-width: 300px;
  }
  .promo__header {
    text-align: center;
    font-weight: 500;
    font-size: 42px;
    color: white;
    margin-bottom: 40px;
  }
  .promo__subheader {
    display: none;
  }
  .promo__icons {
    margin-top: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .promo__icon {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: white;
  }
  .promo__icon img {
    margin-bottom: 10px;
  }
  .header__logo img {
    display: none;
  }
  .header__contacts {
    width: 200%;
  }
  .advant__item {
    display: block;
    width: 60%;
  }
  .advant__item img {
    display: block;
    width: 60%;
  }
  .advant__text {
    font-weight: 500;
  }
  .catalog__tab {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 47px;
    width: 280px;
    height: 100%;
    margin-top: 20px;
  }
  .catalog__tabs{
    display: block;
  }
  .footer__info {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }
}