.container:has(.portfolio-page),
.container:has(.portfolio-map) {
  width: 100%;
  padding: 0;
}

.page_why-section .landing-section.page.portfolio-section .section-title {
  margin-bottom: 66px;
}

.page_why-section .landing-section.page.portfolio-section .more .eco-btn {
  border-radius: 17px;
  float: right;
  margin-right: 20px;
}

.page_why-section .portfolio_map_block {
  margin: 75px 0 167px 0;
}

.portfolio_map_block h2.section-title {
  width: 500px;
  float: left;
}

.portfolio_map_block #location_ico {
  float: left;
  margin: 0 0 0 20px;
}

.portfolio_map_block p {
  color: #818181;
  font-size: 18px;
  width: 100%;
  float: left;
  font-weight: normal;
}

.portfolio_map_block .portfolio_map {
  width: 533px;
  height: 398px;
  background: url("../img/otoplenie/otoplenie_portfolio_map.png");
  float: left;
  margin: 51px 0 0 25px;
}

.portfolio_map_block .portfolio_map_form {
  width: 350px;
  height: 398px;
  background: #fff;
  float: left;
  margin-top: 51px;
  padding: 37px;
  color: #818181;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.08);
}

.portfolio_map_form .form_title {
  text-align: center;
  margin-bottom: 37px;
}

.portfolio_map_form .input_text {
  width: 271px;
  color: #111;
}

.portfolio_map_form .input-wrap {
  margin-bottom: 15px;
}

.portfolio_map_form .form_submit {
  width: 137px;
  margin-top: 19px;
}

@media screen and (max-width: 1024px) {
  .page_why-section .landing-section.page.portfolio-section .section-title {
    margin-top: 69px;
    margin-bottom: 57px;
  }
  .page_why-section .landing-section.page.portfolio-section .more .eco-btn {
    float: none;
    margin-right: 0;
  }
  .portfolio_map_block .portfolio_map {
    width: 100%;
    background-size: cover;
    margin-left: 0;
  }
  .portfolio_map_block .portfolio_map_form {
    margin-left: -175px;
    margin-top: 76px;
    left: 50%;
    position: relative;
  }
  .page_why-section .portfolio_map_block {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 700px) {
  .page_why-section .landing-section.page.portfolio-section .section-title {
    margin-top: 69px;
    margin-bottom: 57px;
  }
  .page_why-section .landing-section.page.portfolio-section .more .eco-btn {
    float: none;
    margin-right: 0;
  }
  .portfolio-list.row .portfolio_item_block {
    width: 100%;
    font-size: 16px;
    margin-left: 0;
  }
  .portfolio_map_block h2.section-title {
    width: 60%;
  }
  .portfolio_map_block .portfolio_map {
    width: 100%;
    margin-left: 0;
  }
  .portfolio_map_block .portfolio_map_form {
    margin: 0 auto;
    clear: both;
    float: none;
    top: 76px;
    left: 0;
  }
  .page_why-section .portfolio_map_block {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 479px) {
  .page_why-section .landing-section.page.portfolio-section .section-title {
    margin-top: 48px;
    margin-bottom: 44px;
  }
  .page_why-section .landing-section.page.portfolio-section .more .eco-btn {
    float: none;
    margin-right: 0;
  }
  .portfolio_map_form .input_text {
    width: 246px;
  }
  .portfolio-list.row .portfolio_item_block {
    width: 100%;
    font-size: 16px;
    margin-left: 0;
  }
  .portfolio_map_block .portfolio_map {
    width: 320px;
    background-size: cover;
    margin: 0 auto;
    float: none;
    position: relative;
    clear: both;
  }
  .portfolio_map_block .portfolio_map_form {
    margin-top: 41px;
    width: 320px;
  }
  .page_why-section .portfolio_map_block {
    margin-bottom: 79px;
  }
}
.portfolio-section a {
  text-decoration: none;
}

.portfolio-section .portfolio-item {
  margin-bottom: 2em;
}

.portfolio-section .portfolio-item .image {
  height: 200px;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

.portfolio-section .portfolio-item .caption {
  display: inline-block;
  width: 50%;
  height: 200px;
  background-color: #8baa00;
  color: white;
  padding: 50px 10px;
  text-align: center;
}

.portfolio-modal-body {
  position: relative;
}

.portfolio-modal-body .body-arrow-left,
.portfolio-modal-body .body-arrow-right {
  display: none;
  position: absolute;
  top: 175px;
}

@media (min-width: 991px) {
  .portfolio-modal-body .body-arrow-left,
  .portfolio-modal-body .body-arrow-right {
    display: block;
  }
}
.portfolio-modal-body .body-arrow-left a,
.portfolio-modal-body .body-arrow-right a {
  opacity: 0.5;
  display: block;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
}

.portfolio-modal-body .body-arrow-left a:hover,
.portfolio-modal-body .body-arrow-right a:hover {
  opacity: 1;
}

.portfolio-modal-body .body-arrow-left {
  left: -100px;
}

.portfolio-modal-body .body-arrow-left a {
  background-image: url("");
  background-image: url("../img/prev_arr_hover.png");
}

.portfolio-modal-body .body-arrow-right {
  right: -100px;
}

.portfolio-modal-body .body-arrow-right a {
  background-image: url("../img/next_arr_hover.png");
}

@media (min-width: 991px) {
  .portfolio-modal-body .object-body {
    padding: 2em 1em 0;
  }
}
.portfolio-modal-body .object-photos-slider {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media (min-width: 991px) {
  .portfolio-modal-body .object-photos-slider {
    width: 49%;
    float: left;
  }
}
.portfolio-modal-body .object-photos-slider.loading {
  height: 0;
}

.portfolio-modal-body .object-photos-slider .arrow {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10000;
}

.portfolio-modal-body .object-photos-slider .arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-modal-body .object-photos-slider .arrow.left {
  left: 0;
  background-image: url("../img/back_img_arr.png");
}

.portfolio-modal-body .object-photos-slider .arrow.right {
  right: 0;
  background-image: url("../img/prev_img_arr.png");
}

.portfolio-modal-body .object-photos-slider .image-item {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-color: #f0f0f0;
}

.portfolio-modal-body .object-photos-slider .image-caption {
  padding: 0.5em;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}

.portfolio-modal-body .object-info {
  width: 100%;
}

@media (min-width: 991px) {
  .portfolio-modal-body .object-info {
    width: 49%;
    float: right;
  }
}
.portfolio-modal-body .object-info .object-text {
  text-align: center;
}
@media (max-width: 990px) {
  .portfolio-modal-body .object-info .object-text {
    padding: 15px 2em;
  }
}

@media (min-width: 991px) {
  .portfolio-modal-body .object-info .object-text {
    text-align: left;
    height: 210.84337349px;
  }
}
.portfolio-modal-body .object-info .object-text .object-title {
  font-weight: bold;
  color: #808080;
  font-size: 18px;
  margin-top: 0;
}

.portfolio-modal-body .object-info .object-text .object-address {
  color: #8f8f8f;
  margin-top: 10px;
}

.portfolio-modal-body .object-info .object-map .map-image {
  height: 140px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #f0f0f0;
}

.portfolio-modal-body .object-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  padding: 1em;
  clear: both;
}

.portfolio-modal-body .object-footer .tags-title {
  color: #858585;
}

.portfolio-modal-body .object-footer .tag {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #858585;
  text-decoration: none;
  padding: 0.5em 1em;
  display: inline-block;
  background-color: white;
}

.portfolio-modal-body .object-footer .tag:hover {
  background-color: #ccc;
  color: white;
}

.body-arrows-mobile {
  padding: 1em;
  display: block;
}

@media (min-width: 991px) {
  .body-arrows-mobile {
    display: none;
  }
}
.body-arrows-mobile .caption {
  background-color: #ddd;
  border-radius: 12px;
  padding: 0.3em 1em;
}

.body-arrows-mobile .body-arrow-left,
.body-arrows-mobile .body-arrow-right {
  display: block;
  position: static;
}

.body-arrows-mobile .body-arrow-left a,
.body-arrows-mobile .body-arrow-right a {
  display: block;
  height: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.body-arrows-mobile .body-arrow-right a {
  background-image: url("../img/portfolio_slide_next_mobile.png");
}

.body-arrows-mobile .body-arrow-left a {
  background-image: url("../img/portfolio_slide_prev_mobile.png");
}

.portfolio-section .portfolio-item:hover .caption {
  background: #88be14;
}

.portfolio-list {
  margin-top: 56px;
}

.portfolio-section .portfolio-item .caption-wrap {
  width: 50%;
  float: right;
  word-break: break-word;
  overflow: hidden;
}

.portfolio-section .portfolio-item .caption {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  .portfolio_item_block {
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-section .portfolio-item .caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .portfolio-section .portfolio-item .caption {
    font-size: 12px;
  }
  .portfolio_item_block {
    width: 70%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 384px) {
  .portfolio_item_block {
    width: 95%;
    margin-left: 2%;
  }
}
.page-content.portfolio-page {
  background: #a0d2df url("../img/top_content_bg.png") top repeat-x;
  position: relative;
}

.portfolio-map {
  position: relative;
  height: 700px;
  z-index: 1;
  width: 100%;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .portfolio-map {
    height: 500px;
  }
}

.page-content.portfolio-map .container {
  z-index: 3;
  position: relative;
}

#map_top_bg {
  width: 100%;
  position: relative;
  z-index: 2;
  background: -moz-linear-gradient(top, rgb(63, 169, 197) 0%, rgba(125, 185, 232, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(63, 169, 197) 0%, rgba(125, 185, 232, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(63, 169, 197) 0%, rgba(125, 185, 232, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3fa9c5", endColorstr="#007db9e8", GradientType=0); /* IE6-9 */
  padding: 30px 0;
}

div.title_block {
  margin: 67px 0 54px 0;
}

h1.page_title {
  font-size: 36px;
  color: #fff;
  font-family: "Raleway";
  margin: 0;
  padding: 0;
}

div.object_sum {
  float: right;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 0;
  text-align: right;
}

div#view_checker {
  width: 230px;
  height: 36px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #e7f4f8;
  float: left;
}

div#view_checker:hover {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 40px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 40px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 40px 2px rgba(0, 0, 0, 0.2);
}

div#view_checker a {
  line-height: 36px;
  color: #0e7c9a;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 113px;
  float: left;
}

div#view_checker a.checker_active {
  width: 113px;
  height: 34px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin: 1px 0 0 1px;
  background-color: #99b525;
  color: #fff;
  float: left;
  line-height: 34px;
}

.portfolio-page .main-container {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 15px 100px 15px;
}

div.right_filter_block {
  clear: both;
  padding: 0.8em 0 0 0;
}
@media screen and (min-width: 1024px) {
  div.right_filter_block {
    clear: none;
    padding: 0;
  }
}

div#portfolio_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 20px;
}

div#portfolio_filters a {
  min-width: 114px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
  opacity: 0.85;
}

div#portfolio_filters a:hover {
  opacity: 1;
}

div#portfolio_filters a.active {
  background-color: white;
  color: rgb(63, 169, 197);
}

div#content_bottom_block {
  overflow: hidden;
  width: 100%;
  height: 396px;
  background: url("../img/bottom_content_bg.png") repeat-x bottom;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

div.portfolio_list {
  float: left;
  width: 100%;
  margin-top: 40px;
}

div.portfolio_list img {
  float: left;
}

div.portfolio_list .portfolio_list_item_name {
  height: 200px;
  margin-left: 0px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  padding: 0 5px;
  text-align: center;
  width: 1%;
  margin-left: 50%;
}

div.portfolio_list .portfolio_list_item_name span {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  color: #909090;
}

.portfolio_list_item {
  height: 200px;
  background-color: #f1f8fa;
  display: block;
  margin-bottom: 40px;
}

.portfolio_list_item .main-image {
  height: 200px;
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.portfolio_list_item:hover {
  background-color: #fff;
}

.portfolio_list_item img {
  margin-left: 0px;
}

.list_column {
  text-align: center;
}

.button {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  color: #0e7c9a;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.button:hover {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

a.button.view_all {
  max-width: 168px;
  padding: 0.5em 1em;
  margin: 24px auto 0;
  display: block;
  text-decoration: none;
}

div.map_content {
  min-height: 644px;
}

#portfolio-modal .modal-dialog {
  border-radius: 1px;
  margin-top: 70px;
}

#portfolio-modal .modal-content {
  border-radius: 1px;
  /*height: 500px;*/
}

#portfolio-modal .close-button {
  width: 160px;
  height: 35px;
  color: #fff;
  line-height: 36px;
  display: block;
  text-align: center;
  background: rgba(217, 235, 233, 0.5);
  position: absolute;
  right: 0;
  top: -35px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}

#portfolio-modal .close-button:hover {
  background: rgba(217, 235, 233, 0.7);
}

.modal_box-slide-left {
  width: 29px;
  height: 55px;
  background: url("../img/next_arr.png");
  position: fixed;
  z-index: 101;
  margin: 234px 0 0 780px;
  cursor: pointer;
}

.modal_box-slide-left:hover {
  background: url("../img/next_arr_hover.png");
}

.modal_box-slide-right {
  width: 29px;
  height: 55px;
  background: url("../img/prev_arr.png");
  position: fixed;
  z-index: 101;
  margin: 234px 0 0 -125px;
  cursor: pointer;
}

.modal_box-slide-right:hover {
  background: url("../img/prev_arr_hover.png");
}

.window_image_block {
  width: 398px;
  height: 398px;
  margin: 35px 0 0 0px;
  position: absolute;
  float: left;
}

.window_image_block_shadow {
  width: 398px;
  height: 94px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 102;
  bottom: 85px;
  margin-left: 0px;
}

.window_text_block {
  width: 320px;
  height: 160px;
  margin: 60px 0 0 20px;
  float: left;
}

.window_text_block_title {
  margin-left: 30px;
  font-weight: bold;
  color: #808080;
  font-size: 18px;
}

.window_text_block_address {
  margin: 30px 0 0 30px;
  color: #8f8f8f;
}

.window_map_block {
  position: relative;
  left: 20px;
  top: 10px;
  width: 378px;
  float: left;
}

.tags_block {
  float: left;
  width: 620px;
  margin-left: 80px;
  line-height: 85px;
}

.tags_block span {
  color: #858585;
  margin-left: 10px;
  float: left;
  margin-right: 27px;
}

.tags_block_button {
  width: 114px;
  height: 34px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: block;
  line-height: 32px;
  text-align: center;
  float: left;
  margin-top: 27px;
  margin-right: 20px;
  color: #858585;
  text-decoration: none;
}

.tags_block_button.last {
  margin-right: 0;
}

.tags_block_button:hover {
  background: #c5c5c5;
  color: #fff;
  text-decoration: none;
}

.window_image_block .slick-prev, .window_image_block .slick-next {
  width: 60px;
  height: 60px;
  z-index: 110;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border: 0;
  position: absolute;
}

.window_image_block .slick-prev {
  margin: 338px 0 0 0px;
  background: rgba(0, 0, 0, 0.5) url("../img/back_img_arr.png") center no-repeat;
}

.window_image_block .slick-next {
  margin: -60px 0 0 338px;
  background: rgba(0, 0, 0, 0.5) url("../img/prev_img_arr.png") center no-repeat;
}

.modal_box_image-slide-left:hover {
  background: rgba(0, 0, 0, 0.7) url("../img/back_img_arr_hover.png") center no-repeat;
}

.modal_box_image-slide-right:hover {
  background: rgba(0, 0, 0, 0.7) url("../img/prev_img_arr_hover.png") center no-repeat;
}

div.modal_contact_left {
  width: 482px;
  height: 100%;
  float: left;
}

div.modal_contact_right {
  height: 100%;
  width: 376px;
  background: #819e00;
  float: left;
}

div.modal_contact_left_text {
  margin: 42px 0 42px 46px;
  width: 410px;
}

div.modal_contact_left_text p {
  color: #363636;
}

div.modal_contact_left_text a {
  color: #3a440b;
}

div.modal_contact_left_text h2 {
  font-family: "Raleway";
  font-size: 24px;
  color: #818181;
  text-transform: uppercase;
  margin: 0 0 38px 0;
  padding: 0;
}

div.modal_contact_right_text {
  margin: 42px 0 42px 46px;
  color: #363636;
}

div.modal_contact_right_text h3 {
  font-family: "Raleway";
  font-size: 24px;
  color: #dae79f;
  text-transform: uppercase;
  margin: 0 0 33px 0;
  padding: 0;
}

div.modal_contact_right_text label {
  color: #fff;
  width: 100%;
}

div.modal_contact_right_text label span {
  color: #bdd161;
}

div.modal_contact_right_text .input_text {
  width: 277px;
  height: 33px;
  margin-bottom: 26px;
  border: 1px solid #c6c6c6;
}

div.modal_contact_right_text .order_button {
  width: 131px;
  height: 34px;
  background-color: #ecf1d9;
  color: #627800;
  border: 0;
  border-radius: 16px;
  position: relative;
  margin: 6px 75px;
}

div.modal_contact_right_text .order_button:hover {
  background-color: #fff;
}

.modal_contact_left_text .green_button {
  width: 170px;
  height: 34px;
  border-radius: 16px;
  background-color: #8baa00;
  color: #fff !important;
  line-height: 34px;
  text-align: center;
  display: block;
  text-decoration: none !important;
  margin-bottom: 37px;
}

.modal_contact_left_text .contact_name {
  float: left;
}

.adaptive_arrows_block {
  display: none;
}

