@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
html * {
  max-height: 1000000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
  text-decoration: none;
}
a {
  color: #000000;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 200ms ease;
}
button {
  cursor: pointer;
  border: 0;
  outline: none;
}
li {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
table {
  border-spacing: 0px 0px;
}
.body__container__form {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #908c8c;
}
.body__container__form__middle {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #908c8c;
  border-bottom: 1px solid #908c8c;
}
.body__container {
  width: 100%;
  max-width: 1500px;
  padding: 20px 30px 20px 30px;
  margin: 0 auto;
  border-top: 1px solid #908c8c;
  border-bottom: 1px solid #908c8c;
}
.empty__block {
  margin-bottom: 30px;
}
/* HEADER */
.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  vertical-align: top;
}
.header__container {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 21px;
}
.logo {
  position: relative;
  float: left;
  text-decoration: none;
  margin: auto;
}

.worktime {
  display: none;
  position: relative;
  float: left;
  letter-spacing: 0.4px;
  text-align: right;
  line-height: 32px;
  font-size: 23px;
}
.mail {
  display: none;
  position: relative;
  float: left;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 32px;
  font-size: 23px;
}
.phone {
  display: none;
  float: left;
  letter-spacing: 0.4px;
  color: #cb3034;
  line-height: 32px;
  font-size: 23px;
}
.call {
  display: none;
}

