@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/montserrat-regular.woff2') format('woff2');
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/montserrat-medium.woff2') format('woff2');
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/montserrat-bold.woff2') format('woff2');
}

html {background-color: #fff !important;}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-center {
  justify-content: center;
}

.align-item-start {
  align-items: start;
}

.align-item-center {
  align-items: center;
}

.small {
  font-size: 80%;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;    
}

@media (min-width: 768px) {
  .pb-md-21 {
    padding-bottom: 21px;
  }
  .title-404 {
      font-size: 140px; font-weight:400;
  }
  .error-404-wrapper {
      padding-left: 4vw;    
      padding-bottom: 80px;
  }
  
  .flex-md-row {
      flex-direction: row;
  }
  .text-md-left {
    text-align: left;
}
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: none !important;
  position: relative !important;
  left: unset !important;
}

.logo a {
  width: 141px;
  height: 43px;
  background: url(../images/svg/logo.svg) no-repeat;
  background-size: cover;
}

.logo a img {
  display: none;
}

@media only screen and (max-width: 989px) {
  .phone-wrapper {
    display: none !important;
  }
}

@media only screen and (max-width: 989px) {
  .responsive .logo img {
    display: none;
  }
  .responsive .logo {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    min-width: 140px;
  }
  .responsive .logo a {
    display: flex !important;
  }
  .responsive .mj-description {
    display: none;
  }
  .responsive .av-hamburger-inner,
  .responsive .av-hamburger-inner:before,
  .responsive .av-hamburger-inner:after {
    background-color: #333 !important;
  }
}

.logo-wrapper {
  float: left;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.inner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mj-description {
  margin-left: 20px;
  margin-top: 8px;
  display: inline-block;
  line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .mj-description {
    margin-left: 10px;
  }
}

#menu-item-search {
  display: none !important;
}

.menu.av-main-nav {
  display: flex;
  align-items: center;
}

.menu-item a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.avia-menu-fx {
  height: 3px !important;
}

@media only screen and (max-width: 1200px) {
  .av-main-nav > li > a {
    padding: 0 8px;
  }
}
.av-main-nav > li > a {
    padding: 0 20px;
  }
.phone-wrapper {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
  margin-top: -6px;
}

@media (max-width: 1200px) {
  .phone-wrapper {
    padding-left: 10px;
  }
}

.phone-wrapper .phone-icon {
  height: 32px;
  width: 32px;
  background: url(../images/svg-clear/phone.svg) no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-top: 4px;
  opacity: 1 !important;
  display: block !important;
}

.phone-wrapper .phone-number {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  height: 30px !important;
  line-height: 30px !important;
  color: #2D2D2D;
  text-decoration: none;
}

.phone-wrapper .phone-number:hover {
  color: #ee1919 !important;
}

.phone-wrapper .working-time {
  font-size: 80%;
  line-height: 1;
  text-align: right;
  margin-top: -1px;
}

.header-scrolled .logo a {
  width: 100px;
  height: 30px;
  transition: ease .2s;
}

.header-scrolled .mj-description {
  margin-top: 3px;
}

.diagonal {
  position: relative;
  color: #fff;
  background-position: center 20% !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-image: url("https://meja.com.ua/wp-content/uploads/2022/01/main-meja.jpg");
  background-attachment: scroll;
  overflow: hidden;
}

/* Если браузер поддерживает AVIF (лучшее качество и минимальный вес) */
@supports (background-image: url("data:image/avif;base64,AAAA")) {
  .diagonal {
    background-image: url("https://meja.com.ua/main-meja.avif");
  }
}

@media only screen and (max-width: 767px) {
  .diagonal {
  background: linear-gradient(to right, #190A05, #ee1919);
  }
}

.diagonal::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%; /* Сдвигаем на 50%, чтобы элемент был виден по диагонали */
  transform: skew(-20deg); /* Применяем наклон */
  background: linear-gradient(45deg, #da0e0e 50%, #810808 100%); /* Градиент от красного до темного */
  z-index: 1; /* Псевдоэлемент находится под основным содержимым */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); /* Тень для добавления глубины */
  opacity: 0.92; /* Прозрачность */
  pointer-events: none; /* Запрещаем взаимодействие с псевдоэлементом */
}

#top #wrap_all #header #av-burger-menu-ul > li.lang-item.current-menu-item a {
  color: #ee1919 !important;
  font-weight: 700!important;
}

#top #wrap_all #header #av-burger-menu-ul > li.lang-item a {
  border: 0 !important;
  padding: 10px 20px;
  color: #808080;
}

#top #wrap_all #header #av-burger-menu-ul > li.lang-item-uk {
  position: absolute !important;
  top: 35px;
  left: 30px;
}

#top #wrap_all #header #av-burger-menu-ul > li.lang-item-ru {
  position: absolute !important;
  top: 35px;
  left: 100px;
}

@media only screen and (min-width: 990px) {
  .av-main-nav > li.lang-item .avia-menu-fx {
    display: none;
  }
  .av-main-nav > li.lang-item a {
      font-weight: 500;
      padding: 0 8px!important;
      text-transform: capitalize;
  }
  .av-main-nav > li.current-menu-item a,
  .av-main-nav > li.current-lang a {
      font-weight: 700!important;
  }
  .av-main-nav > li.lang-item-first {
      margin-left: auto!important;
  }
}

@media only screen and (max-width: 767px) {
  .diagonal::before {
    background: rgba(0, 0, 0, .3);
    transform: unset;
    left: 0;
  }
}

.diagonal h1 {
  font-size: 65px;
  font-weight: 700;
  padding-bottom: 1px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .diagonal h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
    .diagonal h1 {
        font-size: 46px;
    }
}

.diagonal h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .diagonal h4 {
    font-size: 14px;
    padding-bottom: 0;
  }
}

.diagonal .description {
  font-size: 18px;
  color: #fff !important;
  margin-bottom: 30px;
}

.diagonal .description ul li {
  list-style: none;
  position: relative;
}

.diagonal .description ul li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: -20px;
  top: 10px;
}

.diagonal .cta-button .avia-button {
  color: #2D2D2D !important;
  font-size: 16px!important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 19px 35px;
  background: #fff;
  letter-spacing: 0.02rem;
  border: none;
}

@media only screen and (max-width: 767px) {
  .diagonal .cta-button {
    width: 100%;
  }
  .diagonal .cta-button .avia-button {
    width: 100%;
  }
}

