/*!
Theme Name: Valuation Services
Theme URI:
Author: 
Author URI:
Description: Valuation Services Theme
Version: 1.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ms 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Functions prefix: ms_
Theme Folder name: Valuation Services
Url of development local site: 

This theme, like WordPress, is licensed under the GPL.
*/

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1;
}

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0;
}

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1;
  padding: 0;
}

a {
  text-decoration: none;
  line-height: 1;
  color: #333;
}

p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
}

p:last-child {
  margin-bottom: 0;
}

body {
  padding: 0;
  margin: 0;
  line-height: 1;
  min-width: 375px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  background-color: #eef2ff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

main {
  overflow: hidden;
}

section {
  padding: 60px 0;
  position: relative;
}

.im-b {
  position: relative;
  overflow: hidden;
}

.im-b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container {
  width: 100%;
  max-width: 1080px;
  padding: 0 16px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  height: 40px;
  border-radius: 40px;
  background-color: #f47e20;
  color: white;
  font-size: 16px;
  border: none;
  outline: none;
  font-weight: 700;
  width: fit-content;
  transition: 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #e67920;
}

.btn-center {
  margin: 0 auto;
}

.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 38px;
  border-radius: 40px;
  background-color: transparent;
  border: 1px solid #000 !important;
  color: #333;
  font-size: 14px;
  border: none;
  outline: none;
  font-weight: 700;
  width: fit-content;
  transition: 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-outline:hover {
  background-color: #333;
  color: #fff;
}

/* TEXT */
.title {
  line-height: 1.3;
  font-weight: 600;
}

.fz_h1 {
  font-size: 32px;
}

.fz_h2 {
  font-size: 28px;
}

/* HEADER */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-burger {
  display: none;
  cursor: pointer;
}

.menu-burger span {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #f47e20;
  margin: 5px 0;
}

.menu-container {
  display: flex;
}

.header {
  position: relative;
}

.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 2px solid #f47e20;
}

.page-template-front-page .header .wrap {
  border-bottom: none;
}

.all-header {
  display: flex;
  max-width: 994px;
  height: 20%;
  margin-top: 2%;
}
.header__col {
  display: flex;
  align-items: center;
}
.logo-header {
  position: relative;
  display: flex;
  margin-right: 32px;
}

.logo-header img {
  display: block;
  height: 56px;
  width: auto;
}

.header .menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 32px;
  padding: 0;
}

.header .menu li {
  display: block;
}
.header .menu .current-menu-item a {
  color: #f47e20;
}

.header .menu li a {
  display: block;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 500;
  color: black;
}

.header .menu li a:hover {
  color: #f47e20;
}

.number {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  text-decoration-skip-ink: none;
}

/* MOBILE MENU */
.mobileMenu {
  position: fixed;
  background-color: #f47e20;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  transition: height 0.3s ease;
}

.mobileMenu-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMenu-close svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.mobileMenu.show {
  height: 100%;
}

.mobileMenu .wrap {
  padding: 52px 34px;
}

.mobileMenu-logo {
  width: auto;
  height: 46px;
  display: block;
  margin: 0 auto;
}

.mobileMenu .menu {
  width: 100%;
  max-width: 280px;
  margin: 48px auto 48px;
  list-style: none;
}

.mobileMenu .menu li {
  margin-bottom: 36px;
}

.mobileMenu .menu li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 1px;
}

.mobileMenu .menu li.current-menu-item a {
  color: #f1ede1;
}

/* messangers */
.number_mess {
  display: flex;
  align-items: center;
}

.messangers {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 16px;
}

.messangers a {
  display: flex;
  cursor: pointer;
  transition: 0.3s ease;
}

.messangers a:hover {
  opacity: 0.8;
}

.messangers a img {
  width: 28px;
  height: auto;
  display: block;
}

.number,
.language,
.social {
  display: flex;
  gap: 10px;
}

/* BANNER */
.banner {
  position: relative;
  padding: 0;
}

