/*
Theme Name: Mastertime
Author: PromoReal
Author URI: https://promoreal.ru/
Description: Сайт мастера на все руки, мастер на час, муж на час.
Version: 1.0.0
*/

body {
  color: #2a2833;
  font-size: 16px;
  font-weight: 500;
}

body.active {
  overflow: hidden;
}

* {
  outline: none !important;
}

/*
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
*/

header {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}

header:before {
  z-index: 0;
  position: absolute;
  content: '';

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border-bottom: 1px solid rgba(148, 147, 153, 0.2);
}

.nav {
  padding: 10px 0;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: table;
  align-items: center;
  font-size: 28px;
  line-height: 1;
}

.logo small {
  color: #2a2833;
}

.logo img {
  display: table-cell;
  height: 60px;
  margin-right: 10px;
}

.logo div {
  vertical-align: middle;
  display: table-cell;
}

.logo div div {
  display: block;

  font-weight: 900;
}

.logo small {
  display: block;
  text-align: center;
  font-size: 0.4em;
}

.contact {
  display: inline-block;
  text-align: center;
}

.tel {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -50px, 0 50%;
  background-size: 20px;
  font-size: 22px;
  padding-left: 20px;
  line-height: 1;
  transition: all 0.5s;
}

.tel:hover {
  background-position: 0 50%, 0 50px;
}

.recall {
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-bottom: 1px dashed;
  transition: all 0.5s;
}

/*section1*/
.sec1 {
  position: relative;
  margin-top: 90px;
  padding-bottom: 50px;
  overflow: hidden;
}

.sec1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1170px;
  position: absolute;
  content: '';
  background: url(/wp-content/themes/mastertime/assets/img/circle.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 250px;
}

.sec1 .img {
  margin-top: 50px;
}

.sec1 .img img {
  width: 100%;
}

.cta {
  margin-top: 50px;
}
.home .cta {
  margin-top: 0px;
}

.cta .h1 {
  font-weight: 700;
  font-size: 32px;
}

.cta ul {
  flex-wrap: wrap;
  flex-basis: 30%;
  display: flex;
}

.cta ul li:nth-child(odd) {
  margin-right: 30px;
}

.cta ul li {
  display: flex;
  align-items: center;

  margin-top: 30px;
  padding: 20px;

  border-radius: 20px;
  flex: 0 0 47%;
  height: 100%;
  box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
}

.cta ul li figure {
  margin-right: 20px;
}

.cta ul li figure img {
  width: 60px;
  padding: 10px;
  border-radius: 20px;
  background: #f5f6fa;
}

.location {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  padding-left: 40px;
  background-size: 30px;
}

.cta .btnarea {
  margin-top: 30px;
}

.one-half,
.one-third,
.two-third,
.one-fourth {
  position: relative;
  margin-right: 2%;
  float: left;
  margin-bottom: 10px;
}

.two-third {
  margin-right: 2.5%;
}

.one-half {
  width: 48%;
}

.one-third {
  width: 32%;
}

.two-third {
  width: 66%;
}