.phone a {
  color: #99191c;
}
.btn {
  position: relative;
  text-align: center;
}
.btn:hover {
  background-position: 0 100%;
  background-position-x: 0px;
  background-position-y: 100%;
}
.btn--small {
  display: inline-block;
  vertical-align: top;
  padding: 10px 12px;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.4px;
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  background-color: #99191c;
  border-radius: 30px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  background: linear-gradient(to bottom, #99191c 0%, #7f090c 50%, #99191c 100%);
  background-image: linear-gradient(
    rgb(153, 25, 28) 0%,
    rgb(127, 9, 12) 50%,
    rgb(153, 25, 28) 100%
  );
  background-position-x: initial;
  background-position-y: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: 100% 200%;
  transition: background-position 0.2s ease;
  transition-property: background-position;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.btn--small:hover {
  background-position: 0 100%;
  background-position-x: 0px;
  background-position-y: 100%;
}
.btn--big {
  display: inline-block;
  vertical-align: top;
  padding: 15px 80px;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.4px;
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  background-color: #99191c;
  border-radius: 30px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  background: linear-gradient(to bottom, #99191c 0%, #7f090c 50%, #99191c 100%);
  background-image: linear-gradient(
    rgb(153, 25, 28) 0%,
    rgb(127, 9, 12) 50%,
    rgb(153, 25, 28) 100%
  );
  background-position-x: initial;
  background-position-y: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: 100% 200%;
  transition: background-position 0.2s ease;
  transition-property: background-position;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.btn--big:hover {
  background-position: 0 100%;
  background-position-x: 0px;
  background-position-y: 100%;
}
.icon {
  fill: #99191c;
  display: inline;
}
.icon__time {
  margin-top: 3px;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.icon__mail {
  align-items: center;
  width: 25px;
  height: 25px;
}
.icon__send {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin-right: 20px;
}
/* Header__menu */
.header__menu {
  display: block;
  background: #99191c;
}

/* menu */
.nav__row {
  margin: 0;
  padding: 0;
}
.nav__row {
  display: flex;
}
.nav__row .nav__item {
  list-style-type: none;
  flex-basis: auto;
  flex-grow: 1;
  font-size: 25px;
  text-align: center;
}

.nav__row .nav__item .nav__link {
  padding: 20px 0;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.nav__row .nav__item .nav__link:hover {
  background: #7f090c;
}
.nav__row .nav__item .nav__link:visited {
  background: #7f090c;
}

/* slider */
.intro {
  margin-bottom: 40px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}

.slick-list {
  overflow: hidden;
}
.slick-track {
  display: flex;
}
.slick-slide {
  outline: none;
}
.main_slider {
  position: relative;
  min-width: 0;
  outline: none;
  margin-bottom: 40px;
}
.main_slider .slick-dots li button {
  width: 17px;
  height: 17px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  background: url("/img/dot.png") no-repeat center;
  outline: none;
}
.main_slider .slick-dots li.slick-active button {
  background: url("/img/dot2.png") no-repeat center;
}
ol,
ul {
  list-style: none;
}
.main_slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.main_slider .slick-dots {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -610px;
}
.main_slider .slick-arrow {
  display: block;
  position: absolute;
  border: 0;
  top: 50%;
  margin: -60px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 200px;
  height: 200px;
  outline: none;
}
.main_slider .slick-arrow.slick-prev {
  left: 0;
  background: url("/img/arrow-left.svg") 0 0 no-repeat;
  background-size: 100%;
  opacity: 0.6;
  border: 0;
}
.main_slider .slick-arrow.slick-next {
  right: 0;
  border: 0;
  background: url("/img/arrow-right.svg") 0 0 no-repeat;
  background-size: 100%;
  opacity: 0.6;
}
.slick-initialized .slick-slide {
  display: block;
}
.main_slider__item {
  height: 586px;
  position: relative;
}
.main_slider__item img {
  width: 100%;
}

.main_slider .main_slider__item .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.main_slider .main_slider__item .text {
  width: 48%;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.main_slider .main_slider__item .text .name {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
.main_slider .main_slider__item .text p {
  margin-bottom: 40px;
}
.main_slider .main_slider__item .text button,
.main_slider .main_slider__item .text .button {
  color: #fff;
  background: none;
  font-weight: 600;
  border: 3px solid #99191c;
  border-radius: 36px;
  padding: 20px 55px;
  font-size: 14px;
}
.main_slider .main_slider__item .text button:hover,
.main_slider .main_slider__item .text .button:hover {
  background: #99191c;
}
.main_slider .main_slider__item .container {
  position: relative;
}
.main_slider .main_slider__item .link {
  position: absolute;
  display: block;
  font-weight: 700;
  border-radius: 36px;
  color: #ffffff;
  background: url("/img/arrowinmyass.png") no-repeat right 20px top 50%;
  line-height: 18px;
  bottom: -20px;
  right: 0;
  padding: 30px 95px 30px 25px;
  border: 3px solid #99191c;
}
.main_slider .main_slider__item .link:hover {
  background: #99191c url("/img/arrowinmyass.png") no-repeat right 20px top 50%;
}
.main_slider .main_slider__item .link span {
  display: inline-block;
  vertical-align: middle;
}

.main_slider .main_slider__item .badg {
  text-align: center;
  color: #fff;
  width: 181px;
  height: 246px;
  background: url("img/badge.png");
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  z-index: 2;
}
.main_slider .main_slider__item .badg .b2 {
  font-family: "NK842";
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
}
.main_slider .main_slider__item .badg .b3 {
  margin-bottom: 20px;
}
.main_slider .main_slider__item .badg a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  color: #fff;
}

/* Top Catalog */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.container__form__cation {
  max-width: 1260px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row__center {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.catalog__column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0px;
}
.cat-cont {
  padding-bottom: 20px;
}
.catalog__item {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}

.catalog__item .catalog__item--name {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 35px;
  width: 70%;
  margin: 30px 0;
}

.catalog__item .catalog__item--price {
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: 80%;
  left: 35px;
  display: table-cell;
}

.catalog__item .catalog__item--price .interval {
  font-weight: 900;
  font-size: 20px;
}
.catalog__item .catalog__item--price .price {
  font-weight: 700;
  font-size: 40px;
}

.line {
  width: 100%;
  height: 2px;
  background: #908c8c;
  margin: 30px;
  position: relative;
  margin-left: 0px;
}

/* About us */

.about_us {
  text-align: center;
  padding: 0 0 40px 0;
  color: #000000;
}
.about_us h1 {
  font-size: 44px;
  color: #99191c;
  margin-bottom: 20px;
}
.photo {
  width: 100%;
  border-radius: 50px;
  margin: 40px auto;
}

.company_cards {
  display: flex;
}
.cards {
  margin: 0 50px;
}
.description {
  font-weight: 400;
  font-size: 20px;
}

/* Popular catalog */
.popular__catalog h1 {
  font-size: 44px;
  color: #99191c;
  margin-bottom: 40px;
  text-align: center;
}
.catalog__elem {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 1px 1px 0 0;
  transition: box-shadow 0.1s ease;
  text-decoration: none;
}
.catalog__elem:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.catalog__pic {
  position: relative;
  padding-top: 67.857%;
}
.img-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block {
  margin: auto;
}

.catalog_content .catalog_content__name a {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.catalog_content .catalog_content__price div {
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.catalog_content .catalog_content__price div:last-child {
  font-size: 12px;
  padding-left: 5px;
}

.catalog_content .catalog_content__price div:last-child span {
  display: block;
  font-weight: 600;
  color: #99191c;
  font-size: 15px;
}
.catalog_content .catalog_content__sizes {
  font-size: 12px;
  font-weight: 500;
  color: #beafa9;
  border-left: 1px solid #ebe6e4;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  vertical-align: middle;
}
.catalog_content .catalog_content__sizes p {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 30px;
  color: #666666;
}

.catalog_content .catalog_content__sizes .block .catalog_content__size {
  width: 50%;
  padding-bottom: 10px;
  margin: auto;
}

.catalog_content .catalog_content__sizes span {
  font-weight: 500;
  font-size: 15px;
  color: #99191c;
}

.catalog_content:hover .catalog_content__name {
  color: #99191c;
}

.catalog_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 20px;
}

.catalog_content__name span {
  display: block;
  font-size: 25px;
}

/* our works */
.our__works button,
.our__works a.all {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  background: #cc6b0b;
  border-radius: 36px;
  padding: 16px 50px;
  margin-bottom: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.our__works button:hover,
.our__works a.all:hover {
  background: #dc8229;
}
.works__report {
  position: relative;
}
.works__report:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(1, 1, 1, 0.9))
  );
  background: linear-gradient(to bottom, transparent, rgba(1, 1, 1, 0.9));
}
.works__report {
  display: block;
}
.works__report .works__image {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.works__report:hover .works__image {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}
.works__report .works__description {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  font-size: 16px;
  padding: 20px 25px;
  z-index: 2;
}
.works__report .works__description .works__name {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.works__report .works__description .works__address {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
  line-height: 18px;
}
.works__report .works__image {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.works {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 33px;
}
img {
  max-width: 100%;
}
.our__works h1 {
  font-size: 44px;
  color: #99191c;
  margin-bottom: 20px;
  text-align: center;
}
/* Reviews */
.reviews {
  background: #1e1d1a;
  color: #fff;
  padding: 30px 0 70px;
  outline: none;
  margin-bottom: 40px;
}
.reviews .block__name {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: #6b6a69;
  margin-bottom: 50px;
  outline: none;
}
.reviews .block__name span {
  display: block;
  font-weight: 900;
  color: #fff;
  font-size: 44px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  outline: none;
}
.reviews .reviews__list .reviews__item {
  margin: 0 20px;
}
.reviews .reviews__list .reviews__item .reviews__name {
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  margin-bottom: 35px;
}
.reviews .reviews__list .reviews__item .reviews__name .reviews__address {
  font-weight: 500;
  font-size: 20px;
  color: #818181;
  margin: 10px 0;
  padding-left: 20px;
  background: url("/img/address.png") no-repeat 0 2px;
}
.reviews .reviews__list .reviews__item .reviews__name a {
  font-weight: 500;
  font-size: 25px;
  text-decoration: none;
  color: #aa1c1f;
}
.reviews .reviews__list .reviews__item .reviews__text {
  margin-top: 20px;
  color: #dadada;
  padding-bottom: 15px;
  text-align: center;
}
.reviews .reviews__list .reviews__item .reviews__text p {
  margin-bottom: 15px;
  font-size: 20px;
}
.reviews .reviews__list .reviews__item .reviews__text p.hidden {
  display: none;
}
.reviews .slick-track {
  display: flex;
}
.reviews .reviews__list .slick-prev,
.reviews .reviews__list .slick-next {
  height: 32px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  position: absolute;
  bottom: -22px;
}
.reviews .reviews__list .slick-prev {
  width: 32px;
  background: url("/img/left.png") no-repeat;
  border: 0;
  outline: none;
  left: 50%;
  margin-left: -50px;
}
.reviews .reviews__list .slick-next {
  width: 32px;
  background: url("/img/right.png") no-repeat;
  border: 0;
  outline: none;
  right: 50%;
  margin-right: -50px;
}
/* contact form */
input {
  outline: none;
}
.icon__worker {
  height: 160px;
  width: 160px;
  align-items: center;
  fill: #99191c;
}
.common__form__cation {
  display: flex;
}
.container__form {
  max-width: 1500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3f3f3;
  margin-bottom: 40px;
  padding: 30px 0 30px 0;
}

.contact_wrapper {
  display: flex;
  padding: 0 20px 0 20px;
  margin: 0 auto 30px auto;
  justify-content: center;
}
.form__logo__left {
  padding: 80px 10px 60px 0;
}

.form__action__text__top {
  font-size: 22px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 700;
}
.form__action__text__bot {
  padding-left: 20px;
  padding-top: 20px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
}
.action__line {
  flex-wrap: wrap;
  display: flex;
  padding: 10px 0px 10px 0px;
}
.form__input__name {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.form__input__phone {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.form__action__btn {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.form__name {
  width: 100%;
  font-size: 18px;
  padding: 18px 29px 18px 29px;
  background-color: #fff;
  border: 3px solid #99191c;
  border-radius: 36px;
}
.form__phone {
  width: 100%;
  font-size: 18px;
  padding: 18px 29px 18px 29px;
  background-color: #fff;
  border: 3px solid #99191c;
  border-radius: 36px;
}
.form__btn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  padding: 18px 38px 18px 30px;
  border-radius: 36px;
  background-color: #99191c;
  border: 0px;
  outline: none;
  background: linear-gradient(to bottom, #99191c 0%, #7f090c 50%, #99191c 100%);
  background-image: linear-gradient(
    rgb(153, 25, 28) 0%,
    rgb(127, 9, 12) 50%,
    rgb(153, 25, 28) 100%
  );
  background-position-x: initial;
  background-position-y: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: 100% 200%;
  transition: background-position 0.2s ease;
  transition-property: background-position;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.form__btn:hover {
  background-position: 0 100%;
  background-position-x: 0px;
  background-position-y: 100%;
}
.actionhouse_1 {
  opacity: 0.5;
}
.actionhouse_1 {
  right: -292px;
  bottom: -504px;
  width: 1222px;
  height: 917px;
  background-image: url("/img/1.png");
  margin-right: 0px;
}
.action__house {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.actionhouse_1 img {
  position: absolute;
  top: 321px;
  left: 283px;
  opacity: 1;
}
.action__house img {
  width: 70px;
  height: 69px;
}

/* map */
.mapper h1 {
  font-size: 44px;
  color: #99191c;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}

/* footer */
.footer__container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  border-top: 1px solid #908c8c;
}
.footer__main {
  display: block;
  margin-bottom: 10px;
  padding-top: 40px;
}
.footer__info {
  text-align: center;
}
.footer-nav {
  padding-top: 10px;
}
.footer-nav__1 {
}
.footer-nav__2 {
}
.nav__title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 26px;
  color: #99191c;
  font-weight: bold;
}
.footer-grid__col {
}
.footer-grid__col__right {
}
.footer-grid__col__item {
  margin-bottom: 18px;
}
.footer-grid__col__link {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  transition: color 0.2s ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}
.footer-grid__col__link:hover {
  text-decoration: underline;
  color: #99191c;
}
.footer__contact {
  display: block;
  width: 210px;
  margin: 20px auto 0;
  text-align: center;
}
.footer__contacts {
  padding-top: 10px;
  padding-bottom: 9px;
}
.footer__contacts__item {
  position: relative;
  display: block;
  max-width: 222px;
  font-size: 16px;
  line-height: 19px;
  padding-left: 36px;
  margin-bottom: 22px;
  text-decoration: none;
}
.footer__contacts__phone {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}
.footer__contacts__mail {
  display: inline-block;
  text-decoration: underline;
}
.footer__contacts__mail:hover {
  color: #99191c;
}
.footer__contacts__text {
  display: inline-block;
}
.icon__incoming-call {
  position: absolute;
  left: 0;
  top: 0;
  fill: #99191c;
}
.icon__footer-mail {
  position: absolute;
  left: 0;
  top: 0;
  fill: #99191c;
}
.icon__pin {
  position: absolute;
  left: 1px;
  top: 2px;
  fill: #99191c;
}
.footer__developer {
  padding: 50px 20px 40px 20px;
  border-top: 1px solid #908c8c;
  text-align: center;
}
.footer__developer__text {
  font-size: 16px;
  line-height: 19px;
}
.developer__link {
  background-size: 58px;
  font-size: 16px;
  box-sizing: border-box;
  color: #000000;
}
.footer__developer__text__link {
  text-decoration: underline;
}
/* Welcome */
.welcome__row {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 180px;
  padding: 0px 0px 22px;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 38px;
  margin: 40px 0 0 0;
}
.welcome__title {
  position: relative;
  z-index: 1;
  display: block;
  color: #ffffff;
  font-size: 44px;
  line-height: 53px;
  font-weight: 400;
}
.welcome__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* breadcrumbs */
ul.breadcrumb {
  padding: 20px 16px 0 0;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #99191c;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #7f090c;
  text-decoration: underline;
}

/* form_house */
.card__houses {
  padding: 0px 0px 10px 0px;
}
.card__house {
  position: relative;
  width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
}
.card__row {
  display: flex;
  margin: 0 -25px;
}
.form__gallery {
  position: relative;
  display: flex;
  margin: 10px 0 10px 0;
  max-width: 60%;
  margin-right: 20px;
}
.form__about {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.form__top {
  padding-top: 10px;
}
.form__top__text {
  display: block;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
}
.form__top__title {
  display: block;
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
}
.form__bot__price__bloc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.siz {
  color: #fff;

  font-size: 14px;
  background: #7f090c;
  margin: auto;

  padding: 0 8px;
  line-height: 30px;
  min-width: 110px;
  text-align: center;
}
.form__mid {
  display: flex;
  border-top: 2px solid #908c8c;
  border-bottom: 2px solid #908c8c;
}
.form__mid__item {
  display: inline-block;
  width: 33.3333%;
  text-align: center;
  padding: 9px 10px 8px 10px;
  margin: 5px 0 5px 0;
  border-left: 1px solid #908c8c;
}
.form__mid__item:first-child {
  border-left: none;
}
.form__mid__item__text {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.icon__form__mid-measured {
  display: inline-block;
  width: auto;
  height: 21px;
  margin-bottom: 13px;
}
.icon__form__mid-area {
  display: inline-block;
  width: auto;
  height: 21px;
  margin-bottom: 13px;
}
.icon__form__mid-stairs {
  display: inline-block;
  width: auto;
  height: 21px;
  margin-bottom: 13px;
}
.form__bot {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #908c8c;
}
.form__bot__title {
  display: inline-block;
  font-size: 20px;
  line-height: 18px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
  text-align: center;
}
.form__bot__block {
  text-align: left;
}

.form__bot__price {
  display: inline-block;
  color: #99191c;
  font-size: 29px;
  line-height: 35px;
  font-weight: 300;
  margin-right: 10px;
  text-align: left;
  margin-left: 10px;
}
.form__bot__price__block {
}
.form__bot__price__rub {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}
.form__bot__action__btn {
  color: #ffffff;
  margin-top: 10px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.015em;
  text-align: center;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  border-width: 2px;
  border-radius: 5px;
  transition: border-color 0.1s ease, background-color 0.1s ease;
  background-color: #99191c;
  border: 0px;
  outline: none;
  background: linear-gradient(to bottom, #99191c 0%, #7f090c 50%, #99191c 100%);
  background-image: linear-gradient(
    rgb(153, 25, 28) 0%,
    rgb(127, 9, 12) 50%,
    rgb(153, 25, 28) 100%
  );
  background-position-x: initial;
  background-position-y: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: 100% 200%;
  transition: background-position 0.2s ease;
  transition-property: background-position;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.form__bot__action__btn:hover {
  background-position: 0 100%;
  background-position-x: 0px;
  background-position-y: 100%;
}

/* about__work */
h1.about__work__title {
  text-align: center;
  font-size: 30px;
  color: #99191c;
}
h3.about__work__title {
  font-size: 25px;
  padding: 15px 5px 15px 5px;
}
.about__work__text {
  font-size: 18px;
  padding: 0 10px 0 10px;
}
.icon__about__work {
  fill: #99191c;
}
.container__about__work {
  display: flex;
  align-items: center;
  padding: 50px 0 50px 0;
  width: 100%;
  border-bottom: 1px solid #908c8c;
}
.about__work__svg {
  text-align: center;
}
.about__work__info {
  text-align: center;
  padding: 10px 15px 10px 15px;
}
.about__work__block {
  width: 25%;
  display: inline-block;
}
.about__work__contract {
  width: 25%;
  display: inline-block;
}
.about__work__build {
  width: 25%;
  display: inline-block;
}
.about__work__pay {
  width: 25%;
  display: inline-block;
}

/* form__house__table */

.table {
  padding-top: 20px;
  padding-bottom: 40px;
}
.active{
    background-color: #e1e1e1;
}
.table__title {
  display: block;
  color: #99191c;
  font-size: 30px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 48px;
}
.table__container {
  width: 100%;
}
#descNav ul li {
  text-align: center;
  float: inherit;
  display: inline-block;
  margin: 0px;
  width: 19%;
  padding: 24px 15px;
}
#descNav ul li a {
  position: relative;
  z-index: 10;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
}
#descNav ul li.active a {
  color: #99191c;
  border: none;
  padding-bottom: 22px;
}
#descNav ul {
  margin: 0;
}
.desc table {
  border: none;
  width: 100%;
  padding-top: 10px;
}
.desc table td {
  width: 40%;
  padding: 20px 0px 20px 30px;
  margin: 10px;
  border-spacing: 0px;
  font-size: 20px;
}
.first_tr {
  background-color: #f2f2f2;
  border-left: 1px solid #000;
  border-right: 1px solid #e1e1e1;
}
.left_td {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.right_td {
  border: 1px solid #e1e1e1;
  color: #626262;
}
.middle_td {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  color: #626262;
}
.color_price {
  color: #99191c;
  border: 1px solid #e1e1e1;
}

/* about__us */
h1.about__us__title {
  display: block;
  font-size: 32px;
  line-height: 28px;
  font-weight: 600;
  padding: 10px 0 20px 0;
}
.about__us__info {
  position: relative;
}
.about__us__logo {
  display: flex;
  padding-bottom: 20px;
}
p.about__us__text {
  padding: 10px 0 10px 0;
  margin-right: 0;
  color: #383838;
  font-size: 18px;
}
h3.about__us__best {
  padding: 15px 0 10px 0;
  font-size: 30px;
}
.about__us__best {
  padding: 0px 10px 10px 10px;
}
.about__us__li {
  padding: 0px 0 8px 0;
  color: #383838;
  font-size: 18px;
}
h3.about__us__bot__title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.about__us__ul {
  list-style: inside;
}

/* contacts */
h1.main__contacts__title {
  display: block;
  font-size: 32px;
  line-height: 28px;
  font-weight: 600;
  padding: 10px 0 20px 0;
}
.main__contacts__connect {
  position: relative;
}
.contacts__phone {
  padding: 8px 0 8px 0;
  font-size: 18px;
}
.contacts__mail {
  padding: 8px 0 8px 0;
  font-size: 18px;
}
.contact_mail {
  color: #99191c;
  text-decoration: underline;
  padding-left: 5px;
}
.contact_tel {
  color: #99191c;
  text-decoration: underline;
  padding-left: 5px;
}
.contact__address {
  padding: 8px 0 8px 0;
  font-size: 18px;
}

/* Filter */
.col {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.filter .filters__container {
  border: 1px solid rgba(164, 135, 123, 0.37);
  box-shadow: 0px 10px 100px rgba(68, 21, 21, 0.05);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  padding: 32px 37px 20px;
}
.filter .filters__container:first-child {
  border-bottom: 0;
}
.filter .filters__container.not-fully {
  border-bottom: 1px solid rgba(164, 135, 123, 0.37);
}
.filter .filters__container + .filters__container {
  border-top-style: dashed;
}
.filter .filters__container .slider__block {
  height: 1px;
  position: relative;
  background-color: rgba(78, 52, 43, 0.2);
  margin-top: 22px;
}
.filter .filters__container .slider__block .ui-slider-handle {
  position: absolute;
  height: 21px;
  width: 21px;
  background: #99191c;
  border-radius: 50%;
  top: 50%;
  margin-top: -10.5px;
  cursor: pointer;
  outline: none;
  border: 0;
}
.filter .filters__container .slider__block .ui-slider-range {
  height: 3px;
  background-color: #99191c;
  margin-top: -1.5px;
  position: absolute;
  outline: none;
}
.slider__range {
  margin-bottom: 30px;
}
.filter .filters__container .slider-form .input_box {
  height: 40px;
  width: 100px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid rgba(78, 52, 43, 0.5);
  font-size: 14px;
  line-height: 17px;
  color: #4e342b;
  padding: 0 14px;
  -moz-appearance: textfield;
}
.filter .filters__container .slider-form .input_box::-webkit-inner-spin-button {
  display: none;
}
.filter .filters__container .slider-form i {
  height: 1px;
  width: 7px;
  background-color: #4e342b;
}
.filter .filters__container .filter__title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #99191c;
  font-weight: 600;
  margin-bottom: 15px;
}
.filter .filters__container .filter__title sup {
  line-height: 0;
  font-size: 9px;
}

.filter .filters__container .all-btn {
  background: #219653;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  max-width: 224px;
  box-sizing: border-box;
  padding: 16.5px 10px;
  width: 100%;
}
.filter .filters__container .button-container {
  margin-top: 14px;
}

.filter .filters__container .reset {
  font-size: 16px;
  line-height: 20px;
  color: rgba(226, 24, 24, 0.8);
  border-bottom: 1px solid rgba(226, 24, 24, 0.8);
  background-color: transparent;
}

.filter .filters__container .full-fulters-btn.js-active:before {
  transform: none;
  margin-top: -3px;
}

.filter .column label {
  display: inline-block;
  width: 100%;
}
.checkbox-btn {
  display: inline-block;
  margin: 0 5px 0 0;
  user-select: none;
  position: relative;
}
.checkbox-btn input[type="checkbox"],
.checkbox-other input[type="checkbox"] {
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.checkbox-btn span,
.checkbox-other span {
  display: inline-block;
  cursor: pointer;
  padding: 0px 10px;
  line-height: 30px;
  border: 1px solid #999;
  border-radius: 4px;
  transition: background 0.2s ease;
}

/* Checked */
.checkbox-btn input[type="checkbox"]:checked + span,
.checkbox-other input[type="checkbox"]:checked + span {
  background: #99191c;
  color: #ffffff;
}

/* Focus */
.focused span {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Hover */
.checkbox-btn,
.checkbox-other:hover {
  color: #000;
}

/* Active */
.checkbox-btn input[type="checkbox"]:active:not(:disabled) + span,
.checkbox-other input[type="checkbox"]:active:not(:disabled) + span {
  background: #99191c;
  color: #000;
}

.checkbox-other {
  display: inline-block;
  margin: 0 0 10px 0;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.fil {
  display: flex;
  flex-direction: column;
}

/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#loading {
  text-align: center;
  background: url("/img/loader.gif") no-repeat center;
  height: 150px;
}

/* Slider */
.card__page .card {
  padding-top: 30px;
}
.card__page .card .card__slider .slider-nav {
  width: 110px;
  margin-right: 22px;
}
.card__page .card .card__slider .slider-nav .slide {
  margin-bottom: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
  opacity: 0.5;
}
.card__page .card .card__slider .slider-nav .slide.slick-current {
  opacity: 1;
}
.card__page .card .card__slider .slider-nav .slide .slide-img {
  height: 85px;
  border-radius: 5px;
}
.card__page .card .card__slider .slider-nav .slide img {
  border-radius: 5px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card__page .card .card__slider .slider-nav .slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 0;
  height: 42px;
  width: 51px;
  border-radius: 5px;
  background: url(../img/card-nav-arrow.svg) no-repeat center center #fff;
  z-index: 1;
}
.card__page .card .card__slider .slider-nav .slick-next {
  right: 0;
}
.card__page .card .card__slider .slider-nav .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.card__page .card .card__slider .slick-disabled {
  opacity: 0.5;
}
.card__page .card .card__slider .slider-main .slide__img {
  height: 541px;
  border-radius: 5px;
}
.card__page .card .card__slider .slider-main .slide__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 100%;
}
.card__page .card .card__slider .slider-main .slick-arrow {
  height: 35px;
  width: 35px;
  position: absolute;
  margin-top: -17.5px;
  top: 50%;
  background: url(../img/card-main-slider-arrow.svg) no-repeat center center
    transparent;
  background-size: contain;
  font-size: 0;
  z-index: 10;
}
.card__page .card .card__slider .slider-main .slick-next {
  right: 33px;
}
.card__page .card .card__slider .slider-main .slick-prev {
  left: 33px;
  transform: rotate(180deg);
}

/* Slider */
.card__slider .slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.card__slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.card__slider .slick-list:focus {
  outline: none;
}
.card__slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.card__slider .slick-slider .slick-track,
.card__slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.card__slider .slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card__slider .slick-track:before,
.card__slider .slick-track:after {
  display: table;

  content: "";
}
.card__slider .slick-track:after {
  clear: both;
}
.card__slider .slick-loading .slick-track {
  visibility: hidden;
}

.card__slider .slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

.card__slider .slick-slide img {
  display: block;
}
.card__slider .slick-slide.slick-loading img {
  display: none;
}
.card__slider .slick-slide.dragging img {
  pointer-events: none;
}
.card__slider .slick-initialized .slick-slide {
  display: block;
}
.card__slider .slick-loading .slick-slide {
  visibility: hidden;
}
.card__slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.card__slider .slick-arrow.slick-hidden {
  display: none;
}

.col-lg-4,
.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.card__page .card .card__slider .slider-nav .slide.slick-current {
  opacity: 1;
}
.coverTop {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Maps */
.balloon {
  width: 280px;
  font-size: 14px;
}
.balloon a {
  display: inline-block;
  margin-top: 10px;
  color: #99191c;
}
.balloon .title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
  display: block;
  line-height: 31px;
}
.balloon img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
/* Our-works */
.iscontent {
  margin-bottom: 100px;
}
.iscontent h2 {
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 20px;
}
.iscontent h3 {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 20px;
}
.iscontent p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 0;
  padding: 0;
}

.iscontent ul,
.iscontent ol {
  margin-bottom: 10px;
}
.iscontent li {
  font-size: 16px;
  line-height: 30px;
  list-style: square inside;
}
.iscontent a {
  color: #99191c;
  text-decoration: none;
}
.iscontent a:hover {
  color: #99191c;
  text-decoration: underline;
}
.otchety {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.otchety .item {
  width: calc(33.33333% - 30px);
  margin: 0 15px 30px 15px;
}
.otchety .item:hover .elem__price {
  color: #99191c;
}
.otchety .item .elem__price {
  margin-top: 0;
  margin-bottom: 10px;
}
.otchety .item .elem__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #888;
}
.otchety .item a {
  text-decoration: none;
  color: #000;
}
.elem__pic {
  overflow: hidden;
  position: relative;
  padding-top: 75.38461538%;
  width: 100%;
  height: auto;
}
.elem__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.elem__price {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 19px;
}
.elem__title {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: auto;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.elem__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 26px 0 0;
}
.card__title {
  display: block;
  font-size: 36px;
  line-height: 43px;
  font-weight: 900;
  margin-bottom: 30px;
}

.photos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.photos .item {
  width: calc(33.33333% - 30px);
  margin: 0 15px 30px 15px;
}
/* Pristr */
.pristr__text {
  font-size: 18px;
  line-height: 25px;
  padding: 10px 0 10px 0;
  color: #383838;
}
h3.pristr__work {
  padding: 15px 0 10px 0;
  font-size: 30px;
}
.pristr__work {
  padding: 0px 10px 10px 10px;
}
.pristr__work__li {
  padding: 0px 0 8px 0;
  color: #383838;
  font-size: 18px;
}
.img_pristr {
  padding: 25px 0 5px 0;
}
.pristr__text a {
  color: #1000ff;
}
.politica__text p {
  margin-bottom: 10px;
  font-weight: 500;
  color: #383838;
  font-size: 18px;
  line-height: 32px;
}
.pristr_ul {
  list-style: inside;
}
/* stocks */
.action-list-item {
  position: relative;
  margin-bottom: 60px;
}
.action-list-item .image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    17deg,
    rgba(0, 0, 0, 0.8) 0,
    transparent 100%
  );
}
.action-list-item img {
  width: 100%;
}
.action-list-item .date {
  position: absolute;
  left: 87px;
  top: 46px;
  background-color: #fff;
  border-radius: 33px;
  padding: 20px 30px;
  color: #99191c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.action-list-item .caption {
  position: absolute;
  width: 40%;
  left: 87px;
  bottom: 95px;
  z-index: 10;
}
.action-list-item .title {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
.action-list-item .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
/* Popup*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup .window .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 28px;
  height: 28px;
  opacity: 1;
  z-index: 2;
  background: url("/img/close.png");
}
.popup .window .close:hover {
  opacity: 0.75;
}
.popup .window .text {
  width: 36%;
  color: #fff;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  padding: 50px 50px 110px 55px;
  position: relative;
}
.popup .window .text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 104px;
  height: 237px;
  background: #f0f0f0;
}
.popup .window .text span {
  display: block;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 25px;
  text-shadow: rgba(1, 1, 1, 0.3) 0 20px 40px;
}
.popup .window form {
  width: 100%;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 30px 30px 30px;
}
.popup .window form .field {
  position: relative;
  margin-bottom: 30px;
}
.popup .window form .field label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  left: 40px;
  top: -8px;
  z-index: 2;
  padding: 0 10px;
  background: #f0f0f0;
  letter-spacing: 1px;
}
.popup .window form .field input[type="text"] {
  width: 100%;
  height: 68px;
  border: 3px solid #b2b2b2;
  background: none;
  border-radius: 36px;
  padding: 0 30px;
  font-size: 18px;
}

.row__center__popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: -15px;
  margin-left: -15px;
}
.form__input {
  position: relative;
  margin-bottom: 30px;
}
.fancybox-content {
  padding: 0 !important;
}
.form__popup__text--main .popup_head {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 25px;
  text-shadow: rgba(1, 1, 1, 0.3) 0 20px 40px;
}
.form__popup__text--main .popup_desc {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 20px;
  text-shadow: rgba(1, 1, 1, 0.3) 0 20px 40px;
}

.popup__success {
  width: 100%;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px 30px 30px;
  text-align: center;
}
.icon__succsess {
  height: 160px;
  width: 160px;
  align-items: center;
}
.form__popup__text--small .popup_head {
  font-weight: 700;
  font-size: 25px;
  line-height: 48px;
  margin-bottom: 25px;
  text-shadow: rgba(1, 1, 1, 0.3) 0 20px 40px;
}
/*fundamenty*/
.fundament {
  background: none;
  padding: 5px;
  width: 1200px;
}
.fundament tr {
  padding: 5px;
  background: none;
}
.fundament td {
  background: none;
  padding: 5px;
  border-bottom: 1px solid #908c8c;
  line-height: 30px;
  font-size: 16px;
}
.fundament img {
  width: 250px;
}
tr.border__none td {
  border-bottom: none;
}
#result_form {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.compensate-for-scrollbar {
  margin-right: 0px !important;
}
.answ {
  margin-top: 30px;
  text-align: center;
}
.answ span.no {
  background: #df9696;
}
.answ span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background: transparent;
}
.mobile-menu {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  left: -320px;
  background: rgba(1, 1, 1, 0.8);
  z-index: 20;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu-button {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #99191c;
  display: none;
}
.mobile-menu .content p {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.mobile-menu .content {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
}
.mobile-menu .content ul li a {
  font-size: 16px;
  color: #fff;
}
.mobile-menu .content ul li {
  margin-bottom: 20px;
}
.mobile-menu .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu .content ul li ul {
  padding: 20px 0 0 20px;
}
.mobile-menu .content .clos {
  opacity: 1;
  margin-top: 5px;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.clos {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.catalog__item img {
  width: 100%;
}
.mobile-menu.opened {
  left: 0;
  overflow: hidden;
}
@media (max-width: 1254px) {
  .form__top {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
  }
  .form__top__text {
    font-size: 36px;
    line-height: 50px;
  }
  .icon__form__mid-measured {
    height: 40px;
  }
  .form__mid__item__text {
    font-size: 20px;
  }
  .form__bot__block {
    text-align: center;
  }
  .form__bot__title {
    font-size: 25px;
  }
  .form__bot__action__btn {
    padding: 15px 15px 15px 15px;
  }
  .main_slider .slick-dots {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    margin: 0;
  }
  .main_slider .main_slider__item .text {
    width: 60%;
  }
  .action-list-item {
    padding: 40px;
  }
  .action-list-item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
  }
  .action-list-item .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .action-list-item .date {
    position: relative;
    display: inline-block;
    left: auto;
    z-index: 10;
    top: auto;
    margin-bottom: 40px;
  }
  .action-list-item .caption {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 10;
    width: 100%;
  }

  .fundament {
    width: 100%;
  }
  .catalog_content .catalog_content__price div {
      font-size: 35px;
  }
}
@media (max-width: 990px) {
  .card__title {
    font-size: 29px;
  }
  .otchety .item {
    width: Calc(50% - 30px);
    margin: 0 15px 30px 15px;
  }
  .photos .item {
    width: Calc(50% - 30px);
    margin: 0 15px 30px 15px;
  }
  ul.breadcrumb li {
    font-size: 14px;
  }
  h3.about__us__best {
    font-size: 25px;
  }
  h1.main__contacts__title {
    font-size: 29px;
  }
  .main_slider .slick-dots {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    margin: 0;
  }
  .catalog_content .catalog_content__price div {
    font-size: 29px;
  }
  .catalog_content__name span {
    display: block;
    font-size: 26px;
  }
  .main_slider .main_slider__item .text {
    width: 80%;
  }
}
@media (max-width: 770px) {
  .menu-button {
    display: block;
  }
  .header__menu {
    display: none;
  }
  .about__work__block {
    width: 50%;
    margin-bottom: 10px;
  }
  #descNav ul li {
    display: block;
    list-style: none;
    width: 100%;
  }
  .desc {
    overflow-x: scroll;
  }
  .table__title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main_slider .slick-dots {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    margin: 0;
  }
  .col {
    flex: none;
    max-width: 100%;
  }
  .welcome__row {
    margin: 20px 0 0;
    padding: 30px 20px 32px;
    min-height: 140px;
  }
  .welcome__title {
    font-size: 38px;
    line-height: 40px;
  }
  .main_slider .main_slider__item .text .name {
    font-size: 32px;
  }
  .main_slider .main_slider__item .text {
    width: auto;
  }
}
@media (max-width: 630px) {
  .form__popup__text--main {
    margin-bottom: 25px;
  }
}

@media (min-width: 370px) {
  .catalog_content__size {
    font-size: 15px;
  }
}

@media (max-width: 579px) {
  .about_us h1 {
    font-size: 29px;
    margin-bottom: 12px;
  }
  .photo {
    margin: 20px auto;
  }
  .description {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .popular__catalog h1 {
    font-size: 29px;
    margin-bottom: 30px;
  }
  .our__works h1 {
    font-size: 29px;
  }
  .mapper h1 {
    font-size: 29px;
  }
  .reviews .block__name span {
    font-size: 29px;
  }
  .main_slider .slick-dots {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    margin: 0;
  }
  .welcome__row {
    margin: 10px 0 0;
    padding: 35px 15px 25px;
    min-height: 120px;
  }
  .welcome__title {
    font-size: 30px;
    line-height: 36px;
  }
  .form__popup__text--main .popup_head {
    font-size: 25px;
  }
  .main_slider .main_slider__item .text .name {
    font-size: 24px;
  }
  .main_slider .main_slider__item .link {
    display: none;
  }
  .action-list-item {
    padding: 20px;
  }
  .action-list-item .title {
    font-size: 30px;
    line-height: 35px;
  }
  .action-list-item .text {
    font-size: 18px;
    line-height: 26px;
  }
  .fundament tr {
    display: block;
    border-bottom: 1px solid #908c8c;
  }
  .fundament td {
    display: block;
    border-bottom: none;
  }
  .fundament {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .catalog_content .catalog_content__price div {
    font-size: 28px;
  }
  .catalog_content .catalog_content__price div:last-child span {
    font-size: 13px;
  }
  .catalog_content .catalog_content__price div:last-child {
    padding-left: 5px;
  }
  .catalog_content__name span {
    display: block;
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .catalog_content__name span {
    font-size: 20px;
  }
  .catalog_content .catalog_content__price div {
    font-size: 21px;
  }

  .about_us h1 {
    font-size: 29px;
  }
  .popular__catalog h1 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .about_us {
    text-align: center;
    padding: 0 0 20px 0;
  }
  .our__works h1 {
    font-size: 29px;
  }
  .btn--big {
    font-size: 20px;
    padding: 20px 38px 20px 30px;
  }
  .reviews .block__name span {
    font-size: 29px;
  }
  .mapper h1 {
    font-size: 29px;
  }
  .about__work__block {
    width: 100%;
  }
  .otchety .item {
    width: Calc(100% - 30px);
    margin: 0 15px 30px 15px;
  }
  .photos .item {
    width: Calc(100% - 30px);
    margin: 0 15px 30px 15px;
  }
  .catalog_content .catalog_content__price div:last-child span {
    font-size: 11px;
  }
}
@media (min-width: 580px) {
  .container {
    max-width: 540px;
  }
  .body__container__form__middle {
    max-width: 540px;
  }
  .body__container__form {
    max-width: 540px;
  }
  .header__container {
    max-width: 540px;
  }
  .footer__container {
    max-width: 540px;
  }
  .footer__developer {
    max-width: 540px;
  }
  .form__input__name {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .form__input__phone {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .photo {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 630px) {
  .form__popup__text--main .popup_desc {
    line-height: 48px;
  }
}
@media (min-width: 770px) {
  .catalog__column {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .works__column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container {
    max-width: 720px;
  }
  .body__container__form__middle {
    max-width: 720px;
  }
  .body__container__form {
    max-width: 720px;
  }
  .header__container {
    max-width: 720px;
  }
  .footer__container {
    max-width: 720px;
  }
  .footer__developer {
    max-width: 720px;
  }
  .form__input__name {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .form__input__phone {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .form__action__btn {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .catalog_content__size {
    font-size: 12px;
  }
  .footer__info {
    text-align: left;
    display: inline-block;
    flex: 1;
  }
  .footer-nav {
    display: flex;
    padding-top: 10px;
    padding-left: 100px;
  }
  .footer-nav__1 {
    width: 40%;
  }
  .footer-nav__2 {
    width: 59%;
  }
  .footer-grid__col__right {
    display: inline-block;
    width: 49%;
  }
  .footer-grid__col {
    display: inline-block;
    width: 49%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 880px) {
  .call {
    display: block;
  }
  .logo {
    margin: 0;
  }
}
@media (min-width: 881px) {
  .mobile-menu {
    display: none;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 960px;
  }
  .header__container {
    max-width: 960px;
  }
  .body__container__form__middle {
    max-width: 960px;
  }
  .body__container__form {
    max-width: 960px;
  }
  .footer__container {
    max-width: 960px;
  }
  .footer__developer {
    max-width: 960px;
  }
  .works__column {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .contact_wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: 0;
  }
  .container__form__relative {
    display: flex;
    justify-content: center;
  }
  .form__input__name {
    margin-bottom: 0;
  }
  .form__input__phone {
    margin-bottom: 0;
  }
  .mail {
    display: block;
  }
  .catalog_content__size {
    font-size: 15px;
  }
  .footer__main {
    display: flex;
    margin-bottom: 40px;
  }
  .footer__contact {
    display: inline-block;
    width: 25%;
    min-width: 280px;
    padding-left: 40px;
    border-left: 1px solid #908c8c;
  }
}

@media (max-width: 1030px) {
  .main_slider .slick-arrow {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
  .body__container__form__middle {
    max-width: 1260px;
  }
  .body__container__form {
    max-width: 1260px;
  }
  .header__container {
    max-width: 1260px;
  }
  .catalog__column {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0;
  }
  .footer__container {
    max-width: 1260px;
  }
  .footer__developer {
    max-width: 1260px;
  }
  .footer-grid__col__item {
    padding-right: 0px;
  }
  .phone {
    display: block;
  }
  .footer__developer {
    display: flex;
    padding: 50px 20px 40px 20px;
    border-top: 1px solid #908c8c;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  p.about__us__text {
    margin-right: 150px;
  }
  .pristr__text {
    margin-right: 150px;
  }
}
@media (min-width: 1300px) {
  .body__container__form__middle {
    max-width: 1500px;
  }
  .body__container__form {
    max-width: 1500px;
  }
  .footer__container {
    max-width: 1500px;
  }
  .header__container {
    max-width: 1500px;
  }
  .footer__developer {
    max-width: 1500px;
  }
}
@media (min-width: 1330px) {
  .worktime {
    display: block;
  }
}
@media (max-width: 990px) {
  .card__slider {
    flex-direction: column-reverse;
  }
  .card__page .card .card__slider .slider-nav {
    margin-top: 10px;
    width: 100%;
    margin-right: 0;
  }
  .main_slider .main_slider__item .text .name {
    font-size: 36px;
  }
}
@media (min-width: 1254px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .card__page .card .card__slider .slider-main .slide__img img {
    width: 100%;
  }
}
/* 404 */
#notfound {
  position: relative;
  height: 100vh;
  background-color: #222;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 158px;
  line-height: 153px;
}

.notfound .notfound-404 h1 {
  font-family: "Josefin Sans", sans-serif;
  color: #222;
  font-size: 220px;
  letter-spacing: 10px;
  margin: 0px;
  font-weight: 700;
  text-shadow: 2px 2px 0px #c9c9c9, -2px -2px 0px #c9c9c9;
}

.notfound .notfound-404 h1 > span {
  text-shadow: 2px 2px 0px #99191c, -2px -2px 0px #99191c, 0px 0px 8px #99191c;
}

.notfound p {
  font-family: "Josefin Sans", sans-serif;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}

.notfound a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: #c9c9c9;
  border: 2px solid #c9c9c9;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #99191c;
  border-color: #99191c;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 122px;
    line-height: 122px;
  }

  .notfound .notfound-404 h1 {
    font-size: 122px;
  }
}
