/* Minification failed. Returning unminified contents.
(1751,23): run-time error CSS1039: Token not allowed after unary operator: '-Corner-md'
(1752,26): run-time error CSS1039: Token not allowed after unary operator: '-Border-Primary'
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.custom-dropzone,
.custom-dropzone * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-dropzone-wrap {
  margin: 0 auto;
  max-width: 100%;
}

.custom-dropzone {
  padding: 10px 10px;
  border: 2px dashed rgba(43, 54, 65, 0.2);
  background: #fafcfd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-dropzone.dz-clickable {
  cursor: pointer;
}

.custom-dropzone.dz-clickable .dz-message {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-dropzone.dz-clickable .dz-message,
.custom-dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.custom-dropzone.dz-clickable .dz-message-mobile {
  display: none;
}

.custom-dropzone.dz-drag-hover {
  background: #f7f9fa;
}

.custom-dropzone.dz-drag-hover .dz-message {
  opacity: 0.7;
}

.custom-dropzone.dz-drag-hover * {
  pointer-events: none;
}

.custom-dropzone .dz-message {
  margin: 22px auto;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  color: #424242;
}

.custom-dropzone .dz-message span {
  font-weight: bold;
  color: #f26327;
}

.custom-dropzone__count {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.33;
  color: #656565;
}

.custom-dropzone-preview.custom-dropzone-preview-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-dropzone-preview--mobile {
  display: none;
}

.custom-dropzone-preview .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  min-height: 76px;
}

.custom-dropzone-preview .dz-preview:hover {
  z-index: 40;
}

.custom-dropzone-preview .dz-preview:hover .dz-details {
  opacity: 1;
}

.custom-dropzone-preview .dz-preview.dz-file-preview .dz-image {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: -o-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd);
}

.custom-dropzone-preview .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.custom-dropzone-preview .dz-preview.dz-image-preview {
  background: #000000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.custom-dropzone-preview .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.custom-dropzone-preview .dz-preview .dz-remove {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  border: none;
  z-index: 39;
}

.custom-dropzone-preview .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.custom-dropzone-preview .dz-preview:hover .dz-details {
  opacity: 1;
}

.custom-dropzone-preview .dz-preview .dz-details {
  z-index: 20;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.custom-dropzone-preview .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.custom-dropzone-preview .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.custom-dropzone-preview .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.custom-dropzone-preview .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.custom-dropzone-preview .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.custom-dropzone-preview .dz-preview .dz-details .dz-filename span,
.custom-dropzone-preview .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.custom-dropzone-preview .dz-preview .dz-thumbnail {
  position: relative;
  width: 134px;
  height: 76px;
}

.custom-dropzone-preview .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.custom-dropzone-preview .dz-preview .dz-image {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  width: 134px;
  line-height: 74px;
  text-align: center;
  height: 76px;
  position: relative;
  display: block;
  z-index: 10;
}

.custom-dropzone-preview .dz-preview .dz-image img {
  max-height: 100%;
  vertical-align: middle;
}

.custom-dropzone-preview .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.custom-dropzone-preview .dz-preview.dz-success:hover .dz-success-mark {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.custom-dropzone-preview .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.custom-dropzone-preview .dz-preview.dz-error .dz-image {
  opacity: 0.7;
  -webkit-box-shadow: 0 0 4px 3px red;
  box-shadow: 0 0 4px 3px red;
}

.custom-dropzone-preview .dz-preview .dz-success-mark,
.custom-dropzone-preview .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 20;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
}

.custom-dropzone-preview .dz-preview .dz-success-mark svg,
.custom-dropzone-preview .dz-preview .dz-error-mark svg {
  display: block;
  width: 36px;
  height: 36px;
}

.custom-dropzone-preview .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-dropzone-preview .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.custom-dropzone-preview .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.custom-dropzone-preview .dz-preview .dz-progress {
  opacity: 1;
  z-index: 40;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80%;
  margin-left: -40%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.custom-dropzone-preview .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: -o-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.custom-dropzone-preview .dz-preview.dz-error .dz-error-message {
  display: block;
}

.custom-dropzone-preview .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.custom-dropzone-preview .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 40;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  top: 100%;
  left: -1px;
  width: 136px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: -o-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.custom-dropzone-preview .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 62px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dz-drag-hover .custom-dropzone-preview--desktop {
  pointer-events: none;
}
.n-svg-icon--edit {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%232D3741%22%20d%3D%22M14.964%201.036c-1.377-1.381-3.617-1.381-4.994%200L.812%2010.19a.4605.4605%200%200%200-.13.263l-.678%205.026c-.02.143.031.286.13.385.085.085.205.136.324.136.02%200%20.041%200%20.061-.003h14.107c.252-.034.43-.266.395-.518s-.266-.43-.518-.396L.997%2015.001l.474-3.505%203.689%203.689c.085.085.205.136.324.136s.239-.048.324-.136l9.157-9.155C15.632%205.362%2016%204.476%2016%203.531s-.368-1.831-1.036-2.495zm-4.817%201.125l1.538%201.538-8.356%208.357-1.538-1.538%208.356-8.357zM5.486%2014.21l-1.503-1.504%208.356-8.357%201.503%201.504-8.356%208.357zm8.997-9.015l-3.678-3.679c.467-.385%201.05-.597%201.664-.597.699%200%201.353.273%201.848.764s.764%201.149.764%201.848c-.001.618-.213%201.197-.598%201.664z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.reviews-row {
  margin-bottom: 2.5rem;
}

.reviews-row__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 75%;
}

.reviews-row__right {
  max-width: 305px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.horizontal-box-au {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.horizontal-box-au__hr:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 8px;
}

.horizontal-box-au.reviews-box {
  margin-bottom: 16px;
}

.reviews-box {
  padding: 1.1875rem 1.75rem 1.75rem;
}

.reviews-box__thumbnail {
  max-width: 260px;
  margin-right: 20px;
  display: block;
  float: left;
  outline: none;
}

.reviews-box__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 4px 0;
}

.reviews-box__heading span {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.reviews-box__location {
  font-size: 13px;
  line-height: 1.33;
}

.reviews-box__location span {
  color: #005BAB;
}

.reviews-box__location strong {
  font-weight: 600;
}

.reviews-box__location .n-svg-icon {
  margin-top: -0.25em;
  width: 9px;
  height: 9px;
  fill: currentColor;
}

.reviews-box-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.reviews-box-rating__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}

.reviews-box-rating__icon {
  width: 16px;
  height: 16px;
  fill: #F26327;
}

.reviews-box-rating__icon + .reviews-box-rating__icon {
  margin-left: 4px;
}

.reviews-box__content {
  margin-top: 8px;
  line-height: 1.54;
  word-break: break-word;
  overflow-wrap: break-word;
}

.reviews-box__content img {
  max-width: 100%;
}

.reviews-box__translate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 4px 4px 12px;
  margin-top: 16px;
  background: #F4F4F4;
}

.reviews-box__translate > span {
  padding-right: 6px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #80868D;
}

.reviews-box__btn-translate {
  padding: 4px 12px;
  margin-left: auto;
  border: 1px solid #DEE6ED;
  text-transform: none;
  font-size: 13px;
  line-height: 18px;
  background: #FFFFFF;
}

.reviews-box__btn-translate:active,
.reviews-box__btn-translate:hover,
.reviews-box__btn-translate:focus {
  background-color: #DD5411;
  border: solid 1px #DD5411;
  color: #fff;
}

.reviews-box .content-box-gallery {
  margin-top: 16px;
}

.reviews-box .content-box-gallery + .reviews__btn {
  margin-top: 15px;
}

.reviews-box__btn {
  display: inline-block;
  padding-left: 26px;
  margin-top: 16px;
  color: #f26327;
  font-size: 12px;
  font-weight: bold;
}

.reviews-box__btn:hover {
  color: #DD5411;
}

.reviews-box-answer {
  margin-top: 1.25rem;
  border-top: 1px solid #e9ebec;
}

.reviews-box-answer__item {
  padding-left: 36px;
  margin-top: 1.25rem;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2213%22%20viewBox%3D%220%200%2021%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.85355.646447c-.19526-.195263-.51184-.195263-.7071%200L.964466%203.82843c-.195262.19526-.195262.51184%200%20.7071.195264.19527.511844.19527.707104%200L4.5%201.70711l2.82843%202.82842c.19526.19527.51184.19527.7071%200%20.19527-.19526.19527-.51184%200-.7071L4.85355.646447zM20%2013c.2761%200%20.5-.2239.5-.5s-.2239-.5-.5-.5v1zM4%201v3.5h1V1H4zm8.5%2012H20v-1h-7.5v1zM4%204.5C4%209.19442%207.80558%2013%2012.5%2013v-1C8.35786%2012%205%208.64214%205%204.5H4z%22%20fill%3D%22%23F26327%22%2F%3E%3C%2Fsvg%3E") left 1px no-repeat;
}

.reviews-box-answer .reviews-box {
  padding: 0;
}

.btn-show-all-question {
  padding: 10px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  font-size: 16px;
  line-height: 20px;
  color: #F26327;
  text-transform: none;
  font-weight: bold;
}

.btn-show-all-question:hover {
  background-color: #DD5411;
  border: solid 1px #DD5411;
  color: #FFFFFF;
}

.content-box-gallery__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-box-gallery a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.content-box-gallery img {
  width: auto;
  max-height: 100px;
  border-radius: 4px;
}

.col-pd-4 {
  margin-right: -4px;
  margin-left: -4px;
}

.col-pd-4 > .col,
.col-pd-4 > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
}

.faq-form {
  border-top: 1px solid #F4F4F4;
  padding-top: 16px;
  margin-top: 12px;
}

.faq-form__prompt {
  line-height: 22px;
  font-style: italic;
}

.faq-form__hide-fields {
  margin-top: 12px;
}

.faq-form .col:last-child {
  max-width: 170px;
}

.faq-form .form-group {
  margin-bottom: 0;
}

.faq-form input.form-control {
  padding: 9px 16px;
  height: 40px;
  border: 1px solid #DEE6ED;
  font-size: 14px;
}

.faq-form textarea {
  min-height: 40px;
  padding: 9px 16px;
  width: 100%;
  border: 1px solid #DEE6ED;
  font-size: 14px;
  overflow: hidden;
}

.faq-form .btn {
  width: 100%;
  text-transform: none;
  font-weight: 600;
  padding: 9px 10px;
  line-height: 20px;
  font-size: 16px;
}

.faq-form .validation {
  position: relative;
  margin-top: 4px;
}

.btn-reviews-open-modal {
  display: none;
}

.p-reviews-modal__head {
  display: none;
}

.p-reviews-form {
  padding: 28px 20px 20px;
  margin-right: 0;
  background: #F2F9FF;
  -webkit-box-shadow: 0px 12px 20px rgba(70, 108, 153, 0.2);
  box-shadow: 0px 12px 20px rgba(70, 108, 153, 0.2);
  border-radius: 10px;
}

.p-reviews-form__heading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.p-reviews-form__small-heading {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.54;
  font-weight: bold;
}

.p-reviews-form .form-group {
  position: relative;
  margin-bottom: 16px;
}

.p-reviews-form .form-autocomplete {
  z-index: auto;
}

.p-reviews-form .disable-dropdown * {
  pointer-events: none;
}

.p-reviews-form .disable-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.p-reviews-form .b-dropdown-new-style {
  z-index: 45;
}

.p-reviews-form .ui-autocomplete {
  z-index: 46;
}

.p-reviews-form .not-found-dropdown {
  position: absolute;
  padding: 10px;
  border: 1px solid #dee6ed;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(32, 55, 74, 0.2), 0px 3px 6px 0 rgba(222, 233, 244, 0.6);
  box-shadow: 0 3px 6px 0 rgba(32, 55, 74, 0.2), 0px 3px 6px 0 rgba(222, 233, 244, 0.6);
  margin: 1px 0 0 -1px;
  left: 0;
  top: 100%;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 45;
  background: #fff;
}

.p-reviews-form .form-control {
  padding-left: 44px;
  width: 100%;
  height: 46px;
  border: 1px solid #cbd2de;
  color: #4B5669;
  border-radius: 4px;
}

.p-reviews-form .n-svg-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  pointer-events: none;
}

.p-reviews-form textarea.form-control {
  padding-left: 12px;
  min-height: 108px;
}

.p-reviews-form .full-search__control,
.p-reviews-form .form-search__control {
  min-height: 46px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: normal;
}

.p-reviews-form .full-search__control .validation,
.p-reviews-form .form-search__control .validation {
  position: absolute;
  bottom: -15px;
  left: 0;
}

.p-reviews-form .form-search__item,
.p-reviews-form .full-search__item {
  max-width: 100%;
  border-radius: 4px;
}

.p-reviews-form .form-search__item {
  border: 1px solid #c5ccd2;
}

.p-reviews-form .form-search__text {
  max-width: 100%;
}

.p-reviews-form .form-search__item .form-search__icon:not(.form-search__icon--search) {
  display: none !important;
}

.p-reviews-form .form-search__item .custom-dropdown__icon {
  fill: #FF8508;
}

.p-reviews-form .form-search__item .ui-autocomplete-input {
  outline: none;
  color: #4B5669;
}

.p-reviews-form .form-search__text-box input {
  padding: 0 8px 0 44px;
}

.p-reviews-form-rating__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-reviews-form-rating__row div + div {
  margin-left: 4px;
}

.p-reviews-form-rating__row > div {
  padding: 11px 10px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  cursor: pointer;
}

.p-reviews-form-rating__row > div svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  stroke-width: 2px;
  stroke: #F26327;
  fill: #fff;
}

.p-reviews-form-rating__row .active svg {
  fill: #F26327;
}

.p-reviews-form .validation {
  margin-top: 2px;
  position: relative;
}

.p-reviews-form .btn-brand--orange {
  margin-top: 20px;
  width: 100%;
  font-weight: 600;
  border-radius: 4px;
  font-size: 16px;
  line-height: 36px;
  text-transform: none;
}

.p-reviews-form .custom-dropzone-wrap {
  margin-top: 20px;
}

.p-reviews-form .file-upload__heading {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.54;
  font-weight: bold;
}

.p-reviews-form .file-upload-format {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.33;
  color: #656565;
}

.p-reviews-form .dz-message-desktop {
  padding: 10px;
}

.p-reviews-form .custom-dropzone-preview.custom-dropzone-preview-container {
  margin-left: -10px;
  margin-right: -10px;
}

.p-reviews-form .custom-dropzone-preview .dz-preview {
  min-height: 67px;
}

.p-reviews-form .custom-dropzone-preview .dz-preview .dz-thumbnail {
  position: relative;
  width: 100px;
  height: 67px;
}

.p-reviews-form .custom-dropzone-preview .dz-preview .dz-image {
  width: 100px;
  line-height: 64px;
  height: 67px;
}

.p-reviews-form .dz-message {
  margin: 0 auto;
  font-size: 13px;
}

.sidebar-box {
  margin-top: 1.875rem;
}

.sidebar-box-heading {
  font-size: 16px;
  font-weight: 600;
  color: #424242;
  font-family: "Open Sans", sans-serif;
}
.reviews-form.sidebar-box-au {
  width: 380px;
}

.reviews-form__heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.reviews-form .form-control {
  min-height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.reviews-form textarea.form-control {
  min-height: 120px;
}

.reviews-form .custom-input-file:focus + label .btn-brand--white
.custom-input-file.has-focus + label .btn-brand--white {
  background-color: #DD5411;
  border: solid 1px #DD5411;
  color: #FFFFFF;
}

.reviews-form .custom-input-file:focus + label .btn-brand--white
.custom-input-file.has-focus + label .btn-brand--white .n-svg-icon {
  fill: #fff;
}

.reviews-form .custom-input-file-btn {
  padding: 9px 12px;
  min-width: 240px;
  font-weight: 600;
  text-transform: none;
}

.reviews-form .custom-input-file-btn .n-svg-icon {
  margin-right: 10px;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.reviews-form .custom-input-file-btn:hover .n-svg-icon {
  fill: #fff;
}

.reviews-form .custom-input-file-name {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: rgba(43, 54, 65, 0.6);
}

.reviews-form .btn-group {
  margin-top: 16px;
}

.reviews-form__btn {
  display: block;
  margin-top: 14px;
  width: 100%;
  line-height: 28px;
}

.reviews-form .form-row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.reviews-form .form-row > .col, .reviews-form .form-row > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/*# sourceMappingURL=map/reviews-form.css.map */

