* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.5
}
a {
  outline: none;
  text-decoration: none;
  transition: .2s ease-in-out;
  color: #1c7eb3;
}
a:hover {
  color: #1b1b1b;
}
.btn {
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 18px;
  border-radius: 5px;
  margin: 5px 0;
}
.btn-default {
  background: #1c7eb3;
  border: 0;
  border-bottom: 3px solid #074655;
  color: #fff;
}
.btn-default:hover {
  background: #3996cc;
  color: #fff;
}
.btn-success {
  background: #008813;
  border: 0;
  border-bottom: 3px solid #00550C;
  color: #fff;
}
.btn-success:hover {
  background: #2F9C3E;
  color: #fff;
}
.block {
  margin: 50px auto;
}
.block-header,
.page-header h1,
.page-header h2 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 20px;
}
.block-subheader {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px;
}
.form-label {
  display: block;
  width: 100%;
}
.form-label.textarea {
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-basis: auto;
}
.form-label span {
  display: block;
  margin: 5px 0;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.form-label input,
.form-label textarea {
  display: block;
  width: 100%;
  padding: 7px 10px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 18px;
  resize: none;
  outline: none;
  border: 1px solid #eee;
  background: #eee;
}
.form-label input.error,
.form-label textarea.error {
  border: 1px solid red;
}
.form-label.textarea textarea {
  flex-grow: 1;
  flex-basis: auto;
  min-height: 148px;
}
.form-submit {
  text-align: center;
}
.form-submit p {
  margin: 10px 0 5px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 18px;
}
#noty_center_layout_container {
  font-family: OpenSans, sans-serif !important;
}

body {
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-basis: auto;
}
#content {
  flex-grow: 1;
  flex-basis: auto;
}

#atrium-banner {
  background: url(../images/background.jpg) no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 175px 10px;
  border-bottom: 3px solid #1c7eb3;
}
#atrium-banner .block-header {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#atrium-banner .block-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  height: 3px;
  background: #1c7eb3;
}
#atrium-banner .block-subheader {
  font-family: Open-sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#atrium-banner .btn {
  width: 100%;
  text-align: center;
}
#atrium-banner .row.buttons {
  margin-top: 30px;
}

.atrium-categories-item {
  display: block;
  text-align: center;
  /*margin: 10px;*/
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.atrium-categories-item:hover {
  /*text-decoration: underline;*/
  /*border: 1px solid #1c7eb3;*/
}
.atrium-categories-item-image {
  width: 120px;
  height: 120px;
  padding: 5px;
  margin: 0 auto 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.atrium-categories-item-image img {
  max-width: 110px;
  max-height: 110px;
}

.atrium-sliders-item img {
  margin: 0 auto;
  max-width: 100%;
}
.atrium-sliders-items {
  position: relative;
  background: rgba(150,150,150,.1);
  border: 1px solid #1c7eb3;
  padding: 10px 30px;
}
.slider-control {
  margin: 10px 0;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.slider-control .arrow-left button,
.slider-control .arrow-right button {
  display: none;
}
.slider-control .arrow-left:before,
.slider-control .arrow-right:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #3996cc;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.slider-control .arrow-left:before {
  content: '\276E';
}
.slider-control .arrow-right:before {
  content: '\276F';
}

.atrium-contacts-item {
  text-align: center;
}
.atrium-contacts-item-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: #1c7eb3;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.atrium-contacts-item ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.atrium-contacts-item li {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.atrium-contacts-item li .prime {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

#footer {
  background: #1c7eb3;
  padding: 10px 0;
}

#footer h4 {
  margin: 10px 0;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.categories-module {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories-module li {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.categories-module h4 {
  margin: 10px 0;
  font-family: OpenSans;
  font-weight: 400;
}

.item-page {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.moduletable {
  font-family: "OpenSans";
}

.phones, .fax, .emails {
  list-style: none;
}

.category-desc-image {
  float: right;
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
}

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

.atrium-categories-item-title {
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

.category-desc table {
  border-collapse: collapse;
}

.category-desc table td,
.category-desc table th {
 border: 1px solid #ccc;
 padding: 10px 5px;
}

.category-desc table th {
  background: #1c7eb3;
  color: #fff;  
}

.category-desc-image {
  text-align: center;
}

.category-desc-image img {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  padding: 20px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}

.category-desc-image img:last-child {
  margin-bottom: 0;
}

/* Список категорий / Сайдбар */
.categories-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories-module h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.categories-module h4:before {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  display: block;
  width: 100%;
  max-width: 20px;
  margin-right: 5px;
  text-align: center;
}
.categories-module .active h4:before {
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
}
.categories-module li ul {
  display: none;
  margin: 0 0 0 25px;
}
.categories-module .active ul h5 {
  font-weight: 400;
  margin: 0;
}
.categories-module .active ul a {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.blog img {
  max-width: 100%;
}

@media screen and (max-width: 991px){
  #header {
    height: 30px;
  }
}
@media screen and (max-width: 767px){
  .category-desc-image {
      float: none;
      width: 50%;
      margin: 0 auto;
  }
}

@media screen and (max-width: 480px){
  .category-desc-image {
      float: none;
      width: 100%;
      padding: 20px;
  }
}

.category-desc hr {
  border: 0;
  border-bottom: 1px solid #ccc;
}

.search-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 7px;
}
.search-wrapper input {
  width: 100%;
  padding: 7px 70px 7px 10px;
  font-size: 12px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
}
.search-wrapper button {
  width: 100%;
  max-width: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  border-radius: 0 3px 3px 0;
}