.main-consult-form__button {
  padding: 12px 28px !important;
}

.main-search__btn {
  padding: 11px 37px !important;
}

.regular-form__button {
  padding: 11px 23px !important;
}

/*.webform-ajax-form-wrapper {*/
/*  width: 100%;*/
/*}*/

.views-element-container .description-page {
  margin-top: 10px;
}

.path-search .inner-page .views-element-container + h2 {
  display: none;
}

/* pagination price start */

.pager {
  margin-top: 50px;
}

/* pagination price end */


/* loaders start */

.ajax-progress.ajax-progress-fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-image: none;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 0;
  opacity: 1;
}

.ajax-progress.ajax-progress-fullscreen:after {
  content: " ";
  flex-shrink: 0;
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.ajax-progress.ajax-progress-throbber {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateX(-50%);
}

.ajax-progress.ajax-progress-throbber .message {
  display: none;
}

.ajax-progress-throbber .throbber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: none;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 0;
  opacity: 1;
}

.ajax-progress-throbber .throbber:after {
  content: " ";
  flex-shrink: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* loaders end */


/* block consult start */

.block-consult .form-actions {
  position: relative;
}

.block-consult .ajax-progress.ajax-progress-throbber {
  top: 50%;
  bottom: inherit;
  transform: translate(-50%, -50%);
}

.alert {
  display: none;
}

/* block consult end */

/* regular form start */

.contacts__form .ajax-progress.ajax-progress-throbber {
  bottom: 70px;
  left: 48%;
}

.contacts__form .ajax-progress.ajax-progress-throbber {

}

.regular__form .ajax-progress.ajax-progress-throbber {
  left: 50%;
}

.regular__form .ajax-progress-throbber .throbber {
  background-color: transparent;
}

/* regular form end */

/* popup thnx start */

.ui-dialog {
  max-width: 430px;
  width: 100% !important;
  outline: none;
}

.ui-dialog .ui-dialog-titlebar {
  display: none;
  border-bottom: 0;
  background: transparent;
  outline: none;
}

.ui-dialog-titlebar-close {
  outline: none;
}

.ui-dialog .ui-dialog-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 55px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #074b79;
}

.ui-button .ui-icon {
  background-image: none !important;
}

.ui-button .ui-icon::before,
.ui-button .ui-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #074b79;

}

.ui-button .ui-icon::before {
  transform: translateY(-50%) rotate(-45deg);
}

.ui-button .ui-icon::after {
  transform: translateY(-50%) rotate(45deg);
}

/* popup thnx end */


.layout-list__single-item + .layout-list__single-item {
 margin-top: 10px;
}

/* cookie start*/


.eu-cookie-compliance-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .eu-cookie-compliance-content {
    flex-direction: column;
  }
}

.eu-cookie-compliance-message {
  margin: 0;
}

.eu-cookie-compliance-buttons {
  display: flex;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .eu-cookie-compliance-buttons {
    margin-top: 15px;
  }
}

.eu-cookie-compliance-buttons .agree-button {
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.8s;
  padding: 11px 18px;
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}
.eu-cookie-compliance-buttons .decline-button {
  margin: 0 0 0 5px;
  border-radius: 6px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.8s;
  padding: 11px 18px;
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}

.review-slide__more {
  position: relative;
  text-decoration: underline;
  letter-spacing: -0.03em;
  line-height: 26px;
  text-align: left;
  color: #1177c5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.review-slide__more:hover {
  opacity: 0.8;
}

/* cookie end*/
