@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800');@charset "UTF-8";:root{--colorPrimary: #ff0000;--colorPrimaryLight: rgba(250,0,0,0.68);--colorAccent: #ea8d01;--colorAccentLight: #ffab3c;--colorFont: #303030;--colorFontLight: #5e5e5e;--colorGray: #aeaeae;--colorDarkGray: #6a6a6a;--colorGreen: #36c12d;--colorRed: #ff0000;--colorBorder: #e2e2e2;--colorBorderActive: #ababab;--colorBackgroundGray: #fcfcfc;--colorBackgroundLightGray: #f6f6f6;--colorBackgroundWhite: #fff;--colorBackgroundLightRed: #ffdbdb;--fontWeightNormal: 500;--fontWeightSemiBold: 600;--fontWeightBolder: 800;--fontFamily: 'Montserrat', sans-serif;--marginMedium: 40px;--marginSmall: 30px}html{font-size: 15px;font-family: var(--fontFamily);font-weight: var(--fontWeightNormal);color: var(--colorFont);scroll-behavior: smooth}@media screen and (max-width: 1400px){html{font-size: 14px}}@media screen and (max-width: 700px){html{font-size: 13px}}@media screen and (max-width: 400px){html{font-size: 12px}}a,a:active,a:visited,a:hover{background: none;text-decoration: none;color: var(--colorPrimary);transition: color .2s ease-in-out}a:hover{color: var(--colorPrimaryLight)}button,.button{font-family: var(--fontFamily);font-size: 16px;background: var(--colorFontLight);color: var(--colorBackgroundWhite);box-sizing: border-box;border: none;border-radius: 2px;padding: 15px 35px;position: relative;cursor: pointer;outline: none}button:hover,.button:hover{background-color: var(--colorFont)}button.hidden,.button.hidden{display: none}button .icon,.button .icon{opacity: 0;position: absolute;left: calc(50% - 1rem);top: calc(50% - 1rem);width: 2rem;height: 2rem;fill: var(--colorBackgroundWhite);animation-name: spin;animation-duration: 1s;animation-iteration-count: infinite;animation-timing-function: linear}button.loading span,.button.loading span{opacity: 0.2}button.loading .icon,.button.loading .icon{opacity: 1}@keyframes spin{from{transform: rotate(0deg)}to{transform: rotate(360deg)}}dl{display: grid;grid-template-columns: 2fr 5fr;line-height: 1.8;margin: 0}dl dt{color: var(--colorFontLight)}dl dd{color: var(--colorFont);font-weight: var(--fontWeightSemiBold)}.feedbacks .list .list-item{position: relative;color: var(--colorFont);margin-bottom: 1rem;border-bottom: 1px solid var(--colorBorder);padding-bottom: 1rem}.feedbacks .list .list-item .item-name{font-size: 1.1rem;font-weight: var(--fontWeightSemiBold)}.feedbacks .list .list-item .item-time{color: var(--colorDarkGray);margin-bottom: 1rem}.feedbacks .list .list-item .item-rating{float: right;display: flex;flex-flow: row;margin-bottom: 1rem}.feedbacks .list .list-item .item-rating svg{height: 24px;width: 24px;margin-right: 3px}.feedbacks .list .list-item .item-rating svg.active{fill: var(--colorAccent)}.feedbacks .list .list-item .item-rating svg:not(.active){fill: var(--colorBorder)}.feedbacks .list .list-item .item-text.hidden{display: none}.feedbacks .list .list-item .item-text-short.hidden{display: none}.feedbacks .list .list-item .item-text-short .show-more{margin-top: 0.3rem;font-weight: var(--fontWeightSemiBold)}.feedbacks .more-button{display: flex;justify-content: center;margin-top: 2rem}/*# sourceMappingURL=/cache/css/a6b9e2293def1daee194b664e0fefa5b.map */