html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    line-height: 140%;
}
head{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a;
    line-height: 140%;
    overflow-x: hidden;
    font-size: 1.3rem;
    font-weight: 400;
    float: left; 
    background-color: #f4f4f4;
}
p{ 
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 140%;
    margin: 0 0 20px;
}
a{
    text-decoration: none;
    outline: none;
    color: #2e9a13;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover{
    /*text-decoration: none;*/
}
h1{
    font-size: 2.5rem;
    margin: 0px 0 30px;
    font-weight: 600;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
h2{
    font-size: 2rem;
    line-height: 130%;
    font-weight: 600;
    margin: 0px 0 20px;
    color: #000;
}
h3{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 130%;
    color: #000;
}
h4{
    font-size: 1.4rem;
    line-height: 130%;
}

strong{
    font-weight: 600;
}

::-webkit-input-placeholder { color: #a1a1a1; opacity: 1 !important; }
:-moz-placeholder { color: #a1a1a1; opacity: 1 !important;}
::-moz-placeholder {color: #a1a1a1; opacity: 1 !important;}
:-ms-input-placeholder {color: #a1a1a1; opacity: 1 !important;}
.alertBg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
}
.alertBox{
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 17px 19px 10px;
    max-width: 70%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1000;
    min-width: 500px;
}
.alertContentTitle{
    font-size: 25px;
    font-weight: 600;
    color: #df202f;
    margin-bottom: 15px;
}
.alertContent{
    font-weight: 600;   
}
.alertContentText{
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 140%;
}
.alertContentText strong{
    font-weight: 900;
}
.alertContent hr{
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0;
}
.alertClose{
    float: right;
    color: #000;
    background-color: #fff;
    padding: 10px 13px;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
}
.Site{
    width: 100%;
    float: left;
    margin-left: 0;
    z-index: 1;
    position: relative;
    height: 100%;
}
.MainHeader{
    position: fixed;
    width: 100%;
    z-index: 1;
}
.Header{
    margin: 0px 0 0px;
    width: calc(100% - 30px);
    transition-duration: .2s;
    position: relative;
    float: left;
    padding: 15px 15px 15px;
    background-color: #193344;
} 
.HeaderBg{
    position: absolute;
    right: 0;
    top: 0;
}
.HeaderLogo{ 
    float: left;
    margin: 10px 0 20px;
    position: relative;
    width: 140px;
}
.HeaderLogo a{
    float: left;
    color: #2e3192;
}
.HeaderLogo img{ 
    float: left;
    width: 100%;
}
.HeaderText{
    float: left;
    width: 100%;
    position: relative;
    display: none;
}
.HeaderText p{
    margin-bottom: 5px;
    color: #fff;
}
.HeaderText span{
    color: #fee900;
}
#CookiesMessage{
    position: fixed; 
    bottom: 0;
    background-color: rgba(255,255,255,1);
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    color: #b4b4b4;;
    border-top: 1px solid #b4b4b4;

}
#CookiesMessage p{
    margin: 0;
    padding: 10px 10px 10px;
    text-align: center;
    font-size: 11px;
    float: left;
    width: calc(100% - 46px);
}
#CookiesMessage img{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 7px;
}
.MainCenter{
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 82px;
    background-color: #fff;
    min-height: calc(100% - 165px);
    position: relative;
}
.Start{
    float: left;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    height: calc(100% - 100px);
    position: relative;
    background-image: url(../../img/bg.jpg);
    background-size: cover;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], textarea, select{
    padding: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: transparent;
    float: left;
    width: calc(100% - 16px);
    margin-bottom: 15px;
    border:0;
    border-bottom: 1px solid #888;
}
button, .Submit{
    background-color: #2d9a13;
    color: #fff;
    padding: 11px 30px;
    border: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    cursor: pointer;
}
button:disabled{
    background-color: #bab8b8;
}
.Submit{
    width: 100%;
    padding: 11px 0;
    margin-bottom: 20px;
    text-align: center;
}
.MainFooter{
    float: left;
    width: 100%;
}
footer{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.FooterAutor{
    font-size: 1.2rem;
    margin: 0;
    color: #555;
}
.Loading{
    text-align: center;
}
.Loading img{
    width: 80px;
}
.LoadingTmp{
    display: none;
}
.errBox{
    float: left;
    width: 100%;
}
.error{
    color: #df202f;
}
.errorok{
    color: #2d9a13 !important;
}
.StartBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
}
.StartBox p{
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.StartBoxSignIn{
    background-image: url(../../img/signin2.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 20px 12px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #ccc;
    padding: 12px 20px 12px 40px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}
.SignIn{
    margin: 40px auto 60px;
    width: calc(100% - 30px);
    max-width: 400px;
}
.SignIn form{
    float: left;
    width: 100%;
}
.SignIn input[type=email], .SignIn input[type=password], .SignIn input[type=text], .SignIn select{
    float: left;
    width: calc(100% - 18px);
    margin-bottom: 15px;
    border:0;
    border-bottom: 1px solid #888;
}
.SignIn select{
    width: 100%;
    padding: 8px 4px;
}
.SignOption{
    text-align: center;
    margin-bottom: 20px;
}
.SignOption a{
    color: #000;
}
.SignOptionStay{
    margin-bottom: 45px;
}
.MainBrandInfo{
    position: absolute;
    right: 15px;
    top: 22px;
    cursor: pointer;
    color: #fff;
    text-align: right;
    font-weight: 400;
    font-size: 1.1rem;
    color: #e6e6e6;
}
.MainBrandInfo span{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}
.SettingsManu{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0px 5px #ccc;
    padding: 9px 10px 7px;
    width: 200px;
    border-radius: 5px;
    display: none;
}
.SettingsManu ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.SettingsManu ul li{
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.SettingsManu ul li a{
    padding: 7px;
}
.Account{
    float: left;
    width: 100%;
    margin-bottom: 77px;
}
.LoadingBox{
    position: absolute;
    width: 100%;
    height: 100%;
}
.LoadingBox img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%)
}
.FooterAccount{
    position: fixed;
    width: 100%;
    height: 77px;
    background-color: #193344;
    padding: 0;
    bottom: 0;
}
.FooterAccount ul{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 9px 0 0;
}
.FooterAccount ul li{
    display: inline-block;
    padding: 6px 0;
    width: calc(25% - 3px);
}
.FooterAccount ul li p{
    color: #fff;
    font-size: 1.1rem;
}
.FooterAccount ul li span{
    display: inline-block;
    width: 30px;
    height: 26px;
    background-position: 0 0;
}
.FooterAccount ul li:hover span, .FooterAccount ul li.NavActive span{
    background-position: 0 -26px;
}
.FooterAccount ul li:hover p, .FooterAccount ul li.NavActive p{
    color: #ffd800;
}
.NavPanel{
    background-image: url(../../img/nav_panel.gif);
}
.NavReview{
    background-image: url(../../img/nav_review.gif);
}
.NavReview{
    background-image: url(../../img/nav_review.gif);
}
.NavRaport{
    background-image: url(../../img/nav_raport.gif);
}
.NavAccount{
    background-image: url(../../img/nav_account.gif);
}
.AccountPanelBox{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.AccountPanelMonth{
    float: left;
    width: calc(100% - 30px);
    border-bottom: 1px solid #ececec;
    padding: 15px;
}
.AccountPanelMonthTitle{
    float: left;
    width: calc(100% - 75px);
    font-size: 1.6rem;
    color: #193344;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 700;
}
.AccountPanelMonthInfo{
    float: left;
    width: calc(100% - 75px);
}
.AccountPanelMonthInfoBox{
    float: left;
    margin-right: 20px;
    min-width: 44px;
}
.AccountPanelMonthInfoBox img{
    float: left;
    margin-right: 6px;
}
.AccountPanelMonthInfoBox span{
    float: left;
    font-size: 1.3rem;
    margin: 2px 0 3px;
    font-weight: 600;
}
.AccountPanelDays{
    float: left;
    width: calc(100% - 30px);
    background-color: #f7f7f7;
    padding: 15px;
    box-shadow: 0px 5px 6px #ccc inset;
    display: none;
}
.AccountPanelDayT{
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.AccountPanelDayT:last-child{
    border-bottom: 0;
}
.Day{
    float: left;
    margin-right: 5px;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 2px;
    color: #858585;
    width: 18px;
}
.Date{
    margin-top: 2px;
    font-size: 1.3rem;
    font-weight: 600;
    float: left;
    margin-right: 10px;
    min-width: 38px;
}
.trend{
    float: left;
    width: 8px;
    height: 10px;
    margin-left: -5px;
    margin: 7px 0 0 6px;
}
.up{
    background-image: url(../../img/up.png);
}
.down{
    background-image: url(../../img/down.png);
}
.QuestionPanelBox{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.QuestionPanelMonth{
    float: left;
    width: calc(100% - 30px);
    border-bottom: 1px solid #ececec;
    padding: 15px;
}
.QuestionPanelMonthTitle{
    float: left;
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 2px;
    font-weight: 700;
}
.QuestionPanelMonthInfo{
    float: left;
    width: 100%;
}
.QuestionPanelMonthInfoBox{
    float: left;
    margin-right: 20px;
}
.QuestionPanelMonthInfoBox img{
    float: left;
    margin-right: 6px;
}
.QuestionPanelMonthInfoBox span{
    float: left;
    font-size: 1.3rem;
    margin: 2px 0 0;
    font-weight: 500;
}
.QuestionPanelDays{
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    display: none;
    box-shadow: 0px 5px 6px #ccc inset;
}
.Nav{
    float: left;
    width: calc(100% - 30px);
    border-bottom: 1px solid #ececec;
    padding: 10px 15px;
}
.NavDate{
    float: left;
    background-image: url(../../img/st.png);
    background-repeat: no-repeat;
    background-position: right 0 top 6px;
    padding: 0 18px 0 0;
    color: #2e9a13;
    font-weight: 600;
}
.NavDate span{
    font-weight: 500;
    color: #858585;
}
.QuestionPanelDaysDetails{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.QuestionPanelDaysDetailsDayDate{
    float: left;
    width: calc(100% - 30px);
    padding: 15px 15px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.QuestionPanelDaysDetailsDayDate span{
    color: #656565;
    text-transform: none;
}
.QuestionPanelDaysDetailsDayBox{
    float: left;
    width: calc(100% - 30px);
    padding: 4px 15px 8px;
}
.Time{
    float: left;
    font-size: 1.4rem;
    margin: 2px 10px 0px 0;
    font-weight: 500;
    min-width: 45px;
}
.Stars{
    float: left;
    position: relative;
    width: 123px;
    height: 18px;
    background-color: #dcdcdc;
}
.StarsRange{
    float: left;
    height: 100%;
    background-color: #f4b02d;
}
.StarsBg{
    background-image: url(../../img/stars2.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.StarsBg2{
    background-image: url(../../img/star.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.QuestionPanelDaysDetailsDayInfo{
    float: left;
    width: 100%;
    margin: 7px auto;
}
.ReviewQ{
    margin: 1px 10px 0;
    display: inline-block;
}
.ReviewDesc{
    float: left;
    width: calc(100% - 30px);
    padding: 10px 0 5px 30px;
    background-image: url('../../img/st2.png');
    background-repeat: no-repeat;
    background-position: 5px;
    font-style: italic;
}
.WarningInfo{
    color: #ea2929;
}
.AccountBoxAdditional{
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    overflow: auto;
    font-weight: 500;
}
.AccountBoxSetDate{
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    overflow: auto;
    font-weight: 500;
}
.AccountBoxAdditionalClose{
    position: absolute;
    left: 0px;
    top: 7px;
    padding: 15px;
}
.DateRange{
    float: left;
    width: calc(100% - 30px);
    padding: 0 15px 30px;
}
.DateRange h3{
    text-align: center;
}
.DateRange ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.DateRange ul li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.DateRange ul li span{
    float: left;
    padding: 13px 0;
    width: 100%;
}
.DateRange ul li:last-child{
    border: 0;
}
.DateRangeCalendar{
    float: left;
    width: 100%;
}
.DateRangeCalendar input{
    border: 1px solid #ececec;
    padding: 10px 5px;
    margin-right: 15px;
    width: calc(50% - 25px);
    margin-bottom: 20px;
    background-color: #fff;
}
.DateRangeCalendar input:nth-child(4){
    margin-right: 0;
}
.DateRangeEt{
    float: left;
    padding: 10px 0px;
    margin-right: 15px;
    width: calc(50% - 9px);
    margin-bottom: 0px;
    font-weight: 400;
}
.DateRangeEt:nth-child(2){
    margin-right: 0;
}
.DateRangeCalendar button{
    width: 100%;
}
.DateRange p{
    margin: 15px 0 5px;
}
.Place{
    float: left;
    width: calc(100% - 30px);
    padding: 15px;
}
.Customer{
    float: left;
    width: calc(100% - 30px);
    padding: 0 15px 30px;
}
.AccountPanelMonthInfoBoxStar{
    float: right;
    width: 60px;
    font-size: 1.5rem;
    text-align: center;
    margin-left: 15px;
    font-weight: 600;
}
.AccountPanelMonthInfoBoxStar img{
    margin: 0 10px;
    display: inline-block;
}
.AccountPanelMonthInfoBoxStar .trend{
    display: inline-block;
    float: none;
    margin: 2px 0 0px 4px;
}
.Customer h3{
    text-align: center;
}
.Customer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.Customer ul li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.Customer ul li span{
    float: left;
    padding: 13px 0;
    width: 100%;
}
.BrandsSelection{
    float: left;
    width: calc(100% - 30px);
    padding: 0 15px 30px;
}

.BrandsSelection h3{
    text-align: center;
}
.BrandsSelection ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.BrandsSelection ul li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.BrandsSelection ul li span{
    float: left;
    padding: 13px 0;
    width: 100%;
}
.AccountBoxSelectBrand{
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    overflow: auto;
    font-weight: 500;
}
.AccountBox{
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    overflow: auto;
    font-weight: 500;
}
.BrandSelect{
    float: left;
    padding: 15px 0;
    font-weight: 600;
    width: calc(100% - 142px);
}
.BrandSelect span{
    color: #858585;
    font-weight: 400;
    padding: 2px 0 !important;
}
.BrandSelectSetDefault{
    float: right;
    margin: 20px 15px;
}
.BrandSelectSetDefaultIco, .BrandSelectSetDefaultIcoDeactive{
    background-color: #f4b02d;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px;
}
.BrandSelectSetDefaultIcoDeactive{
    background-color: #e6e6e6;
}
.BrandSelectSetEdit{
    float: right;
    margin: 23px 0 0;
}
.BrandsSelectionAdd{
    position: absolute;
    right: 15px;
    top: 15px;
}
.ReviewClient{
    float: left;
    width: calc(100% - 30px);
    padding: 0 15px 30px;
}
.ReviewClient h3{
    text-align: center;
}
.ReviewClientDate{
    color: #2e9a13;
    font-size: 1.5rem;
    line-height: 170%;
    margin-bottom: 0px;
    font-weight: 700;
}
.ClientAnswersQuestion{
    float: left;
    width: 100%;
    margin: 10px 0 0;
    border-top: 1px solid #ececec;
    padding-top: 15px;
    font-weight: 700;
}
.Red{
    color: #ea2929;
}
.Green{
    color: #2e9a13;
}
.ClientAnswers{
    float: left;
    width: 100%;
    padding: 4px 0px 8px;
}
.ClientAnswersInfo{
    float: left;
    width: 100%;
    margin: 7px auto;
}
.ClientAnswersStatInfo{
    float: left;
    width: 100%;
    margin: 0px 0 7px
}
.ClientAnswersReviewQ{
    margin: 1px 10px 0 0;
    display: inline-block;
    float: left;
    font-weight: 600;
}
.AccountPanelMonthInfoBoxStarIco{
    height: 15px;
    margin: 3px 0 0 0;
}
.RegisterAgree{
    float: left;
    width: 100%;
}
.RegisterAgree input{
    float: left;
    margin-right: 10px;
}
.RegisterAgree p{
    float: left;
    width: calc(100% - 30px);
}
.registerForm{
    float: left;
    margin-bottom: 20px;
}
.MyPlaces{
    float: left;
    width: calc(100% - 30px);
    padding: 0 15px 30px;
}
.MyPlaces h3{
    text-align: center;
}
.FormMyPlace label{
    float: left;
    color: #858585;
}
.FormMyPlace input[type=text], .FormMyPlace input[type=number]{
    padding: 3px 0px 14px;
    width: 100%;
    font-weight: 700;
    color: #193344;
    border-bottom: 1px solid #ddd;
}
.MyPlacesPostNumber{
    float: left;
    width: 100px;
}
.MyPlacesPostCity{
    float: left;
    margin-left: 10px;
    width: calc(100% - 110px);
}
.MyPlacesSectionTitle{
    float: left;
    width: 100%;
    color: #2e9a13;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase;
}
.MyPlaceQuestionBox{
    float: left;
    width: 100%;
}
.MyPlaceAddQuestion{
    float: left;
}
.MyPlaceAddQuestion img{
    float: left;
}
.MyPlaceAddQuestion p{
    float: left;
    margin: 5px 0 0 7px;
}
.MyPlacesQuestionBox{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
}
.MyPlacesQuestionBox textarea{
    border-bottom: 0;
    margin-left: 5px;
    width: calc(100% - 60px) !important;
    margin-bottom: 0;
    height: 19px;
    resize: none;
    overflow: hidden;
    font-weight: 700;
}
.MyPlacesQuestionBox label{
    margin-top: 8px;
}
.MyPlacesQuestionTrash{
    float: right;
    width: 13px;
    padding: 10px 5px;
}
.MyPlacesQuestionTrash img{
    float: left;
    width: 100%;
}
.MyPlaceAddPlace{
    float: left;
    width: 100%;
    margin: 30px 0 50px;
}
.MyPlaceAddPlace button{
    width: 100%;
    border-radius: 3px;
}
.LoadingContent{
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    overflow: auto;
    font-weight: 500;
}
.CenterInfo{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 30px);
    text-align: center;
}
.AddNewPlace{
    display: inline-block;
}
.BrandsSelectionQRImg{
    width: 50px;
    float: left;
    margin: 10px 5px 10px 0;
}
.RaportBox{
    float: left;
    width: calc(100% - 30px);
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 15px;
}
.RaportBoxQuestionText{
    font-size: 1.4rem;
    margin-bottom: 7px;
    font-weight: 700;
    color: #2e9a13
}
.RaportBoxQuestionReviewSumBox{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.RaportBoxQuestionReviewSumBoxNr{
    float: left;
    margin-right: 10px;
    width: 28px;
}
.RaportBoxQuestionReviewSumBoxNr img{
    float: left;
    margin: 0 0 0px;
    height: 15px;
}
.RaportBoxQuestionReviewSumBoxNr span{
    float: left;
    width: 12px;
}
.RaportBoxQuestionReviewSumBoxLineBox{
    float: left;
    width: calc(100% - 139px);
    background-color: #fff;
    height: 14px;
    border-radius: 3px;
    margin-top: 2px;
    margin-right: 15px;
}
.RaportBoxQuestionReviewSumBoxLine{
    float: left;
    height: 100%;
    background-color: #f4b02d;
    border-radius: 3px;
}
.RaportBoxQuestionReviewSumBoxCount{
    float: left;
}
.RaportBoxQuestionReviewSumBoxCount span{
    color: #ccc;
}
.RaportBoxQuestionReviewSumBoxCount strong{
    color: #777;
}
.RaportBoxQuestionReviewTextCount{
    float: left;
    width: 100%;
    margin: 20px 0 0px;
}
.RaportBoxQuestionReviewTextCount strong{
    color: #2e9a13;
}
.RaportBoxQuestionReviewTextCommentTitle{
    float: left;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 700;
}
.RaportBoxQuestionReviewTextCommentBox{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.RaportBoxQuestionReviewTextCommentBox span{
    float: left;
    width: 20px;
    margin-right: 10px;
    text-align: right;
}
.RaportBoxQuestionReviewTextComment{
    font-style: italic;
    float: left;
    width: calc(100% - 30px);
    margin-bottom: 4px;
}
.RaportBoxSumCount{
    float: left;
    font-weight: 700;
}
.RaportBoxSumCount strong{
    color: #2e9a13;
}
.RaportBoxSumCountG{
    float: right;
}
.RaportBoxSumCountG span{
    float: right;
    font-weight: 700;
}
.RaportBoxSumCountG .Stars{
    width: 100px;
    height: 15px;
    margin: 1px 3px 0 0;
}
.RaportBoxQuestionG{
    float: left;
    margin: 0px 0 5px;
    width: 100%;
}
.RaportBoxQuestionG span{
    float: left;
    font-weight: 700;
}
.RaportBoxQuestionG .Stars{
    width: 100px;
    height: 15px;
    margin: 1px 3px 0 7px;
    float: left;
}
.RaportBoxQuestionReviewTextCommentBoxInfo{
    float: left;
    width: 100%;
    margin-bottom: 2px;
    font-weight: 700;
}
.RaportBoxQuestionReviewTextCommentBoxInfo span{
    width: 9px;
    margin-right: 4px;
    float: left;
}
.RaportBoxQuestionReviewTextCommentBoxInfo img{
    float: left;
    height: 15px;
    margin: 1px 0 0px;
}
.ComentDate{
    float: left;
    margin-left: 10px;
}