.section-title,
.section-title-blog {
  position: relative;
  color: #2D2D2D;
  padding-left: 66px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .section-title,
  .section-title-blog {
    font-size: 24px !important;
    line-height: 1.2;
    padding-left: 36px;
  }
}

.section-title:before {
  content: '';
  position: absolute;
  height: 36px;
  width: 36px;
  top: 12px;
  left: 0;
  background: #ee1919;
}

.section-title-blog:before {
  content: '';
  position: absolute;
  height: 36px;
  width: 36px;
  top: 2px;
  left: 0;
  background: #ee1919;
}

@media (max-width: 767px) {
  .section-title:before {
    height: 24px;
    width: 24px;
    top: 2px;
  }
}

.page-title h1 {
  position: relative;
  color: #2D2D2D;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 1.2;
  padding-left: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .page-title h1 {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.page-title h1:before {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  top: 2px;
  left: 0;
  background: #ee1919;
}

.page-subtitle {
  position: relative;
  color: #2D2D2D;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1.4;
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.page-subtitle:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  top: 4px;
  left: 0;
  background: #ee1919;
}

@media (max-width: 767px) {
  .page-subtitle p {
    margin: 0 !important;
  }
}

#our-services .flex_column_table {
  height: 100%;
  margin-top: 0 !important;
}

.service-wrapper .av-flex-placeholder {
  width: 30px !important;
}

.service-wrapper .flex_column_table {
  margin-bottom: 30px;
}

.service-wrapper .av_one_fourth {
    margin-left: 0!important;
    flex-grow: 1;
    width: calc(25% - 20px)!important;
} 

.service-wrapper .flex_column_table {
    display: flex!important;
    gap: 20px;
}

.service-item {
  padding: 30px 20px 24px!important;
  border: 1px solid #E5E5E5;
  background: #fff;
  /*width: 100% !important;*/
  transition: ease .4s;
  display: flex !important;
  flex-direction: column;
  /*min-width: 100%;*/
  margin-top: 0 !important;
}

.service-item .service-item__border-button .avia-button {
    margin-top: 10px!important;
}
.service-item .av_textblock_section:nth-child(3) {
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .service-item {
    width: 100%!important;
  }
  .service-wrapper .flex_column_table {
    flex-wrap: wrap;
    gap: unset;
  }
  
  .service-wrapper .av_one_fourth {
    width: 100%!important;
  } 
}

@media (min-width: 768px) and (max-width: 1099px) {
  .service-item.flex_column.av_one_fourth {
    width: 50%!important;
     flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  
  .service-wrapper .flex_column_table {
    flex-wrap: wrap;
  }
}

.service-item:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1), 0 -3px 0 #ee1919;
}

@media only screen and (max-width: 767px) {
  .service-item:hover {
    box-shadow: none;
  }
}

 .flex_column.service-item-actsii {
  background: #f4f4f4;
  padding: 30px!important;
  border: 1px solid #E5E5E5;
}

