@font-face{font-family:'SegoeUIRegular';src:url('../fonts/SegoeUIRegular.ttf');font-display: swap;}
@font-face{font-family:'SegoeUIBold';src:url('../fonts/SegoeUIBold.ttf');font-display: swap;}
@font-face{font-family:'Roboto-Regular';src:url('../fonts/Roboto-Regular.ttf');font-display: swap;}
* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;height:initial;color: transparent;vertical-align: bottom;border:0;}
button{border: 0; cursor: pointer;font-family: 'SegoeUIRegular';-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{border: 1px solid #ADABA8;border-radius: 2px;padding: 0 17px;background: #FFFBF4;font-size: 17px;width: 100%;color: #333;font-family: 'SegoeUIRegular';}
b, strong, h1, h2, h3, h4, h5, h6{font-family: 'SegoeUIBold';}
a{text-decoration: none;color: #222;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;transition:color 0.3s;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;transition:background 0.3s;}
a:hover, a:focus {color: #48BACA;}
*:focus{outline:0;}
input::-webkit-input-placeholder {color: #ADABA8;}input::-moz-placeholder {color: #ADABA8;}input:-ms-input-placeholder {color: #ADABA8;}input:-moz-placeholder {color: #ADABA8;}textarea::-webkit-input-placeholder {color: #ADABA8;}textarea::-moz-placeholder {color: #ADABA8;}textarea:-ms-input-placeholder {color: #ADABA8;}textarea:-moz-placeholder {color: #ADABA8;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;max-width: 100%;}
body {
    margin: 0 auto;
    font-size: 16px;
	font-weight: 400;
    font-family: 'SegoeUIRegular';
    min-width: 320px;
    background: #FFFBF4;
}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrap{
    width: 1220px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex-center {
	display: flex;
	align-items: center;
}
.flex-justify {
	display: flex;
	justify-content: space-between;
}
.flex-all {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    cursor: pointer;
}
.orange-big {
    height: 47px;
    padding: 0 30px;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFBF4;
    font-family: 'SegoeUIBold';
    background: #FF852B;
}
.orange-big:hover {
    background: #48BACA;
}
.blue-big {
    font-size: 17px;
    font-family: 'SegoeUIBold';
    letter-spacing: 0.02em;
    color: #FFFBF4;
    padding: 0 47px;
    height: 44px;
    background: #48BACA;
    box-shadow: 0px 2px 2px #525454;
}
.blue-big:hover {
    color: #fff;
    background: #FF852B;
}
.blue-border {
    height: 34px;
    padding: 0 42px;
    font-size: 15px;
    color: #48BACA;
    border: 1px solid;
}
.blue-border:hover {
    color: #FF852B;
}
@media screen and (max-width:1219px){
    .wrap{
        width: 768px;
    }
    .blue-big {
        font-size: 13px;
        padding: 0 30px;
        height: 35px;
    }
}
@media screen and (max-width:767px){
    .wrap{
        width: 320px;
    }
    .orange-big {
        height: 30px;
        padding: 0 20px;
        font-size: 9px;
        letter-spacing: 0.02em;
    }

}
/*header*/
.header {
    padding-top: 14px;
    height: 93px;
    background: #FFF9F0;
    box-shadow: 0px 2px 2px rgba(202, 185, 161, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}
.head-logo {
    padding-top: 8px;
    width: 78px;
}
.head-right-open, .head-right-close {
    display: none;
}
.head-right {
    width: 1000px;
    flex-direction: column;
}
.head-catalog, .head-menu {
    width: 100%;
}
.head-menu ul {
    display: flex;
}
.head-menu ul li {
    padding-right: 43px;
}
.head-menu ul li a, .head-menu ul li span {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #67686C;
    text-transform: lowercase;
}
.head-menu ul li a:hover, .head-menu ul li.active a, .head-menu ul li.active span {
    color: #48BACA;
}
.head-catalog ul {
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
}
.head-catalog ul li a {
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2D2F3E;
    font-family: 'SegoeUIBold';
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}
.head-catalog ul li a:hover, .head-catalog ul li.active a {
    border-bottom-color: #48BACA;
}
.head-catalog ul li.item-185 a {
    color: #48BACA;
}
.head-links {
    position: absolute;
    right: 10px;
    top: 5px;
    display: flex;
    align-items: center;
}
.head-links a {
    font-size: 0;
    margin-left: 24px;
    line-height: 15px;
    color: #67686C;
    display: flex;
}
.head-links a i {
    font-size: 13px;
}
.head-links .phone {
    font-weight: 600;
    color: #FF852B;
    font-size: 13px;
    font-family:'Roboto-Regular';
}
.head-links .phone i {
    display: none;
}
.head-links a:hover {
    color: #48BACA;
}
.head-links a .fab.fa-instagram {
    font-size: 15px;
    line-height: 17px;
}
@media screen and (max-width:1219px){
    .header {
        padding-top: 0;
        display: flex;
        align-items: center;
        height: 78px;
    }
    .head-wrap {
        align-items: center;
        width: 100%;
    }
    .head-logo {
        padding-top: 0;
    }
    .head-right {
        display: none;
        width: initial;
        position: fixed;
        top: 88px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: 9999;
        background: #FFFBF4;
        justify-content: flex-start;
        padding-top: 45px;
        overflow-y: auto;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.25);
        box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    }
    .head-right.active {
        display: flex;
    }
    .head-right-open {
        display: flex;
        align-items: center;
        font-family: 'SegoeUIBold';
        font-size: 10.8571px;
        line-height: 14px;
        text-transform: uppercase;
        color: #2D2F3E;
        margin: 0 auto 0 40px;
    }
    .head-right-open i {
        font-size: 23px;
        margin-right: 10px;
    }
    .head-right-open:hover {
        color: #48BACA;
    }
    .head-menu {
        order: 2;
    }
    .head-menu ul, .head-catalog ul {
        padding-top: 0;
        justify-content: flex-start;
        flex-direction: column;
    }
    .head-menu ul li {
        padding-right: 0;
    }
    .head-menu ul li a, .head-menu ul li span, .head-catalog ul li a {
        border-bottom: 1px solid #F9F3E8;
        padding: 0 20px;
        line-height: 37px;
        display: block;
    }
    .head-menu ul li a.active, .head-menu ul li.active span, .head-catalog ul li.active a, .head-menu ul li a:hover, .head-menu ul li span:hover, .head-catalog ul li.item-185 a, .head-catalog ul li a:hover {
        border-bottom: 1px solid #F9F3E8;
        color: #fff;
        background: #48BACA;
    }
    .head-right-close {
        position: absolute;
        width: 26px;
        height: 26px;
        right: 10px;
        top: 10px;
        border: 2px solid #48BACA;
        font-weight: 700;
        font-size: 20px;
        line-height: 0;
        display: flex;
        color: #48BACA;
        padding-top: 9px;
        justify-content: center;
        border-radius: 50%;
    }
    .head-links {
        position: relative;
        right: initial;
        top: initial;
        display: flex;
        align-items: center;
    }
    .head-links a {
        margin-left: 30px;
    }
    .head-links a i, .head-links .phone, .head-links a .fab.fa-instagram {
        font-size: 23px;
        color: #2D2F3E;
    }
    .head-links .phone {
        font-size: 0;
    }
    .head-links .phone i {
        font-size: 20px;
        display: initial;
    }
    .head-links a:hover {
        color: #48BACA;
    }
}
@media screen and (max-width:767px){
    .head-logo {
        width: 60px;
    }
}
/*.header*/

/*content*/
.content {
    padding-top: 93px;
}
.page-default {
    padding: 30px 0 100px;
}
.page-default:before, .page-default:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 278px;
    z-index: 0;
}
.page-default:before {
    left: 0;
    background: url('../images/icon/page-default-before.png') repeat-y;
}
.page-default:after {
    right: 0;
    background: url('../images/icon/page-default-after.png') repeat-y;
}
.page-default-wrap {
    z-index: 2;
}
.breadcrumbs-nav {
    padding-bottom: 30px;
}
.breadcrumbs-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumbs-nav ul li {
    display: flex;
    align-items: center;
    padding-right: 6px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #67686C;
    text-transform: lowercase;
}
.breadcrumbs-nav ul li a {
    color: #67686C;
}
.breadcrumbs-nav ul li a:hover {
    color: #48BACA;
}
.breadcrumbs-nav ul li .divider {
    padding-left: 6px;
}
.page-default-title {
    font-family:'SegoeUIBold';
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #48BACA;
    padding-bottom: 50px;
}
.page-default-title.big {
    text-transform: uppercase;
}
.section-gallery {
    max-width: 996px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 30px;
}
.section-gallery .item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.section-gallery .item:hover {
    opacity: .8;
}
.section-gallery .item .desc {
    display: none;
}
@media screen and (max-width:1219px){
    .content {
        padding-top: 78px;
    }
    .page-default {
        padding-bottom: 50px;
    }
    .page-default-title {
        padding-bottom: 30px;
        font-size: 28px;
        line-height: 37px;
    }
}
@media screen and (max-width:767px){
    .page-default {
        padding-top: 20px;
    }
    .page-default:before, .page-default:after {
        width: 19.30%;
        background-size: 100%;
    }
    .page-default-title {
        padding-bottom: 20px;
        font-size: 22px;
        line-height: 29px;
    }
    .breadcrumbs-nav {
        padding-bottom: 20px;
    }
    .breadcrumbs-nav ul li {
        padding-right: 3px;
        font-size: 10px;
        line-height: 13px;
    }
    .breadcrumbs-nav ul li .divider {
        padding-left: 3px;
    }
    .section-gallery .item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}
@media screen and (max-width:480px){
    .page-default-wrap {
        width: 100%;
    }
}

.section-one {
    height: 970px;
    background: no-repeat bottom center;
    background-size: cover;
    padding-top: 170px;
    text-align: center;
}
.section-one h1 {
    font-size: 60px;
    line-height: 81px;
    letter-spacing: 0.02em;
    color: #FFFBF4;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 1100px;
    margin: 0 auto 50px;
}
@media screen and (max-width:1219px){
    .section-one {
        height: 580px;
        padding-top: 100px;
    }
    .section-one h1 {
        margin: 0 10px 40px;
        font-size: 32px;
        line-height: 43px;
    }
}
@media screen and (max-width:767px){
    .section-one {
        height: 310px;
        padding-top: 40px;
    }
    .section-one h1 {
        margin: 0 10px 30px;
        font-size: 20px;
        line-height: 27px;
    }
}

.section-two {
    background-position: top 285px center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -285px;
    padding-bottom: 80px;
}
.section-two-product {
    flex-wrap: wrap;
}
.section-two-product .item {
    width: 387px;
    padding: 35px 30px;
    margin-bottom: 20px;
    background: #FFFBF4;
    box-shadow: 0px 4px 4px #2B2C38;
}
.section-two-product .item-4, .section-two-product .item-5 {
    width: 590px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section-two-product .item:before, .section-two-product .item:after {
    opacity: 0;
    visibility: hidden;
    content: '';
    border: 43px solid transparent;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;
}
.section-two-product .item:before {
    border-right-color: #48BACA;
    top: -43px;
    left: -43px;
}
.section-two-product .item:after {
    border-left-color: #48BACA;
    bottom: -43px;
    right: -43px;
}
.section-two-product .item:hover:before, .section-two-product .item:hover:after {
    opacity: 1;
    visibility: visible;
}
.section-two-product .item .title {
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    color: #2D2F3E;
    font-family: 'SegoeUIBold';
    padding-bottom: 30px;
    text-align: center;
}
.section-two-product .item .image {
    height: 250px;
    justify-content: center;
}
.section-two-product .item .image img {
    max-height: 100%;
}
.section-two-product .item .bott {
    padding-top: 30px;
}
.section-two-product .item .bott .params {
    font-size: 15px;
    line-height: 20px;
    color: #2D2F3E;
    padding-bottom: 30px;
}
.section-two-product .item .bott .params p {
    padding-bottom: 5px;
    white-space: nowrap;
}
.section-two-product .item .bott .params p strong {
    font-weight: 400;
    font-family: 'SegoeUIRegular';
}
.section-two-product .item .bott .link {
    text-align: center;
}
.section-two-product .item-4 .title, .section-two-product .item-5 .title {
    width: 100%;
}
.section-two-product .item-4 .image, .section-two-product .item-5 .image {
    width: 252px;
    height: 203px;
}
.section-two-product .item-4 .params, .section-two-product .item-5 .params {
    width: 254px;
}
.section-two-product .item-4 .bott, .section-two-product .item-5 .bott {
    padding-top: 0;
}
@media screen and (max-width:1219px){
    .section-two {
        background-position: top 220px center;
        margin-top: -220px;
        padding-bottom: 40px;
        overflow: hidden;
    }
    .section-two-product {
        width: 100%;
    }
    .section-two-product .item {
        width: calc(33.333% - 7px);
        padding: 20px 20px 25px;
        margin: 0 0 10px;
    }
    .section-two-product .item-4, .section-two-product .item-5 {
        width: calc(50% - 5px);
        padding: 20px 10px;
    }
    .section-two-product .item .title {
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .section-two-product .item .image {
        height: 150px;
    }
    .section-two-product .item-4 .image, .section-two-product .item-5 .image {
        width: 150px;
        height: 120px;
    }
    .section-two-product .item .bott {
        padding-top: 20px;
    }
    .section-two-product .item-4 .bott, .section-two-product .item-5 .bott {
        padding-top: 0;
        width: 190px;
    }
    .section-two-product .item .bott .params {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 19px;
    }
    .section-two-product .item .bott .params p strong {
        display: block;
    }
}
@media screen and (max-width:767px){
    .section-two {
        background-position: top 80px center;
        margin-top: -80px;
        padding-bottom: 30px;
    }
    .section-two-product .item, .section-two-product .item-4, .section-two-product .item-5 {
        width: 100%;
        padding: 25px 20px 30px;
        margin: 0 0 20px;
    }
    .section-two-product .item .title {
        padding-bottom: 20px;
    }
    .section-two-product .item .image {
        height: 200px;
    }
    .section-two-product .item-4 .image, .section-two-product .item-5 .image, .section-two-product .item-4 .params, .section-two-product .item-5 .params {
        width: 100%;
    }
    .section-two-product .item-4 .bott, .section-two-product .item-5 .bott {
        width: 100%;
        padding-top: 20px;
    }
    .section-two-product .item .bott .params {
        padding-bottom: 25px;
    }
    .section-two-product .item .bott .params p strong {
        display: initial;
    }
}

.section-three {
    overflow: hidden;
    background: no-repeat top left;
    background-size: 100%;
}
.section-three h2 {
    padding: 100px 0;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2D2F3E;
}
.section-three-top {
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.section-three-right {
    width: 60.277%;
    overflow: hidden;
}
.section-three-left {
    width: 452px;
    padding: 25px 35px 25px 0;
}
.section-three-left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #F9F3E8;
}
.section-three-left .item {
    font-size: 16px;
    color: #2D2F3E;
    padding: 13px;
}
.section-three-bott {
    margin-top: 110px;
    margin-bottom: 100px;
}
.section-three-bott .right {
    /*width: 712px;*/
    width: 100%;
    padding: 40px;
    background: #F9F3E8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-three-bott .right blockquote {
    padding: 5px 25px;
    font-style: italic;
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
    color: #2D2F3E;
    background: url('../images/icon/q_l.png') no-repeat top left, url('../images/icon/q_r.png') no-repeat right bottom;
}
.section-three-bott .right p {
    font-weight: 350;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #2D2F3E;
    padding: 0 25px;
}
.section-three-bott .right p strong {
    font-size: 17px;
    line-height: 23px;
    display: block;
}
@media screen and (max-width:1219px){
    .section-three h2 {
        padding: 50px 0;
        font-size: 22px;
        line-height: 29px;
    }
    .section-three-left {
        width: 39%;
        padding: 10px 15px 10px 30px;
    }
    .section-three-left .item {
        font-size: 14px;
        padding: 7.5px 0;
        line-height: 16px;
    }
    .section-three-left .item img {
        max-width: 44px;
    }
    .section-three-bott {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .section-three-bott .left {
        width: 320px;
    }
    .section-three-bott .left img {
        height: 100%;
    }
    .section-three-bott .right {
        width: 428px;
        padding: 25px;
        background: #F9F3E8;
    }
    .section-three-bott .right blockquote {
        padding: 5px 15px;
        background-size: 8px;
        font-size: 14px;
        line-height: 19px;
    }
    .section-three-bott .right p {
        padding: 10px 15px 0;
        font-size: 12px;
        line-height: 16px;
    }
    .section-three-bott .right p strong {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width:767px){
    .section-three h2 {
        padding: 50px 0 30px; 
        font-size: 20px;
        line-height: 27px;
    }
    .section-three-top {
        flex-wrap: wrap;
    }
    .section-three-left {
        width: 100%;
        padding: 15px 10px;
        order: 2;
    }
    .section-three-right {
        width: 100%;
        padding: 10px;
        order: 1;
    }
    .section-three-bott {
        margin-bottom: 0;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }
    .section-three-bott .left {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    .section-three-bott .right {
        width: 100%;
        padding: 20px 15px 50px;
        background: #F9F3E8;
    }
}

.section-four {
    padding: 100px 0;
    background-size: cover;
    background-position: top center;
}
.section-four h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFBF4;
    padding-bottom: 100px;
}
@media screen and (max-width:1219px){
    .section-four {
        padding: 50px 0;
    }
    .section-four .wrap {
        width: 100%;
    }
    .section-four h2 {
        padding-bottom: 50px;
        font-size: 22px;
        line-height: 29px;
    }
}
@media screen and (max-width:767px){
    .section-four h2 {
        font-size: 20px;
        line-height: 27px;
    }
}

.section-five {
    padding: 100px 10px;
}
.section-five h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2D2F3E;
    padding-bottom: 100px;
}
.section-five-wrap .left {
    width: 300px;
    background: #FF852B;
    padding: 50px 35px;
    font-size: 15px;
    line-height: 20px;
    color: #FFFBF4;
    white-space: nowrap;
}
.section-five-wrap .left ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.section-five-wrap .left strong {
    display: block;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0.02em;
}
.section-five-wrap .center {
    width: 492px;
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-five-wrap .center strong {
    color: #2D2F3E;
}
.section-five-wrap .center a {
    background: #FF852B;
    font-family: 'SegoeUIBold';
    width: 285px;
    height: 50px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-five-wrap .center a:hover {
    background: #48BACA;
}
.section-five-wrap .right {
    width: 285px;
    font-size: 15px;
    line-height: 71px;
    letter-spacing: 0.02em;
    font-family: 'SegoeUIBold';
    white-space: nowrap;
}
.section-five-wrap .right li:nth-child(1n+2) {
    padding-top: 5px;
}
.section-five-wrap .right li a {
    color: #FFFFFF;
    background: #48BACA;
    display: block;
    text-align: center;
}
.section-five-wrap .right li:nth-child(2n) a, .section-five-wrap .right li a:hover {
    background: #FF852B;
}
.section-five-wrap .right li:nth-child(2n) a:hover {
    background: #48BACA;
}
@media screen and (max-width:1219px){
    .section-five {
        padding: 50px 10px;
    }
    .section-five h2 {
        padding-bottom: 60px;
        font-size: 22px;
        line-height: 29px;
    }
    .section-five-wrap .left {
        width: 182px;
        padding: 20px;
        font-size: 11px;
        line-height: 15px;
        white-space: initial;
    }
    .section-five-wrap .left strong {
        font-size: 25.5267px;
        line-height: 34px;
    }
    .section-five-wrap .center {
        width: 355px;
        padding: 30px 0;
        font-size: 13px;
        line-height: 17px;
    }
    .section-five-wrap .right {
        width: 188px;
        font-size: 11px;
        line-height: 44px;
    }
    .section-five-wrap .right li:nth-child(1n+2) {
        padding-top: 3px;
    }
}
@media screen and (max-width:767px){
    .section-five {
        width: 100%;
    }
    .section-five h2 {
        padding-bottom: 50px;
        font-size: 20px;
        line-height: 27px;
    }
    .section-five-wrap {
        flex-direction: column;
    }
    .section-five-wrap .left {
        width: 100%;
        padding: 30px 20px 10px;
    }
    .section-five-wrap .left ul li {
        padding-bottom: 20px;
    }
    .section-five-wrap .center {
        width: 100%;
        padding: 50px 0;
    }
    .section-five-wrap .center p:last-child {
        font-size: 14px;
        line-height: 19px;
        padding-top: 30px;
        text-align: center;
    }
    .section-five-wrap .center a {
        margin: 30px auto 0;
    }
    .section-five-wrap .right {
        width: 100%;
    }
}

.section-six {
    padding: 100px 0;
    background-size: cover;
    background-position: top center;
}
.section-six h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFBF4;
    padding-bottom: 12px;
}
.section-six .desc {
    font-size: 17px;
    line-height: 23px;
    color: #FFFBF4;
    padding-bottom: 100px;
    text-align: center;
}
.section-six-wrap {
    margin: 0 5px;
    background: #FFFBF4;
    flex-wrap: wrap;
}
.section-six-wrap .item {
    width: 33.333%;
    display: flex;
}
.section-six-wrap .item .info {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-six-wrap .item:hover .info {
    background: #2d2f3e;
}
.section-six-wrap .item-4 .info, .section-six-wrap .item-5 .info, .section-six-wrap .item-6 .info {
    order: 2;
}
.section-six-wrap .item .info p {
    font-size: 18px;
    line-height: 17px;
    color: #2D2F3E;
}
.section-six-wrap .item:hover .info p, .section-six-wrap .item:hover .info a {
    color: #fff;
}
.section-six-wrap .item .info a:hover {
    text-decoration: underline;
}
.section-six-wrap .item .image {
    width: 50%;
    overflow: hidden;
}
.section-six-wrap .item .image img {
    width: 100%;
    height: 100%;
}
.section-six-wrap .item .image:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFFBF4;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    top: calc(50% - 20px);
    left: -25px;
}
.section-six-wrap .item:hover .image:after {
    background: #2d2f3e;
}
.section-six-wrap .item-4 .image:after, .section-six-wrap .item-5 .image:after, .section-six-wrap .item-6 .image:after {
    left: initial;
    right: -25px;
}
@media screen and (max-width:1219px){
    .section-six {
        padding: 50px 0;
    }
    .section-six h2 {
        padding-bottom: 10px;
        font-size: 22px;
        line-height: 29px;
    }
    .section-six .desc {
        padding-bottom: 50px;
        font-size: 14px;
        line-height: 19px;
    }
    .section-six-wrap .item .info {
        padding: 12px;
    }
    .section-six-wrap .item .image:after {
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        left: -14px;
    }
    .section-six-wrap .item-4 .image:after, .section-six-wrap .item-5 .image:after, .section-six-wrap .item-6 .image:after {
        right: -14px;
    }
    .section-six-wrap .item .info p {
        padding-bottom: 0;
        font-size: 9.24588px;
        line-height: 10px;
    }
    .section-six-wrap .item .info p strong {
        padding-bottom: 12px;
        font-size: 10.4787px;
        line-height: 14px;
        display: block;
    }
}
@media screen and (max-width:767px){
    .section-six {
        display: none;
    }
    .section-six .wrap {
        width: 100%;
    }
    .section-six h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .section-six .desc {
        padding-bottom: 40px;
        font-size: 13px;
        line-height: 17px;
    }
    .section-six-wrap {
        margin: 0;
        background: transparent;
    }
    .section-six-wrap .item {
        width: 100%;
        margin-top: 10px;
        background: #FFFBF4;
    }
    .section-six-wrap .item-4 .info, .section-six-wrap .item-5 .info, .section-six-wrap .item-6 .info {
        order: initial;
    }
    .section-six-wrap .item:nth-child(2n) .info {
        order: 2;
    }
    .section-six-wrap .item .info p {
        font-size: 11.3277px;
        line-height: 13px;
    }
    .section-six-wrap .item .info p strong {
        padding-bottom: 15px;
        font-size: 12.8381px;
        line-height: 17px;
    }
    .section-six-wrap .item:nth-child(2n) .image:after {
        left: initial;
        right: -14px;
    }
}

.section-seven {
    padding: 110px 0 100px;
    background: top center no-repeat;
}
.section-seven h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2D2F3E;
    padding-bottom: 100px;
}
.section-seven-slider {
    overflow: hidden;
}
.section-seven-slider .slick-track {
    display: inline-flex;
}
.section-seven-slider .item {
    width: 387px;
    float: left;
    padding: 20px;
    margin: 0 6px;
    background: #2D2F3E;
    box-shadow: 0px 4px 4px #2B2C38;
    font-size: 15px;
    line-height: 20px;
    color: #FFFBF4;
    display: flex;
    flex-direction: column;
}
.section-seven-slider .item:before, .section-seven-slider .item:after {
    opacity: 0;
    visibility: hidden;
    content: '';
    border: 43px solid transparent;
    position: absolute;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.section-seven-slider .item:before {
    border-right-color: #48BACA;
    top: -43px;
    left: -43px;
}
.section-seven-slider .item:after {
    border-left-color: #48BACA;
    bottom: -43px;
    right: -43px;
}
.section-seven-slider .item:hover:before, .section-seven-slider .item:hover:after {
    opacity: 1;
    visibility: visible;
}
.section-seven-slider .item a {
    font-weight: 600;
    color: #48BACA;
}
.section-seven-slider .item a:hover {
    color: #FF852B;
}
.section-seven-slider .item .image {
    height: 236px;
    overflow: hidden;
}
.section-seven-slider .item .name {
    padding-top: 20px;
}
.section-seven-slider .item .name a {
    font-size: 17px;
    line-height: 23px;
}
.section-seven-slider .item .desc {
    padding: 20px 0;
    margin-top: auto;
}
.section-seven-slider .item .bottom {
    align-items: center;
}
.section-seven-slider .item .bottom a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.section-seven-slider .item:hover .bottom a {
    color: #FF852B;
    margin-right: 20px;
}
.section-seven-bottom {
    padding: 50px 10px 0;
    align-items: center;
}
.section-seven-nav {
    display: flex;
    align-items: center;
}
.section-seven-nav .button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F9F3E8;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #FF852B;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.section-seven-nav .button:hover {
    color: #2D2F3E;
}
.section-seven-number {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    display: flex;
    color: #2D2F3E;
    padding: 0 50px;
}
.section-seven-number .active {
    font-size: 32px;
    line-height: 32px;
}
.section-seven-link {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #FF852B;
    font-family: 'SegoeUIBold';
}
.section-seven-link:hover {
    color: #48BACA;
}
@media screen and (max-width:1219px){
    .section-seven {
        padding: 50px 0;
        background-size: 100%;
    }
    .section-seven h2 {
        padding-bottom: 50px;
        font-size: 22px;
        line-height: 29px;
    }
    .section-seven-slider .item {
        padding: 12px 12px 20px;
        font-size: 12px;
        line-height: 16px;
    }
    .section-seven-slider .item .image {
        height: initial;
    }
    .section-seven-slider .item .name {
        padding-top: 12px;
    }
    .section-seven-slider .item .name a {
        font-size: 14px;
        line-height: 19px;
    }
    .section-seven-slider .item .desc {
        padding: 10px 0 15px;
    }
    .section-seven-slider .item .bottom {
        font-size: 9.61768px;
        line-height: 13px;
    }
    .section-seven-slider .item:before, .section-seven-slider .item:after {
        border: 30px solid transparent;
    }
    .section-seven-slider .item:after {
        bottom: -30px;
        right: -30px;
    }
    .section-seven-slider .item:before {
        top: -30px;
        left: -30px;
    }
    .section-seven-bottom {
        padding: 40px 10px 0;
    }
    .section-seven-link {
        font-size: 14px;
        line-height: 19px;
    }
    .section-seven-nav .button {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
    .section-seven-number {
        padding: 0 25px;
        font-size: 10px;
        line-height: 13px;
    }
    .section-seven-number .active {
        font-size: 18px;
        line-height: 20px;
        padding-right: 3px;
    }
}

.section-eight {
    padding: 100px 0 145px;
    background-size: 100%;
}
.section-eight.contact-page {
    z-index: 2;
}
.section-eight h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFBF4;
    padding-bottom: 110px;
}
.section-eight-map iframe {
    height: 612px;
}
.section-eight-info {
    width: 387px;
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: 8.333%;
    padding: 50px 20px 40px;
    z-index: 2;
    background: #F9F3E8;
}
.section-eight.contact-page .section-eight-info {
    background: #48BACA;
}
.section-eight-contact {
    padding: 0 10px;
    font-size: 17px;
    line-height: 23px;
    color: #2D2F3E;
}
.section-eight-contact p {
    padding-bottom: 30px;
    display: flex;
}
.section-eight.contact-page .section-eight-contact p, .section-eight.contact-page .section-eight-contact a {
    color: #fff;
}
.section-eight-contact p i {
    width: 20px;
    color: #FF852B;
    margin: 3px 16px 0 0;
    text-align: center;
}
.section-eight.contact-page .section-eight-contact p i {
    color: #A6EEF8;
}
.section-eight-contact p .fa-phone:before {
    -moz-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    transform: rotate(100deg);
}
.section-eight-form {
    padding: 30px 20px 20px;
    background: #FFFBF4;
    text-align: center;
}
.section-eight-form .webfactor_predtext {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #FF852B;
    padding-bottom: 22px;
}
.section-eight-form .WFnameField {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.section-eight-form .WFnameField p {
    font-size: 12px;
    line-height: 16px;
    color: #2D2F3E;
    text-transform: lowercase;
    padding: 0 5px;
    position: absolute;
    top: -9px;
    left: 10px;
    background: #FFFBF4;
}
.section-eight-form .WFnameField .text, .section-eight-form .WFnameField .tel {
    margin-bottom: 10px;
    height: 40px;
}
.section-eight-form .WFnameField textarea {
    height: 90px;
}
.section-eight-form .button {
    height: 38px;
    background: #FF852B;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #FFFBF4;
    border: 0;
    width: initial;
    padding: 0 36px;
    text-transform: lowercase;
}
.section-eight-form .button:hover {
    background: #48BACA;
}
@media screen and (max-width:1219px){
    .section-eight {
        padding: 50px 0;
    }
    .section-eight h2 {
        padding-bottom: 85px;
        font-size: 22px;
        line-height: 29px;
    }
    .section-eight-map iframe {
        height: 410px;
    }
    .section-eight-info {
        width: 287px;
        top: -35px;
        bottom: initial;
        right: 25px;
        padding: 30px 12px 15px;
    }
    .section-eight-contact {
        padding: 0 5px; 
        font-size: 14px;
        line-height: 19px;
    }
    .section-eight-contact p {
        padding-bottom: 15px;
    }
    .section-eight-form {
        padding: 20px 15px 15px;
    }
    .section-eight-form .webfactor_predtext {
        font-size: 13px;
        line-height: 17px;
    }
    .section-eight-form .WFnameField {
        padding-bottom: 10px;
    }
    .section-eight-form .WFnameField p {
        font-size: 9px;
        line-height: 12px;
        top: -7px;
        left: 4px;
    }
    .section-eight-contact p i {
        width: 11px;
        margin: 6px 11px 0 0;
        font-size: 10px;
    }
    .section-eight-form .WFnameField .text, .section-eight-form .WFnameField .tel, .section-eight-form .WFnameField textarea {
        height: 28px;
        padding: 0 8px;
        font-size: 12px;
        line-height: 16px;
    }
    .section-eight-form .WFnameField textarea {
        height: 55px;
    }
    .section-eight-form .button {
        height: 35px;
    }
}
@media screen and (max-width:767px){
    .section-eight h2 {
        padding-bottom: 50px;
        font-size: 20px;
        line-height: 27px;
    }
    .section-eight-map {
        display: flex;
        flex-direction: column;
    }
    .section-eight-map iframe {
        height: 252px;
        order: 2;
    }
    .section-eight-info {
        width: calc(100% - 20px);
        top: initial;
        bottom: initial;
        right: initial;
        padding: 30px 12px 15px;
        position: relative;
        margin: 0 auto 50px;
    }
}

.section-nine {
    padding: 100px 0 50px;
    background: top left no-repeat;
}
.section-nine h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2D2F3E;
    padding-bottom: 100px;
}
.section-nine-projects .item {
    padding-bottom: 50px;
    justify-content: space-between;
}
.section-nine-projects .item .top {
    width: 100%;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #2D2F3E;
}
.section-nine-projects .item .top a {
    color: #FF852B;
    font-family: 'SegoeUIBold';
}
.section-nine-projects .item .top a:hover {
    color: #48BACA;
}
.section-nine-projects .item .left {
    width: 591px;
    height: 385px;
    overflow: hidden;
}
.section-nine-projects .item:nth-child(2n) .left {
    order: 2;
}
.section-nine-projects .item .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section-nine-projects .item .image img {
    max-width: initial;
    min-width: 100%;
    min-height: 100%;
}
.section-nine-projects .item .right {
    width: 589px;
    height: 385px;
    overflow: hidden;
    justify-content: space-between;
    align-content: space-between;
}
.section-nine-projects .item .right .image {
    width: 285px;
    height: 181px;
}
@media screen and (max-width:1219px){
    .section-nine {
        padding: 50px 0 10px;
    }
    .section-nine h2 {
        padding-bottom: 50px;
        font-size: 22px;
        line-height: 29px;
    }
    .section-nine-projects .item {
        padding-bottom: 40px;
    }
    .section-nine-projects .item .top {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 19px;
    }
    .section-nine-projects .item .left, .section-nine-projects .item .right {
        width: calc(50% - 5px);
        height: 232px;
    }
    .section-nine-projects .item .right .image {
        width: calc(50% - 5px);
        height: 112px;
    }
}
@media screen and (max-width:767px){
    .section-nine .wrap {
        width: 100%;
    }
    .section-nine h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .section-nine-projects .item .top {
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 17px;
        flex-wrap: nowrap;
    }
    .section-nine-projects .item .desc strong {
        display: block;
    }
    .section-nine-projects .item .left, .section-nine-projects .item .right {
        width: 100%;
        height: initial;
    }
    .section-nine-projects .item .left {
        padding-bottom: 10px;
    }
    .section-nine-projects .item .right .image {
        height: initial;
        margin-bottom: 10px;
    }
}

/*page-news*/
.newsale-menu {
    padding-bottom: 50px;
}
.newsale-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsale-menu ul li {
    padding: 0 10px;
}
.newsale-menu ul li a {
    font-family:'SegoeUIBold';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #FFFBF4;
    text-transform: lowercase;
    width: 183px;
    height: 38px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #FF852B;
    box-shadow: 2px 4px 4px #C2C0BD;
}
.newsale-menu ul li.active a, .newsale-menu ul li a:hover {
    background: #48BACA;
    box-shadow: inset 0px 4px 4px #0B7786;
}
@media screen and (max-width:1219px){

}
@media screen and (max-width:767px){

}

.page-news-list {
    flex-wrap: wrap;
}
.page-news-item {
    width: calc(50% - 10px);
    padding: 20px;
    background: #2D2F3E;
    box-shadow: 0px 4px 4px #2B2C38;
    margin-bottom: 20px;
}
.page-news-item:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    border: 43px solid transparent;
    position: absolute;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    border-right-color: #48BACA;
    top: -43px;
    left: -43px;
}
.page-news-item:hover:before {
    opacity: 1;
    visibility: visible;
}
.page-news-item .image, .page-news-item .right {
    width: 265px;
    overflow: hidden;
}
.page-news-item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}
.page-news-item .right {
    display: flex;
    flex-direction: column;
}
.page-news-item .right .title {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #48BACA;
    padding-bottom: 20px;
}
.page-news-item .right .title a {
    color: #48BACA;
}
.page-news-item .right .title a:hover {
    color: #FF852B;
}
.page-news-item .right .desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFBF4;
}
.page-news-item .right .bottom {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFBF4;
    margin-top: auto;
    padding-top: 30px;
}
.page-news-item .right .bottom .link {
    font-weight: 600;
    color: #48BACA;
}
.page-news-item .right .bottom .link:hover {
    color: #FF852B;
}
@media screen and (max-width:1219px){
    .page-news-item {
        width: 100%;
    }
    .page-news-item .image {
        width: 192px;
    }
    .page-news-item .image img {
        max-height: 100%;
    }
    .page-news-item .right {
        width: 490px;
    }
    .page-news-item .right .title {
        padding-bottom: 10px;
    }
    .page-news-item .right .desc {
        font-size: 16px;
        line-height: initial;
    }
}
@media screen and (max-width:767px){
    .newsale-menu {
        padding-bottom: 40px;
    }
    .newsale-menu ul {
        justify-content: space-between;
    }
    .newsale-menu ul li {
        padding: 0;
        width: calc(50% - 5px);
    }
    .newsale-menu ul li a {
        width: 100%;
    }
    .page-news-item {
        padding: 15px 15px 20px;
        flex-direction: column;
    }
    .page-news-item .image, .page-news-item .right {
        width: 100%;
    }
    .page-news-item .image img {
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0%, 0%);
        min-height: initial;
        min-width: initial;
        max-width: 100%;
        max-height: initial;
    }
    .page-news-item .right .title {
        padding: 20px 0;
        font-size: 14px;
        line-height: 19px;
        font-family: 'SegoeUIRegular';
    }
    .page-news-item .right .desc, .page-news-item .right .bottom {
        font-size: 12px;
        line-height: 16px;
    }
    .page-news-item .right .bottom {
        padding-top: 20px;
    }
}

.page-news-image {
    max-width: 996px;
    margin: 0 auto 50px;
    padding: 25px 25px 0;
}
.page-news-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 25px;
    left: 0;
    background: #48BACA;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-news-image img {
    position: relative;
}
.page-news-desc {
    max-width: 996px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #000000;
}
.page-news-desc p {
    padding-bottom: 20px;
}
.page-news-desc iframe {
    height: 450px;
}
.page-news-desc ul {
    list-style-type: disc;
    padding: 0 0 10px 20px;
}
.page-news-desc ul li {
    padding-bottom: 10px;
}
.page-news-desc a {
    color: #48BACA;
}
.page-news-desc a:hover {
    text-decoration: underline;
}
@media screen and (max-width:1219px){
    .page-news-image {
        padding: 18px 18px 0;
    }
    .page-news-image:before {
        bottom: 18px;
    }
    .page-news-desc {
        font-size: 15px;
        line-height: 19px;
    }
}
@media screen and (max-width:767px){
    .page-news-image {
        padding: 10px 10px 0;
    }
    .page-news-image:before {
        bottom: 10px;
    }
}

.newsale-post {
    padding: 100px 0;
    background-color: #F9F3E8;
    background-position: top center;
    background-repeat: no-repeat;
}
.newsale-post h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2D2F3E;
    padding-bottom: 100px;
}
.newsale-post-slider {
    overflow: hidden;
}
.newsale-post-slider .slick-track {
    display: inline-flex;
}
.newsale-post-slider .item {
    float: left;
    padding: 20px;
    margin: 0 10px;
    background: #2D2F3E;
    box-shadow: 0px 4px 4px #2B2C38;
    font-size: 15px;
    line-height: 20px;
    color: #FFFBF4;
}
.newsale-post-slider .item:before, .newsale-post-slider .item:after {
    opacity: 0;
    visibility: hidden;
    content: '';
    border: 43px solid transparent;
    position: absolute;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.newsale-post-slider .item:before {
    border-right-color: #48BACA;
    top: -43px;
    left: -43px;
}
.newsale-post-slider .item:after {
    border-left-color: #48BACA;
    bottom: -43px;
    right: -43px;
}
.newsale-post-slider .item:hover:before, .newsale-post-slider .item:hover:after {
    opacity: 1;
    visibility: visible;
}
.newsale-post-slider .item a {
    font-weight: 600;
    color: #48BACA;
}
.newsale-post-slider .item a:hover {
    color: #FF852B;
}
.newsale-post-slider .item .image {
    width: 260px;
    height: 236px;
    overflow: hidden;
}
.newsale-post-slider .item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    max-width: initial;
}
.newsale-post-slider .item .right {
    width: 260px;
    display: flex;
    flex-direction: column;
}
.newsale-post-slider .item .name a {
    font-size: 17px;
    line-height: 23px;
}
.newsale-post-slider .item .desc {
    padding: 20px 0;
}
.newsale-post-slider .item .bottom {
    margin-top: auto;
    align-items: center;
}
.newsale-post-slider .item .bottom a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.newsale-post-slider .item:hover .bottom a {
    color: #FF852B;
    margin-right: 20px;
}
.newsale-post-bottom {
    padding: 50px 10px 0;
    align-items: center;
}
.newsale-post-nav {
    display: flex;
    align-items: center;
}
.newsale-post-nav .button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F9F3E8;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #FF852B;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.newsale-post-nav .button:hover {
    color: #2D2F3E;
}
.newsale-post-number {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    display: flex;
    color: #2D2F3E;
    padding: 0 50px;
}
.newsale-post-number .active {
    font-size: 32px;
    line-height: 32px;
}
.newsale-post-link {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #FF852B;
    font-family: 'SegoeUIBold';
}
.newsale-post-link:hover {
    color: #48BACA;
}
@media screen and (max-width:1219px){
    .newsale-post {
        padding: 50px 0;
    }
    .newsale-post h2 {
        padding-bottom: 50px;
        font-size: 22px;
        line-height: 29px;
    }
    .newsale-post-slider .item {
        margin: 0;
    }
    .newsale-post-slider .item .image {
        width: 192px;
        height: initial;
    }
    .newsale-post-slider .item .image img {
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0%, 0%);
        max-width: 100%;
    }
    .newsale-post-slider .item .right {
        width: 490px;
    }
    .newsale-post-slider .item .desc {
        padding: 10px 0 30px;
    }
    .newsale-post-number {
        padding: 0 30px;
        font-size: 15px;
        line-height: 20px;
    }
    .newsale-post-number .active {
        font-size: 25px;
        line-height: 25px;
    }
    .newsale-post-link {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width:767px){
    .newsale-post h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .newsale-post-slider .item {
        padding: 15px;
        font-size: 12px;
        line-height: 16px;
        flex-direction: column;
    }
    .newsale-post-slider .item .image {
        width: 100%;
    }
    .newsale-post-slider .item .right {
        width: 100%;
    }
    .newsale-post-slider .item .name {
        padding: 15px 0;
    }
    .newsale-post-slider .item .name a {
        font-size: 14px;
        line-height: 19px;
    }
    .newsale-post-slider .item .desc {
        padding: 0 0 20px;
    }
    .newsale-post-bottom {
        padding: 50px 0 0;
        flex-direction: column;
    }
    .newsale-post-nav {
        padding-bottom: 30px;
    }
}
@media screen and (max-width:480px) {
    .newsale-post .wrap {
        width: 100%;
    }
}
/*.page-news*/

/*page-documents*/
.documents-wrap {
    flex-wrap: wrap;
}
.documents-wrap .item {
    padding: 10px 10px 20px;
    width: calc(33.333% - 15px);
    margin: 0 0 20px 20px;
    background: #F9F3E8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.documents-wrap .item:nth-child(4n+1) {
    margin-left: 0;
}
.documents-wrap .item .desc {
    padding-top: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #2D2F3E;
}
@media screen and (max-width:1219px){
    .documents-wrap .item, .documents-wrap .item:nth-child(4n+1) {
        padding: 10px;
        width: calc(33.333% - 11px);
        margin: 0 0 16px 16px;
    }
    .documents-wrap .item:nth-child(3n+1) {
        margin-left: 0;
    }
    .documents-wrap .item .desc {
        padding-top: 10px;
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width:767px){
    .documents-wrap .item, .documents-wrap .item:nth-child(4n+1), .documents-wrap .item:nth-child(3n+1) {
        padding: 15px;
        width: 100%;
        margin: 0 0 20px;
    }
    .documents-wrap .item .desc {
        font-size: 16px;
        line-height: 22px;
    }
}
/*.page-documents*/

/*page-genplan*/
.page-genplan .page-default-title, .page-genplan-image .image, .page-genplan .breadcrumbs-nav {
    display: none;
}
.page-genplan-image .map {
    position: relative;
    text-align: center;
}
.page-genplan-image .map .popup-info {
    z-index:9999;
    position:absolute;
    display:none;
    top:0;right:0;
    width:200px;
    background-color:#fffbf4;
    padding:20px 20px 10px;
    color:#2d2f3e;
    font-size: 13px;
    text-align: left;
    border-radius:15px 15px 0 15px;
}
.page-genplan-image .map .popup-info .title {
    font-size: 15px;
    padding-bottom: 15px;
}
.page-genplan-image .map .popup-info p {
    padding-bottom: 10px;
}
.page-genplan-image .map .popup-number {
    z-index:9999;
    position:absolute;
    display:none;
    top:0;right:0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #48BACA;
    box-shadow: 0px 4px 4px #2F2D3D;
    border-radius:50%;
    font-weight: 600;
    font-size: 15px;
    color: #FFFBF4;
}
.page-genplan-image .map img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.page-genplan-image .map svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.page-genplan-image .map path {
    opacity: 0;
    fill: #FF852B;
    transition: 0.3s;
}
.page-genplan-image .map path:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.page-genplan-link {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
}
.page-genplan-wrap {
    max-width: 990px;
    margin: 0 auto;
    padding: 20px 0 80px;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #000000;
}
.page-genplan-list {
    display: none;
}
.page-genplan-desc p {
    padding-bottom: 20px;
}
.page-genplan-desc h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2D2F3E;
    padding: 100px 0 70px;
}
@media screen and (max-width:1219px){
   .page-genplan {
        padding-top: 30px;
    } 
    .page-genplan-image .map {
        display: none;
    }
    .page-genplan .page-default-title, .page-genplan .breadcrumbs-nav, .page-genplan-image .image {
        display: block;
    }
    .page-genplan-link {
        bottom: 50px;
    }
    .page-genplan-wrap {
        padding: 20px 20px 30px;
        font-size: 15px;
    }
    .page-genplan-list {
        display: block;
        padding-top: 12px;
    }
    .page-genplan-list .item {
        background: #F9F3E8;
        box-shadow: inset 0px 2px 2px #F0E4CF;
        border-radius: 2.21914px 2.21914px 0px 2.21914px;
        margin-top: 10px;
    }
    .page-genplan-list .item .name a {
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #48BACA;
        display: block;
        padding: 20px 15px;
        border-right: 1px solid #FFFBF4;
    }
    .page-genplan-list .item .desc {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 35px;
        margin-right: auto;
    }
    .page-genplan-desc h2 {
        font-size: 36px;
        padding: 50px 0;
    }
}
@media screen and (max-width:767px){
   .page-genplan {
        padding-top: 20px;
    } 
    .page-genplan-link {
        bottom: 30px;
        padding: 0 15px;
    }
    .page-genplan-wrap {
        padding: 20px 10px 30px;
        line-height: 19px;
    }
    .page-genplan-list .item {
        flex-direction: column;
    }
    .page-genplan-list .item .name a {
        padding: 10px 15px;
        border-right: 0;
        border-bottom: 1px solid #FFFBF4;
    }
    .page-genplan-list .item .desc {
        padding: 15px 15px 10px;
        margin-right: initial;
        font-size: 13px;
        line-height: 17px;
    }
    .page-genplan-list .item .desc {
        padding-bottom: 5px;
    }
    .page-genplan-desc h2 {
        font-size: 20px;
        line-height: 26px;
        padding: 30px 0;
    }
}
/*.page-genplan*/

/*page-poverkhy*/
.page-poverkhy-top {
    padding: 10px 0 50px;
}
.page-poverkhy-nav a {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #2D2F3E;
    padding: 0 25px 10px;
    border-bottom: 3px solid #F9F3E8;
}
.page-poverkhy-nav a.active, .page-poverkhy-nav a:hover {
    color: #FF852B;
    border-bottom: 3px solid #48BACA;
}
.page-poverkhy-nav-open {
    display: none;
}
.page-poverkhy-link a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #48BACA;
    text-transform: lowercase;
}
.page-poverkhy-link a:hover {
    color: #FF852B;
}
.page-poverkhy-item {
    box-shadow: 0px 4px 4px rgba(217, 209, 195, 0.5);
    background: #fff;
    display: none;
}
.page-poverkhy-item.active {
    display: block;
}
.page-poverkhy-item img {
    width: 100%;
}
@media screen and (max-width:767px){
.page-poverkhy-top {
    padding: 0 0 20px;
    flex-direction: column;
}
.page-poverkhy-nav {
    background: #F9F3E8;
    box-shadow: 0px 2px 2px rgba(209, 200, 183, 0.5);
    padding: 5px 50px 5px 20px;
    margin-bottom: 20px;
}
.page-poverkhy-nav-open {
    display: flex;
    font-size: 16px;
    color: #48bacd;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page-poverkhy-nav-open:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
}
.page-poverkhy-nav.active .page-poverkhy-nav-open:after {
    content: "\f106";
}
.page-poverkhy-nav a {
    padding: 0;
    border-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    display: none;
    margin: 5px 0;
}
.page-poverkhy-nav a.active, .page-poverkhy-nav a:hover {
    border-bottom: 0;
}
.page-poverkhy-nav a.active, .page-poverkhy-nav.active a {
    display: block;
}
.page-poverkhy-link a {
    font-size: 15px;
    line-height: 20px;
}
}
/*.page-poverkhy*/

