.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #ffffff;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #FFB6C1;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

b, strong {
  font-weight: bold;
}

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  background: url(../img/brown-texture.jpg), linear-gradient(108.09deg, rgba(230, 230, 230, 0.15) -1.08%, rgba(255, 252, 245, 0.15) 100%);
}

header {
  margin-top: 60px;
}

header .container {
}

.logo-item .logo-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

.logo-item .logo-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.point-item i {
  font-size: 25px;
  padding: 5px 10px 10px 10px;
}

.point-item p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}

.phone-item i {
  transform: rotate(90deg);
  font-size: 25px;
  padding: 16px 16px 0px 0px;
}

.phone-item p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
}

.button-item {
  width: 220px;
  height: 43px;
  background: linear-gradient(360deg, #000000 0%, #393838 100%);
  box-shadow: 0px -2px 50px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  padding: 11px 45px 11px 45px;
  text-align: center;
  margin-left: auto;
  transition: 0.3s;
}

.button-item:hover {
  opacity: 0.9;
  transition: 0.3s;
  cursor: pointer;
}

.button-item p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}


.menu-bg {
  margin-top: 30px;
  padding: 17px 0px;
  background: #FFFFFF;
  box-shadow: 0px -2px 50px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}

.menu-bg ul {
  padding: 0px;
  margin: 0px;
  max-width: 70%;
  margin: 0 auto;
}

.menu-bg ul li {
}

.menu-bg ul li a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
}

.menu-bg ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}

/* Block-info */

.block-info {
  top: 230px;
  position: relative;
}

.block-info-title {
  position: absolute;
  background: #63AFAF;
  border-radius: 9px;
  height: 235px;
  padding: 23px 27px;
  width: 130%;
  z-index: 1;
}

.block-info-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}


.block-info-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  text-transform: uppercase;
  color: #000000;
}

.block-info-title .button-into {
  display: inline-block;
  padding: 16px 47px;
  background: linear-gradient(0deg, #000000 0%, #393838 100%);
  box-shadow: 0px -2px 50px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-top: 20px;
}

.block-info-attributes {
  position: absolute;
  width: 97%;
  height: 460px;
  left: -266px;
  top: 155px;
  background: #FFFFFF;
  border-radius: 9px;
  z-index: 0;
}

.block-info .items {
  position: absolute;
  z-index: 0;
  top: 300px;
  width: 60%;
  margin-left: 0px;
}

.block-info .items .items-company-numb {
  background: #E4E4E4;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin: 20px 30px 0px 0px;
  padding: 15px 30px 15px 15px;
  position: relative;
}

.block-info .items .items-company-numb p {
    margin: 0;
    padding: 0;
}
.block-info .items .items-company-numb img {
    position: absolute;
    right: -5%;
    top: 17%;
}


.block-info .items p img{
  margin-left: 20px;
  margin-right: -27px;
}

.block-info .images {
  position: absolute;
  z-index: 2;
  top: 270px;
  top: 280px;
  left: 65%;
  margin-right: 0px;
}
.block-info .images img {
  border-radius: 9px;
  width: 344px;
  height: 313px;
}

.block-info .images-2 {
  position: absolute;
  z-index: 1;
  top: 89px;
  left: 80%;
  width: 40%;
  margin-right: 0px;
}
.block-info .images-2 img {
  border-radius: 9px;
  width: 344px;
  height: 313px;
}

.block-info .images-3 {
  position: absolute;
  z-index: 0;
  top: 334px;
  left: 80%;
  width: 388px;
  height: 311px;
  margin-right: 0px;
  background: #63AFAF;
  border-radius: 9px;
}

.block-disc {
  position: relative;
  background: #FFFFFF;
  top: 1340px;
  width: 100%;
}
.text-disc {
  padding-top: 77px;
  padding-bottom: 77px;
}
.text-disc p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
}

.block-disc-img {
  position: absolute;
  top: -25px;
  left: 92px;
  z-index: 2;
  width: 400px;
  height: 400px;
}

.block-disc-bg {
  position: absolute;
  width: 497px;
  height: 371px;
  left: 25px;
  background: #F19B84;
  border-radius: 9px;
  z-index: 1;
  top: -65px;
}

.block-disc-title {
  position: absolute;
  width: 688px;
  background: #F19D88;
  border-radius: 9px;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 10px 10px 23px;
  right: 334px;
  top: -50px;
}

.block-stanok {
  background-color: #fff;
  position: relative;
  top: 1050px;
  padding: 150px 0px;
  display: flex;
  justify-content: center;
}
.block-stanok-bg {
  position: absolute;
  width: 727px;
  height: 814px;
  left: -156px;
  top: -65px;
  background: #B3B965;
  opacity: 0.9;
  border-radius: 9px;
  z-index: -1;
}

.stanok-title {
  top: -40px;
  right: 25vh;
  position: absolute;
  width: 516px;
  background: #B3B965;
  border-radius: 9px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 56px;
  text-transform: uppercase;
  color: #000000;
  padding: 11px 0px 11px 23px;
}

.stanok-item {
  max-width: 400px;
  background: #E4E4E4;
  box-shadow: 0px 3px 9px rgb(0 0 0 / 25%);
  border-radius: 9px;
  padding: 14px 30px 14px 14px;
  position: relative;
}

