@charset "UTF-8";
/* _COLORS */
@import url(../fonts/PTSans_stylesheet.css);
@import url(../fonts/Acrom_stylesheet.css);
@import url(../fonts/Corbel_stylesheet.css);
@import url(../fonts/Sentury-gothic_stylesheet.css);
@import url(../fonts/Roboto_stylesheet.css);
/* _COLORS */
.formLetter {
  max-width: 100%;
  min-width: 420px;
  background: #E3F1FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px !important;
  padding: 40px;
  margin-top: 0 !important;
  max-height: 100% !important;
}
.formLetter .questions {
  font-family: " Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750 !important;
  font-size: 18px;
  line-height: 22px;
  color: #344446;
}
.formLetter p {
  font-family: "Avenir LT Std", sans-serif;
  color: #344446;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}
.formLetter input {
  background: #FFFFFF;
  border-radius: 7px;
  border: none;
  width: 100%;
  padding-left: 15px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}
.formLetter .name {
  height: 48px;
  font-family: "Century Gothic", sans-serif;
}
.formLetter .contacts {
  font-size: 14px;
  line-height: 17px;
  font-family: "Century Gothic", sans-serif;
  height: 48px;
}
.formLetter .question {
  font-size: 14px;
  line-height: 17px;
  height: 99px;
  font-family: "Century Gothic", sans-serif;
}
.formLetter #contactform-body {
  resize: none;
  height: 120px;
  border-color: white;
}
.formLetter .letterButton {
  background: #29CF96;
  border-radius: 25px;
  width: 220px;
  height: 48px;
  color: white;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-left: 65px;
}
.formLetter .star_text {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: rgba(52, 68, 70, 0.8);
}
.formLetter .rating-area {
  overflow: hidden;
  width: 220px;
  padding-bottom: 25px;
}
.formLetter .rating-area:not(:checked) > input {
  display: none;
}
.formLetter .rating-area:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  text-shadow: 1px 1px #ffffff;
}
.formLetter .rating-area:not(:checked) > label:before {
  content: "★";
}
.formLetter .rating-area > input:checked ~ label {
  color: #29CF96;
  text-shadow: 1px 1px #29CF96;
}
.formLetter .rating-area:not(:checked) > label:hover,
.formLetter .rating-area:not(:checked) > label:hover ~ label {
  color: #29CF96;
}
.formLetter .rating-area > input:checked + label:hover,
.formLetter .rating-area > input:checked + label:hover ~ label,
.formLetter .rating-area > input:checked ~ label:hover,
.formLetter .rating-area > input:checked ~ label:hover ~ label,
.formLetter .rating-area > label:hover ~ input:checked ~ label {
  color: #29CF96;
  text-shadow: 1px 1px #29CF96;
}
.formLetter .rate-area > label:active {
  position: relative;
}

.sidebar.mobile {
  max-width: 100% !important;
}
.sidebar.mobile .formLetter {
  min-width: auto !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  width: 100% !important;
  display: block !important;
}

#review-text {
  resize: none;
  border-color: white;
  height: 99px;
}

.content-page .item-list .item {
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
.content-page .item-list .item .inner {
  position: relative;
  z-index: 99;
  max-width: 750px;
  height: 100%;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
  background: #FFFFFF;
  border: 2px solid #29CF96;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-left: 40px;
}
.content-page .item-list .item .inner label {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 34px;
  line-height: 41px;
  display: flex;
  align-items: center;
  color: #ffffff;
  width: 17px;
  height: 26px;
  position: absolute;
  padding-top: 70px;
  padding-left: 27px;
}
.content-page .item-list .item .inner img {
  margin-top: 30px;
  width: 75px;
  height: 71px;
}
.content-page .item-list .item .inner .content {
  padding-left: 46px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 99px;
  text-align: justify;
}
.content-page .item-list .item .inner .content .review {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #344446;
  padding-top: 40px;
  word-break: break-word;
}
.content-page .item-list .item .inner .content .name {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  color: #344446;
}
.content-page .item-list .item .inner .content .date {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  padding-bottom: 20px;
  color: rgba(52, 68, 70, 0.8);
}
.content-page .item::before {
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 0;
  visibility: visible;
  background: url(../images/point.svg) 0 0 no-repeat;
}
.content-page .load_more {
  position: relative;
  max-width: 640px;
  border-radius: 25px;
  text-align: left;
  margin-left: 70px;
  padding-top: 98px;
}
.content-page .load_more .btn {
  max-width: 640px;
  background: #E3F1FC;
  color: #344446;
  border: solid 2px #E3F1FC;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
}
.content-page .simple-pager {
  display: none;
}

.formLetter_success {
  max-width: 420px;
  min-width: 420px;
  flex: 0 0 420px;
  background: #E3F1FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 55px 30px 20px;
  align-items: center;
  justify-content: center;
}
.formLetter_success b {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 45px;
}
.formLetter_success hr {
  background: #29CF96;
  width: 150px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.formLetter_success p {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  color: #000000;
}
.formLetter_success img {
  margin-left: 80px;
  padding-bottom: 45px;
}

.btn-success_next {
  font-family: " Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #E3F1FC;
  border-radius: 25px;
  max-width: 640px;
  color: #344446;
}

.next {
  text-align: center;
  padding-top: 80px;
}

.button_formLetter {
  display: none;
}

@media (min-width: 100px) and (max-width: 1360px) {
  .content-page .item-list .item .inner {
    position: relative;
    z-index: 99;
    max-width: 750px;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #29CF96;
    box-sizing: border-box;
    padding-left: 40px;
  }
  .content-page .item-list .item .inner label {
    font-family: "Avenir LT Std", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #ffffff;
    width: 17px;
    height: 26px;
    position: absolute;
    padding-top: 90px;
    padding-left: 20px;
  }
  .content-page .item-list .item .inner img {
    margin-top: 63px;
    width: 55px;
    height: 52px;
  }
  .content-page .item-list .item .inner .content {
    padding-left: 46px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 99px;
    text-align: justify;
  }
  .content-page .item-list .item .inner .content .rewiev {
    font-family: "Century Gothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #344446;
  }
  .content-page .item-list .item .inner .content .name {
    font-family: "Avenir LT Std", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    color: #344446;
  }
  .content-page .item-list .item .inner .content .date {
    font-family: "Avenir LT Std", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    padding-bottom: 20px;
    color: rgba(52, 68, 70, 0.8);
  }

  .formLetter {
    display: none;
    max-width: 100%;
    min-width: 300px !important;
    background: #E3F1FC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px !important;
    padding: 40px;
    margin-top: 120px;
  }

  .button_formLetter {
    display: block;
    background: #E3F1FC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 7px !important;
    width: 100%;
    height: 41px !important;
    font-family: "Avenir LT Std", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 14px;
    align-items: center;
    text-align: center;
    color: #344446;
  }
}
#review-text {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: rgba(52, 68, 70, 0.8);
  padding-left: 15px;
  padding-top: 10px;
}

.modal-body b {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
}
.modal-body hr {
  background: #29CF96;
  width: 150px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.modal-body .success {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  color: #000000;
}
.modal-body img {
  margin-left: 80px;
  padding-bottom: 45px;
}

.modal-content {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .formLetter_success {
    display: none;
  }

  .formLetter {
    display: none;
  }

  .sidebar {
    display: none;
  }
}

/*# sourceMappingURL=review.css.map */
