
.card-reviews-send-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-reviews-send-line {
  height: 1px;
  width: 100%;
  margin-left: 30px;
  background-color: #232428;
}
@media (max-width: 990px) {
  .card-reviews-send-line {
    width: 20%;
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  .card-reviews-send-line {
    width: 5%;
  }
}
.card-reviews-send-line:last-child {
  margin: 0;
  margin-right: 30px;
}
@media (max-width: 990px) {
  .card-reviews-send-line:last-child {
    margin-right: 20px;
  }
}
.card-reviews-send-button {
  width: 60%;
  display: block;
  padding: 16px 0;
  padding-left: 45px;
  padding-right: 68px;
  margin: 0 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #232428;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}
@media (max-width: 990px) {
  .card-reviews-send-button {
    width: 230px;
    padding: 13px 0;
    padding-left: 25px;
    padding-right: 48px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    cursor: default;
  }
}
.card-reviews-send-button:hover,
.card-reviews-send-button:focus {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 20px 35px 0 rgba(35, 36, 40, 0.2);
          box-shadow: 0 20px 35px 0 rgba(35, 36, 40, 0.2);
}
@media (max-width: 768px) {
  .card-reviews-send-button:hover,
  .card-reviews-send-button:focus {
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.card-reviews-send-label {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.card-reviews-send-label::after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../img/pen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -35px;
}
.card-reviews .card-list-sub {
  padding: 30px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 990px) {
  .card-reviews .card-list-sub {
    padding: 20px;
  }
}
.card-reviews .card-item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-reviews .card-item-sub:last-child {
  margin-bottom: 0;
}
.card-reviews-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .card-reviews-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-reviews-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  width: 44px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C2C7D0;
  border-radius: 50%;
  color: #FFF;
}
@media (max-width: 990px) {
  .card-reviews-label {
    display: none;
  }
}
.card-reviews-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .card-reviews-name {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}
.card-reviews-star.star-list {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0 20px;
}
@media (max-width: 576px) {
  .card-reviews-star.star-list {
    margin: 0;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.card-reviews-date {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #AEAEB0;
}
@media (max-width: 576px) {
  .card-reviews-date {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 10px;
  }
}
.card-reviews-number {
  font-size: 18px;
  line-height: 18px;
  color: #232428;
  font-weight: 700;
}
.card-reviews-text {
  margin: 0;
  margin-left: 64px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 990px) {
  .card-reviews-text {
    margin-left: 0;
  }
}

/* form */
.form {
  margin: 0;
  padding: 0;
}
.form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.form label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #232428;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.form input {
  min-height: 45px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid #D8D8DB;
  font-size: 14px;
  line-height: 14px;
  background-color: #F8F8F8;
  color: #232428;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.4s ease-in-out;
}
.form input:focus {
  border: 1px solid #232428;
  transition: all 0.4s ease-in-out;
}
.form input:focus-visible {
  outline: none;
}
.form input.error,
.form textarea.error {
  border: 1px solid #DA1921;
  transition: all 0.4s ease-in-out;
}
.form input.error::-moz-placeholder, .form textarea.error::-moz-placeholder {
  color: #DA1921;
}
.form input.error::placeholder,
.form textarea.error::placeholder {
  color: #DA1921;
}
.form input.error::-webkit-input-placeholder,
.form textarea.error::-webkit-input-placeholder {
  color: #DA1921;
}
.form input.error:-ms-input-placeholder,
.form textarea.error:-ms-input-placeholder {
  color: #DA1921;
}
.form input.error::-moz-placeholder,
.form textarea.error::-moz-placeholder {
  color: #DA1921;
}
.form input[type=checkbox] {
  min-height: auto;
  height: 24px;
  width: 24px;
  padding: 0;
  left: 0;
}
.form input::-webkit-input-placeholder {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  line-height: 14px;
  background-color: #F8F8F8;
  color: #A1A1A6;
}
.form input::-moz-placeholder {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  line-height: 14px;
  background-color: #F8F8F8;
  color: #A1A1A6;
}
.form input:-ms-input-placeholder {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  line-height: 14px;
  background-color: #F8F8F8;
  color: #A1A1A6;
}
.form textarea {
  width: 100%;
  padding: 11px 16px;
  border-radius: 12px;
  border: 1px solid #D8D8DB;
  font-size: 14px;
  line-height: 21px;
  background-color: #F8F8F8;
  color: #232428;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form textarea:focus {
  border: 1px solid #232428;
  transition: all 0.4s ease-in-out;
}
.form textarea:focus-visible {
  outline: none;
}
.form textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  line-height: 21px;
  background-color: #F8F8F8;
  color: #A1A1A6;
}
.form textarea::-moz-placeholder {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  line-height: 21px;
  background-color: #F8F8F8;
  color: #A1A1A6;
}
.form textarea:-ms-input-placeholder {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  line-height: 21px;
  background-color: #F8F8F8;
  color: #A1A1A6;
}
.form .form__label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #232428;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.form .select label,
.form .select:focus li:first-child input + label,
.form .select:focus input:checked label,
.form .select input:checked + label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #232428;
  line-height: 14px;
}
.form .select li:first-child label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #A1A1A6;
}
.form .select.error li:first-child label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #DA1921;
}
/* end form */


