@import url('fonts.css');
@import url('fancybox.css');
@import url('normalize.css');
body {
  line-height: 1.2;
  font-family: 'Pragmatica', sans-serif;
  font-weight: 300;
  color: #0f0f0f;
  background: #fff;
}
::-moz-selection {
  background: #ec8037;
  color: #000;
}
::selection {
  background: #ec8037;
  color: #000;
}
.grecaptcha-badge {
	display: none;
}
.h-container {
  max-width: 1340px;
  margin: 0 auto;
}
.h-only-desktop {
  display: block;
}
.h-only-mobile {
  display: none;
}
.h-flex-row {
  display: flex;
  flex-direction: row;
}
.header__top-line {
  background: #53575a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 10px 16px;
  box-sizing: border-box;
  font-size: 18px;
}
.header__address {
  align-items: center;
  gap: 17px;
}
.header__phone {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: color 0.5s;
}
.header__phone:hover {
  color: #ed8037;
}
.header__bottom-line {
  position: relative;
  background: #fff;
}
.header__btn-top {
  position: absolute;
  right: 40px;
  top: 10px;
}
.header__menu {
  padding: 20px;
  text-align: center;
  display: flex;
}
.header__menu ul {
  display: flex;
  margin: 0 auto;
  gap: 45px;
}
.header__menu ul li {
  position: relative;
}
.header__menu ul a {
  text-decoration: none;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.5s;
}
.header__menu ul a:hover {
  color: #ed8037;
}
.header__mobile-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: border-color 0.5s;
  align-self: center;
  z-index: 11;
  position: fixed;
  left: 10px;
  top: 10px;
  display: none;
}
.header__mobile-btn:before,
.header__mobile-btn:after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  width: 2px;
  height: 40px;
  background: transparent;
  transition: transform 0.5s;
}
.header__mobile-btn.active:before {
  top: -5px;
  transform: rotate(45deg);
  background: #fff;
}
.header__mobile-btn.active:after {
  top: -5px;
  transform: rotate(-45deg);
  background: #fff;
}
.header__mobile-btn:not(.active):after,
.header__mobile-btn:not(.active):before {
  background: none;
  width: 40px;
  height: 6px;
  left: 0px;
  top: 2px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.header__mobile-btn:not(.active):after {
  margin-top: 16px;
}
.header__messenger-item {
  text-decoration: none;
  position: relative;
  display: flex;
}
.header__messenger-item img {
  transition: opacity 0.5s;
}
.header__messenger-item:hover img {
  opacity: 0.6;
}
.header__messenger-item__mobile-btn,
.header__messenger-item_mobile {
  display: none;
}
.header_only-mobile {
  display: none;
}
.header__messengers {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.header__banner {
  background: url('../images/banner01.jpg') center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__banner-text {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-family: 'Pragmatica', sans-serif;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__banner-content {
  margin: 0 auto;
  padding: 0 20px;
  gap: 50px;
  align-items: center;
}
.advantages {
  background: #ed8037;
  padding: 20px 24px;
}
.advantages__items {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
}
.advantages__item {
  width: 25%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.advantages__title {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.advantages__text {
  font-size: 14px;
}
.advantages__image {
  max-height: 53px;
}
.h-title {
  position: relative;
  font-size: 34px;
  font-family: 'Pragmatica', sans-serif;
  color: #53575a;
  text-align: center;
  margin-top: 45px;
  line-height: 40px;
  padding-bottom: 10px;
}
.h-title:after {
  content: "";
  position: absolute;
  top: -12px;
  background: #ed8037;
  height: 3px;
  width: 630px;
  left: 50%;
  margin-left: -315px;
}
.table {
  max-width: 720px;
  margin: 0 auto 20px;
}
.table thead td {
  font-weight: bold;
  color: #fff;
  background: #53575a;
}
.table__head-cell {
  color: #fff;
  background: #53575a;
  text-align: center;
}
.table td {
  border: 1px solid #2f2f2f;
  padding: 5px 10px;
  width: 50%;
}
.table__btn {
  margin: 30px auto 50px;
}
.h-title-mini {
  font-size: 30px;
  font-family: 'Pragmatica', sans-serif;
  color: #53575a;
  text-align: center;
  line-height: 34px;
  padding-bottom: 20px;
  max-width: 660px;
  margin: 45px auto 0;
}
.text-block {
  padding: 30px 120px 20px;
  background: #f2f2f2;
}
.text-block_bottom-slider {
  padding-bottom: 190px;
}
.text-block_bottom-mini-slider {
  padding-bottom: 130px;
}
.text-block_about {
  padding-bottom: 250px;
}
.h-text {
  color: #1a1a18;
  font-size: 17px;
  line-height: 21px;
  text-indent: 25px;
}
.h-text h2 {
  margin-bottom: 9px;
  font-size: 33px;
}
.h-text h3 {
  margin-bottom: 9px;
  font-size: 32px;
  text-align: center;
}
.h-text p {
  margin-bottom: 18px;
  line-height: 1.2;
}
.h-text ul,
.h-text ol {
  text-align: left;
  margin-bottom: 18px;
  padding-left: 47px;
  text-indent: 0px;
}
.h-text ul {
  list-style: disc;
}
.h-text ol {
  list-style: numeric;
}
.h-text ul li::marker,
.h-text ol li::marker {
  color: #1a1a18;
}
.h-btn {
  width: 180px;
  min-width: 180px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  background: #ed8037;
  transition: background 0.5s;
  cursor: pointer;
  font-family: 'Pragmatica', sans-serif;
}
.h-btn:hover:not(.disabled) {
  background: #b55a1d;
}
.h-btn.disabled {
  cursor: default;
  background: #c5c5c5;
  border-color: #c5c5c5;
  color: #727272;
}
.h-btn_big {
  width: 300px;
  min-width: 300px;
}
.scroll-to-top {
  position: fixed;
  left: 50%;
  margin-left: 680px;
  bottom: 100px;
  transition: opacity 0.5s;
  cursor: pointer;
}
.scroll-to-top:hover {
  opacity: 0.6;
}
.map-wrapper {
  padding: 0 20px;
  margin-top: -225px;
}
.slider_offset-top {
  margin-top: -170px;
}
.slider_offset-mini-top {
  margin-top: -115px;
}
.slider__title {
  font-size: 28px;
  font-family: 'Pragmatica', sans-serif;
  color: #53575a;
  text-align: center;
  padding-bottom: 20px;
}
.slider-block {
  padding: 0 10px;
  display: none;
}
.slider-block.slick-initialized {
  display: block;
}
.slider-block__item {
  text-align: center;
}
.slider-block__image-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
}
.slider-block__image {
  width: 100%;
  height: auto;
  border: 3px solid #b0b2af;
  box-shadow: 0 0 5px #b0b2af;
}
.slider-block__desc {
  font-size: 14px;
  padding: 10px 15px 0;
}
.form__input {
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #53575a;
  color: #000;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Pragmatica', sans-serif;
  transition: border 0.5s;
}
.form__input_textarea {
  resize: none;
  height: 100px;
}
.form__input:focus-visible,
.form__input:active,
.form__input:focus {
  border: 1px solid #000;
  outline: none;
}
.form__input .error {
  border-color: red;
}
.form__item {
  padding-bottom: 15px;
  text-align: left;
  width: 100%;
}
.form__item_mini {
  width: 120px;
}
.form__row {
  display: flex;
  gap: 20px;
}
.form__label {
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px;
  display: block;
}
.footer {
  display: flex;
  gap: 30px;
  color: #fff;
  font-size: 14px;
  padding: 12px 20px 10px;
  justify-content: space-between;
  background: #53575a;
  align-items: center;
}
.footer .header__phone {
  font-size: 14px;
  font-weight: bold;
}
.image-footer {
  margin: 40px auto;
  display: block;
}
.modal {
  display: none;
}
.modal__wrap {
  position: fixed;
  max-height: 95%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  max-width: 1200px;
  height: auto;
  background: #f2f2f2;
  z-index: 21;
  padding: 20px;
  text-align: center;
  color: #434546;
  border: 1px solid #53575a;
  box-sizing: border-box;
}
.modal__wrap_big {
  width: 800px;
}
.modal_notify .modal__wrap {
  max-width: 590px;
}
.modal__title {
  font-size: 24px;
  text-align: center;
  padding: 0 25px 40px;
  font-weight: bold;
}
.modal__desc {
  color: #999999;
  font-size: 12px;
  text-align: left;
  margin: 20px 0 15px;
}
.modal__desc a {
  color: #999999;
  text-decoration: underline;
}
.modal__desc a:hover {
  text-decoration: none;
}
.modal__bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.modal__close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.modal__close-btn:before,
.modal__close-btn:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #999999;
  transform: rotate(45deg);
  top: 25px;
  left: -15px;
  transition: background 0.5s;
}
.modal__close-btn:after {
  transform: rotate(-45deg);
}
.modal__close-btn:hover:before,
.modal__close-btn:hover:after {
  background: #ed8037;
}
.modal .h-btn {
  margin: 20px auto 0;
  border-color: transparent;
  color: #fff;
}
.h-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.h-checkbox__input {
  display: none;
}
.h-checkbox__input:checked + .h-checkbox__btn:after {
  background: #b5f602;
}
.h-checkbox__btn {
  width: 14px;
  height: 14px;
  border: 2px solid #b5f602;
  position: relative;
  background: #171610;
  display: inline-block;
  margin-right: 12px;
}
.h-checkbox__btn:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  position: absolute;
  background: #171610;
  display: block;
  transition: background-color 0.5s;
}
.page-404 {
	text-align: center;
}
.page-404 .h-text {
	margin: 30px auto;
}
.page-404 .h-btn {
	    margin: 0 auto;
}
.page-404 img {
	width: 400px;
	max-width: 90%;
}
@media (max-width: 1200px) {
  .advantages__items {
    flex-wrap: wrap;
    gap: 20px 10%;
  }
  .advantages__item {
    width: 45%;
  }
}
@media (max-width: 960px) {
  .header__menu ul {
    margin: 0;
  }
  .header__banner-text {
    font-size: 16px;
  }
  .header__logo {
    max-height: 110px;
  }
  .header__schedule,
  .header__address,
  .header__phone {
    font-size: 15px;
  }
  .text-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .h-title {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media (max-width: 800px) {
  .header {
    position: relative;
    padding-top: 50px;
  }
  .header__schedule,
  .header__address,
  .header__phone {
    display: none;
  }
  .header_only-mobile {
    display: block;
  }
  .header__messenger-item_mobile {
    display: flex;
  }
  .header__messengers {
    margin-left: auto;
  }
  .header__banner-text h1 {
    font-size: 28px;
  }
  .header__menu {
    position: fixed;
    top: 50px;
    left: 0;
    padding: 20px 15px 30px 20px;
    background: #ed8037;
    display: none;
    z-index: 12;
    background: #53575a;
    color: #fff;
  }
  .header__menu ul {
    flex-direction: column;
    gap: 15px;
    text-align: left;
  }
  .header__menu ul a {
    min-width: 150px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }
  .header__menu ul a:hover {
    color: #ed8037;
  }
  .header__menu.show-nav {
    display: block;
  }
  .header__menu .header__schedule {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    font-weight: 300;
  }
  .header__menu .header__phone {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    font-weight: bold;
  }
  .header__mobile-btn {
    display: block;
    z-index: 11;
  }
  .header__top-line {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
  }
  .header__bottom-line {
    position: static;
  }
  .header__btn-top {
    right: auto;
    left: 31%;
    top: 8px;
    height: 35px;
    font-size: 16px;
    position: fixed;
    z-index: 11;
  }
  .header__messenger-item img {
    width: 25px;
  }
  .h-title:after {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .table {
    width: 95%;
    margin-left: 3%;
  }
  .modal__wrap {
    width: 90%;
  }
}
@media (max-width: 650px) {
  .advantages__item {
    width: 100%;
  }
  .header__btn-top {
    left: 70px;
    width: 150px;
    min-width: 150px;
  }
  .header__banner {
    height: 300px;
  }
  .header__banner-content {
    padding-top: 100px;
    position: relative;
    flex-direction: row-reverse;
    box-sizing: border-box;
  }
  .header__banner-content h1 {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 26px;
    left: 0;
    line-height: 1.2;
  }
  .form__row {
    flex-wrap: wrap;
    gap: 0;
  }
  .form__item_mini {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header__banner-content {
    max-width: 90%;
    gap: 15px;
  }
  .footer__copy {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .header__btn-top {
    left: 60px;
    width: 120px;
    min-width: 120px;
    font-size: 12px;
  }
  .header__logo {
    max-height: 85px;
  }
}
@media (max-width: 400px) {
  .header__banner {
    height: auto;
    padding: 50px 0;
  }
  .header__banner-content h1 {
    font-size: 24px;
  }
  .header__messenger-item img {
    width: 20px;
  }
  .header__messengers {
    gap: 10px;
  }
  .header__btn-top {
    width: 110px;
    min-width: 110px;
    height: 30px;
    top: 10px;
  }
  .header__banner-text .h-btn {
    width: 130px;
    min-width: 130px;
    height: 30px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */