@import url("font.css");
@import url("slick.css");
.d-none {
  display: none !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.text-center {
  text-align: center;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: Akrobat, sans-serif;
  line-height: 1!important;
  word-wrap: break-word;
  word-break: break-word;
  background-image: url(../images/bg_map.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1,
h2 {
  margin: 0;
  padding: 1rem 0;
}
h1 {
  font-size: 2.5rem;
}
p {
  margin: 0 0 0.5rem 0;
}
header {
  padding: 10px 0;
  background-color: rgba(71, 72, 71, 0.9);
  color: #FFF;
  z-index: 3;
  position: sticky;
  top: 0;
}
header .logo {
  position: relative;
  display: block;
  height: 95px;
  width: 286px;
  background-image: url(../images/logo_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 452px) {
  header .logo {
    width: 200px;
    height: 70px;
    margin: auto;
  }
}
@media (max-width: 799px) {
}
@media (max-width: 767px) {
  header .phone_button {
    text-align: center;
    width: 100%;
    margin: auto;
    justify-content: center;
  }
}
header .phone a {
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  font-size: 28px;
}
header .phone a:hover {
  color: #58a946;
}
@media (max-width: 767px) {
  header .phone a {
    font-size: 22px;
  }
}
@media (max-width: 432px) {
  header .phone {
    padding-bottom: 10px;
  }
}
header .button a {
  padding: 10px 15px;
  color: #fff;
  background: #57bf44;
  margin: auto 15px;
  text-decoration: none;
  border-radius: 25px;
  outline: none;
  font-size: 20px;
  font-weight: 700;
}
header .button a:hover {
  background: #ff7300;
}
@media (max-width: 767px) {
  header .button a {
    font-size: 22px;
  }
}
footer {
  background-color: rgba(71, 72, 71, 0.9);
  padding: 15px 0;
  color: #FFF;
}
@media (min-width: 992px) {
  footer {
    font-size: 14px;
  }
}
footer a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
footer a:hover {
  color: #58a946;
  border-bottom: 1px solid #58a946;
}
main {
  min-height: 100vh;
}
@media (min-width: 1200px) {
  main section {
    padding: 0px 15px;
  }
}
main a.btn.green {
  padding: 10px 15px;
  color: #fff;
  background: #57bf44;
  margin: auto 15px;
  text-decoration: none;
  border-radius: 25px;
  outline: none;
  font-size: 20px;
  font-weight: 700;
}
main a.btn.green:hover {
  background: #ff7300;
}
.flat-list .flat-item {
  outline: none;
}
@media (min-width: 992px) {
  .flat-list .flat-item {
    border-right: 1px solid #57bf44;
  }
}
.flat-list .flat-item .picture {
  padding: 15px;
  height: 300px;
}
.flat-list .flat-item .picture img {
  margin: auto;
  object-fit: fill;
  object-position: center;
  max-height: 300px;
}
.flat-list .flat-item .info {
  padding: 15px;
}
.flat-list .flat-item .info .btn {
  padding: 10px 15px;
  color: #fff;
  background: rgba(71, 72, 71, 0.9);
  margin: 15px auto;
  text-decoration: none;
  border-radius: 25px;
  outline: none;
}
.flat-list .flat-item .info .btn:hover {
  background: #57bf44;
}
.flat-list-nav {
  position: relative;
}
.flat-list-nav .flat-list-ul {
  list-style: none;
  padding: 15px 0;
  margin: 0;
  justify-content: center;
}
.flat-list-nav .flat-list-ul li {
  margin: 0 5px;
}
.flat-list-nav .flat-list-ul li.slick-active button {
  background: #FFF;
}
.flat-list-nav .flat-list-ul li button {
  font-size: 0;
  width: 15px;
  height: 18px;
  background: #57bf44;
  border: 3px solid #57bf44;
  display: block;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.calc {
  justify-content: center;
}
.calc .item {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .calc .item {
    width: 32%;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.lh30 {
  line-height: 30px;
}
.text-orange {
  color: #ff7300;
}
.text-black {
  color: #000000;
}
.text-green {
  color: #57bf44;
}
.text-white {
  color: #FFFFFF;
}
.text-bold {
  font-weight: bold;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-green {
  background-color: #57bf44;
}
.bg-orange {
  background-color: #ff7300;
}
.shema {
  margin: auto;
  max-width: 1100px;
}
.shema .calc_bg {
  border: 3px solid #c9c9c9;
  padding: 50px 35px 35px 35px;
  border-radius: 125px;
  width: 910px;
}
@media (max-width: 767px) {
  .shema .calc_bg {
    margin: 20px 0;
    padding: 15px 5px;
  }
}
.shema .ipoteka,
.shema .rent {
  width: 100%;
}
.shema .block_procent_pay {
  color: #FFF;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 125px;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 767px) {
  .shema .block_procent_pay {
    display: block;
  }
}
.shema .ipoteka {
  margin: 50px 0 35px 0;
}
.shema .ipoteka .block_pay .srk_text {
  margin: -20px auto 10px auto;
}
@media (max-width: 767px) {
  .shema .ipoteka .block_pay .srk_text {
    margin: auto;
  }
}
.shema .ipoteka .block_procent_pay {
  margin: 10px 0;
}
.shema .rent {
  margin-bottom: 50px;
}
.shema .rent .calc_bg {
  position: relative;
}
.shema .rent .calc_bg:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(87, 191, 68, 0.25);
  left: 0;
  top: 0;
  border-radius: 125px 0 0 125px;
}
@media (max-width: 767px) {
  .shema .rent .calc_bg:before {
    width: 100%;
    height: 50%;
    border-radius: 125px 125px 0 0;
  }
}
@media (max-width: 767px) {
  .shema .rent .block_pay {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
.shema .block_title {
  width: 110px;
}
.shema .block_vznos {
  width: 120px;
}
.shema .block_vznos .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 5px 10px;
}
.shema .block_vznos .circle.green {
  background: #57bf44;
}
.shema .block_vznos .circle.orange {
  background: #ff7300;
}
.shema .block_pay {
  width: 450px;
  margin: 0 10px 0 0;
}
.shema .block_pay .pay_text .text-orange,
.shema .block_pay .pay_text .text-green {
  position: relative;
}
.shema .block_pay .pay_text .text-orange:before,
.shema .block_pay .pay_text .text-green:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: -20px;
  left: -20px;
}
.shema .block_pay .pay_text .text-orange:after,
.shema .block_pay .pay_text .text-green:after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 20px solid #57bf44;
  position: absolute;
  top: -40px;
  left: 0;
}
.shema .block_pay .pay_text .text-green:after {
  border-bottom: 20px solid rgba(87, 191, 68, 0.25);
}
.shema .block_pay .pay_text .text-green:before {
  background: rgba(87, 191, 68, 0.25);
}
.shema .block_pay .pay_text .text-orange:after {
  border-bottom: 20px solid rgba(255, 115, 0, 0.25);
}
.shema .block_pay .pay_text .text-orange:before {
  background: rgba(255, 115, 0, 0.25);
}
.shema .block_pay .pay_text {
  margin: 30px auto 0 auto;
}
.shema .block_pay .srk_text {
  margin: -35px auto 20px auto;
}
@media (max-width: 767px) {
  .shema .block_pay .srk_text {
    margin: 20px auto 0 auto;
  }
}
.shema .block_pay .green_point,
.shema .block_pay .orange_point {
  height: 10px;
}
.shema .block_pay .orange_point {
  background-image: url(../images/circle_orange.svg);
}
.shema .block_pay .green_point {
  background-image: url(../images/circle_green.svg);
}
.shema .block_pay .block_pay_rent {
  width: 185px;
}
.shema .block_pay .block_pay_ipoteka {
  margin-left: 5px;
  width: 290px;
}
.shema .block_green {
  width: 128px;
  height: 128px;
  border: 1px solid #57bf44;
  border-radius: 50%;
  padding: 15px;
  background-color: #FFF;
  z-index: 1;
}
.shema .block_green.ico_key:before {
  content: '';
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #57bf44;
  display: block;
  margin-top: -46px;
  margin-left: 25px;
  margin-bottom: 10px;
  background: #FFF;
  background-image: url(../images/ico_key_green.svg);
  background-size: 75px;
  background-color: #FFF;
  z-index: 1;
}
.shema .block_green.ico_home:before {
  content: '';
  width: 75px;
  height: 75px;
  display: block;
  margin-top: -46px;
  margin-left: 25px;
  margin-bottom: 10px;
  background-image: url(../images/ico_house_green.svg);
  background-size: 75px;
}
.shema .block_orange {
  width: 128px;
  height: 128px;
  border: 1px solid #ff7300;
  border-radius: 50%;
  padding: 15px;
  background-color: #FFF;
  z-index: 1;
}
.shema .block_orange.ico_key:before {
  content: '';
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #ff7300;
  display: block;
  margin-top: -46px;
  margin-left: 25px;
  margin-bottom: 10px;
  background: #FFF;
  background-image: url(../images/ico_key_orange.svg);
  background-size: 75px;
  background-color: #FFF;
  z-index: 1;
}
.shema .block_orange.ico_home:before {
  content: '';
  width: 75px;
  height: 75px;
  display: block;
  margin-top: -46px;
  margin-left: 25px;
  margin-bottom: 10px;
  background-image: url(../images/ico_house_orange.svg);
  background-size: 75px;
}
.shema .block_ekonom {
  color: #FFF;
  padding: 10px 25px;
  background: #57bf44;
  margin-top: 10px;
  border-radius: 125px;
}
@media (max-width: 767px) {
  .shema .ipoteka,
  .shema .rent {
    padding: 20px 0 0 0;
    margin: 0;
  }
  .shema .ipoteka .block_ekonom {
    display: none;
  }
  .shema .rent {
    border-top: 2px solid #ff7300;
  }
  .shema .rent .block_ekonom {
    background-color: #ff7300;
    margin: 0 auto 20px auto;
  }
  .shema .block_vznos {
    margin: auto;
    width: 100%;
  }
  .shema .block_pay,
  .shema .block_title {
    width: 100%;
    margin: 0;
  }
  .shema .block_title br {
    display: none;
  }
  .shema .block_green,
  .shema .block_orange {
    margin: 35px auto 15px auto;
  }
  .shema .block_pay {
    margin: 0;
  }
  .shema .block_pay .block_pay_rent {
    width: 100%;
  }
  .shema .block_pay .block_pay_ipoteka {
    width: 100%;
  }
}
.shema_mobile {
  width: 100%;
  max-width: 290px;
  margin: auto;
}
.shema_mobile .block_title {
  margin-bottom: 15px;
}
.shema_mobile .block_title .bg-green,
.shema_mobile .block_title .bg-orange {
  border-radius: 25px;
  margin: auto 10px;
}
.shema_mobile .block_title .bg-orange {
  padding: 5px 15px;
}
.shema_mobile .block_title .bg-green {
  padding: 5px 25px;
}
.shema_mobile .ipoteka {
  margin: 15px 0;
}
.shema_mobile .ipoteka .calc_bg {
  background: url(../images/bg1.jpg);
  background-size: 100%;
  min-height: 330px;
  background-repeat: no-repeat;
  position: relative;
}
.shema_mobile .ipoteka .block_vznos_text {
  text-align: right;
  width: 48%;
}
.shema_mobile .ipoteka .block_vznos_num {
  position: absolute;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
}
.shema_mobile .ipoteka .srk_text {
  font-size: 26px;
  position: absolute;
  top: 110px;
  width: 200px;
  left: calc(50% - 100px);
}
.shema_mobile .ipoteka .block_procent_pay {
  position: absolute;
  bottom: 120px;
  width: 180px;
  left: calc(50% - 100px);
  padding: 3px 10px;
  text-align: center;
  border-radius: 15px;
}
.shema_mobile .ipoteka .pay_text {
  position: absolute;
  bottom: 60px;
  left: 90px;
}
.shema_mobile .ipoteka .block_price_text {
  margin-top: 10px;
}
.shema_mobile .ipoteka .block_price_all {
  margin-top: 15px;
}
.shema_mobile .ipoteka .block_price_all:before {
  content: '';
  height: 2px;
  width: 45%;
  background: #ff7300;
  display: block;
  margin: 5px auto;
}
.shema_mobile .rent {
  margin: 15px 0;
}
.shema_mobile .rent .calc_bg {
  background: url(../images/bg2.jpg);
  background-size: 100%;
  min-height: 350px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.shema_mobile .rent .block_vznos_text {
  text-align: right;
  width: 48%;
  padding-top: 10px;
}
.shema_mobile .rent .block_vznos_num {
  position: absolute;
  top: 45px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.shema_mobile .rent .srk_text {
  position: absolute;
  top: 105px;
  left: 51%;
}
.shema_mobile .rent .srk_text .action_text {
  margin-left: 10px;
}
.shema_mobile .rent .srk_text .block_procent_pay {
  margin-top: 5px;
  padding: 2px 5px;
  border-radius: 10px;
}
.shema_mobile .rent .srk_text_ipoteka {
  position: absolute;
  bottom: 80px;
  width: 200px;
  left: calc(50% - 100px);
}
.shema_mobile .rent .srk_text_ipoteka .block_procent_pay {
  margin-top: 5px;
  padding: 2px 5px;
  border-radius: 10px;
  display: inline-block;
}
.shema_mobile .rent .pay_text {
  position: absolute;
  top: 5px;
  left: 70%;
  width: 48%;
}
.shema_mobile .rent .pay_text_ipoteka {
  position: absolute;
  top: 135px;
  left: 55px;
}
.shema_mobile .rent .block_action_price {
  margin-top: 10px;
}
.shema_mobile .rent .block_action_price_all {
  margin-top: 15px;
}
.shema_mobile .rent .block_action_price_all:before {
  content: '';
  height: 2px;
  width: 45%;
  background: #57bf44;
  display: block;
  margin: 5px auto;
}
.shema_mobile .rent .block_ekonom {
  border-radius: 25px;
  margin: 15px auto;
  display: inline-block;
  padding: 5px 15px;
  width: 170px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #57bf44;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #57bf44;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #57bf44;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #57bf44;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #57bf44;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #57bf44;
}
input[type=range]:focus::-ms-fill-upper {
  background: #57bf44;
}
.feed {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  bottom: 0;
}
.feed .before {
  position: absolute;
  background-color: rgba(71, 72, 71, 0.9);
  z-index: 10;
  top: 0;
  width: 100%;
  bottom: 0;
}
.feed .modal {
  margin: auto;
  width: 100%;
  max-width: 270px;
  padding: 25px;
  background: #FFF;
  position: relative;
  z-index: 15;
}
.feed .popup-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  outline: 0;
  border: none;
  border-radius: 5px;
  background: url(../images/ico_close.svg) center center no-repeat #f36f21;
  background-size: 35%;
  cursor: pointer;
  display: block;
  z-index: 2;
}
.feed .popup-inner .popup-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.feed .popup-inner .popup-form-row {
  position: relative;
  margin-bottom: 5px;
}
.feed .form textarea {
  height: 100px;
}
.feed .form textarea,
.feed .form input {
  width: calc(100% - 20px);
  font-size: 20px;
  font-family: Akrobat, sans-serif;
  line-height: 1!important;
  padding: 5px 10px;
  outline: none;
  resize: none;
  border: 1px solid #000;
}
.feed .form textarea.correct,
.feed .form input.correct {
  border: 1px solid #57bf44;
}
.feed .form .submit {
  user-select: none;
  font-weight: 600;
  background: #f36f21;
  display: block;
  border: none;
  outline: 0;
  color: #fff;
  height: 38px;
  text-transform: uppercase;
  margin: 25px auto 0;
  cursor: pointer;
}
.feed .form .submit:hover {
  background: #57bf44;
}
.feed .form input[type=checkbox] {
  display: none;
}
.feed .form input[type=checkbox] ~ .custom-checkbox {
  background-image: url('../images/ico_checkbox_green_off.svg');
}
.feed .form input[type=checkbox]:checked ~ .custom-checkbox {
  background-image: url('../images/ico_checkbox_green_on.svg');
}
.feed .form .custom-checkbox {
  font-weight: 600;
  font-size: 14px;
  font-family: Akrobat, sans-serif;
  padding-left: 50px;
  cursor: pointer;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: left center;
}
.feed .form .custom-checkbox br {
  display: none;
}
.feed .form .custom-checkbox a {
  text-decoration: none;
  border-bottom: 1px solid #57bf44;
  color: #57bf44;
  line-height: 16px;
}
.feed .form .custom-checkbox a:hover {
  border-bottom: 1px solid #f36f21;
  color: #f36f21;
}
.office_list_nav {
  position: relative;
  justify-content: center;
}
.office_list_nav a {
  color: #757575;
  border: 2px solid #CCCCCC;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  margin: 0 15px;
}
.office_list_nav a:hover {
  color: #f36f21;
}
.office_list_nav a.active {
  color: #57bf44;
}
@media (max-width: 767px) {
  .office_list_nav {
    justify-content: start;
  }
  .office_list_nav a {
    margin: 0 0 10px 0;
  }
}
.block6 {
  padding-bottom: 50px;
}
.office_list {
  position: relative;
}
.office_list > div {
  display: none;
}
.office_list > div.active {
  transition: all 300ms linear;
  display: block;
}
.office_list .office_block {
  position: relative;
}
.office_list .office_block .picture,
.office_list .office_block .info {
  width: calc(50% - 50px);
  padding: 25px;
}
.office_list .office_block .picture {
  position: relative;
}
.office_list .office_block .info {
  position: relative;
}
.office_list .office_block .info .title {
  margin-right: 25px;
  width: 150px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.office_list .office_block .info .text {
  position: relative;
  width: calc(100% - 175px);
  line-height: 30px;
}
.office_list .office_block .info a {
  color: #58a946;
  border-bottom: 1px solid #58a946;
  text-decoration: none;
  font-weight: 700;
}
.office_list .office_block .info a:hover {
  color: #ff7300;
  border-bottom: 1px solid #ff7300;
}
@media (max-width: 767px) {
  .office_list .office_block .picture,
  .office_list .office_block .info {
    width: 100%;
    padding: 0;
  }
  .office_list .office_block .info {
    position: relative;
  }
  .office_list .office_block .info > div {
    margin-bottom: 10px;
  }
  .office_list .office_block .info .title,
  .office_list .office_block .info .text {
    display: inline;
  }
  .office_list .office_block .info .title {
    font-size: 18px;
    width: 110px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .office_list .office_block .info .text {
    font-size: 16px;
    width: 170px;
    line-height: 20px;
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .office_list .office_block .picture,
  .office_list .office_block .info {
    width: calc(50% - 30px);
    padding: 15px;
  }
}