.service-item-actsii .paket-item {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 2px solid #ee1919;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  background: #ee1919;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-item__1 .service-item__img {
  background: url(../images/svg/service-01.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__2 .service-item__img {
  background: url(../images/svg/service-02.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__3 .service-item__img {
  background: url(../images/svg/service-03.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__4 .service-item__img {
  background: url(../images/svg/service-04.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__5 .service-item__img {
  background: url(../images/svg/service-05.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__6 .service-item__img {
  background: url(../images/svg/service-06.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__7 .service-item__img {
  background: url(../images/svg/service-07.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__8 .service-item__img {
  background: url(../images/svg/service-08.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.service-item__img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-item h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #2D2D2D;
  line-height: 1.4;
}

.service-item__text {
  font-size: 95%;
  flex-grow: 1;
  text-align: center;
}

.service-item__price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.service-item__price p {
  font-size: 100%;
  font-weight: 700;
  white-space: nowrap;
}

.service-item__price p:last-child {
  padding-left: 10px;
}

.service-item__price p strong {
  color: #ee1919;
  font-size: 15px;
}


.service-item__secondary-button a {
  width: 100%;
  text-transform: uppercase;
}

.js_active .toggler {
  padding: 15px 5px 15px 35px !important;
  color: #2D2D2D;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.scheme-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.scheme-divide {
  width: 3.2%;
  min-width: 32px;
  background: url(../images/svg/arrow-right.svg) no-repeat;
  background-position: center 18.5%;
}

@media only screen and (max-width: 767px) {
  .scheme-divide {
    display: none;
  }
  .scheme-wrapper {
    padding-left: 36px;
    gap: 0;
  }
}

.scheme-item {
  min-width: 120px;
  width: 14%;
}

@media only screen and (max-width: 767px) {
  .scheme-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
}

.scheme-item__img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .scheme-item__img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-size: 80px 80px !important;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .scheme-item__wrapper {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.scheme-item .step-1 {
  background: url(../images/svg/scheme-01.svg) no-repeat;
}

.scheme-item .step-2 {
  background: url(../images/svg/scheme-02.svg) no-repeat;
}

.scheme-item .step-3 {
  background: url(../images/svg/scheme-03.svg) no-repeat;
}

.scheme-item .step-4 {
  background: url(../images/svg/scheme-04.svg) no-repeat;
}

.scheme-item .step-5 {
  background: url(../images/svg/scheme-05.svg) no-repeat;
}

.scheme-item .step-6 {
  background: url(../images/svg/scheme-06.svg) no-repeat;
}

.scheme-item__title {
  text-align: center;
  text-transform: uppercase;
  color: #2D2D2D;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .scheme-item__title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.scheme-item__text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .scheme-item__text {
    text-align: left;
  }
}

.client .slide-entry-title {
  display: none;
}

.client .avia-slideshow-arrows a:before {
  background: #ee1919;
}

.client-wrapper {
  width: 75%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .client-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

.client-photo {
  padding-top: 4px;
}

.client-photo img {
  min-width: 150px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.client-feedback {
  margin-left: 20px;
  color: #2D2D2D;
  margin-top: 20px;
}

.client-feedback__text {
  line-height: 1.5;
}

.client-feedback__name {
  margin-top: 10px;
  font-weight: 700;
}

.client-feedback__service {
  text-transform: uppercase;
  font-weight: 700;
  color: #ee1919;
}

.sub-menu li.menu-item .avia-menu-text {
  text-transform: none;
  line-height: 1;
  font-weight: 500;
}

.sub-menu li.menu-item.current-menu-item a {
  background: #f1f1f1;
}

.title_container .main-title {
  display: none;
}

.title_container .breadcrumbs {
  left: 50px;
  right: unset;
}

.title_container .breadcrumbs .trail-before {
  display: none;
}

#pages-3 .widgettitle {
  visibility: hidden;
}

@media (max-width: 767px) {
  #pages-3 .widgettitle {
    display: none !important;
  }
}

.widgettitle {
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .widget_pages:not(first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.widget_pages ul li {
  font-size: 85%;
  list-style: none;
  position: relative;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .widget_pages ul li {
    padding-bottom: 5px;
    font-size: 14px;
  }
}

.widget_pages ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  left: 0;
  top: 9px;
}

.f-address {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.f-address:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background: url(../images/svg/address-w.svg) no-repeat;
  background-size: 24px;
}

.f-phone {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.f-phone:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 0;
  top: 0;
  background: url(../images/svg/phone-w.svg) no-repeat;
}

.f-email {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.f-email:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 0;
  top: 0;
  background: url(../images/svg/mail-w.svg) no-repeat;
}

.icon-fb {
  width: 36px;
  height: 36px;
  background: url(../images/svg/facebook-logo.svg) no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.icon-fb:hover {
  opacity: .6;
}

.icon-insta {
  width: 36px;
  height: 36px;
  background: url(../images/svg/insta-logo.svg) no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.icon-insta:hover {
  opacity: .6;
}

.icon-viber {
  width: 36px;
  height: 36px;
  background: url(../images/svg/icon-viber-1.svg) no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.icon-viber:hover {
  opacity: .6;
}

.icon-telegram {
  width: 36px;
  height: 36px;
  background: url(../images/svg/icon-telegram-1.svg) no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.icon-telegram:hover {
  opacity: .6;
}

.icon-link {
  width: 36px;
  height: 36px;
  background: url(../images/svg/linkedin-logo.svg) no-repeat;
  background-size: cover;
}

.toggle_content {
  padding-bottom: 30px !important;
}

.footer_color {
  padding-top: 60px !important;
}

.footer_color svg {
  margin-bottom: 25px;
}

.footer_color h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer_color .custom-html-widget ul,
.footer_color .widget ul {
  margin-left: 0;
  margin-bottom: 40px;
}

.footer_color .custom-html-widget ul li,
.footer_color .widget ul li {
  font-size: 13px;
  margin-bottom: 5px;
}

.footer_color a:hover,
.footer_color .custom-html-widget ul li a:hover,
.footer_color .widget ul li a:hover {
  text-decoration: none;
}

.footer_color .widget_polylang ul {
  display: flex;
  flex-direction: row;
}

.footer_color .widget_polylang ul li {
  margin-right: 15px;
  opacity: 0.6;
}

.footer_color .widget_polylang ul li.current-lang {
  margin-right: 15px;
  font-weight: 700;
  opacity: 1;
}

.footer_color .calendar_wrap {
  margin: 30px 0;
}

.footer_color .calendar_wrap .wp-calendar-table caption {
  text-align: left;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}

.footer_color .calendar_wrap .wp-calendar-table #today {
  background: #fff;
  font-weight: bold;
  color: #000;
}

.footer_color .calendar_wrap .wp-calendar-table #today a {
  color: #000;
}

.footer_color .calendar_wrap .wp-calendar-table #today a:hover {
  color: #ee1919;
}

.footer_color .calendar_wrap .wp-calendar-table a {
  color: #fff;
  font-weight: 700;
}

.footer_color .calendar_wrap .wp-calendar-table a:hover {
  color: #ee1919;
}

.footer_color .calendar_wrap .wp-calendar-table td {
  color: #919191;
}

@media (max-width: 767px) {
  #footer .av_one_fourth {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 767px) {
  .mj-order-form {
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}

.mj-order-form form, .mj-order-form fieldset {
  margin-bottom: 0 !important;
}

.mj-order-form form h3, .mj-order-form fieldset h3 {
  text-transform: uppercase;
}

.mj-order-form form input.button, .mj-order-form fieldset input.button {
  padding-top: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.mj-order-form form input[type="text"],
.mj-order-form form textarea, .mj-order-form fieldset input[type="text"],
.mj-order-form fieldset textarea {
  color: #222 !important;
}

@media (max-width: 767px) {
  .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    display: none;
  }
}

.html_av-submenu-hidden .av-submenu-indicator:before {
  font-weight: bold;
  font-size: 14px;
}

.avia-content-slider .slide-entry-title {
  text-transform: uppercase;
  color: #2D2D2D;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}

.avia-content-slider .slide-entry-title:hover {
  color: #ee1919;
}

.avia-content-slider .slide-meta-comments,
.avia-content-slider .slide-meta-del {
  display: none !important;
}

textarea {
  resize: none !important;
}

#top .avia-content-slider-inner {
  -webkit-perspective: none !important;
}

.main_color .pagination .current {
  background: #ee1919 !important;
  color: #fff !important;
}

.main_color .pagination .pagination-meta {
  display: none !important;
}

.blog-wrapper .post-entry {
  border: 1px solid #e1e1e1;
}

.blog-wrapper .post-entry .slide-image {
  margin-bottom: 0;
  border-radius: 0 !important;
}

.blog-wrapper .post-entry .slide-image img {
  border-radius: 0 !important;
}

.blog-wrapper .post-entry .slide-content {
  background: #fff;
  padding: 15px 20px 20px;
}

.blog-wrapper .post-entry .slide-content .slide-entry-excerpt .more-link {
  border-radius: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: normal;
  font-size: 0.92em;
  padding: 12px 20px 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ee1919;
  color: #ffffff;
  border-color: #cc0707;
  line-height: normal;
  margin-top: 10px;
}

.blog-wrapper .post-entry .slide-content .slide-entry-excerpt .more-link:hover {
  opacity: 0.9;
}

.blog-wrapper .post-entry .slide-content .slide-entry-excerpt .more-link .more-link-arrow {
  display: none;
}

.av-main-nav ul {
  margin-top: -2px !important;
}

.av-main-nav > li > ul {
  border-top-width: 3px !important;
}

/*blog page*/
.category-blog .post-entry-type-standard .text-sep-date,
.category-blog .post-entry-type-standard .comment-container,
.category-blog .post-entry-type-standard .text-sep-comment,
.category-blog .post-entry-type-standard .blog-categories,
.category-blog .post-entry-type-standard .text-sep-cat,
.category-blog .post-entry-type-standard .blog-author {
  display: none !important;
}

.category-blog .post-entry-type-standard .more-link {
  border-radius: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: normal;
  font-size: 0.92em;
  padding: 12px 20px 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ee1919;
  color: #ffffff;
  border-color: #cc0707;
  line-height: normal;
  margin-top: 10px;
}

.category-blog .post-entry-type-standard .more-link:hover {
  opacity: 0.9;
}

.category-blog .post-entry-type-standard .more-link .more-link-arrow {
  display: none;
}

.category-blog .post-entry-type-standard .post_delimiter {
  left: 0 !important;
}

.mj-contacts-wrapper .contact-phone {
  padding-left: 36px;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.mj-contacts-wrapper .contact-phone a {
  color: #2D2D2D;
  text-decoration: none;
}

.mj-contacts-wrapper .contact-phone a:hover {
  color: #ee1919;
}

.mj-contacts-wrapper .contact-phone:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 0;
  top: 0;
  background: url(../images/svg/phone.svg) no-repeat;
  background-size: 24px 24px;
}

.mj-contacts-wrapper .contact-email {
  padding-left: 36px;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.mj-contacts-wrapper .contact-email a {
  color: #2D2D2D;
  text-decoration: none;
}

.mj-contacts-wrapper .contact-email a:hover {
  color: #ee1919;
}

.mj-contacts-wrapper .contact-email:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 0;
  top: 0;
  background: url(../images/svg/mail-r.svg) no-repeat bottom center;
  background-size: 24px 24px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .swiper-container .service-item {
    padding: 30px;
  }
}

.swiper-container .service-item__text {
  font-size: 13.5px;
  line-height: 1.65;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -5px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ee1919;
}

.mj-advantages {
  background-image: url(../images/front/total.jpg)!important;
  background-repeat: no-repeat;
  background-position: 70% 0;
  background-attachment: scroll;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .mj-advantages {
    background-position: 80% 0;
  }
}

@media (max-width: 768px) {
  .mj-advantages {
    background-image: none !important;
    background-color: #f4f4f4;
  }
}

.mj-advantages .column-top-margin {
  margin-top: 0 !important;
}

.mj-advantages .our-list {
  padding: 20px 20px 10px 15px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mj-advantages .our-list {
    padding-top: 10px;
    padding-left: 30px;
    background-color: transparent;
    margin-left: 0;
    border: 0;
  }
}

.mj-advantages .our-list li {
  list-style: none;
  position: relative;
  padding-left: 45px;
  margin-left: 0;
  padding-bottom: 15px;
}

.mj-advantages .our-list li:before {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  background: url(../images/svg/check.svg);
  background-size: 24px 24px;
  left: 10px;
  top: 0;
}

.mj-advantages .our-list li .list-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #2D2D2D;
  line-height: 1.4;
  font-size: 16px;
}

.mj-advantages .our-list li .list-text {
  color: #2D2D2D;
}

.mj-contacts {
  position: relative;
}

.mj-contacts:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(252, 252, 252, 0.85);
}

.mj-contacts:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e1e1;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  box-shadow: none !important;
  border: 1px solid #979797 !important;
}

.error .text_input,
.error .text_area,
.error .select {
  border: 1px solid #ee1919 !important;
}

#order-form {
  position: relative;
}

#order-form:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: -60%;
  bottom: 0;
  transform: skew(-20deg);
  background: linear-gradient(45deg, #da0e0e 50%, #810808 100%);
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  opacity: 0.92;
}

.order-form-wrapper {
  background: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}

.order-form-wrapper .entry-content-wrapper {
  display: flex;
  justify-content: center;
}

.order-form-wrapper.d-block {
  display: block !important;
}

.order-form-wrapper h3 {
  margin-bottom: 20px;
}

.order-form-wrapper .section {
  padding: 30px;
  width: 600px;
  border-radius: 3px !important;
  background: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .order-form-wrapper .section {
    padding: 40px 20px 20px;
  }
}

.order-form-wrapper .section .button {
  height: 46px;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0 40px !important;
  line-height: 46px !important;
  margin: 0 auto;
  width: fit-content;
  text-decoration: unset;
  text-transform: uppercase;
}

.order-form-wrapper .section.query h3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 1.4;
}

.order-form-wrapper .section.query {
  width: 400px;
  max-width: 100%;
}

.order-form-wrapper .section.query .button {
  width: 100%;
}

.order-form-wrapper .cross {
  position: absolute;
  background: url(../images/layout/cross.svg) no-repeat;
  opacity: 0.25;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.order-form-wrapper .cross:hover {
  opacity: 0.5;
}

.order-form-wrapper .container {
      padding: 0px 15px;
}

.modal-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  height: 100vh;
}

.modal-cover:after {
  border-radius: 0 !important;
}

.modal-cover.visible {
  display: block;
  z-index: 10;
}

.modal-cover .modal-dialog {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 23px 50px -36px rgba(0, 0, 0, 0.75);
  background-color: #f7f7f7;
  position: relative;
  z-index: 10000;
}

.category-term-description {
  padding-bottom: 40px;
}

.highlight {
  background: #ee1919;
  color: #fff !important;
  padding: 0 5px 1px;
}

.call-to-action {
  display: none;
}

.humburger-contact {
  display: none;
}

.alphabet {
  display: flex;
  flex-direction: row;
}

.border-section {
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.alphabet-col {
  width: 50%;
}

.alphabet a {
  color: #333;
}

@media (max-width: 767px) {
  html.av-burger-overlay-active body {
    height: 100vh;
    overflow: hidden;
  }

  .alphabet {
    display: flex;
    flex-direction: column;
  }
  .alphabet-col {
    width: 100%;
  }

  .html_av-overlay-side .av-burger-overlay-scroll {
    width: 100% !important;
  }
  
  .call-to-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 60px; */
    z-index: 1;
    background: #f4f4f4 !important;
    padding: 15px 30px;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.15);
  }
  
  .call-to-action button {
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    color: #444 !important;
    text-transform: uppercase;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 14px 16px 12px;
    border-radius: 3px;
  }

  #av-burger-menu-ul {
    padding: 82px 0px 120px !important;
  }
  .humburger-contact.active {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 501;
    background: #fff;
    padding-top: 15px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .1);
  }

  .phone-wrapper__menu .phone-icon {
    height: 20px;
    width: 20px;
    background: url(../images/svg-clear/phone.svg) no-repeat;
    background-size: cover;
    margin-right: 5px;
    opacity: 1 !important;
    display: block !important;
  }
  .phone-wrapper__menu .phone-number {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 30px !important;
    line-height: 30px !important;
    color: #2D2D2D;
    text-decoration: none;
  }
  .phone-wrapper__menu .phone-number:hover {
    color: #ee1919 !important;
  }

  .phone-wrapper__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: none !important;
  }

  .social__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .social__menu a {
    margin: 15px 10px;
  }
  .scheme-item__text {
    display: none;
  }
  .scheme-item__img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-size: 40px 40px !important;
    margin: 0;
  }
  .scheme-item {
    align-items: center;
    margin-bottom: 10px;
  }

  .chaty-widget.mobile_active {
    bottom: 60px !important;
  }

  .post-entry {
    margin-bottom: 30px !important;
  }
}

.call-to-action .cta-icon {
  background-image: url(../images/svg-clear/phone.svg);
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 4px;
  opacity: 1 !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}

.call-to-action .cta-icon:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.06) 0%, rgba(196, 196, 196, 0) 100%);
}

.avia-testimonial-content p {
  margin-bottom: 30px;
}

.mj-request {
  background-image: url(../images/front/adventage.png);
  background-repeat: no-repeat;
  background-position: 70% 0;
  background-attachment: scroll;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .mj-request {
    background-position: 80% 0;
  }
}

@media (max-width: 768px) {
  .mj-request {
    background-image: none !important;
  }
}

.mj-request .input-text,
.mj-request input[type='text'],
.mj-request input[type='input'],
.mj-request input[type='password'],
.mj-request input[type='email'],
.mj-request input[type='number'],
.mj-request input[type='url'],
.mj-request input[type='tel'],
.mj-request input[type='search'],
.mj-request textarea,
.mj-request select {
  background-color: #F6F6F6 !important;
}

.mj-testimonials .avia-testimonial-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mj-testimonials .avia-testimonial-row {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
}

.mj-testimonials .avia-testimonial {
  padding: 40px !important;
  /*  width: 31%!important;*/
}

.mj-testimonials .avia-testimonial-content p {
  position: relative;
  color: #333;
  font-size: 16px;
  font-style: italic;
}

.mj-testimonials .avia-testimonial-content:before {
  content: '';
  position: absolute;
  background: url(../images/svg/quote.svg) no-repeat;
  background-size: 36px 36px;
  opacity: 0.1;
  top: 30px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .mj-testimonials .avia-testimonial-content:before {
    top: 16px;
  }
}

@media (max-width: 768px) {
  .mj-testimonials .avia-testimonial {
    width: 100% !important;
    padding: 30px !important;
  }
}

@media (max-width: 768px) {
  .responsive .mj-testimonials .avia-testimonial-image {
    width: 45px;
    height: 45px;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.avia-table a.avia-button {
  background: #fff !important;
  border: 1px solid #e1e1e1 !important;
  color: #444 !important;
  text-transform: uppercase;
}

.avia-table a.avia-button:hover {
  border: 1px solid #b9b9b9 !important;
  color: #000 !important;
}

.avia-table td,
.avia-table td a {
  font-size: 15px;
  color: #333;
}

.avia-table td {
    vertical-align: middle;
}

.avia-table td a:hover {
  color: #333;
}

.avia-table th {
  font-size: 11px;
  color: #000;
  letter-spacing: 0.5px;
}

#scroll-top-link {
  bottom: 55px;
  font-size: 20px;
}

.statistic-number {
  font-size: 50px;
}

.statistic-text {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

/*For Youtube Lazyload*/
.iframe {
  border-radius: 12px;
  box-shadow: 0 19px 58px -23px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: 52.6%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 1;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 12px;
  box-shadow: 0 19px 58px -23px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 1;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */

.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

.avia_transform a.video__link:hover .image-overlay {
  display: none !important;
}

.map-wrapper {
  position: relative;
}

.map-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.map-wrapper-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*Formidable*/

.frm_fields_container {
  background: #f4f4f4;
/*  padding: 30px;*/
}


.frm_fields_container .frm_required {
  display: none;
}

.frm_fields_container label {
  line-height: 1.4 !important;
}

.frm_fields_container select,
.frm_fields_container input[type=text],
.frm_fields_container input[type=tel] {
  height: 44px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-family: 'Montserrat', sans-serif !important;
  background-color: #ffffff !important;
}

.frm_fields_container select:focus {
  box-shadow: none !important;
}

.frm_opt_container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .frm_opt_container {
    flex-wrap: wrap;
  }
  .frm_radio {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }
}

.frm_radio {
  flex-grow: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 44px;
  margin-right: 10px;
  z-index: 1;
  width: 100%;
}

.frm_radio:last-child {
  margin: 0;
}

.frm_radio label {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  text-indent: 0 !important;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
}

.frm_radio input[type=radio] {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  background: unset !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: pointer;
}

.frm_radio input[type=radio]:hover:before {
  box-shadow: 0 0 0px 1px #ee1919 !important;
}

.frm_radio input[type=radio]:before {
  content: '';
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  transition: 120ms transform ease-in-out;
  box-shadow: none !important;
  margin: 0 !important;
  display: block;
  transform: unset !important;
  background: #fff !important;
}

.frm_radio input[type=radio]:checked {
  color: #fff;
}

.frm_radio input[type=radio]:checked:before {
  border-color: #ee1919;
  box-shadow: inset 0 0 0 1px #ee1919, 0 0 0 1px #ee1919 !important;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus {
  border-color: #ee1919;
  box-shadow: unset !important;
}

.frm_fields_container .frm_primary_label {
  margin-bottom: 5px;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

h3.frm_form_title {
  margin-bottom: 30px !important;
  font-size: 36px !important;
}

.frm_submit button:hover {
  background-color: #eb3b3b !important;
  color: #ffffff !important;
}

.frm_submit button:focus,
.frm_submit button:active {
  color: #ffffff !important;
}

.frm_submit button {
  margin: 15px 0 !important;
  background: #ee1919 !important;
  border: none !important;
  padding: 16px 20px !important;
  border-radius: 2px !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: normal;
  min-width: 142px !important;
  outline: none;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

h1.frm_form_title {
  font-size: 34px !important;
  line-height: 1.1em !important;
  margin-bottom: 20px !important;
}

h2.frm_form_title {
  font-size: 28px !important;
  line-height: 1.1em !important;
  margin-bottom: 20px !important;
}

h3.frm_form_title {
  font-size: 20px !important;
  line-height: 1.1em !important;
  margin-bottom: 20px !important;
}

.frm_submit {
  background: #f4f4f4;
  text-align: center;
  }

#top .main_color .input-text, #top .main_color input[type='text'],
#top .main_color input[type='input'], #top .main_color input[type='password'],
#top .main_color input[type='email'], #top .main_color input[type='number'],
#top .main_color input[type='url'], #top .main_color input[type='tel'],
#top .main_color input[type='search'], #top .main_color textarea,
#top .main_color select {
  font-family: "Montserrat", sans-serif !important;
}

.avia_ajax_form .button {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

.avia_ajax_form p {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.size-field.active {
  display: block;
}

.d-none {
  display: none;
}

.d-block {
  display: block!important;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
  color: #444;
}

.service-item__border-button .avia-button {
  /*margin-top: 30px;*/
  width: 100%;
  background: #fff !important;
  border: 1px solid #e1e1e1 !important;
  color: #444 !important;
  text-transform: uppercase;
}

.service-item__border-button.w-auto .avia-button {
  width: auto !important;
}

.service-item__border-button .avia-button:hover {
  border: 1px solid #b9b9b9 !important;
  color: #000 !important;
}

.order-form-callback .section,
.order-form-consultation .section {
  padding: 30px;
  width: 400px;
  border-radius: 3px !important;
  background: #f4f4f4;
}

.order-form-callback .section h3,
.order-form-consultation .section h3,
.order-form-price-calc .section h3 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.4;
}

.order-form-callback .section .button,
.order-form-consultation .section .button {
  width: 100%!important;
}

.order-form-price-calc .section,
.order-serviceform-wrapper .section,
.order-geodesy-wrapper .section,
.order-geology-wrapper .section,
.order-table-wrapper .section,
.order-landmanage-wrapper .section {
  padding: 30px!important;
  width: 600px;
  border-radius: 3px !important;
  background: #f4f4f4;
}

.order-form-price-calc .section .frm_fields_container {
    padding: 0!important;
}

.cta-button:not(.top-section) {
  background-color: #ee1919;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  padding: 12px 16px 10px;
  line-height: 1.2em;
  text-align: center;
  border-radius: 3px;
}

.cta-button:not(.top-section):hover {
  background-color: #ee2d38;
}

.order-form-callback,
.order-form-consultation,
.order-form-price-calc,
.order-serviceform-wrapper,
.order-geodesy-wrapper,
.order-geology-wrapper,
.order-table-wrapper,
.order-landmanage-wrapper {
  background: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
  border: 0!important;
}

.order-form-callback .entry-content-wrapper,
.order-form-consultation .entry-content-wrapper,
.order-form-price-calc .entry-content-wrapper,
.order-serviceform-wrapper .entry-content-wrapper,
.order-geodesy-wrapper .entry-content-wrapper,
.order-geology-wrapper .entry-content-wrapper,
.order-table-wrapper .entry-content-wrapper,
.order-landmanage-wrapper .entry-content-wrapper {
  display: flex;
  justify-content: center;
}

.order-form-callback .d-block,
.order-form-consultation .d-block,
.order-form-price-calc .d-block,
.order-serviceform-wrapper.d-block,
.order-geodesy-wrapper.d-block,
.order-geology-wrapper.d-block,
.order-table-wrapper.d-block,
.order-landmanage-wrapper.d-block {
  display: block !important;
}

.order-form-callback h3,
.order-form-consultation h3,
.order-form-price-calc h3,
.order-serviceform-wrapper h3,
.order-geodesy-wrapper h3,
.order-geology-wrapper h3,
.order-table-wrapper h3,
.order-landmanage-wrapper h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .order-form-callback .section,
  .order-form-consultation .section,
  .order-form-price-calc .section,
  .order-serviceform-wrapper .section,
  .order-geodesy-wrapper .section,
  .order-geology-wrapper .section,
  .order-table-wrapper .section,
  .order-landmanage-wrapper .section {
    padding: 40px 20px 20px;
  }
  
    /*.order-form-callback,*/
    /*.order-form-consultation,*/
    .order-form-price-calc,
    .order-serviceform-wrapper,
    .order-geodesy-wrapper,
    .order-geology-wrapper,
    .order-table-wrapper,
    .order-landmanage-wrapper {
      background: none;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 1001;
      display: none;
      border: 0!important;
      overflow: auto;
      transform: unset;
    }
}

.order-form-callback .section .button,
.order-form-consultation .section .button,
.order-form-price-calc .section .button,
.order-serviceform-wrapper .section .button,
.order-geodesy-wrapper .section .button,
.order-geology-wrapper .section .button,
.order-table-wrapper .section .button,
.order-landmanage-wrapper .section .button {
  height: 46px;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0 40px !important;
  line-height: 46px !important;
  margin: 0 auto;
  width: fit-content;
  text-decoration: unset;
  text-transform: uppercase;
}

.order-form-callback .cross,
.order-form-consultation .cross,
.order-form-price-calc .cross,
.order-serviceform-wrapper .cross,
.order-geodesy-wrapper .cross,
.order-geology-wrapper .cross,
.order-table-wrapper .cross,
.order-landmanage-wrapper .cross,
#meja-modal .cross {
  position: absolute;
  background: url(../images/layout/cross.svg) no-repeat;
  opacity: 0.25;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.order-form-callback .cross:hover,
.order-form-consultation .cross:hover,
.order-form-price-calc .cross:hover,
.order-serviceform-wrapper .cross:hover,
.order-geodesy-wrapper .cross:hover,
.order-geology-wrapper .cross:hover,
.order-table-wrapper .cross:hover,
.order-landmanage-wrapper .cross:hover {
  opacity: 0.5;
}

.avia-button.primary-button {
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #cc0707;
}

.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}

.checkbox-container .frm_opt_container {
    display: flex;
    flex-direction: column;
}

.frm_opt_container .frm_checkbox {
    padding-bottom: 10px !important;
}

.frm_checkbox label {
    font-family: "Montserrat", sans-serif !important;
}
   @media (max-width: 768px) {
            .desktop-only {
               display: none;
            }
         }
.text-block {
  height: 304.97px;	
  font-size: 18px;
  line-height: 1.5;
}

.text-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}



/* for blog */

.single-post {
    overflow: visible!important;
}
.single-post #wrap_all {
    overflow: visible!important;
}

.single-post p {
    margin: 0.85em 0 2.5em;
}

.single-post blockquote {
    font-style: italic;
}

.single-post div .av_one_fifth {
    width: 18%;
}

.single-post div .av_three_fifth {
    margin-left: 4%;
    width: 54%;
}

.first {
    margin-left: 0!important;
    clear: left;
}

.single-post .column-top-margin {
    margin-top: 30px;
}

.sticky-toc {
    position: sticky!important;
    top: 140px;
    left: 0;
    padding: 0px 15px 15px!important;
    background: #f4f4f4;
    max-height: 90vh;
    overflow-y: auto;
}
.sticky-toc::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px
}

.sticky-toc::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: rgb(193,193,193);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5)
}

@media (max-width: 767px) {
    .sticky-toc {
        position: static!important;
        top: unset;
        left: unset;
        padding: 20px 15px 15px!important;
        background: #f4f4f4;
    }
}

.toc-title {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

.toc-wrapper ul,
.toc-wrapper ol {margin-left: 5px;}
.toc-wrapper ul li,
.toc-wrapper ol li {
    font-size: 13px;
    line-height: 1.4;
    color: #ee1919;
    padding-bottom: 10px;
}

.toc-wrapper ul li a,
.toc-wrapper ol li a{
    color: #333;
}

.toc-wrapper ul li a:hover,
.toc-wrapper ol li a:hover{
    color: #ee1919;
} 

.sticky-sidebar {
    position: sticky!important;
    top: 140px;
    right: 0;
    max-height: 90vh;
    overflow-y: auto;
}

.sticky-sidebar .yarpp-related{
    margin-top: 0!important;
}

.sticky-sidebar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px
}

.sticky-sidebar::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: rgb(193,193,193);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5)
}