.page-heading {
  text-align: left;
  margin-bottom: 12px;
}

.office-head-info {
  margin-bottom: 20px;
}

.location-section {
  margin-bottom: 20px;
}

.btn-nearest-office {
  padding: 4px 8px;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.office-wrap {
  margin: 20px 0 80px 0;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaebed;
}

.location-block {
  padding: 12px 36px 12px 20px;
  position: relative;
  background: #F4F4F4;
  border-radius: 8px;
}

.location-block__close {
  position: absolute;
  right: 12px;
  top: 12px;
  fill: #F26327;
}

.office-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.office-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  position: relative;
  border-right: 1px solid #eaebed;
  border-bottom: 1px solid #eaebed;
  cursor: pointer;
}

.office-search__item--metro {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  max-width: 320px;
}

.office-search__item--input {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  position: relative;
  cursor: auto;
}

.office-search__item--input .ui-autocomplete {
  width: calc(100% + 2px) !important;
  left: -1px !important;
}

.office-search__item--clear {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  cursor: default;
  padding: 12px;
}

.office-search__clear {
  max-height: 27px;
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: none;
  line-height: 14px;
}

.office-search__control {
  position: relative;
  width: 100%;
  padding: 16px 20px;
}

.office-search__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 148px;
  display: inline-block;
  vertical-align: middle;
}

.office-search__text--metro {
  max-width: 235px;
}

.office-search__arrow {
  border: solid #f26327;
  border-width: 0 0 2px 2px;
  line-height: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select-open .office-search__arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 4px 8px 0;
  -ms-transform-origin: 4px 8px 0;
  transform-origin: 4px 8px 0;
}

.office-search__dropdown {
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 0 3px 6px 0 rgba(32, 55, 74, 0.3), 0 3px 6px 0 rgba(222, 233, 244, 0.7);
  box-shadow: 0 3px 6px 0 rgba(32, 55, 74, 0.3), 0 3px 6px 0 rgba(222, 233, 244, 0.7);
  margin: 1px 0 0 -1px;
  left: 0;
  top: 100%;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 3;
  position: absolute;
  background-color: #fff;
  font-size: 14px;
  display: none;
  width: 100%;
  width: calc(100% + 1px);
}

.office-search__dropdown-item {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 5px 0 10px 0;
  width: 100%;
  max-height: 250px;
}

.office-search__dropdown-item--metro {
  width: 300px;
}

.office-search__dropdown-item li {
  cursor: pointer;
  padding-left: 10px;
  line-height: 2;
  text-indent: 15px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.office-search__dropdown-item li:hover {
  background-color: #e4f3ff;
}

.office-search .office-search__input {
  width: 100%;
  border: 0;
  line-height: normal;
  font-size: 16px;
  padding-left: 60px;
}

.office-search__icon {
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 17px;
  fill: #f26326;
  z-index: 1;
  width: 21px;
  height: 21px;
}

.office-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 540px;
}

