body {
    color: #333333;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

body.loading {
    opacity: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #fff;
}

.md {
    margin: auto;
}

.btn {
    display: table;
    color: #393939;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.btn .a,
.btn a {
    color: #393939;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.72916667vw;
    padding-bottom: 0.72916667vw;
    padding-left: 1.04166667vw;
    padding-right: 1.04166667vw;
    min-width: 11.97916667vw;
}

.btn_text {
    font-size: 0.83333333vw;
    font-weight: 300;
    line-height: 1.24;
}

.btn_line {
    width: 1.66666667vw;
    height: 2px;
    background-color: #393939;
    margin-left: 0.26041667vw;
    display: inline-block;
}

.btn-red a {
    color: #fff;
    background-color: #990b1f;
}

.btn-red .btn_line {
    background-color: #fff;
}

.btn-green a {
    color: #fff;
    background-color: #283B80;
}

.btn-green .btn_line {
    background-color: #fff;
}

/* header start */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.33333333vw;
    padding-top: 0.78125vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    z-index: 5;
}

.header-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-menu {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-btn {
    width: 3.64583333vw;
}

.header-btn_l {
    display: block;
    width: 100%;
    height: 0.20833333vw;
    background-color: #283B80;
    margin-bottom: 0.52083333vw;
}

.header-btn_text {
    font-size: 1.25vw;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
}

.header-logo_img {
    max-width: none;
    width: 10.41666667vw;
    display: block;
}

.header-button_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #393939;
    background-color: #ffdb71;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
}

.header-button_text {
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 1.24;
}

.header-button_line {
    width: 1.66666667vw;
    height: 2px;
    background-color: #393939;
    margin-left: 0.26041667vw;
}

/* header end */
/* menu start */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 26.5625vw;
    height: 100vh;
    background-color: #283B80;
    color: #fff;
    padding-top: 1.5625vw;
    padding-bottom: 2.08333333vw;
    padding-left: 6.25vw;
    padding-right: 3.125vw;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    z-index: 10;
}

.menu-wrp {
    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;
    height: 100%;
}

.menu-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.10677618vh;
}

.menu-close_cross {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px;
    height: 22px;
    background-image: url(../img/cross.png);
    margin-left: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu-list_bx {
    height: 100%;
}

.menu-list_bx li {
    padding-top: 2.05338809vh;
    padding-bottom: 2.05338809vh;
}

.menu-list_bx li a {
    font-size: 1.25vw;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
}

.menu-desc {
    padding-top: 2.08333333vw;
}

.menu-desc_b {
    font-size: 1.25vw;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
}

.menu-desc_a {
    font-size: 0.83333333vw;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 4.10677618vh;
    margin-bottom: 4.10677618vh;
}

.menu-desc_tel {
    font-size: 1.35416667vw;
    font-weight: 400;
}

.menu-open {
    overflow: hidden;
}

.menu-open .menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
}

/* menu end */
/* footer start */
.footer {
    background-color: #292929;
    padding-top: 3.64583333vw;
    padding-bottom: 4.6875vw;
    padding-left: 6.25vw;
    padding-right: 6.77083333vw;
    color: #fff;
}

.footer-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer p {
    font-size: 1.04166667vw;
    font-weight: 500;
    line-height: normal;
    font-family: 'Cormorant Garamond', serif;
}

.footer-lt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-lt p {
    margin-right: 1.25vw;
}

.footer-rt .a {
    font-size: 0.9375vw;
    font-weight: 500;
    line-height: normal;
    font-family: 'Cormorant Garamond', serif;
    text-decoration: underline;
    margin: auto;
    display: table;
    margin-bottom: 0.52083333vw;
}

.footer-rt .btn a {
    border: 1px solid #fff;
    background-color: transparent;
}

/* footer end */
.full {
    position: relative;
    height: 100%;
}