@media (max-width: 767px) {
    .sticky-sidebar {
        position: static!important;
        top: unset;
        right: unset;
    }
}

.sticky-sidebar .avia-size-x-large{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.wp-breadcrumb a {
    padding: 0 4px;
    font-size: 13px;
}
.wp-breadcrumb a:hover {
    text-decoration: underline!important;
}

.wp-breadcrumb .breadcrumb_last strong{
    font-weight: 400;
    color: #333;
    font-size: 13px;
}

.yarpp-template-list blockquote {
    border: unset!important;
    font-style: normal;
    font-weight: 700;
    padding-left: 10px;
}
.yarpp-template-list ul li,
.yarpp-template-list ol li {
    font-size: 14px;
    line-height: 1.4;
    color: #ee1919;
    padding-bottom: 10px;
    list-style: disc;
}

.yarpp-template-list ul li a,
.yarpp-template-list ol li a{
    color: #333;
    font-weight: 400;
}


/* social media icons */
div.heateor_sss_sharing_ul a {
    margin-right: 4px!important;
}

/*custom Contact-form-7*/

.wpcf7-form .wpcf7-form-control{
     padding: 13px!important;
     margin-bottom: 0!important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 0.9em;
}

.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #ee1919 !important
}

.wpcf7-form p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.wpcf7-form textarea {
    max-height: 120px!important;
}

