.custom__map {
  min-height: 600px;
}
.plan__map {
  height: auto;
}
.plan .title {
  padding-bottom: 80px;
}
@media screen and (max-width: 1170px) {
  .plan .title {
    padding-bottom: 30px;
  }
}
.custom__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: -15px;
  margin-right: -15px;
}
.custom__row .custom__row_item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1170px) {
  .custom__row .custom__row_item {
    width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  .custom__row .custom__row_item {
    width: 50%;
  }
}
@media screen and (max-width: 568px) {
  .custom__row .custom__row_item {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 568px) {
  .plan {
    padding: 35px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .nav--header.nav > ul > li > a {
    padding: 10px 0;
  }
  .header__logo {
    padding: 0;
  }
}
.steps__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}
@media screen and (max-width: 568px) {
  .steps__item {
    height: auto;
    margin-bottom: 0;
  }
}
.steps__item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.steps__item-img-info {
  margin-top: 15px;
  max-height: 145px;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .steps__item-img-info {
    max-height: 100%;
  }
}
.steps__item-img-info img {
  max-width: 100%;
  height: auto;
  max-height: 145px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  border: 4px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 568px) {
  .steps__item-img-info img {
    max-height: 100%;
  }
}
.photo__slider {
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .photo__slider {
    padding-bottom: 45px;
  }
}
.photo__slider-slider {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .photo__slider-slider {
    margin-top: 25px;
  }
}
.photo__slider-slider .slick-list {
  margin: 0 -15px;
}
.photo__slider-slider-item {
  margin: 0 15px;
}
.photo__slider-slider img {
  height: auto;
  max-width: 100%;
  border: 4px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.photo__slider .slick-dots {
  bottom: -45px;
}
.photo__slider .slick-dots li {
  margin: 0;
}


.video{
  background-color: #f2f2f2;
  padding: 70px 0;
  margin-bottom: 70px;
}
.video .title{
  margin-bottom: 30px;
}
.video-inner{
  max-width: 900px;
  margin: 0 auto;
  border: 10px solid #e6e6e6;
  box-sizing: border-box;
}
.video-inner-iframe{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}