.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 1164px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  z-index: 2; }
.wrapper .svg-circle {
    fill: #c2c2c2; }
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; 
  }
@media screen and (min-width: 768px) {
    .container {
      padding: 0 15px; } }
@media screen and (min-width: 992px) {
    .container {
      padding: 0 30px; } }
@media screen and (min-width: 1200px) {
    .container {
      padding: 0 47px; } }
.profile__container {
  max-width: 790px;
  background: #fff; }
.content {
  width: 100%;
  padding: 20px 0; }
@media screen and (min-width: 992px) {
    .content {
      display: flex;
      justify-content: space-between;
      padding: 25px 0; }
      .content.content--reverse {
        flex-direction: row; } }
.content--additional {
  display: block; }
@media screen and (min-width: 768px) {
  .profile__content {
    display: block; } }
.header {
  border: .5px solid #dddddd;
  vertical-align: middle; 
  background-color: #333333;
  
    
}
.header-inner {
  padding: 10px 0; }
@media screen and (min-width: 768px) {
    .header-inner {
      display: flex;
      justify-content: space-between;
      padding: 3.27% 0 2.8%; } }
.header__logo {
  width: 132px;
  margin-right: 4.67%; }
@media screen and (min-width: 480px) {
    .header__logo {
      width: 140px; } }
@media screen and (min-width: 768px) {
    .header__logo {
      width: 176px; } }
@media screen and (max-width: 767px) {
    .header__logo {
      margin: 0 auto 10px; } }
.header__search {
  flex: 0 1 100%;
  max-width: 780px; }
.aside {
  width: 100%;
  margin: 0 0 20px; }
@media screen and (min-width: 992px) {
    .aside {
      flex: 0 1 100%;
      max-width: 324px;
      margin-right: 30px; }
      .content--reverse .aside {
        margin: 0 0 0 30px; } }
@media screen and (min-width: 1200px) {
    .aside {
      margin-right: 50px; }
      .content--reverse .aside {
        margin: 0 0 0 50px; } }
.aside__banner {
  display: block;
  margin: 0 auto 50px; }
.main {
  flex: 0 1 100%;
  margin: 0 0 20px; }
@media screen and (min-width: 992px) {
    .main {
      max-width: 696px;
      margin: 0; } }
.profile {
  display: flex;
  flex: 1;
  background: #f8f8f8; }
.image-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px; }
.image-list__item {
    margin: 0 10px 10px 0; }
.image-list img {
    width: 100px;
    height: 100px; }
.image-list__add-img {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  background: #d8d8d8;
  text-indent: -9999px; }
.image-list__add-img:before, .image-list__add-img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    content: ""; }
.image-list__add-img:before {
    width: 70px;
    height: 6px; }
.image-list__add-img:after {
    width: 6px;
    height: 70px; }
@media screen and (min-width: 768px) {
  .footer-panel__inner {
    display: flex; } }
.footer-frame {
  padding: 8px 0;
  background-color: #000; }
@media screen and (min-width: 768px) {
    .footer-frame {
      padding: 10px 0; } }
@media screen and (min-width: 992px) {
    .footer-frame {
      padding: 16px 0; } }
@media screen and (min-width: 768px) {
  .footer-frame__inner {
    display: flex; } }
.copyright {
  margin-right: 22px;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 18px; }
@media screen and (max-width: 767px) {
    .copyright {
      margin: 0;
      text-align: center; } }
.conditions {
  display: flex; }
@media screen and (max-width: 767px) {
    .conditions {
      justify-content: center; } }
.conditions__item {
  padding: 0 12px;
  border-right: 1px solid #979797; }
.conditions__item:last-child {
    border-right: 0; }
.conditions__text {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none; }
@media screen and (min-width: 768px) {
    .conditions__text {
      font-size: 13px;
      line-height: 16px; } }
@media screen and (min-width: 992px) {
    .conditions__text {
      font-size: 14px;
      line-height: 18px; } }
/*modal bootstrap*/
.modal-open {
  position: fixed;
  overflow: hidden; }
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow: hidden;
  z-index: 2050;
  -webkit-overflow-scrolling: touch; }
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform .3s ease-out; }
.modal.in .modal-dialog {
  transform: translate(0, 0); }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px 10px; }
.modal-content {
  position: relative;
  outline: 0;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box; }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
.modal-backdrop.fade {
  opacity: 0; }
