.h3, h3 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4d4b48;
}

.btn-light {
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 20px;
  border: 3px solid #7c7471;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #4d4b48;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.btn-light:hover {
  background-color: #c9b8b0;
  color: #fff;
  border: 3px solid #7c7471;
}

icon {
}

.icon {
  padding-top: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #4d4b48;
  font-weight: 300;
}

.icon:hover {
  color: #4d4b48;
}

.about-wrapper {
  margin-top: 5px;
  padding-top: 55px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.about {
  background-color: #7c7471;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(16, 5%, 46%, .8), hsla(16, 5%, 46%, .4)), url('../../assets/img/bg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.bout {
  width: 940px;
  padding: 20px 20px 0px;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, .08);
  color: #eceae2;
  background-color: rgba(77, 75, 72, .41);
}

.h1, h1 {
  margin-top: 20px;
  font-family: 'Montserrat';
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-item-wrapper {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  margin-top: 10px;
}

strong {
  font-weight: 700;
}

.interior {
  display: block;
  padding-top: 40px;
  padding-bottom: 150px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .1);
  text-align: center;
}

.h2, h2 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: .5rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body {
  margin: 0;
  font-family: montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.footer {
}

.kislorod-paragraph {
  color: #4d4b48;
  font-size: 16px;
  margin-bottom: 0px;
  flex: 1;
}