.full .slick-slider,
.full .slick-list,
.full .slick-track {
    position: relative;
    height: 100%;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-bg {
    z-index: -1;
}

.hero-bg img {
    position: relative;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hero-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    position: absolute;
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 2.08333333vw;
    bottom: 2.60416667vw;
}

.hero-lt {
    width: 59.375vw;
}

.hero .t1 {
    font-size: 5.15625vw;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}

.hero .t3 {
    display: block;
    font-size: 2.08333333vw;
    font-weight: 300;
    line-height: 1.4;
}

.hero-item1 .t2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-item1 .n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-item1 .fz20 {
    font-size: 1.04166667vw;
    font-weight: 300;
    line-height: 2;
}

.hero-item1 .num {
    font-size: 4.73958333vw;
    line-height: 1;
    font-weight: 400;
    font-family: 'Times New Roman', sans-serif;
}

.hero-item1 .b {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.hero-item5 .t1 {
    font-size: 4.6875vw;
    margin-bottom: 2.60416667vw;
}

.hero-item5 .df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-item5 ul li {
    font-size: 1.25vw;
    font-weight: 300;
    list-style: 1;
    margin-top: 1.30208333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-item5 ul li:before {
    content: '';
    display: block;
    margin-right: 0.52083333vw;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #283B80;
}

.hero-item5 .l1 {
    margin-right: 7.8125vw;
}

.hero .sl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hero .sl-dots ul li {
    display: inline-block;
    vertical-align: middle;
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 0.52083333vw;
    margin-right: 0.52083333vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hero .sl-dots ul li.slick-active {
    width: 1.04166667vw;
    height: 1.04166667vw;
}

.hero .sl-dots button {
    display: none;
}

.hero-rt {
    width: 25.52083333vw;
    color: #fff;
}

.hero-rt .ban {
    background-color: #283B80;
    height: 12.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}

.hero-rt .ban p {
    margin: auto;
    font-size: 2.13541667vw;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}

.hero-rt .ban p span {
    display: block;
    font-size: 2.5vw;
}

.hero-rt .ban:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.70833333vw;
    height: 9.16666667vw;
    background-image: url(../img/main/ban-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    max-height: none;
}

.hero .ar-next {
    position: absolute;
    top: 50%;
    right: -3.17708333vw;
    margin-top: -2.13541667vw;
    width: 4.27083333vw;
    height: 4.27083333vw;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.729vw 1.458vw;
    background-image: url(../img/main/right-arrow.png);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hero .ar-next:hover {
    -webkit-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-net {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-net li {
    margin-right: 0.52083333vw;
}

.hero-net a {
    width: 1.61458333vw;
    height: 1.61458333vw;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-net .you {
    background-image: url(../img/main/youtube.png);
}

.hero-net .inst {
    background-image: url(../img/main/inst.png);
}

.hero-net .vk {
    background-image: url(../img/main/vk.png);
}

.hero-net .od {
    background-image: url(../img/main/od.png);
}

.hero-net .fb {
    background-image: url(../img/main/fb.png);
}

.hero-tel {
    font-size: 1.35416667vw;
    font-weight: 700;
    line-height: 1.24;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-tel:before {
    content: '';
    width: 1.66666667vw;
    height: 1.66666667vw;
    margin-right: 0.78125vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/call.png);
}

.hero-links {
    margin-top: 1.04166667vw;
    margin-bottom: 1.04166667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-of {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-of p {
    margin-left: auto;
    font-size: 0.72916667vw;
    font-weight: 300;
}

.hero-of a {
    text-decoration: underline;
}

.hero-of a:hover {
    color: #283B80;
}

/* main start */
.h2 {
    color: #393939;
    font-size: 2.70833333vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 2.08333333vw;
}

.h3 {
    color: #c1c4c6;
    font-size: 1.66666667vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 1.5625vw;
}

.pl {
    font-size: 0.9375vw;
    line-height: 1.66;
    font-weight: 300;
    margin-bottom: 1.04166667vw;
}

.main-s1 {
    padding-top: 9.11458333vw;
    padding-bottom: 7.8125vw;
}

.main-s1 .title {
    position: relative;
    z-index: 2;
}

.main-s1 .h2 {
    position: relative;
}

.main-s1 .icon {
    position: absolute;
    top: -4.16666667vw;
    left: -4.16666667vw;
    width: 13.02083333vw;
    height: 12.65625vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s1-icon.png);
    max-height: none;
}

.main-s1-df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 6.25vw;
}

.main-s1-lt {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2.60416667vw;
    z-index: 2;
}

.main-s1-lt:before {
    content: '';
    display: block;
    width: 31.77083333vw;
    height: 22.39583333vw;
    position: absolute;
    top: 3.64583333vw;
    left: 0;
    background-color: #283B80;
    z-index: -1;
}

.main-s1-lt figure img {
    width: 46.35416667vw;
}

.main-s1-rt {
    padding-left: 5.72916667vw;
}

.main-s1 .btn {
    margin-top: 2.08333333vw;
}

.main-s2 {
    padding-left: 7.8125vw;
    padding-right: 6.77083333vw;
    padding-bottom: 4.16666667vw;
}

.main-s2 .title {
    position: relative;
    text-align: center;
    margin-bottom: 2.34375vw;
}

.main-s2 .h2 {
    position: relative;
    display: table;
    margin: auto;
}

.main-s2 .h2:before {
    content: '';
    position: absolute;
    top: -4.6875vw;
    left: -3.64583333vw;
    width: 5.52083333vw;
    height: 10.72916667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s2-icon.png);
}

.main-s2_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-s2_list .icon3 {
    height: 3.69791667vw;
}

.main-s2_list li {
    width: 25%;
    margin-bottom: 4.16666667vw;
}

.main-s2_list figure {
    margin-bottom: 1.5625vw;
}

.main-s2_list img {
    display: block;
    width: 5.52083333vw;
}

.main-s2_list p {
    font-size: 0.9375vw;
    line-height: 1.66;
    font-weight: 300;
}

.main-s3 {
    padding-left: 7.8125vw;
    padding-right: 6.77083333vw;
    padding-bottom: 10.41666667vw;
}

.main-s3 .title {
    position: relative;
}

.main-s3 .icon {
    position: absolute;
    top: -2.08333333vw;
    left: -5.72916667vw;
    width: 14.42708333vw;
    height: 9.89583333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s3-icon.png);
    max-height: none;
}

.main-s3-df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-s3-lt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32.65625vw;
    margin-right: 13.85416667vw;
    position: relative;
}

.main-s3-lt figure img {
    display: block;
    width: 100%;
}

.main-s3 .compass {
    position: absolute;
    bottom: -4.6875vw;
    left: -4.6875vw;
    width: 10.10416667vw;
    height: 9.84375vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/compass.png);
}

.main-s3-rt {
    padding-bottom: 4.42708333vw;
}

.main-s3 .btn {
    margin-top: 2.08333333vw;
}

.main-s4 .title {
    width: auto;
    padding-top: 3.125vw;
    padding-left: 4.16666667vw;
    margin-left: 7.8125vw;
    margin-bottom: 5.20833333vw;
    position: relative;
}

.main-s4 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.03125vw;
    height: 12.13541667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s4-icon.png);
}

.main-s4 .item {
    position: relative;
    color: #fff;
    padding:0 2px;
}

.main-s4 .item img {
    width: 100%;
    display: block;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-s4 .tl {
    position: absolute;
    top: 3.64583333vw;
    left: 2.60416667vw;
    padding-right: 20px;
    z-index: 2;
}

.main-s4 .let {
    position: absolute;
    top: -2.08333333vw;
    left: -0.83333333vw;
    font-size: 9.0625vw;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    opacity: .19;
}

.main-s4 .t1 {
    font-size: 2.70833333vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 0.52083333vw;
}

.main-s4 .dn {
    position: absolute;
    bottom: 1.5625vw;
    right: 2.08333333vw;
}

.main-s4 .ar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-s4 .ar span {
    display: block;
    width: 1.71875vw;
    height: 1.40625vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/next.png);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-s4 .num {
    font-size: 5.3125vw;
    font-weight: 900;
    line-height: 1;
}

.main-s5 {
    padding-top: 10.41666667vw;
    padding-bottom: 9.89583333vw;
}

.main-s5 .title {
    position: relative;
    z-index: 2;
}

.main-s5 .h2 {
    position: relative;
}

.main-s5 .icon {
    position: absolute;
    top: -2.60416667vw;
    left: -4.16666667vw;
    width: 12.44791667vw;
    height: 12.08333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s5-icon.png);
    max-height: none;
}

.main-s5-df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 6.77083333vw;
}

.main-s5-lt {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2.60416667vw;
    z-index: 2;
}

.main-s5-lt:before {
    content: '';
    display: block;
    width: 31.77083333vw;
    height: 22.39583333vw;
    position: absolute;
    top: -1.5625vw;
    left: 0;
    background-color: #283B80;
    z-index: -1;
}

.main-s5-lt figure img {
    width: 46.35416667vw;
}

.main-s5-rt {
    padding-left: 5.20833333vw;
    padding-bottom: 2.08333333vw;
}

.main-s5 .btn {
    margin-top: 2.08333333vw;
}

.main-s6 {
    padding-top: 5.98958333vw;
    padding-bottom: 9.89583333vw;
    background-color: #fbfbfb;
}

.main-s6 .title {
    text-align: center;
}

.main-s6 .h2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
    z-index: 2;
}

