.input-file {
  display: none
}
.input-file__text {
  color: #8d93a1;
  font-size: 14px;
  line-height: 20px;
  width: 185px
}
.input-file__button {
  display: inline-block;
  border-radius: 8px;
  background: #fff;
  color: #0041cb;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  padding: 8px 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color .3s ease,background-color .3s ease;
  transition: color .3s ease,background-color .3s ease
}
@media (max-width:766px) {
  .input-file__button {
    margin-top: 24px
  }
}
.input-file__button:hover {
  background: #0041cb;
  color: #fff;
  text-decoration: none
}
.input-file__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background: #f1f8ff;
  border: 1px dashed #81a7f8;
  padding: 24px;
  margin-bottom: 24px
}
@media (max-width:766px) {
  .input-file__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}
.input-file__container input {
  display: none
}
.review-form {
  position: fixed;
  max-width: 480px;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  z-index: 1050;
  overflow: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
@media (max-width:766px) {
  .review-form {
    top: 80px;
    border-radius: 16px 16px 0 0;
    max-width: none
  }
}
.review-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}
.review-form._active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.review-form._active ~ .review-widget__bg {
  opacity: 1;
  pointer-events: auto
}
.review-form__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px
}
.review-form__title {
  font-size: 24px;
  line-height: 28px;
  width: calc(100% - 40px);
  margin-bottom: 16px
}
@media (min-width:767px) {
  .review-form__title {
    font-size: 32px;
    line-height: 38px
  }
}
.review-form__sub-title {
  color: #8d93a1;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px
}
@media (min-width:767px) {
  .review-form__sub-title {
    font-size: 16px;
    line-height: 24px
  }
}
.review-form__desc {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px
}
@media (min-width:767px) {
  .review-form__desc {
    font-size: 16px;
    line-height: 24px
  }
}
.review-form__desc a {
  color: #0041cb;
  border-bottom: 1px solid transparent;
  text-decoration: none
}
.review-form__desc a:hover {
  border-bottom-color: #0041cb;
  color: #0041cb;
  text-decoration: none
}
.review-form__desc a:visited {
  color: #0041cb
}
.review-form input {
  width: 100%
}
.review-form textarea {
  width: 100%;
  height: 172px
}
.review-form__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../../images/review/icon-close.svg) no-repeat 50% 50%
}
.review-form .request-form .request-form__inputwrapper {
  width: 100%
}
.review-form .checkbox {
  margin-bottom: 32px
}
.review-form .review-form__button-send {
  width: 100%;
  margin-bottom: 48px
}
@media (min-width:767px) {
  .review-form .review-form__button-send {
    width: auto!important
  }
}
.review-form__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: #f1f8ff;
  color: #0041cb;
  text-decoration: none;
  line-height: 24px;
  margin-bottom: 24px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}
.review-form__chat:hover {
  text-decoration: none;
  background: #dbe7ff
}
.review-form__chat i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/review/icon-tg.svg) no-repeat 50% 50%;
  border-radius: 50%;
  margin-right: 10px
}
.review-form__sn-title {
  color: #8d93a1;
  line-height: 24px;
  margin-bottom: 12px
}
.review-form__sn-tel {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none
}
.review-form__sn-tel:hover {
  text-decoration: none
}
.review-form__sn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  margin-left: -24px
}
.review-form__sn-li {
  margin-left: 24px
}
.review-form__sn-icon {
  width: 32px;
  height: 32px
}
.review-form__sn-link {
  color: #8d93a1
}
.review-form__sn-link:hover {
  color: #000
}
.review-form label.error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #db3936;
  font-size: 14px;
  line-height: 20px
}
.review-widget {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  top: 200px;
  right: 0;
  border-radius: 8px 0 0 8px;
  background: #dbe7ff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  padding: 12px 8px;
  z-index: 10;
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease
}
@media (max-width:766px) {
  .review-widget {
    top: 133px
  }
}
.review-widget span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0041cb;
  font-weight: 600;
  line-height: 24px;
  margin-left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width .3s ease,margin .3s ease,overflow 0s 0s;
  transition: width .3s ease,margin .3s ease,overflow 0s 0s;
  white-space: nowrap
}
.review-widget i {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 75px;
  background: url(../../images/review/icon-bt.svg) 50% 50% no-repeat #f1f8ff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  border-radius: 50%;
  margin-left: 8px;
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease,-webkit-box-shadow .4s ease
}
.review-widget i:hover {
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,0);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,0)
}
@media (min-width:767px) {
  .review-widget._open,
  .review-widget:hover {
    padding: 12px 24px
  }
  .review-widget._open span,
  .review-widget:hover span {
    overflow: visible;
    -webkit-transition: width .3s ease,margin .3s ease,overflow 0s .3s;
    transition: width .3s ease,margin .3s ease,overflow 0s .3s;
    width: 219px;
    margin-left: 8px
  }
}
.review-widget__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.review-widget img {
  -webkit-animation: imgRotate .9s linear;
  animation: imgRotate .9s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-delay: 6s;
  animation-delay: 6s
}
@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0)
  }
  16.7% {
    -webkit-transform: rotate(24deg) translateY(-3px);
    transform: rotate(24deg) translateY(-3px)
  }
  33.3% {
    -webkit-transform: rotate(-14deg) translateY(10px);
    transform: rotate(-14deg) translateY(10px)
  }
  50% {
    -webkit-transform: rotate(8deg) translateY(-6px);
    transform: rotate(8deg) translateY(-6px)
  }
  66.7% {
    -webkit-transform: rotate(-34deg) translateY(7px);
    transform: rotate(-34deg) translateY(7px)
  }
  83.3% {
    -webkit-transform: rotate(33deg) translateY(-3px);
    transform: rotate(33deg) translateY(-3px)
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0)
  }
}
@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0)
  }
  16.7% {
    -webkit-transform: rotate(24deg) translateY(-3px);
    transform: rotate(24deg) translateY(-3px)
  }
  33.3% {
    -webkit-transform: rotate(-14deg) translateY(10px);
    transform: rotate(-14deg) translateY(10px)
  }
  50% {
    -webkit-transform: rotate(8deg) translateY(-6px);
    transform: rotate(8deg) translateY(-6px)
  }
  66.7% {
    -webkit-transform: rotate(-34deg) translateY(7px);
    transform: rotate(-34deg) translateY(7px)
  }
  83.3% {
    -webkit-transform: rotate(33deg) translateY(-3px);
    transform: rotate(33deg) translateY(-3px)
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0)
  }
}