.wpcf7-submit {
    height: 46px;
    border: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 0 40px !important;
    margin: 0 auto;
    margin-top: 8px!important;
    width: fit-content;
    text-decoration: unset;
    text-transform: uppercase;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 2px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.wpcf7-response-output {
    margin-top: 0!important;
}

.form-small form {
    margin-bottom: 0;
}

.form-small .wpcf7-form-control[type="submit"],
.form-small .frm_form_fields .frm_button_submit {
    height: 46px;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0 40px !important;
    line-height: 46px !important;
    margin: 0 auto;
    width: 100%!important;
    text-decoration: unset;
    text-transform: uppercase;
}


.min-height-0 {
    min-height: 0!important;
}

.banner-wrapper {
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin: 50px 0;
}

.banner-wrapper img.img-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    min-width: auto;
    width: auto;
    height: 100%;
    z-index: -1;
}
.banner-wrapper img.img-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: auto;
    width: auto;
    height: 100%;
    z-index: -1;
}

.banner-wrapper.diagonal-right:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: -50%;
    bottom: 0;
    transform: skew(-20deg);
    background: linear-gradient(45deg, #da0e0e 50%, #810808 100%);
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    opacity: 0.92;
}
.banner-wrapper.diagonal-left:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: -50%;
    bottom: 0;
    transform: skew(-20deg);
    background: linear-gradient(45deg, #da0e0e 50%, #810808 100%);
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    opacity: 0.92;
}

.banner-wrapper .banner-block-left {
    width: 50%;    
    background: #fff;
    padding: 20px 30px 30px;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.banner-wrapper .banner-block-right {
    width: 50%;    
    background: #fff;
    padding: 20px 30px 30px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.banner-block-right h3,
.banner-block-right h4,
.banner-block-left h3,
.banner-block-left h4{
    line-height: 1.4;
}

.banner-block-right p.small,
.banner-block-left p.small {
    font-size: 14px;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-block-left,
    .banner-wrapper .banner-block-right {
         width: 100%; 
    }
}

@media (max-width: 767px) {
    .service-wrapper .flex_column_table {
         margin-bottom: 0!important;
    }
}


.banner-wrapper .banner-block-left p,
.banner-wrapper .banner-block-right p {
    font-size: 16px;
    margin: 5px 0 15px 0;
}
.banner-wrapper .banner-block-right p.small,
.banner-wrapper .banner-block-left p.small {
    font-size: 14px;
    margin: 5px 0 15px 0;
}

.small-form-title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.4;
}


.frm_blank_field input {
    border-color: #B94A48!important;
}

.section-map {
    max-width: 100%;
    padding: 0;
}
.section-map .container {
    max-width: 100%!important;
    width: 100%!important;
    padding: 0;
}


/* fix for accordion section*/
.single_toggle {
    float: none!important;
}

.togglecontainer {
    margin-bottom: 0!important;
}

a.sffm-menu-item-link {
    text-decoration: none!important;
}
.sffm-flymenu-panel .sffm-panel-close:hover {
        text-decoration: none!important;
}
.sffm-hover-side-border .sffm-menu-item-link .sffm-menu-item-title:before {
    border-radius: 0!important;
}
.sffm-position-top-right.sffm-flymenu-trigger-block {
    top: 0!important;
    right: 0!important;
}

@media only screen and (max-width: 767px) {
    .responsive #top #main,
    #top #main{
        padding-top: 80px!important
    }
    
    .responsive #top #wrap_all #header,
    #top #wrap_all #header {
        position: fixed!important;
        width:100%;
        float:none;
        height:auto;
        margin:0 !important;
        opacity: 1;
        min-height:0;
    }
}

