/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    font-family: 'Roboto' ,sans-serif;
    background: #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .2px;
    color: #777c88;
    font-size: 14px;
    overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Main Style
--------------------------------------------------------------*/

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #26A9E0;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header {
	position: relative;
	width: 100%;
	padding: 16px 0;
}
.logo{
	margin: 16px 0;
	padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.header .container {
	position: relative;
	z-index: 2;
}
.container {
    max-width: 375px;
    padding: 0 15px;
    margin: 0 auto;
}

.headerBg {
	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #3b4256;
    -webkit-animation: .4s both head;
    animation: .4s both head;
    -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
}
.headerBg:before {
    content: "";
    display: block;
    position: absolute;
    height: 100px;
    right: -20px;
    bottom: -50px;
    left: -20px;
    border-radius: 50%;
    background: #3b4256;
    z-index: 1;
    overflow: hidden;
}
@-webkit-keyframes head {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes head {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.headDescr {
	color: #fff;
}
.headRequired{
	font-size: 12px;
    margin: 0 0 8px;
    padding: 0;
    color: #fff;
    opacity: .5;
}
.ratingCard {
	padding: 25px;
	margin-bottom: 25px;
	position: relative;
}
.ratingCard:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 11px 0 rgba(50,50,50,.16);
    box-shadow: 0 0 11px 0 rgba(50,50,50,.16);
    background: #fff;
    border-radius: 12px;
}
.ratingCard h1 {
	position: relative;
	font-size: 24px;
    margin: 0;
    text-align: center;
}
.rating{
	position: relative;
	margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
	flex-direction: row-reverse;
}
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span{
	-ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
}
.rating svg {
	width: 56px;
    height: 54px;
}
.rating svg path {
	fill: #e6e7ea;
}
.errorText {
	position: relative;
    color: #f93e56;
    font-size: 12px;
    opacity: 0;
    text-align: center;
    margin: 10px 0;
    transition: .3s ease-in-out opacity;
}
.errorText.show {
	opacity: 1;
}
.rating span:hover ~ span label svg path,
.rating span:hover label svg path,
.rating span.checked label svg path,
.rating span.checked ~ span label svg path {
    fill: url(#StarGradient0);   
}
.rating span:hover svg{
	-webkit-animation: .3s both scale-star-on-select;
    animation: .3s both scale-star-on-select;
    -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
}
.rating span.checked ~ span label svg{
	
}
@-webkit-keyframes scale-star-on-select {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes scale-star-on-select {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}
.commmentsButtonsWrap{
    display: flex;
    justify-content: space-between;
}
.commentsInfoWrap input,
.commentsInfoWrap textarea{
	width: 100%;
    border: none;
    border-bottom: 1px solid #4e992d;
    resize: none;
    font-size: 14px;
    color: #777c88;
    outline: 0;
    border-radius: 0;
/*     margin-bottom: 24px; */
    background-color: #f6f6f6;
    padding: 10px 10px;
    box-sizing: border-box;

}
.inputUploadImgWrap,
.inputRecorderWrap{
	width: 56px;
    height: 56px;
    margin-right: 32px;
/*     color: #cacaca; */
    
}
.inputUploadImgWrap {
	position: relative;
}
.inputUploadImgWrap input[type="file"] {
    display: none;
}
#photoUpload{
	width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #4e992d;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    background: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 960 960'%3E%3Cg fill='%23777a88'%3E%3Cpath d='M162 738c-17-17-17-419 0-436 7-7 42-12 85-12 72 0 74-1 117-40 42-39 45-40 116-40s74 1 116 40 46 40 113 40c104 0 101-6 101 230 0 167-2 201-16 214-13 14-56 16-318 16-221 0-305-3-314-12zm391-95c64-32 88-134 47-201-27-44-96-75-146-66-48 9-101 57-115 105-23 75 17 146 98 174 40 14 70 11 116-12z'/%3E%3Cpath d='M407 594c-75-74-12-198 90-179 82 15 113 116 54 176-40 40-106 41-144 3z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
}
#audioAttach {
	width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #4e992d;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='%23777A88'%3E%3Cpath d='M11.2 8.749v8.635c0 1.274.498 2.468 1.402 3.362A4.798 4.798 0 0016 22.133c2.647 0 4.8-2.144 4.8-4.78V8.75a4.696 4.696 0 00-1.402-3.362A4.798 4.798 0 0016 4c-2.647 0-4.8 2.13-4.8 4.749z'/%3E%3Cpath d='M15.447 25.243v2.213h-3.17a.546.546 0 00-.554.539c0 .297.248.538.553.538h7.448a.546.546 0 00.553-.538.546.546 0 00-.553-.539h-3.171v-2.213C20.788 24.967 24 21.564 24 18.62v-3.415a.546.546 0 00-.553-.538.546.546 0 00-.553.538v3.415c0 2.52-3.075 5.565-6.894 5.565-3.801 0-6.894-3.039-6.894-6.774v-2.206a.546.546 0 00-.553-.538.546.546 0 00-.553.538v2.206a7.73 7.73 0 002.338 5.554 8.006 8.006 0 005.109 2.278z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
}
.inputUploadImgWrap.uploadSuccess #photoUpload {
	 border: 1px solid transparent;
}
#photoPreview {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#removePhoto{
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#removePhoto::before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%23fff' d='M6.859 5.445L11.974.329a1 1 0 011.414 1.415L8.273 6.859l5.115 5.115a1 1 0 01-1.414 1.414L6.859 8.273l-5.116 5.115A1 1 0 11.33 11.974L5.445 6.86.329 1.743A1 1 0 111.743.33L6.86 5.445z'/%3E%3C/svg%3E") 50% 50% no-repeat rgba(59,66,86,.77);
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.uploadSuccess #removePhoto {
	display: block;
}
.inputSubmitWrap{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.btn {
	display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: 0 0;
    border: none;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .5px;
    background-image: -webkit-gradient(linear,right top,left top,from(#4e992d),to(#61be38));
    background-image: linear-gradient(to left,#4e992d 0,#61be38 100%);
    -webkit-box-shadow: 0 2px 6px 0 rgba(50,50,50,.16);
    box-shadow: 0 2px 6px 0 rgba(50,50,50,.16);
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: uppercase;
}
.arrow{
	content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M13.3 7.7c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5 5c.4.4.4 1 0 1.4l-5 5c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l4.3-4.3-4.3-4.3z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#audioAttach a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popupInner {
  margin: 75px auto;
  padding: 20px;
  width: 296px;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 11px 0 rgba(50,50,50,.16);
    box-shadow: 0 0 11px 0 rgba(50,50,50,.16);
    position: relative;
}
.popupInner .close {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  transition: all 200ms;
  text-decoration: none;
  color: #666;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%233b4256' d='M6.859 5.445L11.974.329a1 1 0 011.414 1.415L8.273 6.859l5.115 5.115a1 1 0 01-1.414 1.414L6.859 8.273l-5.116 5.115A1 1 0 11.33 11.974L5.445 6.86.329 1.743A1 1 0 111.743.33L6.86 5.445z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  margin: 0 0 0 auto;
}
.popupInner .close:hover {
  opacity: 1;
}
.popupTitle{
	margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
h3.av-recorder-status.panel-title{
	font-size: 12px;
    text-align: center;
}
.reRecord {
	background: transparent;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    color: #767b88;
    text-transform: inherit;
}
.reRecord .reRecordIcon {
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%234e992d' d='M20.94 20.848c-.576 0-1.06-.484-1.06-1.06v-1.636A10.003 10.003 0 0112 22c-5.023 0-9.286-3.756-9.908-8.756l-.069-.507h2.12l.046.392C4.765 16.977 8.106 19.88 12 19.88c2.765 0 5.346-1.498 6.774-3.848h-2.65c-.576 0-1.06-.484-1.06-1.06 0-.576.484-1.06 1.06-1.06h4.84c.506 0 1.036.323 1.036 1.06v4.816c0 .576-.484 1.06-1.06 1.06zm-1.083-9.585l-.046-.392C19.235 7.023 15.894 4.12 12 4.12c-2.765 0-5.346 1.498-6.774 3.848h2.627c.576 0 1.06.484 1.06 1.06 0 .576-.484 1.06-1.06 1.06H3.06c-.438-.023-1.06-.3-1.06-1.06V4.212c0-.576.484-1.06 1.06-1.06.576 0 1.06.484 1.06 1.06v1.636A10.003 10.003 0 0112 2c5.023 0 9.286 3.756 9.908 8.756l.069.507h-2.12z'/%3E%3C/svg%3E");
	vertical-align: middle;
	margin-right: 10px;
}
.ratingCardInner{
	position: relative;
}
footer {
	margin-top: 30px;
    height: 80px;
}
.copyright {
	height: 80px;
    text-align: center;
    border-top: 1px solid #e6e7ea;
    background: 80px;
    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: 10px;
}
audio.av-recorder-audio {
	width: 100% !important;
}
.loader {
	display: none !important;
}
#photoPreview {
	display: none;
}
/*
.av-recorder-enable {
	display: none !important;
}
.av-recorder-record {
	display: block !important;
}
*/