/* checkbox */
.checkbox {
  padding-left: 32px;
  position: relative;
}
.checkbox label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #575757;
  display: inline-block;
  vertical-align: middle;
}
.checkbox label::before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  border: 2px solid #D8D8DB;
  border-radius: 3px;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.checkbox--link label {
  display: inline;
}
.checkbox label:hover,
.checkbox label:focus {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #575757;
  cursor: pointer;
}
.checkbox label:hover::before,
.checkbox label:focus::before {
  border: 2px solid #A1A1A6;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.checkbox label > svg {
  display: block;
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.checkbox a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #575757;
  text-decoration: underline;
  transition: color 0.5s ease-out;
}
.checkbox a:hover,
.checkbox a:focus {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #232428;
  transition: color 0.5s ease-in-out;
}
.checkbox input {
  height: 24px;
  width: 24px;
  opacity: 0;
  position: absolute;
  top: -2px;
  left: 0;
}
.checkbox input:focus + label::before {
  border: 2px solid #A1A1A6;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.checkbox input:checked + label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #232428;
  padding:0px;
}
.checkbox input:checked + label::before {
  border: 2px solid #e7931a;
  background-color: #e7931a;
  transition: all 0.5s ease-in-out;
}
.checkbox input:checked + label > svg {
  fill: #e7931a;
  stroke: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.checkbox input:disabled + label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #D8D8DB;
}
.checkbox input:disabled + label::before {
  border: 2px solid #D8D8DB;
  background-color: #FFFFFF;
}
.checkbox input:disabled + label > svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
/* end checkbox */

/* modal */
.modal {
  display: none;
  width: 470px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999999;
}
@media (max-width: 768px) {
  .modal {
    width: 97%;
    top: 8px;
  }
}
.modal--show {
  display: block;
  bottom:inherit;
}
.modal__form {
  padding: 32px;
}
.modal h2 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #232428;
  width: 100%;
  margin: 0;
  margin-bottom: 32px;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .modal h2 {
    margin-bottom: 20px;
  }
}
.modal label {
  margin-bottom: 3px;
}
.modal ul {
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .modal ul {
    margin-bottom: 20px;
  }
}
.modal li {
  margin-bottom: 15px;
}
.modal li:last-child {
  margin-bottom: 0;
}
.modal__button-close {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  height: 50px;
  width: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.modal__button-close:hover,
.modal__button-close:focus {
  transform: scale(1.2);
  transition: transform 0.5s ease-in;
  cursor: pointer;
}
.modal__button-close svg {
  stroke: #232428;
}
.modal__checkbox {
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .modal__checkbox {
    margin-bottom: 20px;
  }
}
.modal__button-send.button {
  height: 48px;
  width: 100%;
}
.modal--comment {
  position: fixed;
}
.modal--callback {
  position: fixed;
}
.modal--callback .modal__checkbox label::before {
  top: 6px;
}
.modal--callback .modal__checkbox svg {
  top: 6px;
}
.modal--success {
  position: fixed;
  margin: auto;
}
@media (max-width: 768px) {
  .modal--success {
    width: 370px;
    top: 20px;
  }
}
@media (max-width: 576px) {
  .modal--success {
    width: 93%;
  }
}
.modal--success div {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.modal--success h2 {
  margin: 0;
  text-align: center;
}
/* end modal */
/* modal-comment */
.modal--comment ul {
  margin-bottom: 24px;
}
.modal--comment .stars-choice {
  margin-bottom: 15px;
}
.modal--comment .stars {
  margin-bottom: 0;
}
.modal--comment .star {
  margin-bottom: 0;
}
.modal--comment .stars-choice__error {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #DA1921;
  display: none;
}
.modal--comment .stars-choice__error--show {
  display: inline-block;
}
.modal-comment-label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #232428;
  width: 100%;
  margin: 0;
  margin-bottom: 3px;
}
.modal--comment .modal__checkbox label::before {
  top: 6px;
}
.modal--comment .modal__checkbox svg {
  top: 6px;
}
/* end modal-comment */

.pagination li a {
    text-align: center;
}

.radio label, .checkbox label {
padding-left: 0px;    
}

.rd-navbar-wrap {
    z-index: 999;
}

.rd-navbar-fixed .rd-navbar-brand img {
display:block;
max-height:50px;    
}

.section-header {
 background-size: cover;
}

img.logo-brand {
    max-height: 80px;
}

.bg-primary {
    background-color: #f5d9a4;
}

.blog-post {
min-height:520px;    
}

.blog-post.thumbnail
{
max-height:520px;    
}