.main-s6 .h2:before {
    content: '';
    display: block;
    width: 15vw;
    height: 9.94791667vw;
    position: absolute;
    top: -3.64583333vw;
    left: -8.33333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s6-icon.png);
    z-index: -1;
}

.main-s6 .h3 {
    margin-bottom: 2.08333333vw;
}

.main-s6 h4 {
    font-size: 0.9375vw;
    font-weight: 300;
    margin-bottom: 5.20833333vw;
}

.main-s6_list {
    display: block;
    text-align: center;
    margin-bottom: 2.08333333vw;
}

.main-s6_list li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-left: 1.875vw;
    margin-right: 1.875vw;
    margin-bottom: 2.08333333vw;
}

.main-s6_list p {
    font-size: 0.83333333vw;
    font-weight: 300;
    line-height: 1.66;
    position: relative;
    z-index: 2;
}

.main-s6 .t1 {
    display: block;
    color: #283B80;
    font-size: 2.70833333vw;
    line-height: 1.24;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    z-index: 2;
}

.main-s6 .icon {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-height: none;
}

.main-s6 .icon1 {
    width: 3.95833333vw;
    height: 8.33333333vw;
    top: -1.5625vw;
    left: -1.82291667vw;
    background-image: url(../img/main/s6-icon1.png);
}

.main-s6 .icon2 {
    width: 5vw;
    height: 7.76041667vw;
    top: -1.5625vw;
    left: -1.82291667vw;
    background-image: url(../img/main/s6-icon2.png);
}

.main-s6 .icon3 {
    width: 7.1875vw;
    height: 7.29166667vw;
    top: -1.5625vw;
    left: -1.82291667vw;
    background-image: url(../img/main/s6-icon3.png);
}

.main-s6 .icon4 {
    width: 6.35416667vw;
    height: 5.36458333vw;
    top: -1.04166667vw;
    left: -2.29166667vw;
    background-image: url(../img/main/s6-icon4.png);
}

.main-s6 .pl {
    text-align: center;
    margin-bottom: 2.60416667vw;
}

.main-s6 .btn {
    margin: auto;
}

.main-kv {
    overflow: hidden;
    padding-top: 8.85416667vw;
    padding-bottom: 9.89583333vw;
    position: relative;
    z-index: 2;
}

.main-kv:before {
    content: '';
    position: absolute;
    top: 6.77083333vw;
    right: 0;
    width: 22.8125vw;
    height: 40.57291667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/kv-bg.png);
    z-index: -1;
}

.main-kv .title {
    width: auto;
    margin-left: 8.85416667vw;
    padding-bottom: 2.60416667vw;
    position: relative;
}

.main-kv .pr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-kv .pr .nmw {
    color: #c1c4c6;
    margin-right: 4.16666667vw;
}

.main-kv .pr .btn {
    margin-top: 1.45833333vw;
}

.main-kv .icon {
    position: absolute;
    top: -3.125vw;
    left: -4.16666667vw;
    width: 5.52083333vw;
    height: 10.72916667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/kv-icon.png);
}

.main-kv .nmw {
    font-size: 1.25vw;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

.main-kv .nm {
    font-size: 4.6875vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Times New Roman', sans-serif;
}

.main-kv_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-kv_list li {
    width: 20.83333333vw;
    position: relative;
    padding-top: 4.94791667vw;
    margin-left: 2.60416667vw;
    margin-right: 2.60416667vw;
}

.main-kv .letter {
    color: #393939;
    opacity: .2;
    font-size: 9.11458333vw;
    font-weight: 700;
    line-height: 1;
    font-family: 'Times New Roman', sans-serif;
    position: absolute;
    top: 0;
    left: -1.5625vw;
}

.main-kv .sl {
    margin-bottom: 2.08333333vw;
}

.main-kv .item {
    height: 21.875vw;
    position: relative;
}

.main-kv .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.main-kv .df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-kv .area {
    color: #333333;
    font-size: 1.25vw;
    font-weight: 400;
}

.main-kv .sl-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-kv .sl-arrows > div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 1.25vw;
    height: 0.98958333vw;
}

.main-kv .sl-arrows .prev {
    background-image: url(../img/main/prev.png);
}

.main-kv .sl-arrows .next {
    background-image: url(../img/main/next-c.png);
}

.main-kv .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-kv .price .nmw {
    color: #283B80;
    margin-left: 9.16666667vw;
}

.sl-dots_vertical {
    position: absolute;
    height: 100%;
    top: 0;
    right: 3.125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sl-dots_vertical ul {
    margin: auto 0;
}

.sl-dots_vertical ul li {
    width: 1.04166667vw;
    height: 1.04166667vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.73);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 10px auto;
}

.sl-dots_vertical ul li.slick-active {
    width: 0.3125vw;
    height: 0.3125vw;
}

.sl-dots_vertical button {
    display: none;
}

.main-s7 .sl-arrows,
.main-s8 .sl-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.83333333vw;
}

.main-s7 .sl-arrows > div,
.main-s8 .sl-arrows > div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 19px;
    height: 16px;
}

.main-s7 .sl-arrows .prev,
.main-s8 .sl-arrows .prev {
    background-image: url(../img/main/prev-w.png);
}

.main-s7 .sl-arrows .next,
.main-s8 .sl-arrows .next {
    background-image: url(../img/main/next-w.png);
}

.main-s7 {
    position: relative;
    padding-bottom:2px;
}