.office-content .office-label-wrap {
  padding: 0 6px;
  margin-left: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.office-content__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
}

.office-content__address {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 320px;
  height: 540px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}

.office-content__address-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.office-content__collapse-btn {
  position: relative;
  width: 100%;
  padding: 10px 40px 10px 18px;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  -webkit-box-shadow: inset 0px -1px 0 0 #eaebed;
  box-shadow: inset 0px -1px 0 0 #eaebed;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fafafa;
  white-space: normal;
}

.office-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.office-content__badge,
.office-badge {
  padding: 0 12px;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  background: #F26327;
  border-radius: 8px;
}

.page-heading-wrap {
  font-size: 1.875rem;
  margin-bottom: 15px;
}

.page-heading-wrap .page-heading {
  margin-bottom: 0;
  display: inline;
  vertical-align: middle;
}

.office-badge {
  padding: 2px 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  font-size: 13px;
}

.office-content__collapse-btn a {
  color: #424242;
}

.office-content__collapse-btn .collapse-arrow {
  display: block;
  position: absolute;
  width: 40px;
  height: calc(100% - 1px);
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.office-content__collapse-btn .collapse-arrow:hover {
  background-color: #ededed;
}

.office-content__collapse-btn.active {
  background-color: #fff;
}

.office-content__collapse-btn.active a {
  color: #424242;
}

.office-content__collapse-btn.active .collapse-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.office-content__collapse-btn.active .collapse-arrow:hover {
  background-color: #eaebed;
}

.office-content__collapse-btn.active .collapse-arrow-icon {
  margin-top: -2px;
  border-color: #f26327;
}

.office-content__collapse-btn .collapse-arrow-icon {
  border: solid #f26327;
  border-width: 0 0 2px 2px;
  line-height: 0;
  font-size: 0;
  width: 6px;
  height: 6px;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.office-list__head {
  padding: 15px 24px;
  border-bottom: 1px solid #e9e9e9;
}

.office-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 13px 0;
}

.office-list__number {
  color: #005bab;
}

.office-list__number,
.office-list__working {
  width: 50%;
  padding-left: 20px;
  line-height: 23px;
  border-right: 1px solid #e9e9e9;
}

.office-list__working {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-left: 12px;
  border-right: transparent;
}

.office-list__day {
  color: #afb4bf;
  margin-right: 3px;
}

.office-list__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 18px;
}

.office-list__footer a {
  display: block;
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -1px;
  padding: 5px 0;
  text-align: center;
  color: #f26327;
  border-right: 1px solid #e9e9e9;
}

.office-list__footer a:first-child {
  margin-left: 0;
}

.office-list__footer a:last-child {
  border-right-color: transparent;
}

.online-office-section {
  margin-bottom: 3.75rem;
}

.online-office-heading {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 15px;
}

.online-office-btn-collapse {
  vertical-align: middle;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 15px;
}

.office-additional-info {
  table-layout: fixed;
}

.office-label {
  -webkit-filter: drop-shadow(-2px 4px 8px rgba(0, 0, 0, 0.15)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(-2px 4px 8px rgba(0, 0, 0, 0.15)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.15));
  background-size: 100%;
  border-radius: 4%;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  line-height: 1.13333;
}

.office-label--diamond {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=diamond, Size=lg2.png");
  background-size: 100%;
}

.office-label--platinum {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=platinum, Size=lg.png");
}

.office-label--gold {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=gold, Size=lg.png");
}

.office-label--silver {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=silver, Size=lg.png");
}

.office-label--diamond-no-text {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=diamond, Size=lg_no-text.png");
  color: #ececec;
}

.office-label--platinum-no-text {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=platinum, Size=lg_no-text.png");
  color: #ededed;
}

.office-label--gold-no-text {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=gold, Size=lg_no-text.png");
  color: #eedeaa;
}

.office-label--silver-no-text {
  background-image: url("https://img2.poehalisnami.ua/images/office-label/Type=silver, Size=lg_no-text.png");
  color: #ebebeb;
}

.office-label--big {
  width: 80px;
  height: 60px;
  padding: 5px 11px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.45), -0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4), -0.5px 0.5px 1px rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 600;
}