.banner__block {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 12px;
  height: auto;
  min-height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.banner__block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.prevu {
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.prevu .title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
.first-photo {
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  filter: brightness(40%);
  height: 432px;
}
.second-photo {
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  /* filter: brightness(40%); */
  height: auto;
}
.special {
  max-width: 994px;
}
.what-we_do {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 39.01px;
  text-decoration-skip-ink: none;
  width: 544px;
  gap: 0px;
  opacity: 0px;
  background-color: transparent;
  color: white;
}
.info-more {
  background-color: white;
}

.what-services-grade {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  text-align: left;
}

/* WHY WE */
.why-we {
  padding: 40px 0;
}
.info-in {
  margin: 16px 0 48px;
}
.litle-info {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.dop-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  list-style: none;
}
.dop-info_photo {
  width: auto;
  height: 60px;
  margin-bottom: 12px;
}
.dop-info_text {
  text-align: center;
}

/* HOME SERVICES */
.services {
  display: flex;
  flex-wrap: wrap;
}
.services .wrap,
.service-categories .wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
}
.services-card {
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease;
  border-radius: 24px;
  padding: 24px;
  width: 100%;
}
.services-card__icon {
  width: 48px;
  height: 48px;
  top: 16px;
  left: 26px;
  gap: 0px;
  border-radius: 8px;
  padding: 4px;
  opacity: 0px;
  background-color: #eef2ff;
}
.services-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 8px 0;
}
.services-card__desc {
  position: relative;
}
.services-card:hover {
  box-shadow: rgba(149, 157, 165, 0.45) 0px 8px 24px;
}

.services-card ul {
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 24px;
}

.services-card ul li {
  margin-bottom: 6px;
}

.services-card ul li a:hover {
  text-decoration: underline;
}

.more {
  background-color: white;
  gap: 0px;
  opacity: 0px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
  text-decoration-skip-ink: none;
  margin-top: 20px;
}
.arrow {
  position: absolute;
  background-color: white;
  width: 30px;
  height: auto;
  margin-top: 1%;
}
.more-info {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  width: fit-content;
  transition: 0.3s ease;
}
.more-info svg {
  width: 24px;
  height: auto;
  display: block;
  margin-left: 10px;
}

.more-info svg polygon {
  transition: 0.3s ease;
}

.more-info:hover {
  color: #f47e20;
}

.more-info:hover svg polygon {
  fill: #f47e20 !important;
}

/* BLOG */
.blog-all {
  position: relative;
}
.blog-all .wrap,
.blog .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0 48px;
}
.picture-blog {
  padding: 2em;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.blog-fraim {
  width: 100%;
}
.blog-fraim__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-fraim__photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease;
}
.blog-fraim__button {
  font-weight: 600;
  line-height: 19.5px;
  text-decoration-line: none;
  margin-top: 12px;
  color: #333;
}
.blog-fraim__title {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
  color: #333;
}
.blog-fraim__desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #333;
  opacity: 0.8;
}
.blog-fraim:hover .blog-fraim__photo img {
  transform: scale(1.05);
}

/* FOOTER */
.footer {
  position: relative;
  color: white;
  margin-top: 40px;
  padding: 40px 0;
  overflow: hidden;
}

