@charset "UTF-8";
.adresses_section .adress_block_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* body {*/
/*  overflow-x: hidden;*/
/*  width: 100%;*/
/*  -webkit-box-sizing: border-box;*/
/*     -moz-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*} */
.adresses_section .slick-arrow.slick-prev:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.adresses_section .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.adresses_section .container_inner {
  width: 100%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.adresses_section .adreddes_popup {
  position: relative;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #ffffff;
  z-index: 90;
  display: flex;
}
.adresses_section .adreddes_popup.change_style {
  box-shadow: 0 2px 10px 0 rgba(84, 124, 203, 0.26);
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  z-index: 2000;
}
.adresses_section .adreddes_popup.change_position {
  left: 0 !important;
  top: 0 !important;
}
.adresses_section .adreddes_popup.change_position .popup_inner {
  width: 67vw;
  overflow: hidden;
  height: 100vh;
}
.adresses_section .adreddes_popup.change_position .map_block {
  height: 100%;
  margin-top: 0;
}
.adresses_section .adreddes_popup.change_position #map {
  height: 100%;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.adresses_section .adreddes_popup.change_position .popup_close {
  opacity: 1;
}
.adresses_section .adreddes_popup.size_change {
  height: 100% !important;
  width: 100% !important;
}
.adresses_section .popup_inner {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.adresses_section .adress_list_container {
  padding-top: 500px;
}
.adresses_section .adress_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  display: flex;
}
.adresses_section .adress_slider.slick-slider {
  overflow: visible;
  display: block;
}
.adresses_section .adress_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 40px;
  display: flex;
  justify-content: center;
}
.adresses_section .adress_block a {
  display: flex;
  margin-top: 3.5px;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  line-height: 15px;
  font-family: "medium", "arm-medium";
  box-shadow: 0 2px 8px 0 rgba(84, 124, 203, 0.15);
  background: #ffffff;
  height: 33px;
  width: 120px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgb(0, 90, 168);
  color: #999999;
}
.adresses_section .adress_block a.active_adress {
  background: rgb(0, 90, 168);
  border: 1px solid rgb(0, 90, 168);
  color: #ffffff;
  pointer-events: none;
}
.adresses_section .slick-arrow {
  position: absolute;
  background: transparent;
  color: #4C525D;
  top: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  padding: 0;
}
.adresses_section .slick-arrow:hover {
  color: rgb(0, 90, 168);
}
.adresses_section .slick-arrow:before {
  display: block;
  content: "";
  font-size: 1.5rem;
}
.adresses_section .slick-arrow.slick-prev {
  left: -5%;
}
.adresses_section .slick-arrow.slick-next {
  right: -5%;
}
.adresses_section .map_block {
  margin-top: 25px;
  width: 100%;
}
.adresses_section #map {
  width: 100%;
  height: 416px;
}
.adresses_section .container_title {
  margin-top: 35px;
  font-size: 180%;
  line-height: 22px;
  color: #666666;
  font-family: "bold", "arm-bold";
  margin-bottom: 25px;
}
.adresses_section .adress_container {
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(84, 124, 203, 0.26);
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  display: flex;
}
.adresses_section .adress_image {
  width: 160px;
}
.adresses_section .adress_image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.adresses_section .adress_info {
  margin-left: 23px;
}
.adresses_section .adress_title {
  font-size: 160%;
  line-height: 19px;
  font-family: "bold", "arm-bold";
  max-width: 390px;
  color: #4C525D;
}
.adresses_section .info_inner {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
}
.adresses_section .phone_block a {
  display: flex;
  margin-bottom: 8px;
  font-size: 140%;
  line-height: 18px;
  color: rgba(76, 82, 93, 0.8);
}
.adresses_section .phone_block span {
  font-family: "bold", "arm-bold";
}
.adresses_section .mail_link {
  font-size: 140%;
  line-height: 18px;
  color: rgba(76, 82, 93, 0.5);
  margin-bottom: 15px;
  display: block;
}
.adresses_section .link_to_map {
  display: block;
  font-size: 120%;
  line-height: 15px;
  color: rgb(0, 90, 168);
  font-family: "bold", "arm-bold";
  text-decoration: underline;
}
.adresses_section .right_block {
  margin-left: 55px;
}
.adresses_section .inner_title {
  font-size: 140%;
  line-height: 18px;
  font-family: "bold", "arm-bold";
  color: rgba(153, 153, 153, 0.8);
  max-width: 177px;
}
.adresses_section .early_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  margin-top: 17px;
  width: 185px;
  border-radius: 19.5px;
  border: none;
  background: #E6E9EE;
}
.adresses_section .early_btn img {
  width: 75px;
  height: auto;
  object-fit: cover;
}
.adresses_section .popup_close {
  position: absolute;
  right: 35px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: rgb(77, 168, 67);
  border: 1px solid;
  font-size: 150%;
  opacity: 0;
}
.adresses_section .info_section {
  position: absolute;
  right: 0;
  display: none;
  width: 33vw;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(84, 124, 203, 0.26);
  background: #ffffff;
  border-radius: 4px;
  padding: 70px 35px;
  height: 100%;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  top: 100%;
}
.adresses_section .info_section.active {
  top: 0;
}
.adresses_section .info_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  background: rgb(0, 90, 168);
  height: 4px;
}
.adresses_section .section_inner {
  height: 100%;
  scrollbar-width: none;
  padding-right: 7px;
}
.adresses_section .section_inner .phone_block {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(76, 82, 93, 0.8);
}
.adresses_section .section_inner .standard_table tr:nth-child(2n+1) td:nth-child(2n+1) {
  max-width: 200px;
}
.adresses_section .section_inner .standard_table table {
  width: 100%;
}
.adresses_section .section_inner .standard_table tbody {
  width: 100%;
}
.adresses_section .section_inner .standard_table tr {
  width: 100%;
}
.adresses_section .scroll-wrapper {
  overflow: visible !important;
}
.adresses_section .adress_block_image {
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 230px;
}
.adresses_section .adress_block_image img {
  object-fit: cover;
}
.adresses_section .adress_block_title {
  margin-top: 20px;
  font-size: 160%;
  line-height: 19px;
  font-family: "bold", "arm-bold";
  color: #4C525D;
}
.adresses_section .static_description {
  font-size: 140%;
  line-height: 18px;
  margin-top: 20px;
  color: rgba(76, 82, 93, 0.8);
}
.adresses_section .static_description a {
  color: rgba(5, 83, 159, 0.5);
}
@media (max-width: 1199px) {
  .adresses_section .adreddes_popup.change_position .popup_inner {
    width: 60vw;
  }
  .adresses_section .info_section {
    width: 40vw;
  }
}
@media (max-width: 991px) {
  .adresses_section .container_inner {
    padding: 20px;
  }
  .adresses_section .info_section {
    padding: 40px 20px;
  }
  .adresses_section .scroll-y div {
    right: -7px;
  }
  .adresses_section .adress_block_image {
    height: 150px;
  }
  .adresses_section .adress_block_title {
    margin-top: 15px;
    font-size: 140%;
    line-height: 17px;
  }
  .adresses_section .phone_block a {
    font-size: 120%;
    line-height: 17px;
  }
  .adresses_section .standard_table td {
    padding: 15px;
  }
  .adresses_section .popup_close {
    right: 20px;
    top: 10px;
    width: 25px;
    height: 25px;
    font-size: 120%;
  }
  .adresses_section .adreddes_popup {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .adresses_section .container_inner {
    padding: 20px;
  }
  .adresses_section .page_content {
    padding: 10px;
  }
  .adresses_section .adress_container {
    flex-direction: column;
  }
  .adresses_section .adress_image {
    width: 100%;
    padding-bottom: 250px;
    position: relative;
  }
  .adresses_section .adress_image img {
    position: absolute;
    top: 0;
    /* height: 100%; */
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    max-height: 100%;
  }
  .adresses_section .adress_info {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .adresses_section .adress_block {
    padding: 0 10px;
  }
  .adresses_section .adress_block a {
    width: 100%;
  }
  .adresses_section .slick-arrow.slick-prev {
    left: -7%;
  }
  .adresses_section .slick-arrow.slick-next {
    right: -7%;
  }
  .adresses_section .container_inner {
    padding: 10px 0;
  }
  .adresses_section .adress_slider {
    padding: 0 15px;
  }
  .adresses_section .info_inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .adresses_section .right_block {
    margin-left: 0;
  }
  .adresses_section .link_to_map {
    position: absolute;
    bottom: 10px;
  }
  .adresses_section .adress_container {
    padding-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .popup_opened .adresses_section .adreddes_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .popup_opened .adresses_section .adreddes_popup.active {
    overflow-x: hidden;
    opacity: 1;
    z-index: 20000;
    background: #ffffff;
  }
  .popup_opened .adresses_section .adreddes_popup.active .info_section {
    opacity: 1;
  }
  .popup_opened .adresses_section .adreddes_popup.active .popup_inner {
    opacity: 1;
  }
  .popup_opened .adresses_section .popup_inner {
    height: 50%;
    bottom: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 0;
  }
  .popup_opened .adresses_section .info_section {
    height: 50%;
    padding-top: 45px;
    display: block;
    width: 100%;
    top: 0;
    bottom: auto;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 0;
  }
  .popup_opened .adresses_section .popup_close {
    opacity: 1;
  }
  .popup_opened .adresses_section .adress_slider {
    padding: 15px 40px;
  }
  .popup_opened .adresses_section .slick-arrow.slick-prev {
    left: 0%;
  }
  .popup_opened .adresses_section .slick-arrow.slick-next {
    right: 0%;
  }
}
.popup_opened {
  overflow: hidden;
}
.popup_opened .header {
  width: 100%;
  overflow-y: scroll;
  /* padding-right: 17px; */
  box-sizing: content-box;
}
.popup_opened .content {
  width: 100%;
  overflow-y: scroll;
  /* padding-right: 17px; */
  box-sizing: content-box;
}
.popup_opened .footer {
  width: 100%;
  overflow-y: scroll;
  /* padding-right: 17px; */
  box-sizing: content-box;
}

.web .link_to_map {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .early_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .early_btn:hover {
  background: rgba(153, 153, 153, 0.5);
}
.web .adress_block a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .adress_block a:hover {
  background: #E6E9EE;
}
.web .popup_close {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transition-delay: opacity 1.5s;
  -ms-transition-delay: opacity 1.5s;
  -moz-transition-delay: opacity 1.5s;
  -webkit-transition-delay: opacity 1.5s;
  transition-delay: opacity 1.5s;
}
.web .popup_close:hover {
  background: rgb(77, 168, 67);
  color: #ffffff;
}

.touch .link_to_map {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .early_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .early_btn:active {
  background: rgba(153, 153, 153, 0.5);
}
.touch .adress_block a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .adress_block a:active {
  background: #E6E9EE;
}
.touch .popup_close {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .popup_close:active {
  background: rgb(77, 168, 67);
  color: #ffffff;
}

.web .link_to_map:hover {
  opacity: 0.7;
}

.touch .link_to_map:active {
  opacity: 0.7;
}

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