.modal-backdrop.in {
  background-image: radial-gradient(circle at 50% 50%, #c3a8ff, #554a70);
  opacity: 1; }
.modal-body {
  position: relative; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
.modal-dialog {
  margin: 110px auto; }
.modal-content {
  background: #fff; }
/*modal bootstrap*/
/*modal my*/
.modal-dialog {
  max-width: 500px; }
.modal-content {
  padding: 4%;
  border-radius: 3px; }
@media screen and (min-width: 480px) {
    .modal-content {
      padding: 6%; } }
@media screen and (min-width: 992px) {
    .modal-content {
      padding: 8%; } }
.modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 15px;
  height: 15px;
  border: none;
  outline: 0;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden; }
@media screen and (min-width: 992px) {
    .modal-close {
      top: 30px;
      right: 40px; } }
.modal-close:after, .modal-close:before {
    position: absolute;
    top: 6px;
    left: -1px;
    width: 18px;
    height: 2px;
    transform: rotate(45deg);
    background: #000;
    content: ""; }
.modal-close:after {
    transform: rotate(-45deg); }
.modal__title {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  line-height: 24px; }
@media screen and (min-width: 480px) {
    .modal__title {
      margin-bottom: 22px;
      font-size: 21px;
      line-height: 28px; } }
@media screen and (min-width: 992px) {
    .modal__title {
      margin-bottom: 26px;
      font-size: 24px;
      line-height: 34px; } }
.title-review .submit-row {
  margin-bottom: 0; }
.title-review__form {
  margin-bottom: 15px; }
@media screen and (min-width: 768px) {
    .title-review__form {
      margin-bottom: 25px; } }
@media screen and (min-width: 992px) {
    .title-review__form {
      margin-bottom: 40px; } }
.social-button__text {
  display: inline-block;
  vertical-align: top; }
@media screen and (max-width: 479px) {
    .social-button__text {
      font-size: 12px; } }
.modal .input {
    margin-bottom: 12px;
    padding: 0;
    font-size: 12px; }
.modal .submit-row {
    justify-content: center;
    margin-bottom: 0; }
.modal .submit-row .btn {
      min-width: 130px; }
@media screen and (min-width: 768px) {
        .modal .submit-row .btn {
          min-width: 150px; } }
.modal .modal__title {
    margin-bottom: 15px; }
.modal .modal__title + .modal__info {
      margin-top: -5px; }
@media screen and (min-width: 768px) {
      .modal .modal__title {
        margin-bottom: 20px; }
        .modal .modal__title + .modal__info {
          margin-top: -10px; } }
@media screen and (min-width: 992px) {
      .modal .modal__title {
        margin-bottom: 35px; }
        .modal .modal__title + .modal__info {
          margin-top: -25px; } }
@media screen and (min-width: 768px) {
  .lost-password .submit-row .btn {
    min-width: 180px; } }
.modal__info {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 16px; }
@media screen and (min-width: 768px) {
    .modal__info {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 20px; } }
@media screen and (min-width: 992px) {
    .modal__info {
      margin-bottom: 35px; } }
.submit-row__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.submit-row__left .submit-row__text {
  line-height: 16px; }
@media screen and (min-width: 768px) {
    .submit-row__left .submit-row__text {
      line-height: 20px; } }
.modal__form-definition {
  padding-top: 23px;
  font-size: 12px;
  line-height: 15px; }
.modal__form-definition p {
    margin: 0; }
.modal__form-definition a {
    color: #55496f;
    text-decoration: underline; }
.modal__form-definition a:hover {
      text-decoration: none; }
.submit-row__left .modal__form-definition {
    padding: 0; }
.ico-arrow-left-green-big {
  background-image: url(../images/sprite-icons.png);
  background-position: 0px 0px;
  width: 12px;
  height: 21px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-arrow-left-green-big {
      background-image: url(../images/sprite-icons@2x.png);
      background-size: 12px 21px; } }
.svg-sprite {
  display: none; }
svg {
  -moz-transform: scale(1); }
.icon-group {
  display: flex;
  align-items: center;
  font-size: inherit; }
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
button[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
.btn {
  display: inline-block;
  height: 30px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle; }
.btn:focus {
    outline: 0; }
.btn--dark {
    background-color: #000; }

.btn--secondary {
    background-color: #c3a8ff; }
.btn--light {
    border: 1px solid #b8b8b8;
    background: none;
    color: #000; }
.btn--big {
    height: 30px; }
@media screen and (min-width: 768px) {
      .btn--big {
        height: 36px; } }
@media screen and (min-width: 992px) {
      .btn--big {
        height: 44px; } }
.btn--square {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    padding: 0;
    line-height: 34px;
    text-align: center; }
.btn--square.btn--big {
      width: 30px;
      height: 30px; }
@media screen and (min-width: 768px) {
        .btn--square.btn--big {
          width: 36px;
          height: 36px; } }
@media screen and (min-width: 992px) {
        .btn--square.btn--big {
          width: 44px;
          height: 44px; } }
@media screen and (max-width: 767px) {
    .btn--text {
      min-width: 60px;
      padding: 0 5px;
      font-size: 12px; } }
@media screen and (min-width: 768px) {
    .btn--text {
      padding: 0 10px; } }
@media screen and (min-width: 1200px) {
    .btn--text {
      font-size: 14px; } }
.btn--text-primary {
    color: #55496f; }
.btn--full {
    width: 100%; }
.btn .ico {
    font-size: 16px;
    fill: #fff; }
.btn--social {
    margin: 0 auto; }
.btn--social .ico {
      display: inline-block;
      margin-top: -3px;
      margin-right: 10px;
      font-size: 18px;
      vertical-align: middle; }
.btn--social-blue {
    background-color: #3b5998; }
.btn--social-light-blue {
    background-color: #1da1f2; }
@media screen and (min-width: 1200px) {
    .btn {
      height: 34px;
      font-size: 14px;
      line-height: 34px; } }
.input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  line-height: 30px; }
@media screen and (min-width: 1200px) {
    .input {
      height: 34px;
      font-size: 16px;
      line-height: 34px; } }
.input--big {
    height: 30px;
    padding: 0 10px;
    line-height: 30px; }
@media screen and (min-width: 768px) {
      .input--big {
        height: 36px;
        line-height: 36px; } }
@media screen and (min-width: 992px) {
      .input--big {
        height: 44px;
        line-height: 44px; } }
.input--with-border {
    height: 30px;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    line-height: 30px; }
.input:focus {
    outline: 0; }
.input::-webkit-input-placeholder {
    color: #9e9e9e;
    font-style: italic; }
.input:-ms-input-placeholder {
    color: #9e9e9e;
    font-style: italic; }
.input::placeholder {
    color: #9e9e9e;
    font-style: italic; }
.textarea {
  width: 100%;
  height: 60px;
  padding: 0;
  border: none;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
  overflow: auto;
  resize: none; }
.textarea--with-border {
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8; }
.textarea:focus {
    outline: 0; }
.textarea:-moz-placeholder {
    color: #9e9e9e;
    font-style: italic; }
.textarea::-moz-placeholder {
    color: #9e9e9e;
    font-style: italic;
    opacity: 1; }
.textarea::-webkit-input-placeholder {
    color: #9e9e9e;
    font-style: italic; }
.textarea:-ms-input-placeholder {
    color: #9e9e9e;
    font-style: italic; }
.textarea::-ms-input-placeholder {
    color: #9e9e9e;
    font-style: italic; }
.textarea:-ms-input-placeholder {
    color: #9e9e9e;
    font-style: italic; }
.textarea::placeholder {
    color: #9e9e9e;
    font-style: italic; }
.textarea:focus:-ms-input-placeholder {
    color: transparent; }
.textarea:focus::placeholder {
    color: transparent; }
@media screen and (min-width: 768px) {
    .textarea {
      height: 75px;
      font-size: 13px;
      line-height: 18px; } }
@media screen and (min-width: 992px) {
    .textarea {
      height: 90px;
      font-size: 14px;
      line-height: 20px; } }
.textarea--gray {
  width: 100%;
  padding: 7px 12px;
  border-radius: 4px;
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  overflow: auto;
  resize: none; }
.select-image {
  position: relative;
  width: 150px;
  margin: 0 auto 50px; }
.select-image--additional {
    margin-bottom: 20px; }
.select-image__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 10; }
.select-image__image {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%; }
.select-image--additional .select-image__image {
    width: 150px;
    height: 150px;
    margin: 0 auto; }
.select-image__text {
  display: block;
  color: #757575;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration: underline; }
.select-image:hover .select-image__text {
    text-decoration: none; }
.select-image--additional .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 37px;
  transform: translate(-50%, -50%);
  font-size: 37px;
  line-height: 37px;
  cursor: pointer;
  z-index: 5;
  fill: #55496f; }
.select-image--checked .ico {
  display: none; }
.form {
  position: relative; }
.form .input--with-border {
    padding: 6px 0 7px;
    line-height: 16px; }
.form--profile {
  padding: 0 0 25px; }
.form--dashboard {
  position: relative; }
.form__title {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px; }
.form__title--medium-indent {
    margin: 0 0 34px; }
.form--dashboard .form__title {
    margin: 0 0 7px;
    color: #000;
    font-size: 24px;
    line-height: 31px;
    text-align: center; }
.form__subtitle {
  margin: 0 0 34px;
  color: #757575;
  font-size: 14px;
  line-height: 18px; }
.form--dashboard .form__subtitle {
    margin: 0 0 16px;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 20px;
    text-align: center; }
.form__row {
  margin: 0 0 35px;
  overflow: hidden; }
.form__row--small-indent {
    margin: 0 0 17px; }
.form__row--large-indent {
    margin: 0 0 74px; }
.form__col {
  margin: 35px 0 0; }
.form__col:first-child {
    margin: 0; }
@media screen and (min-width: 768px) {
    .form__col {
      width: calc(50% - 18px);
      margin: 0 0 0 36px;
      float: left; } }
.form__row-depiction {
  display: block;
  padding-top: 1px;
  color: #757575;
  font-size: 12px;
  line-height: 15px; }
.add-link {
  display: inline-block;
  margin: 0 0 50px;
  color: #55496f;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  vertical-align: top; }
.add-link--small-indent {
    margin: 0 0 26px; }
.social-buttons {
  max-width: 560px;
  margin: 0 auto 20px;
  text-align: center; }
.social-buttons .btn {
    min-width: 260px;
    margin: 0 8px 20px; }
.form__btns {
  text-align: center; }
.form__btns--medium-indent {
    margin: 0 0 50px; }
.form__btn {
  height: 34px;
  line-height: 34px; }
.form--profile .form__btn {
    min-width: 150px; }
.form__holder {
  margin: 0 0 43px; }
.form__holder--small-indent {
    margin: 0 0 13px; }
.form__text {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 30px; }
.form__info {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 18px; }
.form__info .ico {
    width: 16px;
    height: 16px;
    margin: 1px 7px 0 0;
    font-size: 16px;
    vertical-align: top; }
.comments-form {
  position: relative; }
.comments-form__textarea {
  height: 100px;
  margin: 0 0 10px; }
.icon-groups-vertical-section {
  display: flex;
  flex-direction: row;
  /* vertical-align: bottom; */
  justify-content: space-between; }
.input-addon {
  display: flex;
  overflow: hidden; }
.input-addon .input {
    flex: 1 1 auto;
    width: auto;
    border-radius: 3px 0 0 3px; }
.input-addon .btn {
    border-radius: 0 3px 3px 0; }
.heading {
  position: relative;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1;
  display:flex;
        overflow: auto;
border-bottom:1px #5a4470 solid;
text-transform:uppercase;
}
.heading .ico {
    margin-top: -1px;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: middle;
    fill: #fff; }
@media screen and (min-width: 480px) {
      .heading .ico {
        margin-left: 10px;
        font-size: 14px; } }
@media screen and (min-width: 992px) {
      .heading .ico {
        font-size: 16px; } }
@media screen and (min-width: 480px) {
    .heading {
      font-size: 12px; } }
@media screen and (min-width: 768px) {
    .heading {
      margin-bottom: 15px; } }
@media screen and (min-width: 992px) {
    .heading {
      margin-bottom: 20px;
      font-size: 14px; 
    } }
.heading__text {
    display: inline-block;
    padding: 3px 8px;
    background-color: #55496f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    overflow: auto;
}

@media screen and (min-width: 992px) {
    .heading__text {
      font-size: 14px;
    } }
.no-content {
  text-align: center; }
.no-content .ico {
    margin-bottom: 5px;
    font-size: 15px;
    fill: #ffffff; }
@media screen and (min-width: 768px) {
      .no-content .ico {
        margin-bottom: 10px;
        font-size: 19px; } }
.no-content--big .ico {
    margin: 10px 0;
    font-size: 18px; }
@media screen and (min-width: 992px) {
      .no-content--big .ico {
        margin: 12px 0;
        font-size: 25px; } }
@media screen and (min-width: 1200px) {
      .no-content--big .ico {
        margin: 20px 0;
        font-size: 33px; } }
.no-content--big .no-content__text {
    font-size: 13px; }
@media screen and (min-width: 992px) {
      .no-content--big .no-content__text {
        font-size: 14px; } }
.no-content--grey .no-content__text {
    max-width: 100%;
    color: #000; }
.no-content__text {
  max-width: 150px;
  margin: 0 auto;
  color: #ff004b;
  font-size: 12px;
  line-height: 14px; }
.svg-circle {
  fill: #ff004b; }
.svg-circle-grey {
  fill: #c2c2c2; }
.rate {
  display: flex;
  justify-content: space-between;
  max-width: 100px;
  margin-bottom: 5px;
  cursor: pointer;
  overflow: hidden;
  fill: #c2c2c2; }
@media screen and (min-width: 480px) {
    .rate {
      margin: 0 auto 5px; } }
.rate:hover {
    fill: #c3a8ff; }
@media screen and (min-width: 768px) {
    .rate {
      max-width: 120px; } }
@media screen and (min-width: 1200px) {
    .rate {
      margin-bottom: 15px; } }
.rate-item {
  margin-right: 5px;
  cursor: pointer; }
.rate-item:last-child {
    margin-right: 0; }
.rate-item .ico {
    font-size: 15px; }
@media screen and (min-width: 992px) {
      .rate-item .ico {
        font-size: 19px; } }
.rate-item:hover ~ .rate-item {
  fill: #c2c2c2; }
.choice {
  padding-bottom: 5px; }
.choice__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 0;
  line-height: 18px;
  text-align: center;
  color: #4f4f4f;}
@media screen and (min-width: 480px) {
    .choice__title {
      font-size: 16px; } }
@media screen and (min-width: 992px) {
    .choice__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 20px;
    color: #4f4f4f; } }
.choice__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 130px;
  margin: 0 auto; }
@media screen and (min-width: 480px) {
    .choice__wrap {
      max-width: 144px; } }
@media screen and (min-width: 992px) {
    .choice__wrap {
      max-width: 165px; } }
.choice__link {
  display: block;
  text-decoration: none; }
.choice__img {
  width: 35px;
  margin: 0 auto 5px; }
@media screen and (min-width: 480px) {
    .choice__img {
      width: 44px; } }
@media screen and (min-width: 992px) {
    .choice__img {
      width: 50px;
      margin: 0 auto 10px; } }
@media screen and (min-width: 1200px) {
    .choice__img {
      width: auto; } }
.choice__text {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 600; }
@media screen and (min-width: 480px) {
    .choice__text {
      font-size: 13px; } }
@media screen and (min-width: 992px) {
    .choice__text {
      font-size: 14px; } }
.submit-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3px; }
.submit-row__text {
  margin-right: 20px;
  padding: 0;
  border: none;
  outline: none;
  background: #fff;
  color: #55496f;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer; }
@media screen and (min-width: 768px) {
    .submit-row__text {
      font-size: 13px; } }
@media screen and (min-width: 992px) {
    .submit-row__text {
      font-size: 14px; } }
.review-sent {
  padding: 0 12.9%;
  text-align: center; }
@media screen and (max-width: 767px) {
    .review-sent .btn {
      font-size: 11px; } }
.review-sent__title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase; }
@media screen and (min-width: 768px) {
    .review-sent__title {
      margin-bottom: 15px;
      font-size: 13px; } }
@media screen and (min-width: 992px) {
    .review-sent__title {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 16px; } }
.review-sent__text {
  margin-bottom: 5px;
  color: #757575;
  font-size: 12px;
  line-height: 14px; }
@media screen and (min-width: 768px) {
    .review-sent__text {
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 16px; } }
@media screen and (min-width: 992px) {
    .review-sent__text {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 20px; } }
.review-sent__link {
  display: inline-block;
  color: #55496f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }
@media screen and (min-width: 768px) {
    .review-sent__link {
      font-size: 13px; } }
@media screen and (min-width: 992px) {
    .review-sent__link {
      font-size: 14px; } }
.review-sent__row {
  margin-bottom: 15px; }
.review-sent__row .ico {
    font-size: 15px; }
@media screen and (min-width: 992px) {
      .review-sent__row .ico {
        font-size: 20px; } }
.check {
  display: block;
  width: 7px;
  height: 15px;
  margin: 0 auto 10px;
  transform: rotate(45deg);
  border: solid #00a623;
  border-width: 0 3px 3px 0;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }
@media screen and (min-width: 992px) {
    .check {
      width: 11px;
      height: 20px;
      margin: 0 auto 20px;
      border-width: 0 4px 4px 0; } }
.podcast {
  position: relative;
  height: 270px;
  margin: 0 0 50px; }
@media screen and (min-width: 480px) {
    .podcast {
      height: auto; } }
.podcast__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translate(-50%, 0); }
@media screen and (min-width: 480px) {
    .podcast__img {
      display: block;
      position: static;
      width: 100%;
      height: auto;
      transform: translate(0, 0); } }
.podcast__info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 458px;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
.podcast__info .ico {
    margin: 0 0 20px;
    font-size: 35px;
    fill: #fff; }
@media screen and (min-width: 480px) {
      .podcast__info .ico {
        font-size: 53px; } }
.podcast__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px; }
@media screen and (min-width: 480px) {
    .podcast__title {
      margin: 0 0 30px;
      font-size: 24px;
      line-height: 31px; } }
.stats-table {
  width: 100%;
  margin: 0 0 50px; }
.stats-table .ico {
    display: inline-block;
    margin: 0 0 5px;
    vertical-align: top; }
.stats-table .ico-headphones {
    width: 43px;
    height: 40px; }
.stats-table .ico-round-plus {
    width: 40px;
    height: 40px; }
.stats-table .ico-eye {
    width: 47px;
    height: 28px; }
.stats-table .ico-percent {
    width: 33px;
    height: 33px; }
.stats-table .ico-fire {
    width: 40px;
    height: 40px; }
.stats-table .ico-snowflake {
    width: 40px;
    height: 40px; }
.stats-table__cell {
  width: 50%;
  padding: 10px 15px 15px;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  text-align: center;
  vertical-align: top; }
.stats-table__cell:first-child {
    border-left: 0; }
.stats-table__row:first-child .stats-table__cell {
  border-top: 0; }
.stats-table__quantity {
  display: block;
  height: 31px;
  font-size: 24px; }
.stats-table__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }
.reviews {
  position: relative;
  padding: 0 0 15px; }
.reviews__item {
    margin: 0 0 10px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;}
.reviews__item:hover {
    box-shadow: 0 30px 50px rgba(0,0,0,0.15);
    z-index: 1;}
.reviews__item p {
    margin: 0 0 10px; }
.reviews__item-one {
    margin: 0 0 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    width: 30%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 500px;
}
.reviews__item-one p {
    margin: 0 0 10px; }
.reviews__info {
  margin: 0 0 20px; }
.reviews__photo {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 6px 0 0;
  vertical-align: middle; }
.reviews__data {
  display: inline-block;
  vertical-align: middle; }
.reviews__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }
.reviews__date {
  display: block;
  color: #b9b9b9;
  font-size: 12px;
  line-height: 15px; }
.reviews__description {
  color: #554b71;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase; }
.pagination {
  display: flex;
  justify-content: center; }

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: flex-end;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  transform: translate(-50%, -50%);
  cursor: pointer; }
.comments__img-holder:hover .loader,
  .comments__img-holder:active .loader,
  .comments__img-holder:focus .loader {
    display: flex; }
.comments__img-holder-widget:hover .loader,
  .comments__img-holder-widget:active .loader,
  .comments__img-holder-widget:focus .loader {
    display: flex; }
.loader__item {
  width: 8px;
  border-radius: 3px;
  background: #fff; }
.loader__item:nth-child(1) {
    height: 8px;
    animation: loader-item01 .7s infinite ease-in-out; }
.loader__item:nth-child(2) {
    height: 0px;
    animation: loader-item02 .7s infinite ease-in-out; }
.loader__item:nth-child(3) {
    height: 16px;
    animation: loader-item03 .7s infinite ease-in-out; }
@keyframes loader-item01 {
  from {
    height: 8px; }
  20% {
    height: 16px; }
  40% {
    height: 24px; }
  60% {
    height: 16px; }
  80% {
    height: 8px; }
  to {
    height: 0px; } }
@keyframes loader-item02 {
  from {
    height: 0px; }
  20% {
    height: 8px; }
  40% {
    height: 16px; }
  60% {
    height: 24px; }
  80% {
    height: 16px; }
  to {
    height: 8px; } }
@keyframes loader-item03 {
  from {
    height: 16px; }
  20% {
    height: 24px; }
  40% {
    height: 16px; }
  60% {
    height: 8px; }
  80% {
    height: 0px; }
  to {
    height: 8px; } }
.logo {
  display: inline-block; }
.logo .ico-logo {
    font-size: 46px;
    fill: #fff; }
@media screen and (min-width: 480px) {
      .logo .ico-logo {
        font-size: 50px; } }
@media screen and (min-width: 992px) {
      .logo .ico-logo {
        font-size: 55px; } }
@media screen and (min-width: 1200px) {
      .logo .ico-logo {
        font-size: 63px; } }
.logo__link {
  text-decoration: none; }
.user-panel {
  display: flex;
  align-items: center; }
.user-panel__review {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 5px;
  padding: 5px;
  color: #333;
  cursor: pointer; }
.user-panel__review .ico {
    margin-right: 5px;
    font-size: 10px;
    fill: #c3a8ff; }
@media screen and (min-width: 992px) {
      .user-panel__review .ico {
        margin-right: 0px;
        font-size: 12px; } }
@media screen and (min-width: 992px) {
      .user-panel__review .ico {
        margin-right: 5px;
        font-size: 15px; } }
.user-panel__review .user-panel__text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
@media screen and (min-width: 992px) {
      .user-panel__review .user-panel__text {
        font-size: 14px; } }
@media screen and (min-width: 992px) {
    .user-panel__review {
      margin-right: 15px;
      padding: 10px; } }
.user-panel__drop-button {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 8px;
  cursor: pointer; }
.user-panel__drop-button:hover {
    background-color: #424242; }
@media screen and (min-width: 992px) {
    .user-panel__drop-button {
      padding: 8px 10px; } }
.user-panel .open {
  position: relative; }
.user-panel .open .user-panel__drop-button {
    background-color: #424242; }
.user-panel .open .dropdown-menu {
    display: block; }
.user-panel .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 140px;
  margin: 0;
  padding: 15px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
  z-index: 1000;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175); }
@media screen and (min-width: 992px) {
    .user-panel .dropdown-menu {
      min-width: 160px;
      padding: 15px;
      padding: 20px 30px; } }
.dropdown-menu__item {
  margin-bottom: 10px;
  transition: color ease 0.3s;
  color: #55496f;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase; }
.dropdown-menu__item:last-child {
    margin-bottom: 0; }
.dropdown-menu__item:hover {
    color: #c3a8ff; }
@media screen and (min-width: 992px) {
    .dropdown-menu__item {
      margin-bottom: 19px;
      font-size: 14px; } }
.user-preview {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden; }
@media screen and (min-width: 992px) {
    .user-preview {
      width: 27px;
      height: 27px;
      margin-right: 8px; } }
@media screen and (min-width: 992px) {
    .user-preview {
      width: 34px;
      height: 34px;
      margin-right: 11px; } }
.auth-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 105px;
  margin-left: 30px; }
@media screen and (min-width: 768px) {
    .auth-panel {
      width: 120px; } }
@media screen and (min-width: 992px) {
    .auth-panel {
      width: 152px;
      margin-left: 50px; } }
.auth-panel__item {
  padding: 10px 5px; }
@media screen and (min-width: 992px) {
    .auth-panel__item {
      padding: 17px 10px; } }
.auth-panel__link {
  color: #832cc1;
  font-size: 16px;
  font-weight:bold;}
@media screen and (min-width: 768px) {
    .auth-panel__link {
      font-size: 16px; } }
@media screen and (min-width: 992px) {
    .auth-panel__link {
      font-size: 16px; } }
.hamburger {
  position: absolute;
  top: 17px;
  transform: translateY(-50%);
  cursor: pointer; }
.hamburger .ico {
    font-size: 25px;
    fill: #333; }
@media screen and (min-width: 480px) {
      .hamburger .ico {
        font-size: 28px; } }
.subscribe {
  margin: 0 auto 15px;
  padding: 20px;
  background-color: #c3a8ff; }
@media screen and (min-width: 768px) {
    .subscribe {
      padding: 15px; } }
@media screen and (min-width: 992px) {
    .subscribe {
      margin: 0 auto 20px;
      padding: 25px 20px; } }
.subscribe .input-addon {
    max-width: 350px;
    margin: 0 auto; }
@media screen and (min-width: 768px) {
      .subscribe .input-addon .input {
        max-width: 195px;
        padding: 0 20px; } }
.subscribe__text {
  max-width: 250px;
  margin: 0 auto 10px;
  color: #55496f;
  font-size: 13px;
  line-height: 16px;
  text-align: center; }
@media screen and (min-width: 992px) {
    .subscribe__text {
      font-size: 14px; } }
@media screen and (min-width: 1200px) {
    .subscribe__text {
      margin: 0 auto 26px;
      font-size: 16px;
      line-height: 20px; } }
.banner {
  width: 240px;
  margin: 0 auto 15px; }
@media screen and (min-width: 992px) {
    .banner {
      margin: 0 auto 25px; } }
.post-inner {
  padding-bottom: 3.5%; }
@media screen and (min-width: 768px) {
    .post-inner {
      padding-bottom: 5%; } }
@media screen and (min-width: 992px) {
    .post-inner {
      padding-bottom: 6%; } }
@media screen and (min-width: 1200px) {
    .post-inner {
      padding-bottom: 7.2%; } }
@media screen and (max-width: 479px) {
    .post-inner {
      flex-wrap: wrap; } }
.post__preview {
  width: 100px;
  min-width: 100px;
  margin-right: 6px;
  float:left;}

@media screen and (min-width: 768px) {
    .post__preview {
      width: 78px;
      min-width: 78px; } }
@media screen and (min-width: 992px) {
    .post__preview {
      width: 130px;
      min-width: 100px;
      margin-right: 10px; } }
@media screen and (min-width: 1200px) {
    .post__preview {
      width: 154px;
      min-width: 154px; } }
.post-info {
  position: relative;
  flex: 0 1 100%;
  height:100px;}
@media screen and (min-width: 480px) {
    .post-info {
      padding-right: 8px;
      border-right: 1px solid #d8d8d8; 
        height:110px;
    } }
@media screen and (min-width: 992px) {
    .post-info {
      padding-right: 12px; 
        height:110px;
    } }
@media screen and (min-width: 1200px) {
    .post-info {
      padding-right: 30px; 
        height:110px;
    } }
@media screen and (max-width: 479px) {
    .post-info {
      order: 3; 
        height:110px;
    } }
@media screen and (min-width: 768px) {
  .post-info__list {
    margin: 0 0 10px; } }
@media screen and (min-width: 992px) {
  .post-info__list {
    margin: 0; } }
.post-info__title {
  margin-bottom: 3px;
  color: #55496f;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px; }
@media screen and (min-width: 992px) {
    .post-info__title {
      font-size: 16px; } }
@media screen and (min-width: 1200px) {
    .post-info__title {
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 24px; } }
.post-info__item {
  display: flex;
  font-size: 12px;
  line-height: 16px; }
@media screen and (min-width: 992px) {
    .post-info__item {
      font-size: 13px;
      line-height: 22px; } }
@media screen and (min-width: 1200px) {
    .post-info__item {
      font-size: 14px;
      line-height: 26px; } }
.post-info__label {
  width: 97px;
  max-width: 97px;
  color: #333; }
.post__slogan {
  color: #ff004b;
  font-size: 12px;
  line-height: 18px; }
.post__slogan span {
    font-weight: 600;
    text-transform: uppercase; }
@media screen and (min-width: 992px) {
    .post__slogan {
      margin-left: 97px; } }
@media screen and (min-width: 1200px) {
    .post__slogan {
      margin-left: 97px; } }
.label-box {
  display: flex;
  position: absolute;
  top: 2px;
  right: 10px; }
@media screen and (min-width: 768px) {
    .label-box {
      position: static;
      right: 20px; } }
@media screen and (min-width: 992px) {
    .label-box {
      position: absolute;
      right: 32px; } }
.label-box__ico {
  margin-right: 7px; }
.label-box__ico .ico {
    font-size: 18px;
    fill: #fff; }
@media screen and (min-width: 992px) {
      .label-box__ico .ico {
        font-size: 25px; } }
@media screen and (min-width: 1200px) {
      .label-box__ico .ico {
        font-size: 33px; } }
@media screen and (min-width: 480px) {
    .label-box__ico {
      margin-right: 12px; } }
.label-box__per {
  color: #333;
  font-size: 18px;
  font-weight: 600; }
@media screen and (min-width: 992px) {
    .label-box__per {
      font-size: 20px; } }
@media screen and (min-width: 1200px) {
    .label-box__per {
      font-size: 24px; } }
.label-box__badge {
  color: #757575;
  font-size: 12px;
  font-weight: 600; }
@media screen and (min-width: 992px) {
    .label-box__badge {
      font-size: 13px; } }
@media screen and (min-width: 1200px) {
    .label-box__badge {
      font-size: 14px; } }
.post-specifications {
  padding: 0 7px; }
@media screen and (min-width: 480px) {
    .post-specifications {
      min-width: 132px;
      max-width: 170px; } }
@media screen and (min-width: 992px) {
    .post-specifications {
      padding: 0 15px; } }
@media screen and (min-width: 1200px) {
    .post-specifications {
      padding: 0 22px; } }
@media screen and (max-width: 479px) {
    .post-specifications {
      order: 2;
      margin-bottom: 10px; } }
.rating__title {
  margin-bottom: 5px;
  color: #757575;
  font-size: 13px;
  line-height: 16px; }
@media screen and (min-width: 480px) {
    .rating__title {
      line-height: 20px;
      text-align: center; } }
@media screen and (min-width: 1200px) {
    .rating__title {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 24px; } }
.post-specifications__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
@media screen and (min-width: 992px) {
    .post-specifications__list {
      margin-bottom: 15px; } }
@media screen and (min-width: 1200px) {
    .post-specifications__list {
      margin-bottom: 20px; } }
.post-specifications__item {
  display: flex;
  font-size: 13px;
  line-height: 16px; }
@media screen and (min-width: 480px) {
    .post-specifications__item {
      -ms-grid-row-align: center;
          align-self: center; } }
@media screen and (min-width: 992px) {
    .post-specifications__item {
      font-size: 14px;
      line-height: 20px; } }
.post-specifications__label {
  width: 78px;
  color: #757575; }
.post-specifications__link {
  display: inline-block;
  color: #000;
  font-size: 12px;
  text-decoration: underline; }
.post-specifications__link:hover {
    text-decoration: none; }
@media screen and (min-width: 480px) {
    .post-specifications__link {
      text-align: center; } }
.opinion {
  padding-bottom: 3.5%; }
@media screen and (min-width: 768px) {
    .opinion {
      padding-bottom: 5%; } }
@media screen and (min-width: 992px) {
    .opinion {
      padding-bottom: 6%; } }
@media screen and (min-width: 1200px) {
    .opinion {
      padding: 20px;
    border-bottom: 1px dashed #ddd;
	    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: -30px; } }
.reviews .no-content {
  padding-bottom: 3.5%; }
@media screen and (min-width: 768px) {
    .reviews .no-content {
      padding-bottom: 5%; } }
@media screen and (min-width: 992px) {
    .reviews .no-content {
      padding-bottom: 6%; } }
@media screen and (min-width: 1200px) {
    .reviews .no-content {
      padding-bottom: 7.2%; } }
.reviews__text {
  padding-bottom: 15px;
border-bottom: 1px dashed #ddd;
  font-size: 13px;
  text-align: center; }
@media screen and (min-width: 992px) {
    .reviews__text {
      padding-bottom: 20px;
      font-size: 14px; } }
.reviews__link {
  color: #55496f;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }
.content-block {
  padding-bottom: 3.5%; }
@media screen and (min-width: 768px) {
    .content-block {
      padding-bottom: 5%; } }
@media screen and (min-width: 992px) {
    .content-block {
      padding-bottom: 6%; } }
@media screen and (min-width: 1200px) {
    .content-block {
      padding-bottom: 7.2%; } }
.footer-menu {
  display: flex;
  position: relative;
  flex: 0 1 100%;
  padding: 15px 0;
  background-color: #2d2d2d; }
.footer-menu:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 9999px;
    height: 100%;
    background-color: #2d2d2d;
    content: ""; }
.footer-menu .ico {
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .footer-menu:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 9999px;
      height: 100%;
      background-color: #2d2d2d;
      content: ""; } }
@media screen and (min-width: 768px) {
    .footer-menu {
      max-width: 600px;
      padding: 20px 0; } }
@media screen and (min-width: 992px) {
    .footer-menu {
      max-width: 760px;
      padding: 35px 0; } }
@media screen and (min-width: 1200px) {
    .footer-menu {
      padding: 50px 0; } }
@media screen and (max-width: 479px) {
    .footer-menu {
      flex-wrap: wrap; } }
.footer-menu__heading {
  margin-bottom: 8px;
  color: #c3a8ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase; }
@media screen and (min-width: 480px) {
    .footer-menu__heading {
      margin-bottom: 12px;
      line-height: 16px; } }
@media screen and (min-width: 992px) {
    .footer-menu__heading {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 19px; } }
.footer-menu__item {
  width: 50%; }
.footer-menu__item .ico {
    font-size: 18px;
    fill: #fff; }
@media screen and (min-width: 768px) {
      .footer-menu__item .ico {
        font-size: 22px; } }
@media screen and (min-width: 992px) {
      .footer-menu__item .ico {
        font-size: 30px; } }
.footer-menu__item .icon-group > * {
    margin-right: 15px; }
.footer-menu__item .icon-group > *:last-child {
      margin-right: 0; }
@media screen and (min-width: 480px) {
    .footer-menu__item {
      width: 33.33%; }
      .footer-menu__item:nth-child(2) {
        width: 38%; }
      .footer-menu__item:nth-child(3) {
        width: 28.67%; } }
@media screen and (min-width: 768px) {
    .footer-menu__item {
      min-width: 166px;
      margin-right: 6%; } }
@media screen and (min-width: 992px) {
    .footer-menu__item {
      min-width: 175px;
      margin-right: 12%; } }
@media screen and (min-width: 1200px) {
    .footer-menu__item {
      margin-right: 15%; } }
@media screen and (max-width: 479px) {
    .footer-menu__item {
      margin-bottom: 12px; }
      .footer-menu__item:last-child {
        margin-bottom: 0; } }
.footer-nav__item {
  margin-bottom: 5px; }
.footer-nav__item:last-child {
    margin-bottom: 0; }
@media screen and (min-width: 480px) {
    .footer-nav__item {
      margin-bottom: 10px; } }
@media screen and (min-width: 768px) {
    .footer-nav__item {
      margin-bottom: 12px; } }
.footer-nav__link {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none; }
@media screen and (min-width: 480px) {
    .footer-nav__link {
      font-size: 13px;
      line-height: 20px; } }
@media screen and (min-width: 992px) {
    .footer-nav__link {
      font-size: 14px;
      line-height: 24px; } }
.footer-form {
  position: relative;
  flex: 0 1 100%;
  padding: 15px 0;
  background-color: #55496f; }
.footer-form:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background-color: #55496f;
    content: ""; }
.footer-form .input-addon {
    max-width: 350px;
    margin: 0 auto; }
@media screen and (min-width: 768px) {
      .footer-form .input-addon .input {
        max-width: 125px;
        padding: 0 20px; } }
@media screen and (min-width: 992px) {
      .footer-form .input-addon .input {
        max-width: 167px; } }
@media screen and (max-width: 767px) {
    .footer-form {
      text-align: center; }
      .footer-form:before {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 9999px;
        height: 100%;
        background-color: #55496f;
        content: ""; } }
@media screen and (min-width: 768px) {
    .footer-form {
      max-width: 241px;
      padding: 20px 0 20px 3%; } }
@media screen and (min-width: 992px) {
    .footer-form {
      max-width: 310px;
      padding: 35px 0 35px 4%; } }
@media screen and (min-width: 1200px) {
    .footer-form {
      padding: 50px 0 50px 54px; } }
.footer-form__heading {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase; }
@media screen and (min-width: 480px) {
    .footer-form__heading {
      margin-bottom: 12px;
      line-height: 16px; } }
@media screen and (min-width: 992px) {
    .footer-form__heading {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 19px; } }
.footer-form__info {
  margin-bottom: 15px;
  color: #fff;
  line-height: 18px; }
.footer-form__row {
  display: block; }
.slider {
  position: relative;
  padding: 20px 0 25px; }
.slider__list {
  position: relative;
  overflow: hidden; }
.slider__list-item {
  display: none;
  position: relative;
  height: 200px; }
@media screen and (min-width: 480px) {
    .slider__list-item {
      height: auto; } }
.slider__list-item--active {
  display: block; }
.slider__list-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translate(-50%, 0); }
@media screen and (min-width: 480px) {
    .slider__list-img {
      display: block;
      position: static;
      width: 100%;
      height: auto;
      transform: translate(0, 0); } }
.slider__list-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 11px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: right; }
@media screen and (min-width: 768px) {
    .slider__list-info {
      display: flex;
      align-items: center;
      max-width: 550px; } }
.slider__list-title {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  text-align: left; }
@media screen and (min-width: 768px) {
    .slider__list-title {
      margin: 0 20px 0 0;
      font-size: 16px;
      line-height: 25px; } }
@media screen and (max-width: 400px) {
    .slider__list-title {
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    width: 64%;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    float: left;} }
.slider__list-subtitle {
  position: absolute;
  bottom: 100%;
  left: 0;
  max-width: 100%;
  padding: 3px 10px;
  background: #55496f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px; }
@media screen and (min-width: 768px) {
  .slider__list-btn {
    white-space: nowrap; } }
.slider__switcher {
  padding-top: 10px;
  font-size: 7px;
  line-height: 7px;
  text-align: center; }
.slider__switcher-item {
  display: inline-block;
  padding: 0 3px;
  vertical-align: top; }
.slider__switcher-link {
  display: block;
  width: 7px;
  height: 7px;
  transition: all .25s linear 0s;
  border-radius: 50%;
  background: #e3e2e2;
  text-indent: -9999px;
  overflow: hidden; }
.slider__switcher-link:hover,
  .slider__switcher-item--active .slider__switcher-link {
    background: #554b71; }
.background-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 1; }
.background-image:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 250px;
    background-image: linear-gradient(to bottom, transparent, #000);
    content: "";
    z-index: 1; }
.background-image__img {
  display: block;
  width: 100%;
  height: auto; }
.tab-list {
  display: flex;
  margin: 0 0 20px;
  border-bottom: 1px solid #55496f; }
.tab-list__link {
  display: block;
  padding: 8px 10px 7px;
  color: #55496f;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase; }
@media screen and (min-width: 768px) {
    .tab-list__link {
      font-size: 14px; } }
.tab-list__item.active .tab-list__link {
    background: #55496f;
    color: #fff; }
.tabs {
  position: relative; }
.tab {
  display: none; }
.tab.active {
    display: block; }
.check-list {
  position: fixed;
  top: 187px;
  right: -130px;
  width: 210px;
  padding: 20px 30px 20px 20px;
  transition: all .25s linear 0s;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 25; }
.check-list:hover {
    right: -10px; }
.check-list:hover .check-list__text {
      opacity: 1; }
@media only screen and (max-width: 1350px) {
    .check-list {
      display: none; } }
.check-list__item {
  display: flex;
  align-items: center;
  margin-top: 10px; }
.check-list__item .ico {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 40px;
    line-height: 40px;
    fill: #d8d8d8; }
.check-list__item:first-child {
    margin-top: 0; }
.check-list__item--checked .ico {
    fill: #c3a8ff; }
.check-list__text {
  display: block;
  margin: 0 0 0 16px;
  transition: all .25s linear 0s;
  color: #55496f;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  opacity: 0; }
.check-list__item--checked .check-list__text {
    color: #d8d8d8;
    text-decoration: line-through; }
.result {
  position: relative; }

.comments {
  margin: 20px 0 30px; }
.comments__item {
  display: flex;
  flex-direction: column;
  padding: 0px 0 20px;
  border-bottom: 1px solid #b8b8b8; }
@media screen and (min-width: 768px) {
    .comments__item {
      flex-direction: row; } }
.comments__info {
  -ms-grid-row-align: center;
      align-self: center;
  width: 96px;
  min-width: 96px;
  margin: 0 0 25px;
  text-align: center; }
@media screen and (min-width: 992px) {
    .comments__info {
      -ms-grid-row-align: auto;
          align-self: auto;
      margin: 0 17px 25px 0; } }
.comments__img-holder {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 9px; }
.comments__img-holder-widget {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0px 10px 0px 0px; 
    float:left;
}
.comments__img-holder-widget-sidebar{
 position: relative;
    width: 10%;
    height: 10%;
    margin: 0px 10px 0px 0px;
    float: left;}
.comments__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden; }
.comments__name {
  display: block;
  margin: 0 0 3px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }
.comments__date {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 18px; }
.comments__data {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 18px; }
.comments__data p {
    margin: 0 0 15px; }
.comments__title {
  display: block;
  margin: 0 0 5px;
  color: #4f4f4f;
  font-size: 20px;
  line-height: 25px;
  font-weight:bold;}
.comments__holder {
  display: flex;
  justify-content: space-between; }
.comments__tools,
.comments-buttons {
  display: flex;
  align-items: center; }
.comments__like {
  position: relative;
  width: 24px;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 22px 2px 4px;
  transition: all .15s linear 0s;
  background: #f0f0f0;
  color: #333;
  font-size: 16px;
  line-height: 14px;
  font-weight:bold;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.comments__like:before {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 0;
    height: 0;
    transition: all .15s linear 0s;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #757575;
    border-left: 5px solid transparent;
    content: ""; }
.comments__like:hover, .comments__like--active {
    background: #c3acff;
    color: #fff; }
.comments__like:hover:before, .comments__like--active:before {
      border-bottom-color: #fff; }
.comments__ico {
  display: block;
  width: 40px;
  height: 40px; }
.comments-buttons {
  justify-content: flex-end; }
.comments-buttons .btn {
    margin: 0 0 0 10px; }
.comments__block {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid #b8b8b8; }
.comments__popup-holder {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 0 0 25px;
  transform: translate(-50%, 0); }
.comments__img-holder:hover .comments__popup-holder,
  .comments__img-holder:active .comments__popup-holder,
  .comments__img-holder:focus .comments__popup-holder {
    display: block; }
.comments__img-holder-widget:hover .comments__popup-holder,
  .comments__img-holder-widget:active .comments__popup-holder,
  .comments__img-holder-widget:focus .comments__popup-holder {
    display: block; }
.comments__popup {
  position: relative;
  width: 300px;
  padding: 20px 20px 30px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5); }
.comments__popup:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -14px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    border: 10px solid black;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    content: ""; }
.comments__popup-img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px; }
.comments__popup-title {
  display: block;
  margin: 0 0 8px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }
.comments__popup-subtitle {
  display: block;
  margin: 0 0 30px;
  color: #757575;
  font-size: 14px;
  line-height: 18px; }
.comments__popup-info {
  position: relative;
  margin: 0 -20px 30px;
  padding: 20px;
  background: #f8f8f8;
  color: #333;
  font-size: 14px;
  line-height: 18px; }
.comments__popup-info p {
    margin: 0; }
.comments__popup-ttl {
  display: block;
  margin: 0 0 10px;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }
