@media only screen and (max-width: 1200px) {
  header .number-block .ico {
    display: none;
  }
  header .number-block {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1040px) {
  #price:before,
  #price:after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  header .number-block {
    margin-top: 30px;
    padding: 20px 0;
  }
  header .title {
    margin-bottom: 30px;
  }
  header .number-block:last-child {
    display: none;
  }
  header .number-block .ico {
    display: inline;
  }
  #price .item .wrapper img {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  #price .item img {
    width: 50%;
  }
  #price .item .center {
    width: 60%;
  }
  #price .item .wrapper img {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 625px) {
  .whale-logo {
    margin: 0 auto;
    display: block !important;
    position: relative !important;
    width: 100%;
  }
  .whale-logo img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  header .number-block .ico {
    display: none;
  }
  .copyright {
    width: 100% !important;
  }
  #price .item img {
    width: 70%;
  }
  #price .item .center {
    width: 90%;
  }
}
button:focus,
a:focus,
input:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 768px) {
  .number-block {
    margin-top: 60px !important;
  }
}
@media (max-width: 991px) {
  .nav.menu li a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .h_menu {
    opacity: 0;
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 9999;
    right: 0;
    top: 0;
    background: #f2e9d6;
    padding-left: 15px;
    padding-top: 10px;
    -moz-box-shadow: 0 2px 7px rgba(27, 31, 170, 0.3);
    -webkit-box-shadow: 0 2px 7px rgba(27, 31, 170, 0.3);
    box-shadow: 0 2px 7px rgba(27, 31, 170, 0.3);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .h_menu.expand {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .h_menu .nav.menu {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .h_menu .nav.menu > li {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .h_menu .nav.menu > li a {
    color: #333;
  }
}
.h_menu > ul {
  position: relative;
}
.h_menu > ul > li {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .h_menu > ul > li {
    position: relative;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .h_menu > ul > li > a {
    font-size: 20px;
  }
}
.h_menu > ul > li:hover > ul.nav-child {
  display: block;
}
@media (max-width: 768px) {
  .h_menu > ul > li:hover > ul.nav-child {
    display: none;
  }
}
.h_menu > ul > li > ul.nav-child {
  display: none ;
  position: absolute;
  top: 68%;
  background: #fff;
  z-index: 99;
  column-count: 3;
  -webkit-column-count: 3;
  padding: 10px 0;
  border-radius: 5px;
  left: 0;
}
@media (max-width: 768px) {
  .h_menu > ul > li > ul.nav-child {
    background: none;
    position: relative;
  }
  .h_menu > ul > li > ul.nav-child li {
    border-bottom: 0 !important;
  }
}
@media (max-width: 1200px) {
  .h_menu > ul > li > ul.nav-child {
    column-count: 2;
    -webkit-column-count: 2;
  }
}
@media (max-width: 991px) {
  .h_menu > ul > li > ul.nav-child {
    column-count: 1;
    -webkit-column-count: 1;
    min-width: 300px;
  }
}
.h_menu > ul > li > ul.nav-child li {
  width: 100%;
  text-align: left;
  float: none;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  margin-left: 0;
}
.h_menu > ul > li > ul.nav-child a {
  color: #333;
  font-size: 18px;
  padding: 5px 10px 5px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .h_menu > ul > li > ul.nav-child a {
    font-size: 16px;
    white-space: pre-wrap;
    padding-right: 75px;
  }
}
.h_menu > ul > li > ul.nav-child a:hover {
  background: #F2E9D6;
}
.close_menu {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #333;
  padding: 11px;
  position: relative;
}
@media (min-width: 769px) {
  .close_menu {
    display: none;
  }
}
.close_menu:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 10px;
}
.close_menu:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 1px;
  top: 10px;
}
.mobile-btn {
  display: block;
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  color: #888888;
  cursor: pointer;
  top: 18px;
  right: 15px;
}
@media (min-width: 769px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn > span {
  color: #F2E9D6;
  margin-top: 4px;
  display: inline-block;
}
.mobile-btn .hamburger {
  position: relative;
  float: right;
  width: 25px;
  height: 22px;
  background: none;
  cursor: pointer;
  padding: 0;
  border: none;
  margin-top: 0;
  margin-left: 5px;
}
.mobile-btn .hamburger span {
  background-color: #F2E9D6;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-btn .hamburger span:nth-child(1) {
  top: 0;
}
.mobile-btn .hamburger span:nth-child(2) {
  top: 9px;
}
.mobile-btn .hamburger span:nth-child(3) {
  bottom: 0;
}
.h_menu .arrow {
  position: absolute;
  width: 40px;
  height: 30px;
  right: 15px;
  top: 2px;
}
@media (min-width: 769px) {
  .h_menu .arrow {
    display: none;
  }
}
.h_menu .arrow:before {
  content: '';
  position: absolute;
  background-color: #333;
  width: 20px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  top: 5px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.h_menu .arrow:after {
  content: '';
  position: absolute;
  background-color: #333;
  width: 20px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  bottom: 22px;
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#form_modal .modal-content {
  background: #fff;
}
#form_modal .modal-header {
  border-bottom: 0;
}
#form_modal button.close span {
  color: #fff;
}
#form_modal h4 {
  color: #333;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
#form_modal .form-control {
  margin-bottom: 20px;
}
#form_modal .btn_default {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 10px;
  background: none;
  margin-top: 8px;
}
#form_modal textarea {
  height: 85px;
}
.modal form {
  padding: 0 50px;
}
.modal .col-12 {
  position: relative;
}
.modal .btn {
  background-color: #f2e9d6;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  border: 2px solid #333;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  padding: 10px;
  background: none;
  margin: auto;
  display: block;
}
.form-control {
  padding: 1rem 0.75rem;
  width: 100%;
}
.form-control + label {
  position: absolute;
  color: #333;
  font-size: 16px;
  top: 18px;
  left: 15px;
  pointer-events: none;
}
.form-control + label span {
  color: #ab1725;
}
.form-control.hide_label + label {
  display: none;
}
.form-control:focus + label {
  display: none;
}
.form-control.hide_label + label {
  display: none;
}
.home_serv_list > div {
  text-align: center;
  margin-bottom: 30px;
}
.home_serv_list .item {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  position: relative;
}
.home_serv_list .item .name {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  background: rgba(173, 98, 23, 0.8);
  color: #fff;
  font-size: 18px;
}
.home_serv_list .item .name.phone_link {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}
.home_serv_list .more {
  text-decoration: underline;
  color: #AD6217;
  font-weight: bold;
  font-size: 18px;
}
.home_serv_list .more:hover {
  text-decoration: none;
}
header nav {
  border-bottom: 17px solid #007900;
}
@media (max-width: 1200px) {
  header nav {
    border-bottom: 9px solid #007900;
  }
}
@media (max-width: 991px) {
  header nav {
    border-bottom: 5px solid #007900;
  }
}
@media (max-width: 767px) {
  header nav {
    border-bottom: 0;
  }
}
@media (min-width: 769px) {
  header nav {
    background: #E6081D;
  }
}
.site_title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: Helvetica;
  margin-top: 48px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .site_title {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .site_title {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .site_title {
    font-size: 22px;
  }
}
.line {
  text-align: center;
}
.contacts_header {
  text-align: center;
  padding-top: 30px;
}
.contacts_header a {
  display: inline-block;
  position: relative;
}
.contacts_header .header_phone {
  font-family: Helvetica;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  padding-left: 55px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contacts_header .header_phone {
    font-size: 25px;
    padding-left: 35px;
    margin-bottom: 15px;
  }
}
.contacts_header .header_phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/tel.png);
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .contacts_header .header_phone:before {
    width: 25px;
    height: 25px;
    background-size: cover;
  }
}
.contacts_header .send_btn {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-family: Helvetica;
  background: #E6081D;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contacts_header .send_btn {
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
img {
  max-width: 100%;
}
.mainheader-h1 {
  margin-top: 30px;
}
.h1-header,
header .about-us {
  color: #fff;
}
.home_serv_list .item .name {
  background: rgba(0, 121, 0, 0.71);
  height: 65px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: Helvetica;
}
.home_price {
  background-image: url(../img/head.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0;
  padding-top: 0;
}
.home_price .title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: Helvetica;
  margin-top: 55px;
  margin-bottom: 73px;
}
@media (max-width: 1200px) {
  .home_price .title {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_price .title {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.home_price .price_row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .home_price .price_row {
    margin-bottom: 50px;
  }
}
.home_price .price_row .line {
  display: inline-block;
  height: 8px;
  width: 100%;
  max-width: 1068px;
  background: #007900;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home_price .price_row .line {
    display: none;
  }
}
.home_price .price_row .price_col {
  width: 33.33%;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .home_price .price_row .price_col {
    height: 225px;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .home_price .price_row .price_col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home_price .price_row .price_col:last-child:before {
  display: none;
}
.home_price .price_row .price_col:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #007900;
  width: 13px;
  height: 225px;
}
@media (max-width: 1200px) {
  .home_price .price_row .price_col:before {
    display: none;
  }
}
.home_price .price_row .price_col p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: Helvetica;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .home_price .price_row .price_col p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home_price .price_row .price_col p {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.home_price .price_row .price_col span {
  color: #fff;
  font-size: 40px;
  font-family: Helvetica;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .home_price .price_row .price_col span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .home_price .price_row .price_col span {
    font-size: 23px;
  }
}
.home_price .bottom_block {
  background: #E6081D;
  padding: 50px 0 10px;
}
@media (max-width: 1200px) {
  .home_price .bottom_block {
    padding: 30px 0 10px;
  }
}
.home_price .bottom_block * {
  color: #fff;
}
.home_price .bottom_block .container .desc {
  font-size: 20px;
  font-family: Helvetica;
}
@media (max-width: 1200px) {
  .home_price .bottom_block .container .desc {
    font-size: 18px;
  }
}
.home_price .bottom_block .container > div:first-child {
  font-size: 20px;
  font-family: Helvetica;
  margin-bottom: 20px !important;
}
@media (max-width: 1200px) {
  .home_price .bottom_block .container > div:first-child {
    font-size: 18px;
  }
}
.home_price .bottom_block .title {
  margin-top: 0;
}
footer {
  background: #007900;
  border-top: 2px solid #E6081D;
}
footer * {
  color: #fff;
}
footer .block-uslug {
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .block-uslug {
    float: none !important;
    margin-top: 30px;
  }
}
footer .address {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .table_price ul {
    margin-left: 30px;
  }
}
.table_price th {
  font-size: 40px !important;
  padding: 35px 10px !important;
  position: relative;
}
@media (max-width: 1200px) {
  .table_price th {
    font-size: 30px !important;
    padding: 20px 10px !important;
  }
}
@media (max-width: 767px) {
  .table_price th {
    font-size: 25px !important;
    padding: 10px 10px !important;
  }
}
.table_price th:last-child:before {
  display: none;
}
.table_price th:before {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  background: #fff;
  width: 13px;
  height: 100%;
  z-index: 2;
}
.table_price .table_price_2 td {
  font-size: 40px !important;
  padding: 35px 10px !important;
  color: #fff !important;
  position: relative;
}
@media (max-width: 1200px) {
  .table_price .table_price_2 td {
    font-size: 30px !important;
    padding: 20px 10px !important;
  }
}
@media (max-width: 767px) {
  .table_price .table_price_2 td {
    font-size: 25px !important;
    padding: 10px 10px !important;
  }
}
.table_price .table_price_2 td:last-child:before {
  display: none;
}
.table_price .table_price_2 td:before {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  background: #fff;
  width: 13px;
  height: 100%;
  z-index: 2;
}
span[typeof="v:Breadcrumb"] a {
  color: #1b203c;
}
header .line {
  display: inline-block;
  height: 30px;
  width: 100%;
  /* max-width: 1068px; */
  background: #007900;
}
@media (max-width: 767px) {
  header .line {
    height: 15px;
  }
}
footer .wrapper {
  text-align: center;
}
header {
  background: url(../images/header_img_min.png);
  background-size: cover;
  position: relative;
}
header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}
header nav,
header .container {
  position: relative;
  z-index: 2;
}
header .line {
  background-image: url(/images/tracery.png);
  background-size: contain;
}

header .header-logo {
  background-image: url(/images/krasnii_krest.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .glav-block-text {
    font-weight: bold;
  }
}

.nav-child.unstyled.small{
  display: none !important;
}

.item-102.deeper.parent .arrow{
  display: none !important;
}

.head_container{
  display: flex;
  justify-content: center;
}

.head_img{
  align-self: center;
}

@media (max-width: 768px) {
  .head_container {
    flex-direction: column;
  }

  .head_img{
    margin-top: 13px;
  }

  .head_title{
    margin-top: 15px;
  }
}

/*# sourceMappingURL=media.css.map */
