.coverImg {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto
}

.centerImg {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.coverBg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.usp-triblock.usp-triblock-condensed .usp-item.menu-item-active {
    border: none
}

.service-price {
    background: #FFF;
    position: relative
}

.service-price-tab {
    background-color: #EFEFEF;
    border-bottom: 1px solid #EFEFEF
}

.service-price-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-price-tab ul li {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.service-price-tab ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 10px;
    height: 100%
}

.service-price-tab ul li a span {
    display: block
}

.service-price-tab ul li a.active {
    color: #c40d2e;
    border-bottom: 3px solid #c40d2e
}

@media screen and (min-width: 480px) {
    .service-price-tab ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 640px) {
    .service-price-tab ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex: 0 0 auto;
        max-width: auto
    }

    .service-price-tab ul li a {
        font-size: 1.4rem;
        padding: 20px 0;
        margin: 0 48px
    }
}

.cs-content-table .cs-table {
    display: none
}

.cs-content-table .table-title {
    font-size: 1.3rem;
    margin-bottom: 10px
}

.cs-content-table thead {
    font-family: 'omega-bold', arial, helvetica, sans-serif
}

.cs-content-table thead th, .cs-content-table thead td {
    text-transform: uppercase;
    text-align: center
}

.cs-content-table thead th.first, .cs-content-table thead td.first {
    text-align: left
}

.cs-content-table tbody th, .cs-content-table tbody td {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    text-align: center
}

.cs-content-table tbody th.first, .cs-content-table tbody td.first {
    text-align: left
}

.cs-content-table .table-note {
    font-size: 1.1rem;
    margin-bottom: 40px
}

.cs-content-table .table-note span {
    display: block
}

.cs-content-table .table-note span + span {
    margin-top: 5px
}

@media screen and (min-width: 960px) {
    .cs-content-table {
        max-width: 1084px;
        margin: 0 auto
    }

    .cs-content-table .cs-table {
        display: table
    }

    .cs-content-table th:last-child, .cs-content-table td:last-child {
        width: auto
    }

    .cs-content-table .table-title {
        font-size: 1.5rem;
        font-family: 'omega-bold', arial, helvetica, sans-serif;
        text-align: left;
        margin-bottom: 30px
    }

    .cs-content-table .table-note {
        font-size: 1.4rem;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 60px
    }

    .cs-content-table .table-note span {
        display: inline;
        padding-right: 15px
    }

    .cs-content-table .table-note span + span {
        margin-top: 0
    }
}

@media screen and (min-width: 960px) {
    .mobile-table {
        display: none
    }
}

.mobile-table-head {
    font-family: 'omega-bold', arial, helvetica, sans-serif;
    font-size: 1.6rem;
    padding: 18px 15px;
    background: #F9F9F9;
    margin-bottom: 40px
}

.mobile-table-body {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px
}

.mobile-table-body .price-title {
    padding: 10px
}

.mobile-table-body .price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px
}

.customer-service-list .cs-item {
    text-align: center;
    padding: 50px 0 0
}

.customer-service-list .cs-item .icon {
    display: block;
    text-decoration: none
}

.customer-service-list .cs-item .icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: "\e971";
    font-family: 'icomoon';
    margin: 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.customer-service-list .cs-item.complete-service .icon:before {
    content: "\e931"
}

.customer-service-list .cs-item.restoration .icon:before {
    content: "\e932";
    margin-left: 6px
}

.customer-service-list .cs-item.special-timepieces .icon:before {
    content: "\e933"
}

.customer-service-list .cs-item-label {
    font-size: 1.7rem;
    display: block;
    text-transform: uppercase
}

.customer-service-list .cs-item-text {
    font-size: 1.2rem;
    display: block;
    text-transform: none;
    padding: 15px 0;
    max-width: 60%;
    margin: 0 auto
}

.customer-service-list a {
    display: inline-block;
    font-family: 'omega-bold', arial, helvetica, sans-serif;
    position: relative;
    border-bottom: 1px solid #D4D4D4
}

@media screen and (min-width: 960px) {
    .customer-service-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .customer-service-list .cs-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 100px 15px 0
    }

    .customer-service-list .cs-item-label {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        font-size: 2.5rem
    }

    .customer-service-list .cs-item-text {
        font-size: 1.6rem;
        padding: 20px 0;
        max-width: 280px
    }
}

.spc-wrapper {
    max-width: 884px;
    margin: 0 auto;
    padding: 0;
    text-align: left
}

.spc-row + .spc-row {
    margin-top: 70px
}

.spc-row .spc-target {
    margin: 0;
    padding: 10px 0;
    position: relative;
    color: #c40d2e;
    border-bottom: 1px solid #EFEFEF;
    font-size: 2.3rem
}

.spc-row .spc-body {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    max-height: 0;
    overflow: hidden;
    display: none;
    position: relative;
}

.spc-row .spc-body h3 {
    font-size: 1.8rem;
    font-family: 'omega-bold', arial, helvetica, sans-serif
}

.spc-row .spc-body img, .spc-row .spc-body video {
    display: block;
    max-width: 200px;
    margin: 30px auto
}

.spc-row .spc-body .ow-carousel__play-pause {
    position: absolute;
    right: 20px;
    top: 260px;
}

.spc-row .spc-body p {
    font-size: 1.6rem;
    color: #555
}

.spc-row.open .spc-body {
    display: block;
    max-height: 1000px
}

