

/* Start:/beautiful/css/style.css?17561257216286*/
.VV_BeautifulPage{
  margin: 0 0 40px;
}
.VV_BeautifulPageTop__Row{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.VV_BeautifulPageTop__Col._main{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 30px;
}
.VV_BeautifulPageTop__Header{
  margin: 0 0 40px;
}
.VV_BeautifulPageTop__Title{
  margin: 0;
}
.VV_BeautifulPageTop__Section{
  max-width: 792px;
}
.VV_BeautifulPageTop__SectionTitle{
  margin: 0 0 24px;
}
.VV_BeautifulPageTop__SectionBody p{
  margin: 0 0 12px;
}
.VV_BeautifulPageTop__SectionBody p:last-child{
  margin: 0;
}
.VV_BeautifulPageTop__SectionBtnwWrp{
  margin: 24px 0 0;
}
.VV_BeautifulPageTop__SectionBtnwWrp .VV_Button{
  min-width: 290px;
}
.VV_BeautifulPageSide{
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  word-break: break-word;  
}
.VV_BeautifulPageSideAddress{
    margin-bottom: 40px;
}
.VV_BeautifulPageSideAddress__Row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.VV_BeautifulPageSideAddress__Col._point{
  position: relative;
  margin-right: 16px;
  width: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.VV_BeautifulPageSideAddress__Point{
  position: absolute;
  width: 100%;
  padding-top: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: var(--light-surface2);
}
.VV_BeautifulPageSideAddress__PointImg{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 20px;
  height: 20px;
  display: block;
}
.VV_BeautifulPageSideAddress__Col._text{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.VV_BeautifulPageSideAddress__Metro{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 12px;
}
.VV_BeautifulPageSideAddress__MetroTitle{
  display: block;
  margin-right: 8px;
}
.VV_BeautifulPageSideAddress__MetroName{
  display: block;
  position: relative;
  padding-left: 16px;
}
.VV_BeautifulPageSideAddress__MetroNameCircle{
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.VV_BeautifulPageSideAddress__MetroNameText{
  font-weight: 500;
}
.VV_BeautifulPageSideWork{
  background: var(--light-surface2);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 20px 12px 20px;
  text-align: center;
}
.VV_BeautifulPageSideWorkTitle + .VV_BeautifulPageSideWorkSchedule{
  margin-top: 4px;
}
.VV_BeautifulPageSideWorkSchedule{
  font-weight: 500;
  color: var(--light-brand1);
}
.VV_BeautifulPageBlockPhoto{
  display: block;
  margin-top: 40px;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  overflow: hidden;
}
.VV_BeautifulPagePhoto{
  width: 100%;
  height: auto;
  display: block;
}
.VV_BeautifulPageTop__MPointPlace{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 282px;
}

@media (max-width: 1279px) {
  .VV_BeautifulPageTop__Section {
    max-width: 640px;
  }
}

@media (max-width: 1023px){
  .VV_BeautifulPageTop__Row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .VV_BeautifulPageTop__Col._main{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .VV_BeautifulPageTop__Header{
    margin: 0 0 24px;
  }
  .VV_BeautifulPageTop__MPointPlace{
    display: block;
    position: relative;
    width: auto;
  }
  .VV_BeautifulPageSideAddress__Col._point{
    width: 40px;
  }
  .VV_BeautifulPageSideAddress__PointImg {
    width: 16px;
    height: 16px;
  }
  .VV_BeautifulPageSideAddress {
    margin-bottom: 16px;
  }
  .VV_BeautifulPageSideAddress__Metro {
    margin-top: 8px;
  }
  .VV_BeautifulPageSide{
    position: static;
    margin: 0 0 24px;
  }
  .VV_BeautifulPageSideWork {
    padding: 12px 12px 12px;
  }
  .VV_BeautifulPageTop__Section {
    max-width: unset;
  }
  .VV_BeautifulPageTop__SectionTitle {
    margin: 0 0 16px;
  }
  .VV_BeautifulPageTop__SectionBody p {
    margin: 0 0 8px;
  }
  .VV_BeautifulPageTop__SectionBtnwWrp .VV_Button {
    min-width: 240px;
  }
  .VV_BeautifulPageBlockPhoto {
    margin-top: 24px;
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px;
  }
}

@media (max-width: 767px){
  .VV_BeautifulPageSideAddress__Col._point {
    margin-right: 12px;
  }
  .VV_BeautifulPageTop__SectionTitle {
    margin: 0 0 12px;
  }
  .VV_BeautifulPageTop__SectionBtnwWrp .VV_Button {
    min-width: 0;
    width: 100%;
  }
  .VV_BeautifulPageBlockPhoto {
    position: relative;
    padding-top: 63%;
    margin-top: 32px;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
  }
  .VV_BeautifulPagePhoto{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
/* End */
/* /beautiful/css/style.css?17561257216286 */