.office-label--normal {
  width: 64px;
  height: 48px;
  padding: 4px 8px;
  text-shadow: 0 0 1.6px rgba(0, 0, 0, 0.45), -0.4px 0.4px 0.4px rgba(0, 0, 0, 0.4), -0.4px 0.4px 0.8px rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.office-label--small {
  width: 53.333px;
  height: 40px;
  padding: 3.33px 7px;
  text-shadow: 0 0 1.333px rgba(0, 0, 0, 0.45), -0.333px 0.333px 0.333px rgba(0, 0, 0, 0.4), -0.333px 0.333px 0.667px #000;
  font-size: 10px;
}
.h-card {
  height: 100%;
}

.heading,
.slider-heading {
  margin: 2.5rem 0 1.25rem 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
}

.partners-row-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.partners-row-heading .page-heading {
  margin-bottom: 0;
}

.partners-logo {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 8px;
  margin-right: 16px;
  width: 100px;
  height: 100px;
  border-radius: var(--Corner-md, 8px);
  border: 1px solid var(--Border-Primary, #E7E7E7);
}

.partners-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.agency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 2.5rem 0;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.agency__map {
  width: 72%;
  background: #F4F4F4;
  min-height: 400px;
  z-index: 1;
}

.agency__mobile-map {
  display: none;
}

.agency__logo {
  width: 265px;
  min-height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #DEE6ED;
}

.agency__logo img {
  margin: auto;
}

@media (min-device-width: 992px) {
  .whr-agency {
    padding: 20px;
  }

  .whr-agency .agency-card {
    padding: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .whr-agency .agency-chat {
    padding: 20px;
    width: 285px;
    margin: 0;
    -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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .whr-agency .agency-chat__prog {
    margin-top: 20px;
  }

  .whr-agency .agency-chat .btn {
    width: 100%;
    margin-left: 0;
  }

  .whr-agency .agency-chat .btn + .btn {
    margin-top: 8px;
  }
}

.agency-card {
  width: 28%;
  padding: 20px 16px;
  position: relative;
  font-size: 13px;
  line-height: 1.54;
}

.agency-card__item {
  margin-bottom: 12px;
}

.agency-card__item .media-body {
  padding-left: 12px;
}

.agency-card__icon {
  width: 24px;
  height: 24px;
  fill: #F26327;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.agency-card__day {
  width: 42px;
  font-weight: 600;
}

.agency-card__footer {
  padding-top: 16px;
  position: relative;
  margin-top: auto;
}

.agency-card__footer .row {
  gap: 10px 0;
}

.agency-card__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-top: 1px solid #E7E7E7;
}

.agency-card-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.agency-card-target__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 50%;
  background-color: #F4F4F4;
}

.agency-card-target__item svg {
  width: 24px;
  height: 24px;
  fill: #F26327;
}

.agency-card-target__item + .agency-card-target__item {
  margin-left: 12px;
}

.agency-card-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  padding: 16px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.agency-card-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.agency-card-modal .close-btn {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.agency-card-modal .close-btn svg {
  width: 16px;
  height: 16px;
  fill: #F26327;
}

.agency-chat {
  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;
  padding: 0.75rem 2.5rem;
  margin-bottom: 2.5rem;
  border: 1px solid #DEE6ED;
  -webkit-box-shadow: 0 2px 10px rgba(222, 233, 244, 0.6);
  box-shadow: 0 2px 10px rgba(222, 233, 244, 0.6);
  border-radius: 4px;
}

.agency-chat__text {
  padding-right: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.agency-chat__prog {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.agency-chat__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #864A92;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.54;
  text-transform: none;
}

.agency-chat__btn svg {
  margin-right: 12px;
}

.agency-chat__btn--viber {
  color: #864A92;
  fill: #864A92;
}

.agency-chat__btn--tel {
  color: #4CA7D8;
  border-color: #4CA7D8;
  fill: #4CA7D8;
}

.agency-chat__btn + .agency-chat__btn {
  margin-left: 8px;
}

.services__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 16px 7px 7px;
  border: 1px solid #DEE6ED;
  border-radius: 60px;
  font-weight: bold;
}

.services__item svg {
  margin-right: 12px;
}

.fr-gallery-section .container {
  padding: 0;
  max-width: none;
  width: auto;
  margin-left: calc(50% - 600px);
  overflow: hidden;
}

.fr-gallery-section .fr-heading {
  margin-bottom: 28px;
}

.fr-gallery__nav,
.video-reviews-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 2px;
  z-index: 2;
}

.fr-gallery__arrow a,
.video-reviews-slider__arrow a {
  display: block;
  padding: 12px 11px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.fr-gallery__arrow svg,
.video-reviews-slider__arrow svg {
  width: 100%;
  height: 100%;
}

.fr-gallery__arrow .slick-disabled,
.video-reviews-slider__arrow .slick-disabled {
  opacity: 0.5;
}

.fr-gallery__arrow--next,
.video-reviews-slider__arrow--next {
  margin-left: 12px;
}

.fr-gallery__arrow--next a svg,
.video-reviews-slider__arrow--next a svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fr-gallery {
  position: relative;
  margin-left: -10px;
}

.fr-gallery__item {
  font-size: 14px;
  line-height: 1.57;
  text-align: right;
  color: #2b3641;
  width: 400px;
  height: 300px;
  padding: 0 10px 10px 10px;
}

.fr-gallery__item img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.fr-gallery__nav {
  position: relative;
  background: #fff;
  left: 10px;
}

.form-callback .form-group .form-control {
  border-radius: 4px;
  min-height: 48px !important;
  padding-left: 48px;
}

.form-callback .phone-icon {
  position: absolute;
  left: 16px;
  top: 12px;
}

.form-callback .form-group .btn {
  height: 48px;
  max-height: 48px;
  width: 100%;
  border-radius: 4px;
}

.form-callback .phone-dropdown .full-search__item {
  border-color: transparent #c5ccd2 transparent transparent;
}

.questions-callback .form-callback {
  margin-top: 20px;
  max-width: 690px;
}

.questions-callback .form-group {
  margin-bottom: 8px;
}

.questions-callback .form-group .btn {
  padding: 10px 15px;
  text-transform: none;
}

.questions-callback {
  max-width: 1200px;
  width: 100%;
  margin: 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 40px -2px rgba(0, 0, 0, 0.1), 0 12px 20px -2px rgba(145, 145, 145, 0.2);
  box-shadow: 0 0 40px -2px rgba(0, 0, 0, 0.1), 0 12px 20px -2px rgba(145, 145, 145, 0.2);
  position: relative;
  padding: 32px 0 24px 48px;
}

.questions-callback__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #d6d6d6;
  overflow: hidden;
  border-radius: 12px;
}

.questions-callback__bg img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.questions-callback__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.questions-callback__title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.questions-callback .n-svg-icon {
  z-index: 1;
}

.questions-callback .form-group {
  margin-bottom: 16px;
}

.questions-callback .form-callback .validation {
  top: -15px;
}

.questions-callback-custom-bg {
  margin-top: 2.5rem;
}

.questions-callback-custom-bg .questions-callback__bg {
  background: #4476BD;
}

.questions-callback-custom-bg .questions-callback__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 350px;
  background: -webkit-gradient(linear, right top, left top, from(#4476BD), color-stop(26.19%, rgba(68, 118, 189, 0)));
  background: -o-linear-gradient(right, #4476BD 0%, rgba(68, 118, 189, 0) 26.19%);
  background: linear-gradient(270deg, #4476BD 0%, rgba(68, 118, 189, 0) 26.19%);
  z-index: 2;
}

.questions-callback-custom-bg .questions-callback {
  height: 280px;
  padding: 40px 20px 20px 405px;
}

.section-team {
  margin-bottom: 2.5rem;
}

.team-col {
  margin-bottom: 20px;
}

.team-card {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  padding: 12px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
}

.team-card__thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.team-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.team-card img.user-no-photo {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-card__text {
  padding-top: 12px;
  font-size: 13px;
  line-height: 20px;
  color: #4B5669;
}

.team-card__name {
  font-weight: 600;
  font-size: 14px;
}

.slick-carousel-favorites-hot__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 230px;
  margin-top: 1rem;
}

.slick-carousel-favorites-hot__nav .slick-navigation {
  margin-top: 0;
}

.slick-carousel-favorites-hot__nav .btn,
.recommended-show-all {
  padding: 14px 30px;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #f26327;
  text-transform: none;
}

.slick-carousel-favorites-hot__nav .btn:hover,
.recommended-show-all:hover {
  background-color: #DD5411;
  color: #FFFFFF;
}
.form-callback--small-offset .form-row {
  padding: 0 5px;
}

.form-callback--small-offset .form-row > .col {
  padding: 0 1px;
}

.form-callback__input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.13;
  color: #4c4c4c;
  border: none;
  padding: 15px 15px 15px 60px;
  min-height: 50px;
  position: relative;
}

.form-callback__input--submit {
  max-height: 50px;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
}

.form-callback .n-svg-icon {
  width: 24px;
  height: 24px;
  fill: #f26326;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: text;
  position: absolute;
  top: 50%;
  left: 33px;
}

.form-callback .brand-checkbox {
  text-align: left;
}

.form-callback .brand-checkbox__label {
  display: inline-block;
}

.form-callback .brand-checkbox__inner {
  color: #fff;
}

.form-callback .brand-checkbox__icon {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px #ffffff;
  border-radius: 3px;
}

.form-callback input:checked ~ .brand-checkbox__media .brand-checkbox__icon:after {
  background: #f26326;
}

.form-callback .brand-checkbox__icon:after {
  margin-left: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.form-callback .validation {
  top: -16px;
}

.form-callback--vertical .validation {
  top: auto;
}

.horizontal-form-order {
  position: relative;
  display: block;
  padding: 1.5rem 1.75rem;
  background-color: #238a9a;
  text-decoration: none !important;
  outline: none;
}

.horizontal-form-order__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-form-order__content {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
}

.horizontal-form-order .form-order-icon {
  padding-left: 5.625rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M3.937%203.141c1.267%200%202.297.957%202.297%202.133s-1.03%202.133-2.297%202.133c-1.266%200-2.297-.957-2.297-2.133.001-1.177%201.031-2.133%202.297-2.133zm.001%203.604c.874%200%201.584-.66%201.584-1.471s-.711-1.472-1.584-1.472-1.584.66-1.584%201.471.71%201.472%201.584%201.472zM3.937%201.5c.181%200%20.328.146.328.327v.658c0%20.181-.147.327-.328.327a.3273.3273%200%200%201-.328-.327v-.658c0-.181.147-.327.328-.327zm2.841%201.097c.15.15.15.393%200%20.542l-.545.546a.3857.3857%200%200%201-.271.112.3815.3815%200%200%201-.271-.112.3827.3827%200%200%201%200-.542l.545-.546c.15-.15.392-.15.542%200zm.77%202.512c.181%200%20.327.147.327.328%200%20.181-.146.328-.327.328H6.89a.3273.3273%200%200%201-.327-.328c0-.181.146-.328.327-.328h.658zm-.77%202.627c.15.15.15.393%200%20.542a.3826.3826%200%200%201-.542.001l-.546-.546a.3827.3827%200%200%201%200-.542c.15-.15.393-.15.542%200l.546.545zm-2.841.327c.181%200%20.328.146.328.327v.658c0%20.181-.147.327-.328.327a.3273.3273%200%200%201-.328-.327V8.39c0-.181.147-.327.328-.327zM2.185%207.19c.15.15.15.393%200%20.542l-.546.546a.3826.3826%200%200%201-.542.001.3827.3827%200%200%201%200-.542l.545-.547c.15-.149.393-.149.543%200zm-1.2-2.081c.181%200%20.327.147.327.328%200%20.181-.146.328-.327.328H.327A.3259.3259%200%200%201%200%205.438c0-.181.146-.328.327-.328h.658zm1.2-1.967c.15.15.15.393%200%20.542a.3849.3849%200%200%201-.272.113.3815.3815%200%200%201-.271-.112l-.545-.546a.3827.3827%200%200%201%200-.542c.15-.15.393-.15.542%200l.546.545zm21.644%2018.224a3.3654%203.3654%200%200%200-2.039-.557c-.652-.877-1.882-1.629-3.576-2.183-1.052-.344-2.226-.592-3.474-.74l2.536-6.215c.383.27.717.591.99.953.09.12.229.188.383.151.838-.148%201.726-.053%202.57.275.85.331%201.566.864%202.07%201.542.068.091.175.142.286.142.028%200%20.057-.003.085-.01.14-.034.245-.147.265-.287.013-.091.32-2.268-.41-4.639-.056-.183-.254-.286-.441-.232-.187.055-.293.248-.237.431.426%201.384.473%202.722.447%203.539-.505-.478-1.117-.862-1.803-1.129-.78-.304-1.597-.433-2.392-.381.006-.018.011-.035.017-.053.277-.825.483-1.676.584-2.539.093-.79.101-1.588%200-2.378-.059-.457-.159-.91-.303-1.349l-.003-.01c1.27.672%202.246%201.662%202.909%202.953.088.171.3.24.475.154s.245-.293.158-.464c-.878-1.711-2.257-2.942-4.098-3.659-2.532-.986-5.167-.661-7.62.938C9.376%206.814%208.304%208.278%208.259%208.34a.3387.3387%200%200%200-.009.386c.078.119.221.179.363.154.843-.153%201.738-.059%202.588.272.838.326%201.545.849%202.048%201.512.098.129.241.208.408.16.45-.078.913-.086%201.377-.025l-2.828%206.931c-.071-.001-.142-.002-.214-.002-1.631%200-3.191.159-4.634.472-.191.041-.311.226-.269.412.042.186.231.304.422.263%201.374-.298%202.923-.455%204.481-.455.738%200%201.477.034%202.212.106h.008c1.366.132%202.647.387%203.777.757%201.349.441%202.391%201.023%203.002%201.668a3.372%203.372%200%200%200-.885.417c-.889.589-2.038.589-2.928%200a3.3651%203.3651%200%200%200-3.723%200c-.889.589-2.038.589-2.928%200a3.3651%203.3651%200%200%200-3.723%200c-.889.589-2.038.589-2.928%200a3.4042%203.4042%200%200%200-.885-.417c.611-.644%201.65-1.225%202.997-1.666.185-.061.285-.257.223-.438-.062-.181-.263-.279-.448-.218-1.692.554-2.92%201.305-3.571%202.182a3.3672%203.3672%200%200%200-2.039.557c-.162.107-.204.322-.094.48.11.158.33.199.492.092.525-.348%201.142-.49%201.741-.427.022.005.043.007.065.008.393.051.777.191%201.121.419%201.131.749%202.592.749%203.722%200a2.6468%202.6468%200%200%201%202.928%200c1.131.749%202.592.749%203.722%200a2.6468%202.6468%200%200%201%202.928%200c.565.374%201.213.562%201.861.562.648%200%201.296-.187%201.861-.562.344-.228.727-.367%201.119-.419.023%200%20.046-.003.069-.008a2.645%202.645%200%200%201%201.74.427c.162.107.382.066.492-.092.113-.16.07-.375-.091-.482zm-9.692-11.292c.004-.008.008-.016.011-.023.33-.674.714-1.326%201.163-1.931.11-.148.078-.371-.079-.483-.154-.109-.383-.073-.494.077-.36.486-.68%201.001-.968%201.531-.104.192-.209.386-.298.584-.002.003-.003.006-.005.01-.541-.572-1.224-1.026-2.005-1.33-.687-.267-1.401-.399-2.104-.392.473-.519%201.249-1.277%202.259-1.933%201.002-.65%202.036-1.074%203.074-1.261%201.004-.181%202.017-.138%203.022.125-.004.002-.008.005-.012.007-.544.292-1.048.651-1.506%201.06-.179.159-.353.323-.52.494-.135.138-.13.357.012.489.141.132.366.127.5-.012.454-.465.966-.89%201.525-1.234.258-.158.527-.302.808-.417.074.164.17.406.26.723.427%201.502.311%203.123-.063%204.622-.08.323-.173.642-.279.958l-.003.01c-.482-.498-1.073-.904-1.743-1.197-.009-.004-.018-.008-.028-.012-.789-.341-1.661-.512-2.527-.465zm-.129%207.738c-.164-.014-.329-.026-.496-.036a25.498%2025.498%200%200%200-.552-.029l2.776-6.803c.168.047.333.103.495.167.026.01.432.192.431.194l-2.654%206.507z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 4rem 4rem;
}

.horizontal-form-order__btn {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;
}

.horizontal-form-order--callback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 0;
  padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
}

.horizontal-form-order .form-callback {
  margin-top: 8px;
}

.horizontal-form-order .form-callback .validation {
  top: auto;
  line-height: normal;
  color: #ffffff;
}

.horizontal-form-order .phone-dropdown .full-search__item {
  border-color: transparent #d3e7eb transparent !important;
}

.horizontal-form-order .phone-dropdown .full-search__control {
  min-height: 48px;
}