@media screen and (min-width: 960px) {
    .spc-row + .spc-row {
        margin-top: 70px
    }

    .spc-row .spc-target {
        padding: 10px 60px 10px 0;
        font-size: 2.5rem
    }

    .spc-row .spc-body {
        text-align: center;
        position: relative;
        padding: 40px 0 0;
        min-height: 0px
    }

    .spc-row .spc-body .ow-carousel__play-pause {
        position: absolute;
        right: auto;
        left: 0;
        top: 240px;
    }

    .spc-row .spc-body h3 {
        text-align: left;
        font-size: 2rem;
        margin-left: 250px
    }

    .spc-row .spc-body img, .spc-row .spc-body video {
        display: block;
        max-width: 200px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 40px
    }

    .spc-row .spc-body p {
        text-align: left;
        font-size: 1.6rem;
        margin-left: 250px
    }

    .spc-row.open .spc-target:after {
        transform: rotate(45deg) translateY(-50%);
        top: 55%
    }

    .spc-row.open .spc-body {
        min-height: 280px
    }
}

@media screen and (min-width: 1200px) {
    .spc-row {
        padding: 0 60px
    }

    .spc-row .spc-body {
        max-width: 720px;
        margin: 0 auto
    }

    .spc-row .spc-body h3 {
        margin-left: 300px
    }

    .spc-row .spc-body p {
        margin-left: 300px
    }
}

.spc-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.spc-action .spc-button {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px
}

.spc-action .spc-button .action {
    display: block;
    min-height: 40px;
    line-height: 36px;
    padding: 0 20px;
    width: 100%;
}

.spc-action .spc-button .action.actived {
    color: #FFF;
    border-color: #c40d2e
}

.spc-action .spc-button .action.actived:before {
    transform: translate3d(0, 0, 0)
}

@media screen and (min-width: 960px) {
    .spc-action {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 235px;
        margin-right: -15px
    }

    .spc-action .spc-button {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px
    }

    .spc-action .spc-button .action {
        min-height: 49px;
        line-height: 47px
    }
}

@media screen and (min-width: 1200px) {
    .spc-action {
        margin-left: 280px;
        margin-right: -20px
    }

    .spc-action .spc-button {
        padding: 0 20px
    }
}

.calculated {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    max-height: 0;
    overflow: hidden;
    margin-top: 80px
}

.calculated .mobile-h {
    display: none
}

.calculated p {
    text-align: center
}

.calculated .ow-mod__wrapper-bg {
    padding: 0 0
}

.calculated .ow-mod__wrapper-bg .pm-grid-center {
    width: 100%
}

@media screen and (min-width: 960px) {
    .calculated .mobile-h {
        display: block
    }

    .calculated .mobile-s {
        display: none !important
    }

    .calculated p {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 1200px) {
    .calculated {
        padding: 0 60px
    }
}

.calculated.open {
    max-height: 1000px
}

.calculated-table {
    border-bottom: 1px solid #EFEFEF;
    text-align: center
}

.calculated-table .calculated-head {
    font-family: 'omega-bold', arial, helvetica, sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 18px 15px;
    background: #F9F9F9
}

.calculated-table .calculated-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    padding: 30px 0
}

.calculated-table .calculated-body span {
    display: block
}

.calculated-table .calculated-body .calculated-price {
    font-family: 'omega-bold', arial, helvetica, sans-serif;
    font-size: 1.8rem
}

.calculated-table .calculated-body .calculated-spec {
    margin-top: 30px;
    order: 2
}

.calculated-table .calculated-body .calculated-spec span:first-child {
    margin-top: 10px
}

@media screen and (min-width: 960px) {
    .calculated-table {
        display: table;
        text-align: left;
        margin: 0 auto
    }

    .calculated-table .calculated-head {
        font-size: 1.5rem;
        display: table-header-group
    }

    .calculated-table .calculated-head span {
        display: block
    }

    .calculated-table .calculated-head div {
        display: table-cell;
        padding: 18px 40px;
        vertical-align: middle
    }

    .calculated-table .calculated-head div span {
        white-space: nowrap
    }

    .calculated-table .calculated-body {
        display: table-row-group;
        font-size: 1.5rem
    }

    .calculated-table .calculated-body div {
        display: table-cell;
        padding: 30px;
        vertical-align: middle
    }

    .calculated-table .calculated-body div span {
        white-space: nowrap;
        font-size: 1.4rem
    }

    .calculated-table .calculated-body .calculated-price {
        font-size: 1.5rem;
        text-align: center
    }

    .calculated-table .calculated-body .calculated-spec {
        margin: 0;
        order: 0
    }

    .calculated-table .calculated-body .calculated-spec span:first-child {
        margin-top: 0
    }
}

.calculated-action {
    padding: 25px 0 45px
}

.calculated-action .calculated-button {
    padding: 5px 0
}

.calculated-action .calculated-button .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px 10px;
    width: 100%;
    height: 100%;
    line-height: 1
}

.calculated-action .calculated-button .action span {
    display: inline;
    vertical-align: inherit;
    font-size: 1.5rem
}

.calculated-action .calculated-button .pm-icon-store {
    font-size: 25px;
    top: 2px;
    left: -1px;
    position: relative
}

.calculated-action .calculated-button .pm-icon-store:before {
    vertical-align: middle;
    content: "\e964"
}

.calculated-action .calculated-button .pm-icon-pickup {
    font-size: 25px;
    top: 2px;
    left: -1px;
    position: relative;
    margin-right: 5px
}

.calculated-action .calculated-button .pm-icon-pickup img {
    max-width: 25px;
    height: auto
}

@media screen and (min-width: 960px) {
    .calculated-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -8px;
        margin-right: -8px;
        padding: 40px 0 50px
    }

    .calculated-action .calculated-button {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 8px
    }

    .calculated-action .calculated-button .action span {
        font-size: 1.6rem
    }
}

/*# sourceMappingURL=main.min.css.map */