.preim_numed,
.wd_wrp,
.dop_offer_wrp,
.sale_wrp {
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.preim_numed:hover,
.wd_wrp:hover,
.dop_offer_wrp:hover,
.sale_wrp:hover {
    top: -4px;
}
.subh2 {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #310D0C;
}
.wd_body ul li {
    position: relative;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 25px;
    margin: 11px 0;
    color: #310D0C;
}

.wd_body ul li::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/check.svg);
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
}
.wd_body ul li:first-child {
    margin-top: 0;
}

.wd_body ul li:last-child {
    margin-bottom: 0;
}
.wd_wrp {
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    height: 100%;
    padding: 30px;
}

.wd_header {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 30px;
    margin-bottom: 24px;
}

.wd_header img {
    -webkit-box-shadow: 0px 2px 37px rgba(0, 0, 0, 0.0488145);
    box-shadow: 0px 2px 37px rgba(0, 0, 0, 0.0488145);
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
}
.wd_header p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    width: calc(100% - 85px);
    color: #310D0C;
}
.wd_body p {
    font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    color: #310D0C;
    margin-bottom: 10px;
}
.price-table {
    margin:0 auto;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 5px 10px -5px #d4d4d4;
    box-shadow: 0px 5px 10px -5px #d4d4d4;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse:collapse;
}


.table-pre {
    margin:0 auto;
    width: 100%;
    text-align: center;  
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse:collapse;
}


.table-responsive {
    margin-top:30px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.price-table th , .table-pre th {
    background-color: #FFC600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 10px;
    white-space: nowrap;
    text-align: center;
}
.table-pre th {
    background-color: #fff; 
}

.price-table td , .table-pre td {

    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;

    white-space: nowrap;
    text-align: center;

    padding: 14px 0;
}

.table-pre td {
    border:none;   
    text-align: left;
    border-bottom:1px solid #fff5d3;
    font-size:19px;
}

@media(max-width:600px)
{
    .table-pre td {

        font-size:14px;
    }  
}
.answer {
    padding-top: 2.5rem;
    background-size: cover;
    background-position: top center;
    padding-bottom: 3rem;
}

.answer .owl-stage-outer {
    overflow: hidden;
}

.answer .answer__title {
    text-align: center;
}

.answer .answer__content {
    margin-top: 1.5rem;
}

.answer .answer__content .owl-stage-outer {
    padding: 10px;
    margin-left: -20px;
    padding-bottom: 40px;
}

.answer .answer__content .owl-nav {
    width: 100%;
    position: absolute;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    top: calc(50% - 16px);
}



.answer .answer__content .owl-dots .owl-dot {
    display: block;
    height: 5px;
    width: 5px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ff9803;
    margin: 0 4px;
}

.answer .answer__content .owl-dots .owl-dot.active {
    background-color: #ff9803;
}

.answer .answer__content .slide-item {
    padding: 35px 30px 25px 30px;

    background-color: #eee;
    min-height: 342px;
    position: relative;
}

.answer .answer__content .slide-item .slide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.answer .answer__content .slide-item .person-image {

    overflow: hidden;
}

.answer .answer__content .slide-item .person-image img {
    width: 100%;
    border-radius: 50%;
}

.answer .answer__content .slide-item .person-info {
    padding-left: 38px;
    padding-top: 8px;
}

.answer .answer__content .slide-item .person-info p.person-name {
    font-family: MontserratBold, sans-serif;
    font-size: 24px;
    color: #373737;
    margin-bottom: 10px;
}

.answer .answer__content .slide-item .person-info .stars-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.answer .answer__content .slide-item .person-info .stars-block i.icon {
    margin-right: 8px;
}

.answer .answer__content .slide-item .slide-bottom {
    width: 100%;
    margin-top: 1.8rem;
    padding-right: 20px;
}

.answer .answer__content .slide-item .slide-bottom p {
    font-size: 16px;
    line-height: 24px;
    color: #373737;
}

.slide-item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 50px solid #eee;
    position: absolute;
    bottom: -30px;
    left: 15px;

}

.answer .answer__content .slide-item .slide-bottom .slide-data {
    position: absolute;
    left: 30px;
    bottom: 23px;
}

.review-date
{
    padding-top:15px;
}
.answer .answer__content .slide-item .slide-bottom .slide-data p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 24px;
    color: #373737;
}

.answer .owl-next,
.answer .owl-prev {
    outline: none !important;
    border: none !important;
}
#right
{
    right:0;
}
.answer #right1 {
    -webkit-box-shadow: 0 31px 70px rgba(134, 135, 138, 0.32);
    box-shadow: 0 31px 70px rgba(134, 135, 138, 0.32);
    border-radius: 50%;
    position: relative;
    right: -80px;
}

.answer #left1 {
    border-radius: 50%;
    -webkit-box-shadow: 0 31px 70px rgba(134, 135, 138, 0.32);
    box-shadow: 0 31px 70px rgba(134, 135, 138, 0.32);
    position: relative;
    left: -90px;
}

.answers {

}

.answers-items {
    display: none;
}

.answers-items-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #838383;
}

.answers-items-item:first-of-type {
    border-top: none;
}

.answers-items-item p {
    font-family: "MontserratB";
    font-size: 1.43rem;
    font-weight: 600;
    line-height: 26px;
    color: #505050;
}

.answers-items .answers-point {
    margin-left: auto;
    min-width: 18px;
    height: 18px;
}

.answers-items-item2 {
    font-family: "Open Sans Light";
    font-weight: 300;
    line-height: 26px;
    color: #505050;
    font-size: 1.14rem;
    padding-top: 10px;
    padding-right: 10px;
}

.answers-items-item2 p {
    margin-bottom: 15px;
}

.answers .down {
    position: relative;
    z-index: 100;
}

.answers .up {
    position: relative;
    z-index: 50;
    right: 0;
}

.answers .answer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.33rem;
    margin-top: 15px;
    justify-content: center;
}

.answers .answer-menu_item {
    background-color: #f3f3f3;
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.answer-active {
    background-color: #000 !important;
    color: #f3f3f3  !important;
}