/*apartments*/
.apartments-nav ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px;
}
.apartments-nav ul li {
    width: 183px;
    background: #F9F3E8;
    box-shadow: 1px 1px 1px rgba(225, 209, 180, 0.5);
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #2D2F3E;
}
.apartments-nav ul li.item-157 {
    order: 2;
}
.apartments-nav ul li a {
    display: block;
    position: relative;
    padding: 10px 10px 20px;
}
.apartments-nav ul li.active a, .apartments-nav ul li a:hover {
    color: #48BACA;
}
.apartments-nav ul li a:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    border: 35px solid transparent;
    border-bottom-color: #48BACA;
    top: -35px;
    right: -35px;
    position: absolute;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.apartments-nav ul li.active a:before, .apartments-nav ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}
.apartments-nav ul li a img {
    max-height: 120px;
}
.apartments-nav ul li a .image-title {
    display: block;
    padding-top: 20px;
}
.apartments-nav-dots, .apartments-nav-button {
    display: none;
}
@media screen and (max-width:1219px){
    .apartments-nav {
        padding: 0 60px;
    }
    .apartments-nav ul {
        display: block;
        padding-bottom: 0;
        overflow: hidden;
    }
    .apartments-nav ul li {
        float: left;
        margin: 0 10px;
    }
    .apartments-nav-button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        width: 30px;
        height: 30px;
        background: #48BACA;
        border-radius: 50%;
        cursor: pointer;
        font-size: 16px;
        color: #FFFBF4;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    .apartments-nav-next {
        left: 8px;
    }
    .apartments-nav-prev {
        right: 8px;
    }
    .apartments-nav-dots {
        font-weight: 600;
        font-size: 17px;
        line-height: 23px;
        display: flex;
        color: #2D2F3E;
        justify-content: center;
        padding: 20px 0 50px;
    }
    .apartments-nav-dots .active {
        font-size: 32px;
        line-height: 34px;
    }
}
@media screen and (max-width:767px){
    .apartments-nav {
        padding: 0 30px;
    }
    .apartments-nav-button {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .apartments-nav-next {
        left: 0;
    }
    .apartments-nav-prev {
        right: 0;
    }
    .apartments-nav-dots {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 0 30px;
    }
    .apartments-nav-dots .active {
        font-size: 20px;
        line-height: 25px;
    }
}

.apartments-list {
    flex-wrap: wrap;
}
.apartments-item {
    width: 587px;
    padding: 20px 20px 30px;
    background: #F9F3E8;
    margin-bottom: 25px;
    flex-direction: column;
}
.apartments-item .title {
    font-size: 17px;
    line-height: 23px;
    color: #48BACA;
    text-align: center;
    padding-bottom: 20px;
}
.apartments-item .title a {
    color: #48BACA;
}
.apartments-item .title a:hover {
    color: #FF852B;
}
.apartments-item .image {
    width: 260px;
    height: 260px;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.apartments-item .image a {
    height: 100%;
    align-items: center;
    display: flex;
    padding: 10px;
}
.apartments-item .image img {
    max-height: 100%;
}
.apartments-item .right {
    max-width: 250px;
    flex-direction: column;
}
.apartments-item .right .params {
    margin-right: auto;
}
.apartments-item .right .params .item {
    font-size: 16px;
    line-height: 21px;
    color: #67686C;
    padding-bottom: 4px;
}
.apartments-item .right .params .item.tsina {
    font-family: 'SegoeUIBold';
}
.apartments-item .right .params .item span {
    color: #2D2F3E;
    margin-left: 28px;
    width: 68px;
    font-weight: 600;
}
.apartments-item .right .params .item.tsina span {
    color: #ff852b;
}
.apartments-item .right .params .item span sup {
    font-size: 10px;
}
.apartments-item .right .link .link-open {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #48BACA;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}
.apartments-item .right .link .link-open:hover, .apartments-item .right .link .link-orange {
    color: #FF852B;
}
.apartments-item .right .link .link-orange:hover {
    color: #48BACA;
}
.apartments-item .bottom {
    text-align: center;
    padding-top: 30px;
}
.apartments-item .bottom a {
    box-shadow: 0px 2px 2px transparent;
}
.apartments-item .bottom a:hover {
    box-shadow: 0px 2px 2px #525454;
}
@media screen and (max-width:1219px){
    .apartments-item {
        width: calc(50% - 10px);
        padding: 15px 15px 20px;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    .apartments-item .title {
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 20px;
    }
    .apartments-item .image {
        width: 160px;
        height: 160px;
    }
    .apartments-item .image a {
        padding: 5px;
    }
    .apartments-item .right {
        max-width: 160px;
    }
    .apartments-item .right .params .item {
        padding-bottom: 0;
        font-size: 12px;
        line-height: 16px;
        align-items: flex-end;
    }
    .apartments-item .right .params .item span {
        margin-left: 18px;
        width: initial;
    }
    .apartments-item .right .link .link-open {
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .apartments-item .bottom {
        padding-top: 20px;
        margin-top: auto;
    }
}
@media screen and (max-width:767px){
    .apartments-item {
        width: 100%;
        padding: 25px 10px;
        margin-bottom: 10px;
    }
    .apartments-item .title {
        font-size: 14px;
        line-height: 19px;
    }
    .apartments-item .center {
        flex-direction: column;
    }
    .apartments-item .image {
        width: 100%;
        height: 290px;
        margin-bottom: 10px;
    }
    .apartments-item .right {
        max-width: 100%;
    }
    .apartments-item .right .params {
        margin-right: initial;
    }
    .apartments-item .right .params .item {
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
    }
    .apartments-item .right .link {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .apartments-item .right .link .link-open {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
}
/*.apartments*/

/*apartment*/
.appartament-center {
    width: 440px;
    order: 2;
    display: flex;
    flex-direction: column;
}
.appartament-center .title, .appartament-popup-title {
    font-size: 24px;
    line-height: 32px;
    color: #48BACA;
    padding-bottom: 30px;
}
.appartament-center .params {
    margin-right: auto;
}
.appartament-center .params .item {
    font-size: 16px;
    line-height: 21px;
    color: #67686C;
    align-items: center;
    padding-bottom: 5px;
}
.appartament-center .params .item.tsina {
    font-family: 'SegoeUIBold';
}
.appartament-center .params .item.hide {
    display: none;
}
.appartament-center .params .item span {
    color: #2D2F3E;
    margin-left: 28px;
    width: 68px;
    font-weight: 600;
}
.appartament-center .params .item.tsina span {
    color: #ff852b;
}
.appartament-center .params .item span sup {
    font-size: 10px;
}
.appartament-center .desc {
    padding: 25px 0 20px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #2D2F3E;
}
.appartament-center .link {
    padding-top: 18px;
    border-top: 1px solid rgb(173 171 168 / 30%);
}
.appartament-center .link .link-open {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #48BACA;
    display: inline-block;
    cursor: pointer;
}
.appartament-center .link .link-open:hover, .appartament-center .link .link-orange {
    color: #FF852B;
}
.appartament-center .link .link-orange:hover {
    color: #48BACA;
}
.appartament-media {
    width: 428px;
    order: 1;
}
.appartament-image {
    overflow: hidden;
}
.appartament-image .item {
    height: 444px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    float: left;
}
.appartament-image .item a {
    display: block;
    height: 100%;
}
.appartament-image .item img {
    max-height: 100%;
}
.appartament-media .appartament-media-button {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    color: #FFFBF4;
    width: 22px;
    height: 22px;
    background: #48BACA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appartament-media .appartament-media-next {
    left: 10px;
}
.appartament-media .appartament-media-prev {
    right: 10px;
}
.appartament-right {
    width: 262px;
    order: 3;
}
.appartament-right .params {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 377px;
    background: #48BACA;
    font-size: 17px;
    line-height: 23px;
    color: #2D2F3E;
    text-transform: lowercase;
}
.appartament-right .params span {
    display: block;
    font-family:'SegoeUIBold';
    font-size: 35px;
    line-height: 47px;
    color: #FFFBF4;
}
.appartament-right .bottom .button {
    width: 100%;
    margin-top: 10px;
    height: 68px;
}
.appartament-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 30px 20px;
    width: 600px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #2D2F3E;
}
.appartament-popup .appartament-popup-title {
    font-family:'SegoeUIBold';
}
.appartament-popup ul {
    list-style-type: disc;
    padding-left: 20px;
}
.appartament-popup ul li, .appartament-popup p {
    padding-bottom: 10px;
}
.appartament-popup .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    line-height: 17px;
    font-weight: bold;
    color: #ff852b;
    cursor: pointer;
}
@media screen and (max-width:1219px){
    .appartament-center {
        width: 290px;
        justify-content: space-between;
    }
    .appartament-center .title {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 21px;
    }
    .appartament-center .params .item {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 20px;
        align-items: flex-end;
    }
    .appartament-center .params .item span {
        margin-left: 10px;
        width: initial;
    }
    .appartament-center .link {
        padding-top: 0;
        flex-direction: column;
    }
    .appartament-center .link .link-open {
        font-size: 14px;
        line-height: 19px;
        margin-top: 15px;
    }
    .appartament-media {
        width: 245px;
    }
    .appartament-image .item {
        height: 245px;
        padding: 5px;
    }
    .appartament-right {
        width: 175px;
    }
    .appartament-right .params {
        height: 228px;
        font-size: 13px;
        line-height: 17px;
    }
    .appartament-right .params .item {
        padding: 7.5px 0;
    }
    .appartament-right .params span {
        font-size: 20px;
        line-height: 27px;
    }
    .appartament-right .bottom .button {
        margin-top: 5px;
        height: 41px;
        font-family: 'SegoeUIRegular';
        font-weight: 600;
        font-size: 14px;
        padding: 0;
        text-transform: lowercase;
    }
}
@media screen and (max-width:767px){
    .appartament-page {
        flex-direction: column;
    }
    .appartament-center, .appartament-right, .appartament-media {
        width: 100%;
    }
    .appartament-center .title {
        padding: 20px 0;
        text-align: center;
    }
    .appartament-center .params .item.hide {
        display: flex;
    }
    .appartament-center .desc {
        padding: 15px 0 0;
        font-size: 14px;
        line-height: 17px;
    }
    .appartament-center .link {
        margin-top: 15px;
    }
    .appartament-image .item {
        height: 300px;
    }
    .appartament-image .item img {
        max-height: 290px;
    }
    .appartament-right .params {
        display: none;
    }
    .appartament-right .bottom {
        text-align: center;
    }
    .appartament-right .bottom .button {
        margin-top: 50px;
        max-width: 300px;
    }
}
@media screen and (max-width:480px){
    .appartament-center .params {
        margin-right: initial;
    }
}
/*.apartment*/

/*related-section*/
.related-section {
    padding: 100px 0;
    background: #F9F3E8;
}
.related-section .title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2D2F3E;
    padding-bottom: 100px;
}
.related-wrap {
    overflow: hidden;
}
.related-item {
    padding: 20px 20px 30px;
    float: left;
    background: #FFFBF4;
    box-shadow: 0px 4px 4px #DED6C8;
    width: 580px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}
.related-item .name {
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
.related-item .name a {
    color: #48BACA;
}
.related-item .name a:hover {
    color: #FF852B;
}
.related-item .image {
    width: 260px;
    height: 260px;
    background: #fff;
}
.related-item .image a {
    height: 100%;
    width: 100%;
    text-align: center;
}
.related-item .image img {
    max-height: 98%;
}
.related-item .right {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related-item .right .params {
    margin-right: auto;
}
.related-item .right .params .item {
    font-size: 16px;
    line-height: 21px;
    color: #67686C;
}
.related-item .right .params .item span {
    color: #2D2F3E;
    margin-left: 28px;
    width: 68px;
    font-weight: 600;
}
.related-item .right .params .item span sup {
    font-size: 10px;
}
.related-item .right .link .link-open {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #48BACA;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}
.related-item .right .link .link-open:hover, .related-item .right .link .link-orange {
    color: #FF852B;
}
.related-item .right .link .link-orange:hover {
    color: #48BACA;
}
.related-item .bottom {
    text-align: center;
    padding-top: 30px;
}
.related-section-bottom {
    padding: 50px 10px 0;
    align-items: center;
}
.related-section-nav {
    display: flex;
    align-items: center;
}
.related-section-nav .button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F9F3E8;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #FF852B;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.related-section-nav .button:hover {
    color: #2D2F3E;
}
.related-section-number {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    display: flex;
    color: #2D2F3E;
    padding: 0 50px;
}
.related-section-number .active {
    font-size: 32px;
    line-height: 32px;
}
.related-section-link {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #FF852B;
    font-family: 'SegoeUIBold';
}
.related-section-link:hover {
    color: #48BACA;
}
@media screen and (max-width:1219px){
    .related-section {
        padding: 50px 0;
    }
    .related-section .title {
        padding-bottom: 50px;
        font-size: 22px;
        line-height: 29px;
    }
    .related-item {
        padding: 15px 10px 20px;
    }
    .related-item .name {
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 20px;
    }
    .related-item .image {
        width: 160px;
        height: 160px;
        padding: 5px;
    }
    .related-item .image img {
        max-height: 150px;
    }
    .related-item .right {
        width: 165px;
    }
    .related-item .right .params .item {
        font-size: 12px;
        line-height: 16px;
        align-items: flex-end;
    }
    .related-item .right .params .item span {
        margin-left: 8px;
        width: 60px;
    }
    .related-item .right .link .link-open {
        margin-top: 12px;
        font-size: 12px;
        line-height: 16px;
    }
    .related-item .bottom {
        padding-top: 20px;
    }
    .related-section-number {
        font-size: 15px;
        line-height: 20px;
        padding: 0 40px;
    }
    .related-section-number .active {
        font-size: 29px;
        line-height: 29px;
    }
    .related-section-link {
        font-size: 15px;
        line-height: 20px;
    }
}
@media screen and (max-width:767px){
    .related-item {
        padding: 25px 10px;
        margin: 0;
    }
    .related-item .center {
        flex-direction: column;
    }
    .related-item .image {
        width: 100%;
        height: 270px;
        justify-content: center;
    }
    .related-item .image img {
        max-height: 260px;
    }
    .related-item .right {
        width: 100%;
        padding-top: 15px;
    }
    .related-item .right .params .item {
        font-size: 14px;
    }
    .related-item .right .params .item span {
        margin-left: 20px;
    }
    .related-item .right .link {
        display: flex;
        justify-content: space-between;
    }
    .related-item .right .link .link-open {
        font-size: 11px;
    }
    .related-section-bottom {
        padding: 30px 10px 0;
        flex-direction: column;
    }
    .related-section-link {
        margin-top: 30px;
    }
}
@media screen and (max-width:480px){
    .related-section .wrap {
        width: 100%;
    }
    .related-item .right .params {
        margin-right: initial;
    }
}
/*.related-section*/

/*progress*/
.progress-left {
    width: 183px;
}
.progress-left .filter-item {
    padding: 20px 20px 15px;
    background: #48BACA;
    box-shadow: 0px 4px 4px #E7DDCD;
    color: #FFFBF4;
    margin-bottom: 20px;
}
.progress-left .filter-item .jlmf-label {
    font-family: 'SegoeUIBold';
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.progress-left .filter-item .jlmf-sublabel {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.progress-left .filter-item .jlmf-checkbox {display: none;}
.progress-left .filter-item .jlmf-checkbox + label:before {
    content: "\2714";
    color: transparent;
    display: inline-block;
    border: 1px solid #A6EEF8;
    font-size: 16px;
    font-weight: 900;
    line-height: 14px;
    margin-right: 10px;
    height: 14px;
    width: 14px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
.progress-left .filter-item .jlmf-checkbox:checked + label:before {
    color: #000;
}
.progress-left .filter-button .button {
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
}
.progress-right {
    width: 997px;
}
.progress-item {
    padding-bottom: 74px;
}
.progress-item-top {
    padding-bottom: 20px;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #2D2F3E;
    text-transform: lowercase;
}
.progress-item-top .title {
    font-size: 17px;
    font-family: 'SegoeUIRegular';
}
.progress-item-top .link {
    color: #FF852B;
}
.progress-item-top .link:hover {
    color: #48BACA;
}
.progress-item-center {
    overflow: hidden;
    margin: 0 -7.5px;
}
.progress-item-center .item {
    width: 491px;
    height: 320px;
    float: left;
    margin: 0 7.5px;
}
.progress-item-center .item img, .progress-item-center .item iframe {
    width: 100%;
    height: 100%;
}
.progress-section-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.progress-section-nav .button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F9F3E8;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #48BACA;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.progress-section-nav .button:hover {
    color: #FF852B;
}
.progress-section-number {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    display: flex;
    color: #2D2F3E;
    padding: 0 50px;
}
.progress-section-number .active {
    font-size: 32px;
    line-height: 32px;
}
@media screen and (max-width:1219px){
    .progress-wrap {
        flex-direction: column;
    }
    .progress-left, .progress-right {
        width: 100%;
    }
    .progress-left .jlcontentfieldsfilter {
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }
    .progress-left .jlcontentfieldsfilter {
        display: flex;
    }
    .progress-left .filter-item {
        padding: 0;
        margin: 0 5px;
        cursor: pointer;
    }
    .progress-left .filter-item .jlmf-label {
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
    }
    .progress-left .filter-item .jlmf-label:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 20px;
        margin-left: 20px;
    }
    .progress-left .filter-item .jlmf-label.active:after {
        content: "\f106";
    }
    .progress-left .filter-item .jlmf-list-1 {
        display: none; 
        position: absolute;
        background: #ff852b;
        left: 0;
        right: 0;
        top: 47px;
        padding: 10px;
        z-index: 99;
    }
    .progress-left .filter-button {
        display: flex;
    }
    .progress-left .filter-button .button {
        padding: 0 20px;
        height: 47px;
        margin: 0 5px;
    }
    .progress-item {
        padding-bottom: 50px;
    }
    .progress-item-top, .progress-item-top .title {
        font-size: 15px;
        line-height: 20px;
    }
    .progress-item-center {
        margin: 0 -5px;
    }
    .progress-item-center .item {
        height: 230px;
        margin: 0 5px;
    }
    .progress-section-number {
        padding: 0 30px;
        font-size: 15px;
        line-height: 20px;
    }
    .progress-section-number .active {
        font-size: 25px;
        line-height: 30px;
    }
}
@media screen and (max-width:767px){
    .progress-left .jlcontentfieldsfilter {
        flex-direction: column;
    }
    .progress-left .filter-item {
        margin: 0 0 10px;
    }
    .progress-left .filter-item .jlmf-label {
        padding: 10px;
    }
    .progress-left .filter-item .jlmf-list-1 {
        position: relative;
        background: transparent;
        left: initial;
        right: initial;
        top: initial;
        padding: 10px;
        border-top: 1px solid #fff;
    }
    .progress-left .filter-button {
        justify-content: space-between;
    }
    .progress-left .filter-button .button {
        padding: 0;
        height: 37px;
        margin: 0;
        width: calc(50% - 5px);
    }
    .progress-item-top {
        padding-bottom: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .progress-item-top .title {
        padding-bottom: 6px;
    }
    .progress-item-center {
        margin: 0;
    }
    .progress-item-center .item {
        height: 196px;
        margin: 0;
    }
    .progress-section-nav {
        padding-top: 20px;
    }
}
/*.progress*/

/*pagination*/
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.pagination ul li {
    padding: 0 10px;
}
.pagination ul li span {
    opacity: .6;
}
.pagination ul li.icon-link {
    font-size: 0;
}
.pagination ul li.icon-link a:before, .pagination ul li.icon-link span:before {
    font-size: 14px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.pagination ul li.pagination-start a:before, .pagination ul li.pagination-start span:before {
    content: '\f323';
}
.pagination ul li.pagination-prev a:before, .pagination ul li.pagination-prev span:before {
    content: '\f053';
}
.pagination ul li.pagination-next a:before, .pagination ul li.pagination-next span:before {
    content: '\f054';
}
.pagination ul li.pagination-end a:before, .pagination ul li.pagination-end span:before {
    content: '\f324';
}
@media screen and (max-width:1219px){

}
@media screen and (max-width:767px){

}
/*.pagination*/

/*.content*/

/*footer*/
.footer {
    padding: 50px 0;
}
.footer .title {
    font-family:'SegoeUIBold';
    font-size: 17px;
    line-height: 20px;
    color: #48BACA;
    padding-bottom: 20px;
}
.footer a, .foot-menu li span {
    font-family:'SegoeUIBold';
    font-size: 15px;
    line-height: 20px;
    color: #FFFBF4;
}
.footer a:hover, .foot-menu li span:hover {
    color: #FF852B;
}
.foot-form {
    width: 285px;
}
.footer .foot-form .title {
    font-weight: normal;
    padding-bottom: 10px;
}
.foot-form .text {
    height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
}
.foot-form .button {
    height: 38px;
    margin-top: 4px;
    background: #48BACA;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #FFFBF4;
    text-transform: lowercase;
}
.foot-form .button:hover {
    background: #FF852B;
}
.foot-menu li {
    padding-bottom: 5px;
}
.foot-menu li a, .foot-menu li span {
    text-transform: lowercase;
}
.foot-contakt p {
    padding-bottom: 5px;
}
.foot-social {
    padding-top: 15px;
}
.foot-social a {
    font-size: 0;
    line-height: 21px;
    color: #48BACA;
    margin-right: 20px;
}
.foot-social a i {
    font-size: 18px;
}
@media screen and (max-width:1219px){
    .footer {
        padding: 30px 0;
        background: #2d2f3e !important;
    }
    .footer .title {
        padding-bottom: 10px;
        font-size: 9.06667px;
        line-height: 11px;
    }
    .footer a, .foot-menu li span {
        font-size: 8px;
        line-height: 11px;
    }
    .foot-form {
        width: 150px;
    }
    .foot-form .text {
        height: 22px;
        margin-bottom: 5px;
        font-size: 8px;
        padding: 0 10px;
    }
    .foot-form .button {
        height: 22px;
        margin-top: 0;
        font-size: 8px;
    }
    .foot-menu li, .foot-contakt p {
        padding-bottom: 2.67px;
        line-height: 11px;
    }
    .foot-social {
        padding-top: 7px;
        line-height: 11px;
    }
}
@media screen and (max-width:767px){
    .footer {
        padding: 50px 0;
    }
    .foot-wrap {
        width: 100%;
        flex-direction: column;
    }
    .footer .title {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 20px;
    }
    .footer a, .footer a i, .foot-menu li span {
        font-size: 15px;
        line-height: 20px;
    }
    .footer .foot-social a {
        font-size: 0;
    }
    .foot-form {
        width: 100%;
        padding-bottom: 50px;
    }
    .foot-form .text {
        height: 40px;
        margin-bottom: 13px;
        font-size: 15px;
    }
    .foot-form .button {
        height: 40px;
        font-size: 15px;
    }
    .foot-menu {
        padding-bottom: 45px;
    }
    .foot-menu li, .foot-contakt p {
        padding-bottom: 5px;
        line-height: initial;
    }
}
/*.footer*/