@media screen and (max-width: 1023px) {
  #window_overlay {
    display: block;
  }
  #close_modal_window_button {
    display: block;
  }
  div#portfolio_filters {
    margin: 0px 0 0 15px;
  }
  div.title_block {
    margin-top: 115px;
    margin-bottom: 25px;
  }
  div.object_sum {
    margin-top: 15px;
  }
  .page-content {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  div#portfolio_filters {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.modal_single_box, div.modal_box {
    z-index: 100;
  }
}
@media screen and (max-width: 750px) {
  #window_overlay {
    display: none;
  }
  h1.page_title, div.object_sum {
    padding: 0;
  }
  div.object_sum {
    text-align: right;
  }
  div.page_content {
    margin: 0 auto;
  }
  div.modal_box, div.window_block {
    width: 100%;
    height: 993px;
    background: #fff;
  }
  div.modal_single_box, div.modal_box {
    margin-left: 0;
    left: 0;
    top: 64px;
    margin-top: 0;
    position: absolute;
    z-index: 5;
  }
  div.modal_single_box {
    width: 100%;
    height: 900px;
    top: 0px;
    position: relative;
  }
  #close_modal_window_button {
    display: none;
  }
  .window_image_block {
    margin: 0px auto;
    float: none;
    text-align: center;
  }
  .window_image_block_shadow {
    width: 398px;
    height: 94px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: absolute;
    z-index: 102;
    margin: -94px 0 0 176px;
    bottom: auto;
    display: none;
  }
  .window_text_block {
    width: 470px;
    margin: 30px auto 0 auto;
    position: relative;
    float: none;
    height: 120px;
  }
  .window_map_block {
    float: none;
    margin: 0 auto;
    width: 398px;
    top: 0;
    left: 0;
  }
  .window_map_block img {
    margin: 0 auto;
  }
  .tags_block {
    width: 398px;
    margin: 0 auto;
    float: none;
  }
  .tags_block span {
    width: 100%;
    text-align: center;
  }
  .tags_block_button {
    margin-top: 0;
  }
  .slider_arrows_block {
    display: none;
  }
  .adaptive_arrows_block.top {
    display: block;
    width: 398px;
    height: 34px;
    margin: 32px auto 30px auto;
  }
  .adaptive_arrows_block.bottom {
    display: block;
    width: 398px;
    height: 34px;
    margin: 32px auto 30px auto;
  }
  .adaptive_arrows_block .modal_box-slide-left {
    width: 114px;
    height: 27px;
    background: #8baa00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    margin: 0;
    border-radius: 16px;
    line-height: 25px;
    float: left;
    position: relative;
  }
  .adaptive_arrows_block .modal_box-slide-right {
    width: 114px;
    height: 27px;
    background: #8baa00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    margin: 0;
    border-radius: 16px;
    line-height: 25px;
    float: right;
    position: relative;
  }
  .close_modal_window_button_adaptive {
    width: 114px;
    height: 27px;
    background-color: #dddddd;
    float: left;
    text-align: center;
    border-radius: 16px;
    line-height: 25px;
    color: #3a3a3a;
    margin-left: 29px;
    z-index: 5;
    position: relative;
  }
  .close_modal_window_button_adaptive:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 743px) {
  .right_filter_block {
    width: 100%;
  }
  .right_filter_block #portfolio_filters {
    float: left;
    margin-left: 15px;
  }
  .checker {
    width: 260px;
  }
}
@media screen and (max-width: 649px) {
  .portfolio_list_item {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 545px) {
  .portfolio_list .portfolio_item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div#portfolio_filters a {
    min-width: 95px;
  }
}
@media screen and (max-width: 480px) {
  div.title_block {
    margin-top: 75px;
  }
  .right_filter_block #portfolio_filters {
    margin-top: 15px;
  }
  .object_sum {
    width: 100%;
  }
  .checker {
    width: 260px;
  }
  div.object_sum {
    text-align: left;
  }
  div.portfolio_list .portfolio_list_item_name {
    padding: 0 5px;
  }
  div.modal_box {
    top: 45px;
  }
  .window_text_block {
    width: 398px;
  }
}
@media screen and (max-width: 441px) {
  div#portfolio_filters {
    margin: 20px 0 0 0px;
  }
  div#portfolio_filters a {
    font-size: 12px;
    min-width: 87px;
  }
  .adaptive_arrows_block.top, .adaptive_arrows_block.bottom {
    width: 320px;
  }
  .adaptive_arrows_block .modal_box-slide-left {
    width: 9px;
    height: 17px;
    background: url("../img/portfolio_slide_prev_mobile.png");
  }
  .adaptive_arrows_block .modal_box-slide-right {
    width: 9px;
    height: 17px;
    background: url("../img/portfolio_slide_next_mobile.png");
  }
  .close_modal_window_button_adaptive {
    margin-left: 98px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 410px) {
  .checker {
    width: 200px;
  }
  div#view_checker {
    width: 200px;
  }
  div#view_checker a.checker_active, div#view_checker a {
    width: 98px;
  }
  div#view_checker a {
    font-size: 12px;
  }
}
@media screen and (max-width: 397px) {
  .window_image_block {
    width: 320px;
    height: 320px;
  }
  .window_image_block .slick-prev {
    margin-top: 260px;
  }
  .window_image_block .slick-next {
    margin-left: 260px;
  }
  .window_map_block, .window_map_block img {
    width: 320px;
  }
  .window_text_block {
    width: 320px;
    margin-bottom: 32px;
  }
  .tags_block {
    width: 320px;
  }
  .tags_block_button {
    width: 100px;
    margin-right: 10px;
  }
  .adaptive_arrows_block.top, .adaptive_arrows_block.bottom {
    width: 250px;
  }
  .close_modal_window_button_adaptive {
    margin-left: 60px;
    margin-top: -5px;
  }
}
.portfolio-page .page_content {
  margin-left: -15px;
  margin-right: -15px;
}

#portfolio-modal .modal-dialog {
  max-width: none;
}
#portfolio-modal .modal-content {
  padding: 0;
}

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