.footer-title {
  display: block;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__col {
  display: flex;
  align-items: flex-start;
}

.footer__contacts_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__menu {
  margin-left: 80px;
}

.footer__menu .menu {
  list-style: none;
}

.footer__menu .menu li {
  list-style: none;
  margin-bottom: 12px;
}

.footer__menu .menu li a {
  color: #fff;
  transition: 0.3s ease;
}

.footer__menu .menu li a:hover {
  text-decoration: underline;
}

.logo_end {
  margin-bottom: 20px;
}

.footer .messangers {
  padding-left: 0;
}

.footer__contacts a,
.footer__contacts span {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

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

.things-telef,
.things-adres,
.email,
.things {
  font-size: 10px;
  font-weight: 400;
  line-height: 12.19px;
  text-align: left;
  text-decoration-skip-ink: none;
  margin-top: 1vh;
  color: white;
}
.footer,
.section-footer,
.first-sect_footer,
.messangers-footer,
.mini-messag_footer,
.second-sect_footer,
.footer-info,
.sections-info,
.info-footer_down,
.things-telef,
.things-adres,
.email,
.things {
  background-color: #f47e20;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #f47e20;
}

.article-info {
  width: 40%;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
}
.ofc-grade {
  background-color: white;
  text-align: start;
}
.a-ofc_grade {
  text-decoration: none;
}
.grade-cards {
  background-color: white;
  color: #333;
  margin-top: 5px;
}
.grade-cards:hover {
  color: #f47e20;
}
.grade {
  background-color: white;
  margin-top: 12px;
}

/* NUMBER CARDS */
.numbers_cards {
  position: relative;
}

.numbers_cards .wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}
.number-why_we {
  background-color: white;
  border-radius: 16px;
  padding: 24px;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.number_grade {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 12px;
}
.number-info {
  font-size: 16px;
}

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

/* .certificates .title{
    text-align: center;
} */

.slider-container {
  position: relative;
  margin: auto;
  overflow: hidden;
  margin-top: 32px;
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  width: 100%;
  min-width: 100%;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
}
.prev,
.next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}

/* Contacts */
.contacts {
  position: relative;
}

.contacts .wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.contacts__block {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contacts__block-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contacts__block-socials .messangers {
  padding-left: 0;
  padding-bottom: 16px;
  gap: 16px;
}

.contacts__block-socials .messangers a img {
  width: 36px;
}

.map {
  width: 100%;
  margin-top: 40px;
}

.social_us {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.social_us-ps {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  color: #636363;
}

.contacts__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contacts__item {
  margin-bottom: 12px;
}

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

.contacts__content_col {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.contacts__content_col:last-child {
  margin-bottom: 0;
}

/* ABOUT */
.aboutUs__desc {
  margin-top: 24px;
}

/* ARTICLE */
.article {
  padding-top: 0px;
  padding-bottom: 80px;
}

.article__content {
  width: 100%;
}

.article__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  margin-bottom: 24px;
  margin-top: 16px;
}

.article h1.title {
  margin-bottom: 24px;
}

.service-btn {
  margin-top: 50px;
}

/* Language */
.language-switcher {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.active-lang {
  cursor: pointer;
  /* background-color: #f1f1f1; */
  padding: 4px 12px;
  margin-left: 12px;
  /* border-radius: 4px; */
  /* font-weight: 500; */
  border-left: 1px solid #ccc;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.active-lang img{
  margin-right: 6px;
  width: 18px;
  height: auto;
}

.active-lang::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);

}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: white;
  border-radius: 4px;
  min-width: 120px;
  z-index: 999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.lang-dropdown li {
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
}

.lang-dropdown li:last-child {
  border-bottom: none;
}

.lang-dropdown li a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
}

.lang-dropdown li a img {
  margin-right: 6px;
}

.lang-dropdown li a:hover {
  background-color: #f4f4f4;
}

@media (max-width: 1199px) {
  .header .menu {
    display: none;
  }

  .number_mess {
    display: none;
  }

  .menu-burger {
    display: block;
  }

  .active-lang{
    border-left: none;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 20px;
  }

  .active-lang::after{
    right: 10px;
  }

  .lang-dropdown{
    right: 20px;
  }
}

@media (max-width: 991px) {
  .litle-info {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer .wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__col {
    margin-bottom: 40px;
  }

  .footer__col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .fz_h1 {
    font-size: 28px;
  }

  .fz_h2 {
    font-size: 24px;
  }

  .litle-info {
    grid-template-columns: repeat(2, 1fr);
  }
  .services .wrap,
  .service-categories .wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-all .wrap,
  .blog .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }

  .footer__col {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .footer__menu {
    margin-left: 0;
    margin-top: 40px;
  }

  .footer__contacts_wrap {
    align-items: center;
  }

  .logo-header img {
    height: 44px;
  }

  .numbers_cards .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .number-why_we {
    padding: 16px;
  }

  .contacts .wrap {
    grid-template-columns: 1fr;
  }

  /* .prevu .title{
    font-size: 24px;
  } */
}