#top .nextel-click-to-call-mobile-button-background-div {
    z-index: 900!important;
}

.container_wrap {
     border-top-width: 0!important;
}

.sffm-flymenu-trigger-close-icon {
    display: none!important;
}

.sffm-back .sffm-menu-item-link{
    justify-content: flex-start!important;
   /* position: absolute!important;
    top: -45px!important;
    left: 0!important;*/
}

.sffm-menu .lang-item {
    float: left;
    padding-top: 20px!important;
}
.sffm-menu .lang-item:last-child {
    float: left;
    padding-top: 20px!important;
    padding-left: 50px!important;
}

.sffm-header-image img {
    max-width: 168px!important;
    height: auto!important;
}

html[lang="uk"] .sffm-menu-item-5275-uk .sffm-menu-item-title,
html[lang="ru-RU"] .sffm-menu-item-1380-ru .sffm-menu-item-title {
  color: #ee1b19;
  font-weight: 700;
}

.sffm-flymenu-panel-content {
    padding-bottom: 120px;
}

.sffm-back .sffm-menu-item-link .mdi-chevron-left{
    padding-right: 20px!important;
}

.fly-menu-contacts {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.fly-menu-contacts .phone-wrapper__menu {
    position: relative;
    padding-top: 10px;
}

.fly-menu-contacts .phone-wrapper__menu:before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.06) 0%, rgba(196, 196, 196, 0) 100%);
}