.main-s7 .title {
    position: absolute;
    z-index: 2;
    top: 7.29166667vw;
    left: 11.97916667vw;
}

.main-s7 .h2 {
    color: #fff;
    margin-bottom: 0.83333333vw;
}

.main-s7 .icon {
    position: absolute;
    top: -1.04166667vw;
    left: -3.38541667vw;
    width: 8.75vw;
    height: 10.57291667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s7-icon.png);
    z-index: -1;
    max-height: none;
}

.main-s8 {
    position: relative;
}

.main-s8 .title {
    position: absolute;
    z-index: 2;
    top: 7.29166667vw;
    left: 11.97916667vw;
}

.main-s8 .h2 {
    color: #fff;
    margin-bottom: 0;
}

.main-s8 .h3 {
    color: #fff;
    margin-bottom: 0.83333333vw;
}

.main-s8 .icon {
    position: absolute;
    top: -1.04166667vw;
    left: -3.64583333vw;
    width: 10.625vw;
    height: 11.19791667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/s8-icon.png);
    z-index: -1;
    max-height: none;
}

.btn-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn-wrp .btn {
    margin-left: auto;
}

.main-contacts {
    padding-top: 8.85416667vw;
    padding-bottom: 6.77083333vw;
}

.main-contacts .df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 8.85416667vw;
}

.main-contacts .lt {
    width: 27.08333333vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-contacts .rt {
    width: 49.375vw;
    height: 37.1875vw;
    position: relative;
    z-index: 2;
}

.main-contacts .rt:before {
    content: '';
    width: 35.9375vw;
    height: 32.29166667vw;
    position: absolute;
    right: 0;
    bottom: -2.08333333vw;
    background-color: #283B80;
    z-index: -1;
}

.main-contacts .title {
    position: relative;
    z-index: 2;
}

.main-contacts .icon {
    position: absolute;
    top: -3.64583333vw;
    left: -2.60416667vw;
    width: 11.45833333vw;
    height: 11.97916667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/main/contacts-icon.png);
    z-index: -1;
    max-height: none;
}

.main-contacts .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 1.04166667vw;
}

.main-contacts .cell_l {
    width: 13.54166667vw;
    text-align: right;
    color: #283B80;
    font-size: 1.25vw;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    margin-right: 1.04166667vw;
}

.main-contacts .cell_r {
    font-size: 0.83333333vw;
    line-height: 1.66;
    font-weight: 300;
}

.main-contacts .cell_r a {
    color: #333333;
}

.main-contacts .btn {
    width: 12.5vw;
}

.main-contacts .tel {
    text-align: right;
    display: block;
    width: 100%;
    font-size: 1.04166667vw;
    line-height: 2.39583333vw;
    height: 2.39583333vw;
    border: 0;
    margin: 0;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #283B80;
}

.main-contacts .tel::-webkit-input-placeholder {
    color: #283B80;
}

.main-contacts .tel::-moz-placeholder {
    color: #283B80;
}

.main-contacts .tel:-ms-input-placeholder {
    color: #283B80;
}

.main-contacts .tel::-moz-placeholder {
    color: #283B80;
    opacity: 1;
}

.total-plan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.total-plan path {
    opacity: 0;
    fill: #f8f5f3;
    fill-opacity: 1;
    stroke: #00ff00;
    stroke-opacity: 0;
    stroke-width: 3;
    cursor: pointer;
    stroke-linejoin: round; 
}

.main-plan {
    position: relative;
    overflow: hidden;
}

.main-plan-wrp {
    height: 56.25vw;
}

.main-plan .plan-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0); 
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.plan-img {
    margin: 0 auto;
}
.main-plan .title {
    position: absolute;
    top: 11.45833333vw;
    left: 10.41666667vw;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-plan .h2 {
    color: #fff;
    margin-bottom: 0;
    margin-right: 1.5625vw;
}

.main-plan .icon {
    position: absolute;
    top: -1.82291667vw;
    left: -3.125vw;
    width: 10.57291667vw;
    height: 12.13541667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    max-height: none;
}



.main-plan .dn {
    position: absolute;
    bottom: 2.60416667vw;
    left: 10.41666667vw;
    z-index: 3;
}

.main-plan .dn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-plan .dn ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3.125vw;
}

.main-plan .dn .tx {
    color: #fff;
    font-size: 1.5625vw;
    font-weight: 500;
    font-family: fg;
}

.main-plan .ic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.08333333vw;
    height: 2.08333333vw;
    border-radius: 50%;
    margin-right: 1.25vw;
}

.main-plan .ic_r {
    background-color: #b71c1c;
}

.main-plan .ic_y {
    background-color: #ffa200;
}

.main-plan .ic_f {
    background-color: #acacac;
}

.plans-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -10px;
    margin-left: 10px;
    display: none;
}