.one-fourth {
  width: 22%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

@media only screen and (max-width: 1024px) {
  .one-fourth {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .one-half,
  .one-third,
  .two-third {
    width: 100%;
    margin-right: 0;
  }
}

.wpcf-wrap {
  min-height: 90px;
}

div.wpcf7-response-output {
  width: 100%;
  clear: both;
  margin: 0;
}

.wpcf-accept {
  clear: both;
}

.wpcf7-acceptance > .wpcf7-list-item {
  margin: 0;
}

.wpcf-accept > .wpcf7-form-control-wrap {
  display: inline-block !important;
}

/*form control*/
.wpcf7,
.inpurea,
input,
textarea {
  width: 100% !important;
  border-radius: 2px;
  border: none;
  padding: 14.6px;
  font-size: 16px;
  outline: none;
}

.wpcf7-not-valid-tip {
  color: #ffb900;
}

.inp {
  margin-top: 15px;
}
.s1p .btn {
  display: table-cell !important;
}
.btn {
  user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.btn:hover {
}

.btn:active {
  transform: scale(0.95);
}

button.btn {
  width: 100%;
}

.types {
  justify-content: space-between;
  display: flex;
}

.types li {
  margin-top: 30px;
  padding-left: 30px;
  background-size: 20px;
}

/*.sec2*/
.sec2 {
  overflow: hidden;
  position: relative;
  background: #f5f6fa;
}

.sec2:before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1170px;
  position: absolute;
  content: '';
  background: url(/wp-content/themes/mastertime/assets/img/circle1.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 250px;
}

.sec2:after {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -1170px;
  position: absolute;
  content: '';
  background: url(/wp-content/themes/mastertime/assets/img/circle1.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 250px;
  transform: rotate(180deg);
}

.sec .title {
  font-size: 36px;
}

.sec {
  padding: 50px 0;
}

.s1p {
  position: relative;
  margin-top: 30px;
  box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
  transition: all 0.5s;
  height: 100%;
}
@media (max-width: 767px) {
  .s1p {
    height: auto;
  }
}

.s1p div {
  height: 100%;
  min-height: 136px;
}
@media (max-width: 767px) {
  .s1p div {
    height: auto;
    min-height: auto;
    gap: 20px;
  }
}

.s1p:hover {
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.s1p .name {
  font-size: 24px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .s1p .name {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .s1p .name {
    font-size: 21px;
  }
}
.s1p > div {
  vertical-align: top;
  position: relative;
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}

.s1p figure {
  right: -20px;
  bottom: -20px;
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50% 50% 0;
}

.s1p figure img {
  height: 100%;
  width: auto;
}

.s1p .price {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  color: #b0aeba;
}

.s1p .btn {
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
  width: auto;
}

.green {
  background: #69dedb;
}

.purple {
  background: #7059e3;
}

/*sec3*/
.sec3:before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1170px;
  position: absolute;
  content: '';
  background: url(/wp-content/themes/mastertime/assets/img/circle1.svg);
  width: 600px;
  height: 293px;
}

.s3p {
  position: relative;
  margin-top: 30px;
  padding: 20px;

  min-height: 270px;
  border-radius: 10px;
  box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
}

.s3p > div {
  display: flex;
}

.s3p figure {
  margin-right: 10px;
  background: #f5f6fa;
  border-radius: 20px;
}

.s3p img {
  padding: 15px;
  width: 60px;
}

.s3p .text {
  margin-top: 20px;
}

.s3p i {
  opacity: 0.2;
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
  color: #26405C;
}

.prof {
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.prof .text {
  margin-top: 30px;
}

/*section4*/
.sec5 {
  background: #f5f6fa;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sec5:before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1170px;
  position: absolute;
  content: '';
  background: url(/wp-content/themes/mastertime/assets/img/circle1.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 250px;
}

.s5p {
  background: #fff;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
  transition: all 0.5s;
  border-radius: 10px;
}

.s5p:hover {
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.s5p figure {
  position: relative; /* Убедитесь, что родительский элемент имеет относительное позиционирование */
}

.s5p figure {
  position: relative; /* Убедитесь, что родительский элемент имеет относительное позиционирование */
}

.s5p figure:after {
  content: '';
  border-radius: 50%; /* Сделаем псевдоэлемент круглым */
  position: absolute; /* Абсолютное позиционирование для корректной работы с left, right, top и bottom */
  left: 5%;   /* Отступы в процентах для адаптивности */
  right: 5%;
  top: 5%;
  bottom: 5%;
  border: 2px solid black; /* Видимая обводка */
  background-color: transparent; /* Прозрачный фон */
  display: block; /* Блочное отображение */
  box-sizing: border-box; /* Учитываем обводку в общих размерах элемента */
}

/* Адаптивные стили для меньших экранов */
@media (max-width: 768px) {
  .s5p figure:after {
    left: 10%; /* Увеличиваем отступы для маленьких экранов */
    right: 15%;
    top: 10%;
    bottom: 10%;
  }
}

@media (max-width: 480px) {
  .s5p figure:after {
    left: 15%; /* Еще большие отступы для очень маленьких экранов */
    right: 15%;
    top: 15%;
    bottom: 15%;
  }
}


.s5p img {
  border-radius: 50%;
  max-width: 100%;
}

.s5p .bottom {
  color: #b0aeba;
  margin-top: 20px;
}

.s5p .bottom li:first-child {
  font-weight: 700;
}

.s5p .bottom li strong {
  color: #2a2833;
}

.sec5 .btnarea {
  margin-top: 30px;
}

/*sec6*/
.sec6 {
  text-align: center;
}

.car {
  margin-top: 30px;
  box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
  border-radius: 10px;
  text-align: left;
}

.car blockquote {
  padding: 20px;
  display: flex;
  align-items: center;
}

.car figure {
  position: relative;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;

  padding: 3px;
}

.car figure:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 5px;
  top: 0;
  bottom: 5px;
  width: 100%;
  height: 100%;
}

.car figure img {
  border-radius: 50%;
  width: 130px !important;
  height: 130px !important;
  display: inline-block;
}

.car strong {
  display: block;
  margin-bottom: 20px;
}

.owl-dots {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.owl-dot {
  margin: 0 3px;
}

.owl-dot.active span,
.owl-dot:hover span {
  opacity: 1;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.3;
}

.owl-nav button {
  top: 50%;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #000;
  z-index: 1;
}

.owl-nav button:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.owl-nav button.disabled {
  opacity: 0;
}

.owl-prev {
  left: -40px;
  transform: translateY(-50%);
}

.owl-next {
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
}

/*news-block*/

.news-block {
  margin-top: 30px;
}
.news-block .item{
  box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
  border-radius: 10px;
  text-align: left;
  display: block;
  color: #000;
}

.news-block blockquote {
  padding: 20px;
  display: flex;
  align-items: center;
}

.news-block figure {
  position: relative;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;

  padding: 3px;
}

.news-block figure:after {
  content: '';
  border-radius: 50%;
  border: 2px solid #326594;
  position: absolute;
  left: 0;
  right: 5px;
  top: 0;
  bottom: 5px;
  width: 100%;
  height: 100%;
}

.news-block figure img {
  border-radius: 50%;
  width: 130px !important;
  height: 130px !important;
  display: inline-block;
  object-fit: cover;
}

.news-block strong {
  display: block;
  margin-bottom: 20px;
  color: #10243b;
}

@media (max-width: 767px) {

  .news-block .item{
      background: none;
      box-shadow: none;
    }


    .news-block blockquote {
      display: inline-block;
      width: 100%;
      text-align: center;
    }
}

/*news-block*/

.form1 {
  margin-top: 50px;
  margin-top: 25px;
  border-radius: 20px;
  padding: 20px;
  background: url(/wp-content/themes/mastertime/assets/img/form-bg.svg) 50% no-repeat;
  background-size: cover;

  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.form1 .name {
  font-size: 30px;
  color: #fff;
}

/*section7*/
.sec7 {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #f5f6fa;
}

.sec7:before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1170px;
  position: absolute;
  content: '';
  background: url(/wp-content/themes/mastertime/assets/img/circle1.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 250px;
}

.sec7:after {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -1170px;
  position: absolute;
  content: '';
  background: url(/wp-content/themes/mastertime/assets/img/circle1.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 250px;
  transform: rotate(180deg);
}

.sec7 figure {
  position: relative;
  height: 200px;
  background: #fff;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.sec7 figure img {
  width: 40%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*footer*/
.footer {
  position: relative;
}

.fcontact {
  background: #fff;
  margin: 50px 0;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.fcontact li {
  margin-top: 15px;
}

.fcontact li strong {
  display: block;
}

.fcontact li span,
.fcontact li a {
  padding-left: 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  font-size: 18px;
  display: inline-block;
  color: #2a2833;
  transition: all 0.5s;
}

#map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ymaps-2-1-75-ground-pane {
  filter: grayscale(1);
}

.copy {
  color: #fff;
  background: #2a2833;
  padding: 20px 0;
}

.pol {
  cursor: pointer;
  float: right;
  text-decoration: underline;
  transition: all 0.5s;
}

#pol {
  padding: 30px;
  width: 100%;
  max-width: 600px;
  text-align: justify;
}

#pol h3 {
  text-align: center;
  margin-bottom: 20px;
}

.uslugi {
  padding: 30px;
  width: 100%;
  max-width: 600px;
  text-align: justify;
}

.uslugi h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.uslugi h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.form {
  text-align: center;
  margin-top: 50px;
  border-radius: 20px;
  padding: 30px 15px 0;
  background: url(/wp-content/themes/mastertime/assets/img/form-bg.svg) 50% no-repeat;
  background-size: cover;

  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}

.form span {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.breadcrumbs {
  margin-bottom: 10px;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #b0aebaff;
}

.breadcrumbs a.active {
  color: #000;
}

.breadcrumbs a.active:hover {
  text-decoration: none;
  cursor: auto;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.pagination {
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: center;
}

@media (min-width: 768px) {
  .pricelist {
    padding: 30px;
    text-align: center;
    width: 100%;
    max-width: 767px;
  }

  .pricelist .tel {
    margin-top: 30px;
  }

  .pricelist .btn {
    margin-top: 30px;
    background: #5a6e84;
  }

  .pricelist h4 {
    font-weight: 700;
    font-size: 26px;
  }

  .pr .pricelist {
  }

  .pr .scrollbar {
  }

  h3.table_heading {
    text-align: center;
  }

  p.table_heading {
    margin-top: 15px;
    font-weight: 700;
    color: #f3b244;
  }

  .table {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid rgba(148, 147, 153, 0.3);
    border-bottom: 1px solid rgba(148, 147, 153, 0.3);
    display: table;
  }

  .table_row {
    display: table-row;
  }

  .cell {
    padding: 10px;
    display: table-cell;

    border-left: 1px solid rgba(148, 147, 153, 0.3);
  }

  .cell:nth-child(2) {
    width: 100px;
    text-align: center;
  }

  .cell:nth-child(3) {
    border-right: 1px solid rgba(148, 147, 153, 0.3);
    width: 100px;
  }

  .table_row:nth-child(even) {
    background: #f5f6fa;
  }
}

@media (max-width: 1199px) {
  .header:before {
    z-index: 1;
  }

  .contact {
    display: none;
  }

  .menu {
    text-transform: uppercase;
    z-index: 0;
  }

  .menu .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu .contact > a.tel {
    padding-left: 20px;
  }

  .menu a {
    display: inline-block;
    padding: 10px 0;
    color: #000;
  }

  .menu-icon {
    display: inline-block;
    width: 30px;
    height: 30px;

    z-index: 1;
    position: relative;
    margin-left: 20px;
  }

  .menu-icon:after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    transition: all 0.5s;
  }

  .menu-icon:before {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    transition: all 0.5s;
  }

  .menu-icon.active:after {
    height: 0;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
  }

  .menu-icon.active:before {
    height: 0;
    bottom: 50%;
    transform: rotate(45deg) translateY(50%);
  }

  .logo {
    position: relative;
  }

  .menu {
    z-index: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    padding-top: 100px;
    font-size: 22px;
    background: #fff;
    transform: translateY(-100%);
    transition: all 0.5s;
  }

  .menu.active {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .menu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    min-width: 500px;
  }

  .menu .contact {
    display: none;
  }

  .menu li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;

    color: #b0aeba;
    transition: all 0.5s;
  }

  .menu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transition: all 0.5s;
  }

  .menu li a:hover:after {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cta .h1 {
    font-size: 27px;
  }

  .cta ul li {
    flex: 0 0 49%;
  }

  .cta ul li {
    margin-top: 10px;
    padding: 10px;
  }

  .cta ul li figure {
    margin-right: 10px;
  }

  .cta ul li:nth-child(odd) {
    margin-right: 10px;
  }

  .location {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sec1 {
    text-align: center;
  }

  .sec1 .img {
    margin-top: 20px;
    width: 360px;
    margin: auto;
  }

  .cta {
    margin-top: 20px;
  }

  .cta ul li {
    margin-top: 10px;
    padding: 10px;
  }

  .types li {
    font-size: 14px;
  }

  .s1p {
    margin-top: 15px;
  }

  .s1p > div {
    padding: 20px;
  }

  .sec4 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .logo img {
    height: 40px;
    margin-right: 0;
  }

  .contact {
    display: none;
  }

  .menu .contact {
    display: flex;
  }

  .tel {
    display: block;
    padding-left: 0;
  }

  .recall {
    display: inline-block;
    font-size: 12px;
  }

  .menu-icon {
    margin-left: 10px;
  }

  .right {
    text-align: center;
  }

  .sec1 .img {
    margin: auto;
    width: 180px;
    margin-top: 0;
  }

  .cta {
    margin-top: 10px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta ul li figure {
    margin-right: 10px;
  }

  .cta ul li figure img {
    width: 30px;
    padding: 0;
    border-radius: 0;
    background: none;
  }

  .cta ul li {
    font-size: 12px;
    flex: 0 0 49%;

    margin-top: 10px;
    padding: 0;
    text-align: left;
    box-shadow: none;
  }

  .cta ul li br {
    display: none;
  }

  .cta ul li:nth-child(odd) {
    margin-right: 0;
  }

  .sec1 {
    text-align: center;
  }

  .cta .h1 {
    line-height: 1.2;
    font-size: 28px;
  }

  .sec {
    padding: 30px 0;
  }

  .cta .btnarea {
    margin-top: 0;
  }

  .sec .title {
    text-align: center;
    font-size: 24px;
  }

  .location {
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
    margin-top: 15px;
  }

  .cta .btn {
    width: 100%;
    margin-top: 10px;
  }

  .types {
    display: none;
  }

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

  .s1p figure {
    margin: auto;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    right: auto;
    bottom: auto;
  }

  .s1p figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .s1p > div {
    text-align: center;
    padding: 20px;
  }

  .s1p .price {
    margin-top: 0;
  }

  .s3p {
    min-height: auto;
  }

  .prof {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
  }

  .car {
    background: none;
    box-shadow: none;
  }


  .car blockquote {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .owl-next {
    right: 0px;
  }

  .owl-prev {
    left: 0px;
  }

  .s5p figure {
    max-width: 200px;
    margin: auto;
  }

  .sec7 figure {
    height: auto;
    background: none;
    box-shadow: none;
  }

  .sec7 figure img {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
  }

  .form1 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .form1 .name {
    font-size: 24px;
  }

  #map {
    height: 250px;
    position: relative;
  }

  .footer {
    background: #f5f6fa;
  }

  .fcontact {
    background: none;
    max-width: 320px;
    margin: 30px auto;
    padding: 0;
    box-shadow: none;
  }

  .copy {
    text-align: center;
  }

  .pol {
    float: none;
  }
}

@media (max-width: 767px) {
  .pricelist {
    padding: 15px;
    text-align: center;
  }

  h3.table_heading {
    text-align: center;
  }

  p.table_heading {
    margin-top: 15px;
    font-weight: 700;
    color: #f3b244;
  }

  .table {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid rgba(228, 233, 241, 0.7);
    border-bottom: 1px solid rgba(148, 147, 153, 0.3);
    display: table;
  }

  .table_row {
    display: table-row;
  }

  .cell {
    font-size: 14px;
    padding: 5px;

    border-left: 1px solid rgba(148, 147, 153, 0.3);
    display: table;
  }

  .cell:nth-child(2) {
    text-align: center;
    display: table-cell;
    display: none;
  }

  .cell:nth-child(3) {
    border-right: 1px solid rgba(148, 147, 153, 0.3);
    font-weight: 700;
    display: table-cell;
  }

  .table_row:nth-child(even) {
    background: #f0f0f0;
  }

  .pricelist .btn {
    margin-top: 30px;
    background: #5a6e84;
  }

  .up {
    left: 5px;
    bottom: 1vh;
  }
}

.orange.anim {
  box-shadow: none;
  animation: anim 2s infinite;
}

.blue.anim {
  box-shadow: none;
  animation: anim1 2s infinite 0.5s;
}

#wpcf7-f285-o1 .wpcf7-form,
#wpcf7-f778-o1 .wpcf7-form,
#wpcf7-f779-o1 .wpcf7-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#wpcf7-f285-o1 input[type='submit'],
#wpcf7-f778-o1 input[type='submit'],
#wpcf7-f779-o1 input[type='submit'] {
  margin: 0px 10px;
}

.single-news-post .post-title a {
  font-size: 21px;
  text-transform: none;
}

.single-news-post .post-title {
  min-height: 50px;
}

@media (max-width: 767px) {
  #sec5 .btn {
    width: 100%;
    margin-top: 10px;
  }

  #wpcf7-f285-o1 input[type='submit'],
  #wpcf7-f778-o1 input[type='submit'],
  #wpcf7-f779-o1 input[type='submit'] {
    margin: 0;
  }
}

/* Single page post */
h1.entry-title {
  margin-top: 50px;
  font-size: 42px;
}

.single #primary {
  margin-top: 100px;
}

.single-post .attachment-post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 15px 15px 0;
}
.single-post___img-holder {
  width: 348px;
  height: 250px;
  float: left;
  margin: 0 15px 15px 0;
}

@media only screen and (max-width: 554px) {
  .single-post___img-holder {
    width: 100%;
    height: 100%;
  }
}
.single-post___img-holder img {
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.news-showcase .post-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-description a {
  color: #505050;
}

.post-description {
  flex-grow: 1;
}

.single-news-post .post-date {
  top: 5%;
}

.single-news-post .post-thumbnail {
  height: 250px;
}

.post-thumbnail img {
  height: 100% !important;
  object-fit: cover;
}

.single-news-post {
  min-height: 540px;

  min-height: 100% !important;
  display: flex;
  flex-direction: column;
}

.single-news-post .post-title a:hover,
.single-news-post .read-more:hover {
  color: #326594;
}

.single-news-post .read-more::after {
  border: 1px solid #326594;
}

.language-switcher > label > select {
  font-weight: 600;
  background: #fff;
}

#breadcrumbs a {
  color: #8a8a8a;
}

.breadcrumb_last {
  color: #000;
}

.pagination {
  font-size: 16px;
}

.language-switcher > label > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 3px solid #326594 !important;
  padding: 2px 12px;
  border-radius: 3px;
  cursor: pointer;
}


.single-news-post .date {
  background: none;
  color: #326594;

}
.up {
  position: fixed;
  bottom: 10vh;
  left: 20px;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.5s;
  z-index: 1000;
}
.up.show {
  opacity: 1;
}
.scroll-up {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  z-index: 201;
  background: #b7b7b742;
  box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
  border-radius: 20%;
  cursor: pointer;
  outline: 0;
  border: 0;
  /* border-color: #5265ff42; */
  /* text-shadow: 1px 1px 1px #000; */
  /* -webkit-text-stroke: 9.4px #000000; */
  border: solid;
  /* border: solid; */
  border-color: #939796;
}
@media (max-width: 500px) {
  .single-post .attachment-post-thumbnail {
    width: 100%;
    max-width: 100%;
  }
}

.special_link a {
  font-size: 18px;
}
.special_link a:hover {
  color: #326594;
}
.page-numbers,
.page-numbers:visited
{
  color: #326594;
  cursor: pointer;
  padding: 10px 15px;
  background-color: #b7b7b742;
  color: #373737;
  font-size: 14px;
  border-radius: 3px;
  transition: all 0.3s;
}
.page-numbers.current {
  color: #2a2833;
  cursor: auto;
  background-color: #5a6e84;
    color: #fff;
}
.pagination {
  margin-top: 50px;
  font-weight: bold;
}
.pagination .page-numbers:hover{
	background-color: #5a6e84;
    color: #fff;
}
.pagination .page-numbers path{
	transition: all 0.3s;
}
.pagination .page-numbers:hover path{
	fill:#fff;
}

.single-service-container {
  min-height: 85vh;
  margin-top: 50px;
}
.single-service-content {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}
.single-service-content img {
  border-radius: 24px;
}
.single-service-content > p {
  margin-right: 30px;
}
.single-service-container .entry-content {
  padding: 0;
}
.single-service-content img {
  max-width: 469px;
  object-fit: contain;
}
a.more {
  display: block;
  width: fit-content;
  margin: 78px auto 0;
  color: #fff !important;
}
a.more:hover {
  color: #326594 !important;
}
@media (max-width: 1024px) {
  .single-service-content {
    flex-direction: column-reverse;
  }
  .single-service-content > p {
    margin-right: 0;
  }
  .single-service-content img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .single-service-container .entry-content {
    margin: 20px 0;
  }

  .single-service-container .location {
    margin-bottom: 30px;
    height: 50px;
  }
}
@media (max-width: 567px) {
  .single-service-content img {
    width: 100%;
  }
  .single-service-container .btnarea a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .single-service-container .btnarea a div {
    width: 100%;
  }
}

.post-content {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}

a.logo > div > div > b {
  color: #326594 !important;
}

.div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .div {
    align-items: center;
  }
}
.orange {
  background: #fff;
  color: #326594;
  border: 2px solid #326594;
  padding-top: 13px;
  padding-bottom: 13px;
}

/* FAQ styles*/

.faq-main .sec {
    min-height: calc(100vh - 66px);
  }
  .faq-page.title {
    margin: 0 0 35px;
    font-size: 36px;
    font-weight: 400;
    color: #373737;
    text-align: center;
    text-decoration: underline;
  }

  .faq-item {
    margin-bottom: 30px;
  }

  .faq-item__content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
  }
  .faq-item__question, .faq-item__question a {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;
    transition: all 0.30s ease;
  }

  .faq-item__question a:hover {
    color: #326594;
  }

  .faq-item .highlight{
    font-size: 21px;
    font-weight: bold;
    color: #505050;
    text-decoration: none;
  }

  .faq-item .read-more {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .faq-item .read-more:hover {
    color: #326594;
  }

  .faq-item .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #326594;
    -webkit-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;
    transition: all 0.30s ease;
    bottom: -2px;
    left: 0;
  }

  .faq-item .read-more:hover:after {
    width: 100%;
}

.gridBrends {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 30px;
}

.brend {
  border: 1px #EEEEEE solid;
  transition: 0.3s;
  height: 122px;
  overflow: hidden;
}
.brend a{
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.brend:hover {
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.brend img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px){
  .gridBrends {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 877px) {
  .gridBrends {
    grid-template-columns: 1fr 1fr;
  }
}