.sffm-flymenu-wrapper {
    z-index: 999!important;
}

@media (max-width: 767px) {
    .av-hamburger {
        display: none!important;
    }
    
    .sffm-flymenu-trigger {
        width: 80px!important;
        height: 80px!important;
    }
    
    .title-404 {
        font-size: 90px;
        font-weight: 400;
    }
}


/*fix article thumblnail*/

.slide-entry a.slide-image {
    width: 100%;
    max-height: 286px;
}

.slide-entry a.slide-image img {
    width: 100%;
}



/* Стиль модального окна */
.modal {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Остаётся на месте при прокрутке */
  z-index: 1000; /* Сидит на верху */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включить прокрутку, если нужно */
  background-color: rgba(0,0,0,0.7); /* Чёрный с небольшой прозрачностью */
}

/* Стиль содержимого модального окна */
.modal-content {
  background-color: #f4f4f4;
  padding: 30px;
  border: 1px solid #888;
  width: 85%;
  max-width: 85%;
  margin: 0 auto;
  transform: translateY(50%);
  text-align: left;
}
#formContent legend {
    font-size: 28px;
    line-height: 1.1em;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 600;
}

#formContent legend.frm_screen_reader {
    border: 0;
    clip: unset;
    clip-path: unset;
    height: unset;
    margin: 0;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 10px;
    position: static;
    width: unset;
    word-wrap: normal !important;
}

.frm_form_field {
    margin-bottom: 20px;
}

/* Стиль кнопки закрытия */
.close {
    position: absolute;
    background: url(../images/layout/cross.svg) no-repeat;
    opacity: 0.25;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#formContent .frm_button_submit {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

form .frm__653a3881d3e4c {
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    color: #444444;
    background-color: #ffffff;
    border-color: #B94A48;
    border-width: 1px;
    border-style: solid;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper {
    border-color: #B94A48 !important;
}

.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_limit_error {
    font-weight: normal;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label,.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: #B94A48;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 4px;
    color: #B94A48;
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
}

.btn-red[type="button"] {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border: 1px;
    border-bottom-style: solid;
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    min-width: 142px;
    outline: none;
    background-color: #ee1919;
    color: #ffffff;
    border-color: #cc0707;
}

.btn-red[type="button"]:hover {
    background-color: #eb3b3b;
    color: #ffffff;
    border-color: #c91919;
}

@media (max-width: 767px) {
    .btn-red[type="button"] {
        width: 100%;
    }
}

@media (max-width: 989px) {
    .meja-header-meta-wrapper {
        display: none;
    }
}
@media (min-width: 990px) and (max-width: 1099px) {
    .meja-header-meta-wrapper {
      margin-left: 5%!important;
    }
    .meta-header-item {
      font-size: 0.82rem!important;
    }
}
@media (min-width: 990px) {
    .meja-header-meta-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-grow: 1;
      margin-left: 10%;
    }
    .meja-header-meta {
      display: flex;
      flex-direction: column;
    }
    .meja-header-meta .cta-button{
        padding: 12px 16px 10px!important;
        border-radius: 4px;
        background: #e61919;
        color: white;
        font-size: 0.86rem;
        text-decoration: none;
    }
    .meta-header-item {
      display: flex;
      flex-direction: row;
      gap: 8px;
      justify-content: flex-start;
      align-items: center;
      line-height: 18px;
      height: 26px;
      font-family: 'Montserrat', Sans-serif;
      font-size: 0.86rem;
    }
    
    .meta-header-item a {
      color: #000000!important;
    }
    .header-scrolled > .av-logo-container {
        padding-top: 4px;
        padding-bottom: 4px;
        min-height: fit-content!important;
    }
    .av-logo-container {
        background: #fff;
        position: relative;
        z-index: 3;
        
    }
    .av-logo-container .logo {
      position: relative;
    }
    
    #header_main_alternate {
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.15), 0 0 10px 5px rgba(0,0,0,.1);
        position: absolute; 
        width: 100%;
        background: #fff;
        top: 88px;
        transition: top 0.4s;
        border-top: 1px solid rgba(0,0,0,.15);
        border-top-width: 1px!important;
    }
    .av-logo-container .inner-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    
    .phone-wrapper {
      display: none!important;
    }
    
    .header-scrolled .inner-container {
      /*margin: 8px 0;*/
    }
    #header_main_alternate.menu-hide {
        position: absolute; 
        top: -110%;
        z-index: -1!important;
        transition: top 0.4s;
    }
}


.current-post-ancestor>a>.avia-menu-fx {
    opacity: 1;
    visibility: visible;
}

 #header_main {
        border: unset!important;
        box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
        background: #fff;
        
    }
@media (min-width: 990px) {
    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 140px!important;
    }    
}

.google-review-wrapper {
    padding-top: 30px;
}

.google-review-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.google-review-title a {
    margin-left: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff!important;
    font-size: 18px;
}
.google-review-title a:hover,
.google-review-link:hover {
    text-decoration: underline!important;
}

.google-rate-value {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: flex-start;
    margin-top: 4px;
}

.google-rate-item {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-right: 8px;
}
.google-review-link {
    margin-left: 8px;
    font-family: "Montserrat", sans-serif;
    color: #fff!important;
    font-weight: 500;
    font-size: 14px;
    
}

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0!important;
}