.plans-percent .circle {
    background-color: #fff;
    border-radius: 50%;
    opacity: 1 !important ;
}

.plans-percent svg {
    display: block;
}

.plans-percent .circles-wrp {
    display: block !important;
}

.plans-percent path {
    stroke-linecap: round;
}

.plans-percent .circles-text {
    text-align: center;
    color: #283B80;
    font-size: 1.14583333vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plans-percent .circles-text span {
    display: block;
    font-size: 0.72916667vw;
    font-weight: 700;
}

.plans-free {
    border-radius: 5px;
    background-color: #ffffff;
    width: 175px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: 10px;
    margin-left: 1.5625vw;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.plans-free__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
    border-bottom: 1px solid #283B80;
}

.plans-free__head-num {
    color: #283B80;
    font-size: 2.1875vw;
    font-weight: 700;
    font-family: fg;
    margin-right: 5px;
}

.plans-free__head-tx {
    font-size: 12px;
    font-weight: 400;
    color: #737373;
}
.plans-free__list {
    list-style: none;
}
.room_counter {
    font-size: 20px;
    color: #283B80;
    font-family: 'Times New Roman', sans-serif;
}
.price {
    font-size: 16px;
    font-family: 'Times New Roman', sans-serif;
}
.select_wrap {
    position: relative;
}
.total-plan-floor path:hover {
    fill: #283B80;
    opacity: .75;
}


.finish_wrap {
    background:#fff;
    color:#333;
}

/* genplan */
.housemap_wrapper {
	width: 100%;
	overflow: auto;
	height: 650px;
}
.housemap_text{
	padding:0 15px;
}
.housemap_content {
	width: 1230px;
	background-image: url('/img/genplanmobile.jpg');
	height: 100%;
}
/* genplan */

@media (max-width: 1400px) {
    .plans-free__head-tx {
        font-size: 10px;
    }
}

.plans-free__body {
    padding-top: 0.52083333vw;
    padding-bottom: 0.78125vw;
    padding-left: 0.52083333vw;
    padding-right: 0.52083333vw;
}

.plans-free__body-title {
    color: #283B80;
    font-size: 0.9375vw;
    font-weight: 700;
    font-family: fg;
    margin-bottom: 10px;
}

.plans-free__body-tx {
    color: #737373;
    font-size: 14px;
    line-height: 1.24;
}

@media (max-width: 1400px) {
    .plans-free__body-tx {
        font-size: 10px;
    }
}

.plan-labels {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    list-style: none;
    font-family: 'Times New Roman',  sans-serif;
}

.plan-labels .ic {
    position: absolute;
    width: 2.39583333vw;
    height: 2.39583333vw;
    line-height: 2.39583333vw;
    color: #fff;
    font-size: 0.9375vw;
    font-weight: 700;
    text-align: center;
    margin-right: 0;
}

.plan-labels .ic_1 {
    left: 7.8125vw;
    bottom: 22.39583333vw;
}

.plan-labels .ic_2 {
    left: 21.35416667vw;
    bottom: 23.95833333vw;
}

.plan-labels .ic_3 {
    left: 32.29166667vw;
    bottom: 23.95833333vw;
}

.plan-labels .ic_4 {
    left: 41.45833333vw;
    bottom: 22.70833333vw;
}

.plan-labels .ic_5 {
    left: 52.08333333vw;
    bottom: 20.3125vw;
}

.plan-labels .ic_6 {
    left: 63.02083333vw;
    bottom: 18.75vw;
}

.plan-labels .ic_7 {
    left: 78.64583333vw;
    bottom: 16.14583333vw;
}

.plan-labels .ic_8 {
    left: 90.9375vw;
    bottom: 15.10416667vw;
}

.plan-labels .ic_9 {
    left: 84.89583333vw;
    bottom: 19.79166667vw;
}

.plan-labels .ic_10 {
    left: 59.375vw;
    bottom: 22.91666667vw;
}

.plan-labels .ic_11 {
    left: 49.58333333vw;
    bottom: 24.89583333vw;
}

.plan-labels .ic_12 {
    left: 39.89583333vw;
    bottom: 27.08333333vw;
}

.plan-labels .ic_13 {
    left: 29.375vw;
    bottom: 27.60416667vw;
}

.plan-labels .ic_14 {
    left: 23.95833333vw;
    bottom: 29.6875vw;
}

.plan-labels .ic_15 {
    left: 15.625vw;
    bottom: 26.5625vw;
}

.plan-labels .ic_16 {
    left: 8.64583333vw;
    bottom: 27.08333333vw;
}

.plan-labels .ic_17 {
    left: 17.70833333vw;
    bottom: 32.29166667vw;
}

.plan-labels .ic_18 {
    left: 25.52083333vw;
    bottom: 33.33333333vw;
}

.plan-labels .ic_19 {
    left: 36.25vw;
    bottom: 29.6875vw;
}

.plan-labels .ic_20 {
    left: 45.83333333vw;
    bottom: 29.16666667vw;
}

.plan-labels .ic_21 {
    left: 56.5625vw;
    bottom: 26.5625vw;
}

.plan-labels .ic_22 {
    left: 66.45833333vw;
    bottom: 24.47916667vw;
}

.plan-labels .ic_23 {
    left: 77.60416667vw;
    bottom: 23.4375vw;
}

.plan-labels .ic_24 {
    left: 87.5vw;
    bottom: 23.75vw;
}

.plan-labels .ic_25 {
    left: 62.5vw;
    bottom: 28.64583333vw;
}

.plan-labels .ic_26 {
    left: 55.20833333vw;
    bottom: 30.20833333vw;
}

.plan-labels .ic_27 {
    left: 44.79166667vw;
    bottom: 32.29166667vw;
}

.plan-labels .ic_28 {
    left: 39.58333333vw;
    bottom: 33.125vw;
}

.plan-labels .ic_29 {
    left: 33.33333333vw;
    bottom: 33.85416667vw;
}


.round {
    opacity: 1 !important;
    position: relative;
}
.circles-wrp {
    position: relative;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.round path {
    stroke-linecap: round;
}

.circles-wrp {
    position: relative;
}
.round .circles-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Times New Romna", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.finish_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(../img/floor_finisg_bg.png) bottom right;
    width: 540px;
    padding: 0 70px 45px;
    color:#000;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.finish_item:first-of-type {
    margin-top: -20px;
    -ms-align-items: flex-end;
    align-items: flex-end;
    max-width: unset;
    width: 100%;
}
.finish_item:first-of-type .finish_text {
    font-size: 42px;
    font-weight: 700;
    margin-left: -10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}
.finish_item:first-of-type .round .circles-text {
    font-size: 18px;
}
.finish_item:first-of-type .round {
    padding: 10px;
}
.finish_item {
    width: 50%;
    margin: 6px 0;
    -ms-align-items: center;
    align-items: center;
}
.finish_text {
    margin-left: 10px;
    font-weight: 700;
}

.floor {
    padding-top: 200px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.floor_info {
    opacity: 0;
    margin-right: 5vw;
    padding-top:70px; 
    transition: 0.5s;
}
.apartment_counter {
    text-align: center;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color:#283B80;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    line-height: 1;
}
.apartment_square {
    color:#283B80;
    text-align: center;
    max-width: 150px;
}
.apartment_counter-value,
.apartment_square-value {
    font-size: 62px;
    font-family: "Times New Roman", sans-serif;
    text-align: center;
}

.social_list-colored a svg{
    fill:#89c2c1;
}
.side-info {
    min-width: 380px;
}
.side-info-house {
    font-size: 30px;
    font-weight: 700;
}
.side-info-house .num,
.side-info-floor .num {
    font-family: "Times New Roman", sans-serif;
}
.side-info-floor {
    font-size: 52px;
    font-weight: 700;
}

.side-info-back {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}
.side-info-back:hover {
    text-decoration: underline;
}
.side-info-back:before {
    content: '';
    position: absolute;
    top: 50%;
    left:0;
    transform: translate(0,-50%);
    width: 15px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.494 31.494' width='13px' height='10px'%3E%3Cpath style='fill:%231E201D;' d='M10.273,5.009c0.444-0.444,1.143-0.444,1.587,0c0.429,0.429,0.429,1.143,0,1.571l-8.047,8.047h26.554 c0.619,0,1.127,0.492,1.127,1.111c0,0.619-0.508,1.127-1.127,1.127H3.813l8.047,8.032c0.429,0.444,0.429,1.159,0,1.587 c-0.444,0.444-1.143,0.444-1.587,0l-9.952-9.952c-0.429-0.429-0.429-1.143,0-1.571L10.273,5.009z'/%3E%3C/svg%3E%0A") center no-repeat;
}

.side-info-list {
    font-size: 24px;
    list-style: none;
    margin-top: 40px;
}
.side-info-list__value {
	display: block;
    font-size: 30px;
    color: #283B80;
    font-family: 'Times New Roman', sans-serif;
    font-weight: 700;
}
.floor_cta {
    color: #fff;
    background: url(../img/keys_bg.jpg) right bottom no-repeat;
    padding: 50px 20px 30px 20px;
    max-width: 380px;

}
.floor_cta-text span {
    font-family: 'Times New Roman', sans-serif;
    font-weight: 700;
}
.floor_cta-heading {
    font-size: 48px;
}
.floor_cta-text {
    font-size: 30px;
}
.credits {
    margin: 30px 0 10px 0;
}
.credits_item {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 50%;
}
.credits_item span {
    font-size: 28px;
    color: #283B80;
    font-family: 'Times New Roman', sans-serif;
}
.appartments_counter__wrap {
    margin-top: 50px;
}
.appartments_counter {
    margin-top: 10px;
}
.appartments_counter-item {
    text-align: center;
    width: 60px;
}
.appartments_counter {
    margin-bottom: 30px;
}
.appartments_counter-num {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 300;
}
.apartments_images {
    width: calc(100% - 500px);
    margin: 0 50px;
}

.apartments_images img {
    margin: 0 auto;
}
.tabs_wrap {
    min-width: 150px;
}
.tabs_controls {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #acacac;
    color: #acacac;
    background:none;
    margin: 50px auto 0;
}
.tabs_controls:hover {
    color: #283B80;
    border-color: #283B80;
}
.apartments_images-tab {
    display: none;
}
.apartments_images-tab-active {
    display: block;
}
.tab_controls-active {
    color: #283B80;
    border-color: #283B80;
}
.choose_mobile {
    display: none;
    padding-top: 175px;
}

.mobile_slider-houses {
    margin: 0 auto 50px;
    max-width: 400px;
    padding: 50px 20px 0 20px;
    font-size: 24px;
}
.mobile_slider-houses .slick-arrow {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 15px;
    display: block;
    border: none;
    color: transparent;
    overflow: hidden;
    z-index: 99;    
}
.mobile_slider-houses .slick-prev {
    left: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.635 32.635' fill='%23333' width='33px' height='33px'%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z'/%3E%3C/svg%3E%0A") center no-repeat;
    background-size: cover;
    transform: scale(-1,1);

}
.mobile_slider-houses .slick-next {
    left: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.635 32.635' fill='%23333' width='33px' height='33px'%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z'/%3E%3C/svg%3E%0A") center no-repeat;
    background-size: cover;
}
.houses_list {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    max-width: 320px;
}
.houses_list li a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 10px 0;
}
.house_number {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #d71619;
    border-radius: 50%; 
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.house_text {
    color: #e5e5e5;
    margin-right: 50px;
}
.house_ready-percent {
    margin: 0 10px;
    text-align: center; 
    min-width: 50px;
    font-weight: 700;
    color: #283B80;
}
.choose_mobile-heading {
    margin: 0 auto;
    max-width: 320px;
    font-size: 28px;
    margin-bottom: 20px;
}
.mobile_slider-houses .slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    list-style: none;
}
.mobile_slider-houses .slick-dots button {
    display: block;
    width: 20px;
    height: 20px;
    color: transparent;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    transform: scale(0.5);
    transition: 0.5s;
    background-color:#283B80;
}
.mobile_slider-houses .slick-dots .slick-active button {
    transform: scale(1);
}
.houses_list-heading {
    font-size: 24px;
    margin-bottom: 30px !important;
}
.choose_mobile .btn {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
}
.apartment {
    margin-top: 200px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.appartment_details { 
    border: 2px solid transparent;
    border-radius: 5px;
}
.appartment_details[open] {
    border-color: #ccc;
}
.appartment_details summary {
    justify-content: space-between;
    padding: 5px;
    background:linear-gradient(to top, #ccc, #fff);
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
summary::-webkit-details-marker {
    display: none
}
.appartment_details-content {
    padding: 10px;
    font-family: 'Cormorant Garamond', serif;   
}
.appartment_details-img {
    margin: 20px;
}
.appartment_details-content .btn {
    text-align: center;
}

.mobile_slider-floor .slick-arrow {
    top: 5px;
    position: absolute;
    display: block;
    width: 20px;
    height: 15px;
    border: none;
    color: transparent;
    overflow: hidden;
    z-index: 99;
}

.mobile_slider-floor .slick-next {
    right: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.635 32.635' fill='%23000' width='33px' height='33px'%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z'/%3E%3C/svg%3E%0A") center no-repeat;
    background-size: cover;
}
.mobile_slider-floor .slick-prev {
    right: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.635 32.635' fill='%23000' width='33px' height='33px'%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z'/%3E%3C/svg%3E%0A") center no-repeat;
    background-size: cover;
    transform: scale(-1,1);
}
.choose_mobile {
    max-width: 100%;
}
.houses_list.slick-slide {
    max-width: unset;
}

.header-houses .logo img{
     max-width: 120px;
}
.select_wrap a[disabled] path {
    fill: rgba(255,255,255,.8);
    opacity: 1;
}
.sold-value, .bron-value {
    text-align: center;
    color:#000;
    font-size: 20px;
    display: none;
}