/*
Theme Name: doc43
*/
.card-img-top2 {
    max-width: 100%;
    margin: 0 auto;
        margin-bottom: 0px;
    display: block;
    margin-bottom: 20px;
}
.sub-menu {
	display: none;
}

.slick-next, .slick-prev {
	z-index: 10;
}

.page__inner {
	position: relative;
	overflow: hidden;
}
.page-footer__nav-box {
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.intro__caption h1 {
		font-size: 2rem!important;
	}
	.page-footer__bottom {
		padding-bottom: 15px;
	}
}



/*styles_for_new_block*/
.img_block_big {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.img_block_big img {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.hidden_important_block {
	display: none!important;
}
/*content_box*/
.content_box_site {
  position: relative;
  box-sizing: border-box;
  display: block;
  min-width: 0 !important; }
  .content_box_site iframe {
    max-width: 100%; }
	.content_box_site video {
    max-width: 100%; }
  .content_box_site .table_box {
    overflow: auto;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 400; }
    .content_box_site .table_box th, .content_box_site .table_box td {
      padding: 15px 20px;
      border: 1px solid #000000; }
    .content_box_site .table_box thead {
      font-weight: 700; }
    .content_box_site .table_box table {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #000000;
      overflow: hidden; }
  .content_box_site img {
    max-width: 100% !important;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto !important;
    border-radius: 4px;
    overflow: hidden; }
  .content_box_site p {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #000000; }
    .content_box_site p b {
      font-weight: 700; }
    .content_box_site p span {
      background-color: #fae1e7; }
  .content_box_site a {
    color: #ee3b4d;
    font-weight: 700; }
    .content_box_site a:hover {
      text-decoration: underline; }
  .content_box_site ul, .content_box_site ol {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content_box_site ul li, .content_box_site ol li {
      margin-bottom: 10px;
      font-weight: 400;
      color: #000000;
      font-size: 17px;
      line-height: 26px;
      position: relative;
      display: block; }
      .content_box_site ul li:before, .content_box_site ol li:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ee3b4d;
        top: 8px;
        left: -20px; }
      .content_box_site ul li a, .content_box_site ol li a {
        font-weight: 400;
        color: #000000;
        font-size: 17px;
        line-height: 26px;
        position: relative;
        display: inline-block; }
      .content_box_site ul li:last-child, .content_box_site ol li:last-child {
        margin-bottom: 0; }
  .content_box_site h1, .content_box_site h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    margin-top: 65px;
    margin-bottom: 45px; }
  .content_box_site h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 800;
    color: #000000;
    margin-top: 55px;
    margin-bottom: 35px; }
  .content_box_site h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px; }
  .content_box_site h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px; }
  .content_box_site h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 10px; }
  .content_box_site .wp-caption {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px; }
    .content_box_site .wp-caption img {
      margin-top: 0;
      margin-bottom: 0; }
    .content_box_site .wp-caption p {
      margin-bottom: 0;
      font-weight: 400;
      color: #979797;
      font-size: 14px;
      line-height: 20px;
      margin-top: 15px; }
    .content_box_site .wp-caption .wp-caption-text {
      margin-bottom: 0;
      font-weight: 400;
      color: #979797;
      font-size: 14px;
      line-height: 20px;
      margin-top: 15px; }
  .content_box_site blockquote {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #000000;
    border: 1px solid #e93749;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden; }
  .content_box_site *:last-child {
    margin-bottom: 0; }
  .content_box_site *:first-child {
    margin-top: 0; }
/*end_content_box*/


/*19.05_filtr_*/
.b24-form {
  margin: 30px auto;
}
.filters-cnt {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;

}
.filters-cnt .box_filtr {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filters-cnt .box_filtr + .box_filtr {
  margin-top: 25px;
}
.filters-cnt .box_filtr p {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.filters-cnt a#apply-filters-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  border-radius: 100px;
  background-color: #ff9a00;
  transition: 0.3s linear;
  text-decoration: none;
}
.filters-cnt a#apply-filters-btn:hover {
  background-color: #000;
}
.filters-cnt .filter-square-cnt, .filters-cnt .filter-etazhi-cnt {
  position: relative;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.filters-cnt .filter-square-cnt input, .filters-cnt .filter-etazhi-cnt input {
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}

/*10.06.20 btn_back*/
.btn_house_goback {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  text-decoration: underline;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}