html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Calibri', Calibri, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #593015;
  line-height: 140%;
  font-weight: 400;
  background-color: #ffffff;
  font-family: 'Calibri', Calibri, sans-serif;
  font-size: 13px;
}
@media (min-width: 576px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
/** заголовки */
h1 {
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
  color: #593015;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: 1.3rem;
  font-family: Arial, sans-serif;
  color: #593015;
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h2.center {
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
}
h3 {
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  color: #593015;
  font-weight: 600;
  text-transform: none;
}
h4 {
  font-size: 1.1rem;
  color: #5ea3cb;
  letter-spacing: 0.3px;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
/** ссылки */
a {
  color: #2f95c0;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: #D18901;
  text-decoration: none;
}
a.btn {
  text-decoration: none !important;
}
/** изображения */
img {
  max-width: 100%;
  height: auto;
}
/** разделители */
hr {
  color: #acacac;
  background-color: #acacac;
}
/** списки */
.list {
  padding-left: 0 !important;
}
.list li {
  margin-bottom: 0.8rem;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li a {
  color: #2f95c0;
  text-decoration: none;
}
.list li a:hover {
  color: #acacac;
  text-decoration: none;
}
.list li a:before {
  content: '\2713';
  font-weight: 700;
  margin-right: 0.6rem;
}
.list li.check:before {
  content: '\2713';
  font-weight: 700;
  margin-right: 0.6rem;
}
.list-index {
  counter-reset: li;
  position: relative;
  text-align: left;
  padding: 0;
}
.list-index li + li {
  margin-top: 1.8rem;
}
.list-index li {
  list-style: none;
}
.list-index li div {
  padding-left: 3rem;
}
.list-index li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  color: #5ea3cb;
}
.list-index .list-title {
  display: block;
  font-size: 1.5rem;
  color: #5ea3cb;
  text-decoration: none;
  margin-bottom: 0.6rem;
}
.container ul {
  padding: 0 0 0 1rem;
}
.container ul li {
  margin-left: 1rem;
}
/** общие стили */
.capitalize {
  text-transform: uppercase;
}
.information {
  font-size: 0.8rem;
  color: #666666;
}
.border-no {
  border: 0;
}
.callback {
  cursor: pointer;
}
/** изображение после отправки формы обратной связи */
/** меню для мобильных устройств, которое выдвигается слева */
.header-menu-line {
  /*  ширна произвольная, не стесняйтесь экспериментировать */
  width: 320px;
  min-width: 320px;
  /* фиксируем и выставляем высоту панели на максимум */
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  /* сдвигаем (прячем) панель относительно левого края страницы */
  left: -320px;
  /* внутренние отступы */
  padding: 3rem 0 1rem 0;
  /* плавный переход смещения панели */
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
  /* определяем цвет фона панели */
  background-color: #dfdabd;
  /* поверх других элементов */
  z-index: 2000;
}
@media (min-width: 768px) {
  .header-menu-line {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #ffffff;
  }
}
/** Кнопка переключения панели * тег <label> */
.nav-toggle {
  /* абсолютно позиционируем */
  position: absolute;
  /* относительно левого края панели */
  left: 320px;
  /* отступ от верхнего края панели */
  top: 1rem;
  /* внутренние отступы */
  padding: 0.5rem;
  /* определяем цвет фона переключателя
   * чаще вчего в соответствии с цветом фона панели
  */
  background: inherit;
  /* цвет текста */
  color: #000000;
  /* вид курсора */
  cursor: pointer;
  /* размер шрифта */
  font-size: 1.4em;
  line-height: 1;
  /* всегда поверх других элементов страницы */
  z-index: 10001;
  /* анимируем цвет текста при наведении */
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  /* скрываем для больших экранов */
  /* определяем текст кнопки * символ Unicode (TRIGRAM FOR HEAVEN) */
  /* цвет текста при наведении */
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:after {
  content: '\2630';
  text-decoration: none;
}
.nav-toggle:hover {
  color: #D18901;
}
/** Скрытый чекбокс (флажок) * невидим и недоступен :) * имя селектора атрибут флажка */
[id='nav-toggle'] {
  position: absolute;
  display: none;
}
/** изменение положения переключателя * при просмотре на мобильных устройствах * когда навигация раскрыта, распологаем внутри панели */
[id='nav-toggle']:checked ~ .header-menu-line > .nav-toggle {
  left: auto;
  right: 2px;
  top: 2px;
}
/** Когда флажок установлен, открывается панель * используем псевдокласс:checked */
[id='nav-toggle']:checked ~ .header-menu-line {
  position: fixed;
  left: 0;
  box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
/* изменение символа переключателя, * привычный крестик (MULTIPLICATION X) */
[id='nav-toggle']:checked ~ .header-menu-line > .nav-toggle:after {
  content: '\2715';
}
/* фон затемнения на основной контент  * при этом элементы блокируются */
.overlay-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}
[id='nav-toggle']:checked ~ .overlay-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}
/** стили главного меню сайта */
.header-menu {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .header-menu {
    display: table;
    border-collapse: collapse;
    overflow: visible;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header-menu {
    height: 5rem;
  }
}
.header-menu a {
  text-decoration: none !important;
  color: #593015;
}
.header-menu a:hover,
.header-menu a:active,
.header-menu a:focus {
  color: #bf5a02;
}
@media (min-width: 768px) {
  .header-menu a:hover,
  .header-menu a:active,
  .header-menu a:focus {
    color: #ff7700;
  }
}
.header-menu ul {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .header-menu ul {
    display: table-row;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #dddddd;
  }
}
.header-menu ul li {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .header-menu ul li {
    display: table-cell;
    margin: 0;
    list-style: none;
    font-size: 1rem;
    padding: 0.5rem .8rem;
    font-weight: 200;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #dddddd;
    border-bottom: solid 4px #dddddd;
  }
}
@media (min-width: 992px) {
  .header-menu ul li {
    height: 5rem;
    font-size: 1.3rem;
    padding: 0.3rem 1rem;
  }
}
.header-menu ul li span {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
@media (min-width: 768px) {
  .header-menu ul li span {
    font-size: 0.8rem;
    margin-top: 0.1rem;
  }
}
@media (min-width: 768px) {
  .header-menu ul li:hover {
    position: relative;
    border-top: solid 1px #666666;
    border-bottom: solid 4px #ff7700;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-menu ul {
    padding: 0.6rem 0.2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header-menu ul {
    padding: 2.8rem 0 0.2rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .header-menu ul {
    padding: 2rem 0 0.2rem;
  }
}
@media (max-width: 575px) {
  .header-menu ul {
    padding: 0.5rem 0.2rem;
    margin-bottom: 1rem;
  }
}
/** шапка главной страницы */
.section-header {
  width: 100%;
}
.header-main {
  width: 100%;
  position: relative;
  margin: 1rem 0 0.5rem;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .header-main {
    line-height: 140%;
  }
}
.header-main a {
  text-decoration: none !important;
}
.header-main .logo a {
  display: block;
  height: 50px;
  line-height: 120%;
  background: url('../images/icon.png') top left no-repeat;
  background-size: 40px 40px;
  padding: 0 0 0 60px;
  margin-left: 40px;
  font-size: 0.9rem;
  color: #593015;
}
@media (min-width: 576px) {
  .header-main .logo a {
    font-size: 0.85rem;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .header-main .logo a {
    height: 50px;
    background-size: 40px 40px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .header-main .logo a {
    height: 60px;
    background-size: 50px 50px;
    padding: 0 0 0 70px;
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .header-main .logo a {
    height: 60px;
    background-size: 60px 60px;
    padding: 0 0 0 80px;
    font-size: 1.2rem;
  }
}
.header-main .phone {
  font-size: 0.8rem;
}
.header-main .phone .phone-number {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .header-main .phone .phone-number {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .header-main .phone .phone-number {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .header-main .phone .phone-number {
    font-size: 1.5rem;
  }
}
.header-main .phone .phone-number a {
  color: #D18901;
}
.header-main .phone .phone-callback {
  padding: 3px 0 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .header-main .phone .phone-callback {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-main .phone .phone-callback {
    padding: 6px 0 0;
  }
}
.header-main .timework .timework-title {
  display: none;
}
@media (min-width: 992px) {
  .header-main .timework .timework-title {
    display: block;
  }
}
.header-main .timework .timework-time {
  font-weight: 700;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .header-main .timework .timework-time {
    font-size: 0.9rem;
    position: relative;
    top: -2px;
  }
}
@media (min-width: 992px) {
  .header-main .timework .timework-time {
    font-size: 1rem;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .header-main .timework .timework-time {
    font-size: 1.2rem;
    top: 0;
  }
}
/** иллюстрация страницы */
@media (max-width: 767px) {
  .header-illustration-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-illustration-inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .header-illustration-inner {
    margin-top: -4px;
  }
}
.header-illustration-inner img {
  width: 100%;
}
/** плавающий блок навигации */
.header-swim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 0.3rem 1rem 0;
  z-index: 1001;
}
.header-swim .logo {
  margin: 0.3rem 0.5rem 0.5rem;
  padding-left: 5rem;
  background: url('../images/icon.png') top left no-repeat;
  background-size: contain;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 991px) {
  .header-swim .logo {
    margin-top: 0.5rem;
    max-width: 150px;
  }
}
.header-swim .logo a {
  color: #000000;
  text-decoration: none;
}
.header-swim .logo span {
  display: block;
  font-weight: 200;
  white-space: nowrap;
}
.header-swim .menu {
  padding: 0.5rem 0 0;
}
.header-swim .menu ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.header-swim .menu ul li {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 1299px) and (min-width: 1200px) {
  .header-swim .menu ul li {
    margin: 0 0.2rem;
    padding: 0.5rem 0.3rem;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-swim .menu ul li {
    margin: 0 0.2rem;
    padding: 0.5rem 0.2rem;
    font-size: 0.9rem;
  }
}
.header-swim .menu ul li a {
  color: #000000;
  text-decoration: none;
}
.header-swim .menu ul li a:hover {
  color: #f9ba04;
}
.header-swim .phone {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-swim .phone {
    font-size: 0.9rem;
  }
}
.header-swim .phone .timework {
  display: block;
  font-size: 0.8rem;
}
.header-swim .phone a {
  color: #000000;
  text-decoration: none;
}
/** хлебные крошки */
.breadcrumbs-line {
  margin: 0 0 1.5rem;
  padding: 0.5rem 0;
  border-bottom: solid 1px #c1bda3;
}
.breadcrumbs {
  margin: 0 0 0 -15px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 0.8rem;
  color: #000000;
}
.breadcrumbs li {
  list-style: none;
  display: inline;
  margin: 0 !important;
  padding-right: 0.2rem;
}
.breadcrumbs a {
  display: inline-block;
  padding: 0.5rem 0;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: #D18901;
  text-decoration: underline;
}
.breadcrumbs > li + li:before {
  color: #444444;
  content: "/";
  margin-left: 0.3rem;
  margin-right: 0.7rem;
}
/** информационная строка */
.information-line {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-top: solid 3px #000000;
  border-bottom: solid 3px #000000;
}
.information-line .information-message-hide {
  position: absolute;
  top: 5px;
  right: 10px;
  display: none;
  color: #333333;
  font-size: 1.2rem;
}
.information-line:hover .information-message-hide {
  display: block;
}
.information-line.information-success {
  border-color: #3bf637;
}
.information-line.information-error {
  border-color: #f93936;
}
.information-line.information-info {
  border-color: #3538fe;
}
/** форма заказа обратного звонка на страницах */
.callback-index-form-result {
  display: none;
}
.callback-index {
  padding: 1rem 0 .5rem;
}
@media (min-width: 992px) {
  .callback-index {
    padding: 1.5rem 2rem;
    margin: 0 auto;
    max-width: 750px;
  }
}
.callback-index .title {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 110%;
}
.callback-index input[type="text"],
.callback-index input[type="email"],
.callback-index textarea {
  border: solid 1px #333333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.callback-index input[type="text"]:focus,
.callback-index input[type="email"]:focus,
.callback-index textarea:focus,
.callback-index input[type="text"]:active,
.callback-index input[type="email"]:active,
.callback-index textarea:active {
  box-shadow: 0 3px 3px 3px rgba(47, 149, 192, 0.5), 0 -3px 3px 3px rgba(47, 149, 192, 0.5), 3px 0 3px 3px rgba(47, 149, 192, 0.5), -3px 0 3px 3px rgba(47, 149, 192, 0.5);
}
.callback-index textarea {
  height: 10rem;
}
.callback-index .form-group-icon input[type="text"],
.callback-index .form-group-icon input[type="email"],
.callback-index .form-group-icon textarea {
  padding-right: 2rem;
}
.callback-index .privacy-check {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.callback-index .checkbox {
  float: left;
  margin: 0 10px 25px 0;
}
.callback-index .form-group-icon {
  position: relative;
}
.callback-index .form-group-icon .icon {
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
}
.callback-index .button-form-send {
  margin: 0 auto;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1rem 2rem;
  text-align: center;
  border: 0;
  outline: none;
  border-bottom: solid 6px #ff7700;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.callback-index .button-form-send:hover {
  background-color: #ffc617;
}
@media (min-width: 768px) {
  .callback-index .button-form-send {
    font-size: 1.3rem;
    padding: 1rem 2rem;
    width: 13rem;
  }
}
@media (min-width: 992px) {
  .callback-index .button-form-send {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    width: 15rem;
  }
}
/** форма заказа обратного звонка в модельном окне */
.callback-form-form-result {
  display: none;
}
.callback-form {
  background-color: #ebebeb;
  padding: 1.5rem 2rem;
  border: solid 1px #bdbdbd;
}
@media (max-width: 575px) {
  .callback-form {
    padding: 2.5rem 1.5rem;
  }
}
.callback-form .title {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 110%;
}
.callback-form input[type="text"],
.callback-form input[type="email"],
.callback-form textarea {
  border: solid 1px #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}
.callback-form input[type="text"]:focus,
.callback-form input[type="email"]:focus,
.callback-form textarea:focus,
.callback-form input[type="text"]:active,
.callback-form input[type="email"]:active,
.callback-form textarea:active {
  box-shadow: 0 3px 3px 3px rgba(47, 149, 192, 0.5), 0 -3px 3px 3px rgba(47, 149, 192, 0.5), 3px 0 3px 3px rgba(47, 149, 192, 0.5), -3px 0 3px 3px rgba(47, 149, 192, 0.5);
}
.callback-form textarea {
  height: 10rem;
}
.callback-form .form-group-icon input[type="text"],
.callback-form .form-group-icon input[type="email"],
.callback-form .form-group-icon textarea {
  padding-right: 2rem;
}
.callback-form .input-file {
  width: 100%;
}
.callback-form .input-file label {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.callback-form .input-file mark {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  color: #000000;
  font-weight: 400;
  border: 0;
  text-align: center;
  cursor: pointer;
  background: #dddddd;
  background: linear-gradient(to bottom, #dddddd, #bbbbbb);
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(0, 0, 0, 0.3);
}
.callback-form .input-file mark:hover,
.callback-form .input-file mark:focus {
  background: linear-gradient(to top, #aaaaaa, #cccccc);
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.callback-form .input-file input[type="file"] {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.callback-form .privacy-check {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.callback-form .checkbox {
  float: left;
  margin: 0 10px 25px 0;
}
.callback-form .form-group-icon {
  position: relative;
}
.callback-form .form-group-icon .icon {
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
}
/** стилизация checkbox */
.checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 5px 0 0;
  top: 4px;
  background-color: #f0f0f0;
  border: solid 1px #555555;
}
.checkbox span {
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border: 0;
}
.checkbox span:after {
  content: '';
  width: 20px;
  height: 11px;
  position: absolute;
  top: -5px;
  left: -2px;
  border: 3px solid #aa0000;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.checkbox span:hover:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked ~ span:after {
  opacity: 1;
}
/** ошибки при заполнении формы */
.form-group {
  position: relative;
}
.form-group label.error {
  max-width: 95%;
  min-width: 200px;
  min-height: 30px;
  position: absolute;
  bottom: -34px;
  right: 20px;
  color: #000000;
  background-color: #ffffff;
  border: solid 2px #aa0000;
  padding: 3px 8px;
  font-size: .8rem;
  font-weight: 600;
  z-index: 900;
  overflow: visible !important;
}
.form-group label.error:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -19px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #aa0000;
  border-left: 9px solid transparent;
}
.form-group .checkbox label.error {
  top: 30px;
  right: auto;
  bottom: auto;
  left: -13px;
}
/** стилизация placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #d0d0d0 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
  color: #d0d0d0 !important;
}
.footer-main {
  margin-top: 2rem;
}
.footer-main .footer-contact {
  align-self: center;
}
.footer-main .footer-contact .footer-phone {
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer-main .footer-contact .footer-phone {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .footer-main .footer-contact .footer-phone {
    font-size: 1.7rem;
  }
}
.footer-main .footer-illustration {
  text-align: right;
  color: #695141;
}
.footer-main .footer-illustration img {
  max-width: 100%;
}
.footer-main .footer-menu {
  display: none;
}
@media (min-width: 576px) {
  .footer-main .footer-menu {
    background-color: #ebebeb;
    font-size: 0.95rem;
  }
}
.footer-main .footer-menu .container {
  clear: both;
  text-align: justify;
}
.footer-main .footer-menu ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.footer-main .footer-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 2rem 0 0;
  list-style-type: none;
}
.footer-main .footer-menu ul li a {
  white-space: nowrap;
  display: inline-block;
  color: #695141;
  text-decoration: none;
}
.footer-main .footer-menu ul li a:hover {
  color: #000000;
}
.footer-main .footer-menu ul li:first-child {
  padding-left: 0;
}
.footer-main .footer-menu ul li:last-child {
  padding-right: 0;
}
.footer-main .footer-menu li.active {
  font-weight: bold;
  color: #000000;
}
.footer-main .footer-menu li.active a {
  color: #000000;
}
.footer-main .footer-menu .footer-menu-end {
  height: 0;
  font-size: 0;
  content: "";
  display: inline-block;
  width: 100%;
}
.footer-main .footer-final {
  background-color: #606060;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 1rem 0;
}
.footer-main .footer-final a {
  color: #b0b0b0;
  text-decoration: none;
}
.footer-main .footer-bounce {
  font-size: 1rem;
  height: 4rem;
  display: block;
  width: 100%;
  background-color: #777777;
  border-top: solid 1px #999999;
}
@media (min-width: 768px) {
  .footer-main .footer-bounce {
    display: none;
  }
}
/** слои overlay */
#overlay {
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
/** scroll to top */
#scroller {
  position: fixed;
  display: none;
  bottom: 0.6rem;
  right: 0.6rem;
  text-align: center;
  padding: 10px 14px;
  font-size: 16px;
  cursor: pointer;
  background-color: #aaaaaa;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  z-index: 2001;
}
#scroller:hover {
  background-color: #666666;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/** модальное окно */
#modal {
  width: 600px;
  background-color: #f4f4f4;
  color: #593015;
  position: fixed;
  top: 2rem;
  left: 50%;
  margin-left: -300px;
  padding: 0;
  display: none;
  z-index: 10001;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  #modal {
    top: 0;
    width: 100%;
    margin-left: 0;
    left: 0;
    box-shadow: none;
  }
}
.modal-content {
  width: 100%;
  height: 100%;
  padding: 1.2rem 2rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #ebebeb;
}
.modal-content .callback-header {
  padding: 0 2rem;
}
@media (max-width: 575px) {
  .modal-content .callback-header {
    padding: 0 0;
  }
}
.modal-content .callback-form {
  border: 0;
  padding: 1rem 2rem;
}
@media (max-width: 575px) {
  .modal-content .callback-form {
    padding: 1rem 0;
  }
}
.modal-content .callback-form .button-cancel {
  display: block;
  text-align: center;
}
.modal-callback-illustration {
  min-height: 70px;
  background-size: contain;
}
/** контакты - реквизиты */
.particulars {
  border-collapse: collapse;
  border: 0;
  font-size: 13px;
}
.particulars tr {
  border: 0;
  border-bottom: dashed 1px #aaaaaa;
}
.particulars tr th,
.particulars tr td {
  padding: 5px 5px;
  border: 0;
  font-weight: normal;
}
/** карта и визитка */
.map-block {
  position: relative;
  height: 400px;
  background-color: #dfdfdf;
}
.map-block .map-card {
  position: absolute;
  right: 10px;
  top: 60px;
  padding: 15px 20px;
  width: 280px;
  background-color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media (max-width: 767px) {
  .map-block .map-card {
    display: none;
  }
}
.map-block .map-card .logo {
  width: 70px;
  float: right;
  text-align: right;
}
.map-block .map-card .logo img {
  width: 100%;
}
.map-block .map-card .contacts {
  width: 150px;
  float: left;
  padding-top: 10px;
}
.map-block .map-card .contacts span {
  margin-right: 5px;
}