.stanok-item-right {
  max-width: 400px;
  background: #E4E4E4;
  box-shadow: 0px 3px 9px rgb(0 0 0 / 25%);
  border-radius: 9px;
  padding: 14px 14px 14px 30px;
  position: relative;
}

.stanok-item-right p.title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.stanok-item-right p.disc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 140.4%;
  color: #000000;
}

.stanok-item-right img {
  position: absolute;
  left: -20px;
  top: 41%;
}

.stanok-item p.title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}

.stanok-item p.disc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 140.4%;
  color: #000000;
}

.stanok-item img {
  position: absolute;
  right: -20px;
  top: 41%;
}

.bloсk-katalog {
  position: relative;
  top: 1700px;
}

.bloсk-katalog {
  position: relative;
  height: 2242px;
  background: #FFC86B;
  border-radius: 9px;
}

.bloсk-katalog h2 {
  position: absolute;
  display: inline;
  text-align: center;
  background: #FFC86B;
  border-radius: 9px;
  padding: 0px;
  margin: 0px;
  padding: 14px 144px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  text-transform: uppercase;
  color: #000000;
  top: -12%;
  left: 35%;
}


.katalog-item-fluid {
  padding: 30px;
  position: relative;
  top: -60px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px rgb(0 0 0 / 25%);
  border-radius: 9px;
}

.bloсk-katalog .katalog-item-fluid h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
}

.katalog-item-fluid ul li{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.katalog-item-fluid .katalog-title {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #969595;
}

.katalog-item-fluid .katalog-title-info {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.katalog-button {
  padding: 11px 41px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #000000 0%, #393838 84.62%);
  border-radius: 9px;
}
.katalog-item-add
{
  margin-top: 30px;
}

.katalog-item-add p {
  display: inline-block;
  background: #E4E4E4;
  border-radius: 9px;
  padding: 9px 15px 9px 28px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-right: 20px;
  color: #000000;
}

.katalog-item-add p img {
  margin-left: -40px;
  margin-right: 16px;
}


.katalog-item-cont {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px rgb(0 0 0 / 25%);
  border-radius: 9px;
}
.katalog-item-cont h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
}

.katalog-item-cont ul li{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

footer {
  position: relative;
    top: 2140px;
  padding-bottom: 50px;
}
footer .phone {

}

footer .phone-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
}

footer .phone-number
{
  width: 50%;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;}
  footer .icon {
  }
  footer .icon i{
    font-size: 30px;
    margin-right: 30px;
  }
  footer ul li {
    list-style: none;
  }
  footer ul li a {
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
  }

  .footer-right-info {
      text-align: right;
  }

a.link {
      margin-top: 8px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: bold !important;
      font-size: 16px;
      line-height: 20px;
      color: #000000;
    }

  .form-btn {
    background-color: #F19D88;
    border: 0px;
    margin: 0 auto;
    display: block;
  }
  .form-btn:hover {
    background-color: #f3cabf;
  }

  .form-control:focus {
      border-color: #f3cabf !important;
      box-shadow: 0 1px 1px rgb(251 195 40 / 8%) inset, 0 0 8px rgb(247 59 67 / 60%) !important;
  }
  .carousel-dark .carousel-caption {
    color: #000;
    position: absolute;
    bottom: -13%;
    font-size: 14px;
    }
    
    .carousel-company {
        margin-left: auto;
        margin-top: 70px;
        width: 50%;
    }
    
    .katalog-item-cont p {
        margin-top: 20px;
    }
    
.block-kontakt {
    background: #FFFFFF;
    padding: 20px 0px 40px 0px;
    position: relative;
    top: 1900px;
}

.map {
    border-radius: 9px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.map .info-time {
    width: 320px;
    height: 380px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px -2px 28px rgba(0, 0, 0, 0.09);
    border-radius: 9px;
    top: 3%;
    right: 1%;
    padding: 45px 20px 45px 20px;
}

.block-kontakt .kontakt-title {
    position: relative;
}
.block-kontakt .kontakt-title h2 {
    z-index: 3;
    font-family: 'Montserrat', sans-serif;
    display: inline;
    position: absolute;
    top: -50px;
    background: #F19D88;
    border-radius: 9px;
    padding: 10px 20px 10px 200px;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 56px;
    text-transform: uppercase;
    color: #000000;
}

.block-bg-kontakt {
    top: -50px;
    right: 0px;
    width: 537px;
    height: 439px;
    position: absolute;
    background: #F19B84;
    border-radius: 9px;
    z-index: 1;
}

.block-kontakt .kontakt-info p {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
color: #949494;
margin-bottom: 0px;
}

.block-kontakt .kontakt-info p b{
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #000000;
}
.block-kontakt .kontakt-info p span{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #000000;
}
.kontakt-icon i {
    font-size: 33px;
}

.carousel-item a img {
    border-radius:9px;
}

.soc-seti {
    text-align: right;
    padding: 0px 20px;
}

.soc-seti a {
    color: #000;
    font-size: 28px;
}

.stanok-info-img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.stanok-item-right ul li {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140.4%;
    color: #000000;
}











