/*============================================*/

/* Real Estate Template v1.0
/* 13.09.2021
/* 01. = bootstrap v5.1.0,webfonts and iconfonts
/* 02. = css variables
/* 03. = document setup
/* 04. = header styles
/* 05. = cover-main-page
/* 06. = services-main-page
/* 07. = specification
/* 08. = recent properties
/* 09. = partners
/* 10. = about
/* 11. = main-page-reviews
/* 12. = footer styles
/* 13. = breadcrumbs
/* 14. - about-us
/* 15. - team
/* 16. - card-of-worker
/* 17. - properties 
/* 18. - single-property 
/* 19. - contacts 
/* 20. - reviews 
/* 21. - mortgage 
/* 22. - customers 
/* 23. - info-for-customers 
/* 24. - faq
/* 25. - certificates-and-awards
/* 26. - vacancies
/* 27. - job-details


/*============================================*/

/**
/* 01. =bootstrap v5.1.0,webfonts and iconfonts
/*============================================*/

@import url("bootstrap/bootstrap.css");
@import url("fonts.css");
@import url("all.min.css");
@import url("baguetteBox.min.css");

/**
/* 02. = css variables
/*============================================*/

:root {
    --main-yellow-color: #f9c501;
    --main-button-yellow-hover-color:#ebda40;
    --main-button-orange-color: #ec4a15 ;
    --main-button-orange-hover-color: #f56131;
    --text-color-gray: #c2c2c2;;
    /* --background-color-body: #0F1215; */
    /* --background-color-body: #292926; */
    --background-color-body:rgb(32,32,32);
}

/**
/* 03. = document setup
/*============================================*/

/* Body
---------------------------------------------*/
body {
  height: 100%;
  background-color: var(--background-color-body);
  /* font: 16px "Play", "Open Sans", Helvetica, Arial, sans-serif; 
  font: 16px "Roboto", "Open Sans", Helvetica, Arial, sans-serif;  */
  font: 16px "Ubuntu", "Open Sans", Helvetica, Arial, sans-serif; 
  font-weight: normal;
  color: var(--text-color-gray);

}

/*===scrollbar===*/

/*фон самого скроллбара*/
::-webkit-scrollbar {
  width:6px;
  background-color: black;
}
/*индикатор прокрутки*/
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--main-yellow-color);
  box-shadow: inset 0 0 3px rgb(255, 255, 255);
}

/*кнопки направления на полосе прокрутки*/
::-webkit-scrollbar-button {
  display: none;
}

/*пустое пространство под индикатором прокрутки*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background-color: black;
}

/*===end scroolbar===*/

/* -parallax-settings */
.parallax-container {
  max-width: 960px;
  margin: 0 auto;
}

.btn {
  border-radius: 25px;
}

.btn.btn-success,
.btn.btn-dark {
    background-color: var(--main-yellow-color); 
    border-color: var(--main-yellow-color);
    transition: .2s all;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 0 black;
    font-size: 18px;
    outline: none;
    padding: 10px 35px;
}

.btn.btn-dark {
  background-color: black;  
}


.btn.btn-success:hover,
.btn.btn-dark:hover{
    border-color: var(--main-button-orange-color);
    background-color: var(--main-button-orange-color);
}
.btn.btn-success:focus {
    box-shadow: none;
}
.btn.btn-success:active {
    box-shadow: inset 0 -30px 30px -38px black;
}

/*page-title of all pages*/
div.page-title {
padding: 80px 0;
background: url('../img/filter-background.webp') no-repeat center;
/* background: url('../img/header.webp') no-repeat center; */
background-size: cover;
background-color: rgba(0, 0, 0, 0.534);
background-blend-mode: multiply;
}

div.page-title h1 {
  font-family: Play;
  margin: 0;
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 1px 0px 0px black,0px 1px 0px black,-1px 0px 0px black,0px -1px 0px black;
}

@media (max-width: 600px) {
  div.page-title {
    padding: 40px 0;

    }
  div.page-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  div.page-title {
    padding: 30px 0;

    }
  div.page-title h1 {
    font-size: 25px;
  }
}

/**
/* 04. = header styles
/*============================================*/



/*=====socials */
header.main-header .header-short-info {
  background-color: black;
  border-bottom: 1px solid lightgray;
  padding: 16px 0;
}

header.main-header .header-short-info .socials {
  display: flex;
  column-gap: 10px;
}
header.main-header .header-short-info .socials a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: rgb(32, 32, 32);
  font-size: 20px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all .2s ease-in;
}

header.main-header .header-short-info .socials a i {
  display: block;
  margin: auto ;
  transition: color 0.2s ease-in;
}

header.main-header .header-short-info .socials a:hover {
  background-color: var(--main-yellow-color);
}
header.main-header .header-short-info .socials a:hover i {
  color: black;
}

/*contacts*/
header.main-header .header-short-info .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
}

header.main-header .header-short-info .contact-item {
  width: 178px;
 
}

header.main-header .header-short-info .contact-item a {
  text-decoration: none;
}

header.main-header .header-short-info .contact-item .direction {
  display: block;
 color: white;
 margin-bottom: 5px;
}

header.main-header .header-short-info .contact-item .direction i {
  margin-right: 5px;
}

header.main-header .header-short-info .contact-item p {
  margin-bottom: 0;
}
/*======nav=====*/
header.main-header .navbar {
  background-color: black;
}

header.main-header .navbar .navbar-brand span {
  color: white;
  display: block;
  background-color: var(--main-yellow-color);
  padding: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 0 black;
}

header.main-header .navbar button.navbar-toggler {
  position: relative;
  width: 70px;
  height: 50px;
}

header.main-header .navbar button.navbar-toggler span,
header.main-header .navbar button.navbar-toggler span::after,
header.main-header .navbar button.navbar-toggler span::before
{
  position: absolute;
  width: 32px;
  height: 3px;
  top: calc(50% - 1.5px);
  right: calc(50% - 16px);
  background-color: gray;
  border-radius: 1px;
  transition: background-color 0.2s ease-in;
}

header.main-header .navbar button.navbar-toggler span::after,
header.main-header .navbar button.navbar-toggler span::before {
  content: "";
  top: calc(50% - 10px);
}

header.main-header .navbar button.navbar-toggler span::before {
  top: calc((50% + 8px));
}

header.main-header .navbar button.navbar-toggler:hover span,
header.main-header .navbar button.navbar-toggler:hover span::before,
header.main-header .navbar button.navbar-toggler:hover span::after {
  background-color: white;
}


header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav > li a{
  display: block;
  position: relative;
}




header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav > li a {
  position: relative;
  color: white;
  display: block;
  font-size: 18px;
}

/*hover effects*/
header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav > li a::before{
  position: relative;
  content: "";
  display: block;
  width: 0%;
  background-color: white;
  top: 41px;  
  left: 50%;
  height: 1px;
  transition: 0.2s ease-in;
}

header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav > li a.active::before,
header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav > li:hover a::before {
  width: 100%;
  left: 0;
}

header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item > a.active,
header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item > a:hover {
  color: var(--main-yellow-color);
} 

/*dropdown menu*/
header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu {
  background-color: rgb(32, 32, 32);
  padding: 0;
  overflow: hidden;
}

header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li a {
  padding: 10px 16px;
  border-left: 3px solid transparent;
}

header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li:not(:last-of-type) a {
  border-bottom: 1px solid white;
}

header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li a.active {
  background-color: transparent;
  border-left: 3px solid white;
   
}

header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li a:before {
  display: none;
}

header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li a:hover {
  border-left: 3px solid lightgray;
  background-color: transparent;
  color: white;
}

/*socials-wrapper*/
header.main-header .navbar .offcanvas .offcanvas-body .socials {
  position: absolute;
  display: flex;
  bottom: 10px;
  column-gap: 10px;
}


header.main-header .navbar .offcanvas .offcanvas-body .socials a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: rgb(32, 32, 32);
  font-size: 20px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all .2s ease-in;
}

header.main-header .navbar .offcanvas .offcanvas-body  .socials a i {
  display: block;
  margin: auto ;
  transition: color 0.2s ease-in;
}

header.main-header .navbar .offcanvas .offcanvas-body  .socials a:hover {
  background-color: var(--main-button-orange-color);
}


/* mobile  (max-width: 992px) 
--------------------------------------------------------------------- */
@media (max-width: 992px) {
  header.main-header .navbar .offcanvas {
    background-color: var(--main-yellow-color);
    border-left: none;
  }

  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav > li a::before{
    display: none; 
  }

  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li a {
    color: black;
  }

  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item > a.active,
  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item > a:hover {
    color: white;
  }
  /*dropdown*/
  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu {
    background-color: white;
    padding: 0;
  }

  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li a {
    padding: 7px 16px;
    border-left: 3px solid transparent;
    font-size: 16px;
  }
  
  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li:not(:last-of-type) a {
    border-bottom: 1px solid black;
  }
  
  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li a.active {
    background-color: transparent;
    border-left: 3px solid lightgray;
    color: black;
    
  }

  header.main-header .navbar .offcanvas .offcanvas-body ul.navbar-nav li.nav-item .dropdown-menu li a:hover {
    border-left: 3px solid lightgray;
    color: black;
  } 
}
/**
/* 05. = cover-main-page
/*============================================*/

section.cover-main-page {  
  position: relative;
  height: calc(100vh - 54px);
  min-height: 600px;
  background: #0F1215 url(../img/image-for-header.jpg) no-repeat center;
  background-size: cover; 
}

section.cover-main-page .canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

section.cover-main-page .cover-contain {
  width: 60%;
  height: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

section.cover-main-page .form-contain{
  height: 100%;
  position: absolute;
  z-index: 800;
  width: 40%;
  right: 0;
  top:0;
  display: flex; 
  align-items: center;
  
}

section.cover-main-page .form-contain form {
  /* font: 16px "Play", "Open Sans", Helvetica, Arial, sans-serif;  */
  background-color: #121518;
  background-color: black;
  height: 545px;
  width: 400px;
  padding: 30px;
  border-radius: 6px;
  
}

section.cover-main-page .form-contain form legend {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin: 10px 0 40px;
  padding-bottom: 35px;
  text-align: center;
}

section.cover-main-page .form-contain form legend::before {
  content: "";
  width: 150px;
  height: 4px;
  background-color: var(--main-yellow-color);
  position: absolute;
  bottom: 0px;
  left: 90px;
}

section.cover-main-page .form-contain form input.form-control  {
  background-color: rgba(255, 255, 255, 0.1) !important;
  height: 50px;
  color: white;
  border-color: transparent;
  border-radius: 15px;

}

section.cover-main-page .form-contain form input.form-control.form-for-capcha {
  height: 50px;
  border-radius: 15px;

}

section.cover-main-page .form-contain form input.form-control::-moz-placeholder {
  color: white !important;
}
section.cover-main-page .form-contain form input.form-control::-webkit-input-placeholder { color: lightgray; font-weight: bold; }
section.cover-main-page .form-contain form input.form-control:-ms-input-placeholder { color: lightgray; font-weight: bold; }
section.cover-main-page .form-contain form input.form-control::-ms-input-placeholder { color: lightgray; font-weight: bold; }
section.cover-main-page .form-contain form input.form-control::placeholder { color: lightgray; font-weight: bold; } 

section.cover-main-page .form-contain form input.form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--main-yellow-color);
}



section.cover-main-page .form-contain form input.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) ;
  
} 

section.cover-main-page .form-contain form input.form-check-input:checked {
  background-color: var(--main-yellow-color);
  border-color: var(--main-yellow-color);
  box-shadow: none !important;
}


section.cover-main-page .cover-contain h1 {
  color: white;
  font-size: 65px;
  font-weight: bold;
  text-shadow: 1px 1px 0 black;
  
}

section.cover-main-page .cover-contain h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-color: var(--main-yellow-color);
  margin: 30px 0;  
}

section.cover-main-page .cover-contain p {
  color: white;
  font-size: 18px;
  margin-top: -15px;
  margin-bottom: 30px;

}

section.cover-main-page .cover-contain a {
  font-weight: bold;
  width: 200px;
}

/* mobile  (max-width: 992px) 
--------------------------------------------------------------------- */
@media (max-width: 992px) {
  section.cover-main-page .cover-contain {
    width: 100%;
    align-items: center;
  }
  section.cover-main-page .cover-contain h1 {
    text-align: center;
  }

  section.cover-main-page .cover-contain p {
    text-align: center;
  }
  section.cover-main-page .cover-contain h1::after {
    margin: 30px auto;  
  }

  section.cover-main-page .form-contain {
    display: none;
  }
}

/* mobile  (max-width: 576px) 
--------------------------------------------------------------------- */
@media (max-width: 576px) {
  section.cover-main-page .cover-contain h1 {
    font-size: 40px;
  }
}

/**
/* 06. = services-main-page
/*============================================*/

section.services-main-page {
  position: relative;
  min-height: 700px;
  background-color: black;
  padding-bottom: 30px;
  padding-top: 80px;
}

/*задний фон-диагональная зебра*/
section.services-main-page .canvas {
position: absolute;
width: 100%;
height: 50%;
top:50%;
background: repeating-linear-gradient(
    -55deg,
    rgb(0, 0, 0),
    rgb(0, 0, 0) 3px,
    rgb(48, 48, 48, 0.6) 3px,
    rgb(48, 48, 48, 0.6)  6px
  );
}

section.services-main-page h2 {
  font-weight: bold;
  text-align: center;
  padding: 0px 10px 30px;
  color: white;
  font-size: 60px;
}

section.services-main-page h2 span {
  display: inline-block;
  color: var(--main-yellow-color);
}

section.services-main-page p.services-description {
  max-width: 700px;
  padding: 0 10px;
  margin: 0 auto 40px;
  text-align: center;
}

section.services-main-page .service-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.services-main-page .service-item-wrapper .img-wrapper {

  max-width: 350px;
  max-height: 350px;
  border: 15px solid white;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto 40px;
}
section.services-main-page .service-item-wrapper .img-wrapper img {
  max-width: 100%;
  height: auto;
}

section.services-main-page .service-item-wrapper h3.service-title {
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

section.services-main-page .service-item-wrapper p.service-description {
  text-align: center;
  margin-bottom: 40px;
}

section.services-main-page .services-link {
  margin-top: auto;
}

@media (max-width: 650px) {
    section.services-main-page h2 {
     font-size: 41px;
   }
}

@media (max-width: 500px) {
    section.services-main-page h2 {
     font-size: 34px;
   }
}


/**
/* 07. = specifications
/*============================================*/
section.specification.parallax {
  padding: 60px 0;
  background-position: 0 0;
}
section.specification.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}
section.specification.parallax-1,
section.specification.parallax-2{
  background-image: url("../img/back-specifications.jpg");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}

section.specification h3.specification-count {
  font-family: 'Rufina', serif;
  font-family: 'Ubuntu', serif;
  color: white;
  font-size: 75px;
  text-align: center;
  text-shadow: 1px 1px 0 black;
}

section.specification p.specification-desc {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 0 black;
}




/**
/* 08. = recent properties
/*============================================*/

section.recent-properties {
  background-color: var(--main-yellow-color);
  background-image: url(../img/properties-back.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  padding-top: 80px;
  padding-bottom: 100px;
  min-height: 700px;
}

section.recent-properties h2 {
  font-weight: bold;
  text-align: center;
  padding: 0px 10px 30px;
  color: white;
  text-shadow: 1px 1px 0 black;
  font-size: 60px;
}

section.recent-properties p{
  color: black;
  max-width: 700px;
  padding: 0 10px;
  margin: 0 auto 60px;
  text-align: center;
  
}

section.recent-properties a.property-item {
  display: block;
  position: relative;
  min-width: 290px;
  border: 5px solid white;
  border-radius: 25px;
  overflow: hidden;
  background-color: white;  
  transition: all 0.2s  ease 0s;
  height: 100%;
  
}

section.recent-properties a.property-item::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom, 
  rgba(0, 0, 0, 0.01) 0, 
  rgba(0, 0, 0, 0.09) 69%, 
  rgba(0, 0, 0, 0.76) 100%); 
  top: 0;
  z-index: 1000;
  transition: all .2s  ease 0s;
  
}

section.recent-properties a.property-item .img-property-wrapper img {
  transition: transform 0.2s linear;
  width: 100%;
  height: auto;  
}

section.recent-properties a.property-item .box-content {
  position:absolute;
  margin: 0;
  padding: 15px;
  bottom: 0px;
  z-index: 1001;
  transition: all 0.2s ease-out;
}

section.recent-properties a.property-item .box-content h3.title {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 0 black;  
  color: white;
}

section.recent-properties a.property-item .box-content p.address {
  font-size: 18px;
  color: white;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}

section.recent-properties a.property-item .box-content  ul.detail-wrapper {
  margin: 0;
  padding:0;
}

section.recent-properties a.property-item .box-content  ul.detail-wrapper li{
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  color: white;  
}

section.recent-properties a.property-item .box-content  ul.detail-wrapper li i {
  margin-right: 5px;
}

section.recent-properties a.property-item:hover {
  box-shadow:  0 14px 30px -15px rgba(0, 0, 0, 0.4);
  transform: scale(1.02);
}


section.recent-properties a.property-item:hover:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
 
  background: linear-gradient(
    to bottom, 
  rgba(0, 0, 0, 0.01) 0, 
  rgba(0, 0, 0, 0.09) 11%, 
  rgba(0, 0, 0, 0.12) 13%, 
  rgba(0, 0, 0, 0.19) 20%, 
  rgba(0, 0, 0, 0.29) 28%, 
  rgba(0, 0, 0, 0.29) 29%, 
  rgba(0, 0, 0, 0.42) 38%, 
  rgba(0, 0, 0, 0.46) 43%, 
  rgba(0, 0, 0, 0.53) 47%, 
  rgba(0, 0, 0, 0.75) 69%, 
  rgba(0, 0, 0, 0.87) 84%, 
  rgba(0, 0, 0, 0.98) 99%, 
  rgba(0, 0, 0, 0.94) 100%);  
}

section.recent-properties .property-item:hover img {
  transform: scale(1.05);
} 
section.recent-properties .property-item:hover .box-content {
  margin-bottom: 20px;
}

section.recent-properties a.property-item:active {
  border-color: black; 
}


section.recent-properties a.btn.btn-dark {
  display: block;
  width: 250px;
  margin: 80px auto 0px !important;

}
/* mobile  (max-width: 420px) 
--------------------------------------------------------------------- */

@media (max-width: 420px) {
  section.recent-properties h2 {
    font-size: 40px;
  }
}

/**
/* 09. = partners
/*============================================*/
section.partners {
  padding: 70px 0px 70px;
  background-color: black;
}

/**
/* 10. = about
/*============================================*/

section.about {
  padding: 80px 10px 80px;
  background: repeating-linear-gradient(
    -55deg,
    rgb(0, 0, 0),
    rgb(0, 0, 0) 3px,
    rgb(48, 48, 48, 0.6) 3px,
    rgb(48, 48, 48, 0.6)  6px
  );
}

section.about .about-img-wrapper {

  min-height: 350px;
  background-image: url(../img/background-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;

}

section.about .about-contain {
  background-color: black;
  padding: 80px 60px;
  color: white;  
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

section.about .about-contain h6 {
  text-transform: uppercase;
}
section.about .about-contain h3 {
  color: var(--main-yellow-color);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

section.about .about-contain p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

section.about .about-contain ul {  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 10px;
  padding: 0;
  margin-top: 60px;

} 

section.about .about-contain ul li {
  width: 220px;
  list-style-type: none;
  font-size: 18px;  
}

section.about .about-contain ul li i {
  color: var(--main-yellow-color);
  margin-right: 20px;
}

/* mobile  (max-width: 975px) 
--------------------------------------------------------------------- */
@media (max-width: 975px) {
  section.about {
    padding: 40px 20px;
  }
  section.about .about-img-wrapper {
    background-position: center 70%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
  }
  section.about .about-contain { 
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
/* mobile  (max-width: 576px) 
--------------------------------------------------------------------- */
@media (max-width: 576px) {
  section.about {
    padding: 0px;
  }
  section.about .about-contain {
    padding: 40px 10px;
  }
}

/**
/* 11. = section main-page-reviews
/*============================================*/

section.main-page-reviews {
  color: white;
  background-color: var(--main-yellow-color);
  padding: 80px 0;
}

section.main-page-reviews h2 {
  font-weight: bold;
  text-align: center;
  padding: 0px 10px 30px;
  color: white;
  text-shadow: 1px 1px 0 black;
  font-size: 60px;
}

section.main-page-reviews .reviews-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 40px;
}

section.main-page-reviews .reviews-wrapper .review-item {
  position: relative;
  width: 100%;  
  max-width: 350px;
  height: 350px;
  background-color: black;
  padding: 30px;
  border-radius: 10px;
}
section.main-page-reviews .reviews-wrapper .review-item::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: 30px; 
  border: 40px solid transparent;
  border-top-color: black;
  /* transform: rotate(-90deg); */
}

section.main-page-reviews .reviews-wrapper .review-item .quote-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--main-yellow-color);
  font-size: 50px;
}

/*------*/

section.main-page-reviews .reviews-wrapper .review-item .customer {
  margin-bottom: 30px;
}

section.main-page-reviews .reviews-wrapper .review-item .customer .customer-img-wrapper {

  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid white;

}

section.main-page-reviews .reviews-wrapper .review-item .customer .customer-img-wrapper img {
  width: 100%;
  height: auto;
}

section.main-page-reviews .reviews-wrapper .review-item .customer h4 {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  margin-left: 10px;
}

section.main-page-reviews .reviews-wrapper .review-item  p.customer-review {
  text-align: justify;
  margin-bottom: 5px;
}

section.main-page-reviews .reviews-wrapper .review-item  a.review-raad-more-link {
  color: white;
}

section.main-page-reviews .reviews-wrapper .review-item  a.review-raad-more-link:hover {
  color: var(--main-yellow-color);
}

section.main-page-reviews .reviews-wrapper .review-item  a.review-raad-more-link:active {
  color: var(--main-button-orange-color);
}

section.main-page-reviews .reviews-wrapper .review-item .rateing {
  position: absolute;
  bottom:30px;
  left: 30px;
}

section.main-page-reviews .reviews-wrapper .review-item .rateing i.yellow {
  color: var(--main-yellow-color);
}

section.main-page-reviews a.btn.btn-dark {
  display: block;
  width: 250px;
  margin: 80px auto 0px !important;

}

/* mobile  (max-width: 576px) 
--------------------------------------------------------------------- */
@media (max-width: 576px) {
  section.main-page-reviews h2 {
    font-size: 40px;
  }
}

/**
/* 12. = footer styles
/*============================================*/

footer.main-footer {
  background-color: black;
  padding: 60px 0 0;
  color: white;
}

footer.main-footer a {
  color: white;
  text-decoration: none;
}

footer.main-footer  h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
footer.main-footer .contacts .contact-item {
  line-height: 25px;
  margin-bottom: 10px;
}
footer.main-footer .contacts i {
  margin-right: 10px;
}


footer.main-footer .contacts .contact-item.socials {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}

footer.main-footer .contacts .contact-item.socials a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: rgb(32, 32, 32);
  font-size: 20px;
  border-radius: 50%;
  transition: all .2s ease-out;
}
footer.main-footer .contacts .contact-item.socials a i {
  display: block;
  margin: auto;
  
}

footer.main-footer .contacts .contact-item.socials a:hover {
  background-color: var(--main-yellow-color);
}
footer.main-footer .contacts .contact-item.socials a:hover i {
  color: black;
}

footer.main-footer .quick-links a {
  display: block;
  margin-bottom: 10px;
}
footer.main-footer .quick-links a:hover {
  color: var(--main-yellow-color);
}

footer.main-footer .recent-properties .footer-recent-property-item {
  margin-bottom: 25px;
  max-width: 350px;
}

footer.main-footer .recent-properties .footer-recent-property-item .recent-prop-image {
  width:96px;
  height: 66px;
  background-color: gray;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

footer.main-footer .recent-properties .footer-recent-property-item .prop-info-wrapper {
  position: relative;
}

footer.main-footer .recent-properties .footer-recent-property-item a.footer-prop-data {
  font-weight: bold;
  font-size: 18px;
}

footer.main-footer .recent-properties .footer-recent-property-item a.footer-prop-data span { 
  font-size: 12px;
}
footer.main-footer .recent-properties .footer-recent-property-item a.footer-prop-data span:nth-of-type(2) {
  margin-left: 10px;
}

footer.main-footer .recent-properties .footer-recent-property-item a.footer-prop-data span i {
  margin-right: 5px;
}



footer.main-footer .recent-properties .footer-recent-property-item a.footer-prop-data:hover {
  color: var(--main-yellow-color);
}

footer.main-footer .recent-properties .footer-recent-property-item .prop-info-wrapper p.date {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
}

footer.main-footer .recent-properties .footer-recent-property-item .prop-info-wrapper p.date i {
  font-weight: bold;
  color: var(--main-yellow-color);
  margin-right: 5px;
}


footer.main-footer .copyright {
  background-color: var(--main-yellow-color);
}

footer.main-footer .copyright {
  margin-bottom: 0;
  padding: 24px 0;
}

footer.main-footer .copyright p.brand {
  margin-bottom: 0;
  color: white;
  text-shadow: 1px 1px 0 black;
  font-size: 18px;
  font-weight: bold;  
}
footer.main-footer .copyright a.privacy-policy {
  display: block;
  float: right;
  font-weight: bold;
}
footer.main-footer .copyright a.privacy-policy:hover {
  text-decoration: underline;
}

footer.main-footer .back_to_top {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 3px solid white;
  text-align: center;
  line-height: 35px;
  background-color: black;
  cursor: pointer;
  border-radius: 15px;
  display: none;
  transition: all 0.2s ease;
}

footer.main-footer .back_to_top i {
  color: white;
}

footer.main-footer .back_to_top:hover {
  background: var(--main-button-orange-color);
}

footer.main-footer .back_to_top-show {
  display: block; 
}

/*footer main footer FULL*/

@media screen and (max-width: 772px) {
  footer.main-footer .back_to_top {
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 25px; 
  }
}


/**
/* 13. = breadcrumbs
/*============================================*/

nav.breadcrumb-wrapper{
  padding:20px 10px;
  background-color: black;
}
nav.breadcrumb-wrapper  ol.breadcrumb {
  margin-bottom: 0px ; 
}
nav.breadcrumb-wrapper  ol.breadcrumb li.breadcrumb-item a {
  color: white;
  color: gray;
  /* font-weight: bold; */
  text-decoration: none;
}
nav.breadcrumb-wrapper  ol.breadcrumb li.breadcrumb-item a:hover {
  text-decoration: underline;
}
nav.breadcrumb-wrapper  ol.breadcrumb li.breadcrumb-item {
  color: var(--main-yellow-color);
  color: white;
  /* font-weight: bold; */
}

/**
/* 14. = about-us
/*============================================*/

section.about-us .wrapper-about-us {
  background: url("../img/about-us.webp") no-repeat center;
  background-size: cover;
}

section.offers {
  
  padding: 80px 0 50px;
  background-color: black;
  color: white;
  background: url('../img/image-for-header.jpg');
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;

}

section.offers h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;

}
section.offers p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

section.offers .about-offers-description .counts {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

section.offers .services-wrapper .service-item {
  background-color: var(--main-yellow-color);
  background-color: black;
  color: white;
  margin: 0px;
  padding:40px;
  border-radius: 10px;
}

section.offers .services-wrapper .service-item .icon-wrapper i {
  font-size: 40px;
  color: var(--main-yellow-color);
}

section.offers .services-wrapper .service-item h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

/**
/* 15. = team
/*============================================*/

section.team {
  /* background-color: black; */
  padding: 80px 0 60px;
}

section.team .team-member-wrapper {
  color: white;
  background-color: black;
  border-radius: 6px; 
  overflow: hidden;

}

section.team .team-member-wrapper .img-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 100%;  
 
}


section.team .team-member-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 0;
  
}

section.team .team-member-wrapper .info-wrapper h4 {
  margin: 40px 0 0;
  font-size: 20px;
  font-weight: bold;
}

section.team .team-member-wrapper .info-wrapper h5 {
  font-size: 16px;
  color: var(--text-color-gray);
  margin-bottom: 20px;
}

section.team .team-member-wrapper .info-wrapper p.contact {
  margin-bottom: 15px;
}
section.team .team-member-wrapper .info-wrapper p.contact i {

  margin-right: 5px;
}


section.team .team-member-wrapper .info-wrapper p.contact a {
  color: white;
  text-decoration: none;
}


section.team .team-member-wrapper .info-wrapper a.btn {
  margin-top: auto;
  margin-right: 20px;
}

/* mobile  (max-width: 977px) 
--------------------------------------------------------------------- */
@media (max-width: 977px) {

  section.team .team-member-wrapper .img-wrapper {
    height: 380px;
  }
}

/* mobile  (max-width: 561px) 
--------------------------------------------------------------------- */
@media (max-width: 576px) {
  section.team .team-member-wrapper {
    max-width: 400px;
    margin: auto;
  }

  section.team .team-member-wrapper .img-wrapper {
    height: 450px;
  }

  section.team .team-member-wrapper .info-wrapper {
    padding-left: 20px;
  }
}

/**
/* 16. = page card-of-worker
/*============================================*/

/*card-of-forker*/
section.card-of-worker {
  padding: 0px;
  background-color: black;
  border-radius: 6px;
}


section.card-of-worker .card-container {
  max-width: 800px;
  background-color: #161c2d;
  background-color: rgb(0, 0, 0);
  padding:40px 30px;
  margin: auto;
  min-height: 300px;
  color: white;
  border-radius: 6px;
}


section.card-of-worker .card-container .contact-info .img-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}


section.card-of-worker .card-container .contact-info .info h3 {
  font-weight: bold;
  margin-bottom: 0;
}

section.card-of-worker .card-container .contact-info .info p.occupation {
  color: lightgray;
  margin-bottom: 40px;
}

section.card-of-worker .card-container .contact-info .info p.contact a {
  color: white;
  text-decoration: none;
}

section.card-of-worker .card-container .contact-info .info p.contact i {
  margin-right: 10px;
  font-size: 20px;
  color: var(--main-yellow-color);
}

section.card-of-worker .card-container .experience {
  border: 1px solid gray;
  margin-top: 40px;
  padding: 30px;
  padding-bottom: 10px;
  border-radius: 6px;
}

section.card-of-worker .card-container .experience h4 {
  font-size: 20px;
  font-weight: bold;
}

section.card-of-worker .card-container .experience h4 i {

  color: var(--main-yellow-color);
  margin-right: 10px;
}

section.card-of-worker .card-container .experience p {
  color: lightgray;
  margin-bottom: 0;
}

section.card-of-worker .card-container .extra-info,
section.card-of-worker .card-container .certificates-awards {
  margin-top: 40px;  
}

section.card-of-worker .card-container .extra-info h4,
section.card-of-worker .card-container .certificates-awards  h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

section.card-of-worker .card-container .extra-info p {
  color: lightgray;
}

section.card-of-worker .card-container .certificates-awards .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
  margin-top: 40px;
}

section.card-of-worker .card-container .certificates-awards a {
  position: relative;
  width: 200px;
  height: 200px;
  transition: all .2s;
  background-position: center;
  background-size: cover;
  border-color: white;
  border-radius: 10px;
  
}

section.card-of-worker .card-container .certificates-awards a::before {
  display: none;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
  font-size: 50px;
  color: var(--main-yellow-color);
  color: white;
  color: var(--main-yellow-color);
  top: calc(50% - 25px);
  left: calc(50% - 30px);
  transition: 0.2s all;
}

section.card-of-worker .card-container .certificates-awards a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  transform: scale(1.05);
}

section.card-of-worker .card-container .certificates-awards a:hover::before {
  display: block;
  
}

section.card-of-worker .card-container .certificates-awards a i {
  color: #ffffff;
  
  font-size: 80px;
}
/*end-card-of-forker*/

/*contact-form-worker*/
.contact-form-wrapper {
  padding: 40px 30px;
  background-color: black;
  border-radius: 6px;
  width: 100%;
  color: white; 
}

.contact-form-wrapper legend {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px; 
}

.contact-form-wrapper .form-check-input:checked {
  background-color: var(--main-yellow-color);
}

.contact-form-wrapper form input.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) ;
  
} 

.contact-form-wrapper form input.form-check-input:checked {
  background-color: var(--main-yellow-color);
  border-color: var(--main-yellow-color);
  box-shadow: none !important;
}

.contact-form-wrapper form textarea.form-control,
.contact-form-wrapper form input.form-control  {
  background-color: rgba(255, 255, 255, 0.1) !important;
  height: 60px;
  color: white;
  border-color: transparent;
  border-radius: 15px;

}
.contact-form-wrapper form textarea.form-control {
  height: inherit;
}

.contact-form-wrapper form input.form-control::-moz-placeholder,
.contact-form-wrapper form textarea.form-control::-moz-placeholder {
  color: white !important;
}

.contact-form-wrapper form input.form-control::-webkit-input-placeholder,
.contact-form-wrapper form textarea.form-control::-webkit-input-placeholder { 
  color: lightgray; font-weight: bold; }
.contact-form-wrapper  form input.form-control:-ms-input-placeholder,
.contact-form-wrapper  form textarea.form-control:-ms-input-placeholder { 
  color: lightgray; font-weight: bold; }
.contact-form-wrapper  form input.form-control::-ms-input-placeholder,
.contact-form-wrapper  form textarea.form-control::-ms-input-placeholder { 
  color: lightgray; font-weight: bold; }
.contact-form-wrapper form input.form-control::placeholder,
.contact-form-wrapper form textarea.form-control::placeholder  { 
  color: lightgray; font-weight: bold; } 

.contact-form-wrapper form input.form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--main-yellow-color);
}
.contact-form-wrapper form textarea.form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--main-yellow-color);
}
/*end-contact-form-worker*/

/*agent-listing*/
.agent-listing {
  background-color: black;
  border-radius: 6px;
  padding: 40px 30px;
  color: white;
}

.agent-listing h6 {
  font-size: 22px;
  font-weight: bold;  
  margin-bottom: 30px;
}



.agent-listing .agent-listing-item {
  margin-bottom: 25px;
  width: 300px;
}

.agent-listing  .agent-listing-item .recent-prop-image {
  width:100%;
  height: 75px;
  background-color: gray;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.agent-listing  .agent-listing-item .prop-info-wrapper {
  position: relative;
}

.agent-listing  .agent-listing-item a.footer-prop-data {
  font-weight: bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.agent-listing .agent-listing-item a.footer-prop-data span { 
  font-size: 12px;
}

.agent-listing  .agent-listing-item a.footer-prop-data span:nth-of-type(2) {
  margin-left: 10px;
}

.agent-listing  .agent-listing-item a.footer-prop-data span i {
  margin-right: 5px;
}


.agent-listing  .agent-listing-item a.footer-prop-data:hover {
  color: var(--main-yellow-color);
}

.agent-listing  .agent-listing-item .prop-info-wrapper p.date {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
}

.agent-listing  .agent-listing-item .prop-info-wrapper p.date i {
  font-weight: bold;
  color: var(--main-yellow-color);
  margin-right: 5px;
}
/*end-agent-listing*/



/* mobile  (max-width: 576px) 
--------------------------------------------------------------------- */
@media (max-width: 576px) {
  section.card-of-worker {
    padding: 20px 0px 30px;
  }

  section.card-of-worker .card-container,
  .agent-listing {
    padding:20px 10px;
  }

  section.card-of-worker .card-container .certificates-awards .gallery {
    justify-content: center;
  }
}


/**
/* 17. = properties
/*============================================*/

/*filter*/
section.property-filter {
  padding:40px 0;
  background: url('../img/filter-background.webp') no-repeat center;
  /* background: url('../img/header.jpg') no-repeat center;  */
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
}

section.property-filter .filter-wrapper {
  padding:10px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

section.property-filter .filter-wrapper label {
  font-weight: bold;
}



section.property-filter .filter-wrapper select:focus,
section.property-filter .filter-wrapper input:focus {
  box-shadow: var(--main-yellow-color) 0px 0px 0px 0.1rem;
  border-color:var(--main-yellow-color);
}


section.property-filter .filter-wrapper .btn {
  color: white;
  text-shadow: 1px 1px 0 black;
  background-color: black;
  padding: 5px 30px;
}

section.property-filter .filter-wrapper .btn:focus {
  box-shadow: none;
}

section.property-filter .filter-wrapper .btn:hover {
  background-color: var(--main-yellow-color);
}

section.property-filter .filter-wrapper .btn:active {
  box-shadow: inset 0 -30px 30px -38px black;
}


/*end filter*/

/*map*/
section.properties .map .map-wrapper {
  position: sticky;
  top: 0;
  overflow: hidden !important;
  height: 100vh;
  margin: 25px 0;
  border-radius: 0px 6px 6px 0px;
}
/*end map*/
/*=======*/
/*properties*/
section.properties .properties-listing .properties-wrapper {
  min-height: 100vh;
  padding:25px 20px 0px;  
}

section.properties .properties-listing .properties-wrapper .property-item {
  display: flex;
  flex-direction: column;
    
  border-radius: 6px;
  background-color: black;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
  height: 100%;
}

section.properties .properties-listing .properties-wrapper .property-item .pi-img {
  position: relative;
  width: 100%;
}

section.properties .properties-listing .properties-wrapper .property-item .pi-img .box-content {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
}

section.properties .properties-listing .properties-wrapper .property-item .pi-img p.price {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 0 black;  
  text-shadow: 
  0px 1px 0 black, 
  -0px -1px 0 black,
  1px 0px 0 black, -1px 0px 0 black;
}

section.properties .properties-listing .properties-wrapper .property-item .pi-img p.address {
  font-size: 18px;
  text-shadow: 
    0px 1px 0 black, 
    -0px -1px 0 black,
    1px 0px 0 black, -1px 0px 0 black;
  margin-bottom: 0;
  font-weight: bold;
}

section.properties .properties-listing .properties-wrapper .property-item .box-info {
  padding: 20px;
  padding-bottom: 0;
  color: lightgray;
}

section.properties .properties-listing .properties-wrapper .property-item .box-info p {
  font-size: 14px;
  margin-bottom: 10px;
}

section.properties .properties-listing .properties-wrapper .property-item .box-info span {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

section.properties .properties-listing .properties-wrapper .property-item .box-info p i {
  margin-right: 5px;
}
section.properties .properties-listing .properties-wrapper .property-item .box-info span.separator {
  margin:0 20px;
  font-size: 18px;
}

section.properties .properties-listing .properties-wrapper .property-item .box-agent {
  padding: 10px 20px;
}
section.properties .properties-listing .properties-wrapper .property-item .box-agent .agent-photo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}

section.properties .properties-listing .properties-wrapper .property-item .box-agent li {
  list-style: none;
  font-size: 14px;
}

section.properties .properties-listing .properties-wrapper .property-item .box-agent li a {
  text-decoration: none;
  font-size: 18px;
  color: white;
  font-weight: bold;
}
section.properties .properties-listing .properties-wrapper .property-item .box-agent li a:hover {
  text-decoration: underline;
  color: var(--main-yellow-color);
}

section.properties .properties-listing .properties-wrapper .property-item .btn {
  background-color: black;
  border: 1px solid white;
  margin: 0px 20px 20px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  margin-top: auto;
}

section.properties .properties-listing .properties-wrapper .property-item .btn:hover {
  background-color: var(--main-yellow-color);
}
/*end properties*/


/* mobile  (max-width: 992px) 
--------------------------------------------------------------------- */
@media (max-width: 992px) {
  /*map*/
  section.properties .map .map-wrapper {
    position: relative;
    height: 300px;
    margin: 20px 20px 0;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
  }
/*end map*/
}


@media (max-width: 576px) {
  section.properties .map .map-wrapper {
    margin: 10px 15px 10px;
  }

  section.properties .properties-listing .properties-wrapper {
    padding:5px 15px 0px;  
  }
}

/**
/* 18. = single-property
/*============================================*/

section.single-property {
  padding: 80px 0 50px;
}

section.single-property .short-top-info {
  color: white;
}
section.single-property .short-top-info ul.date-views {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;

}

section.single-property .short-top-info ul.date-views li{
  list-style-type: none;
  color: var(--text-color-gray);  
  font-size: 16px;
}
section.single-property .short-top-info ul.date-views li i {
  margin-right: 10px;
}

section.single-property .short-top-info h2 {
  font-size: 30px;
  font-weight: bold;
}

section.single-property .short-top-info p.address-title {
  color: var(--text-color-gray);
  font-size: 16px;
}

section.single-property .short-top-info p.address-title i {
  margin-right: 10px;
}

section.single-property .short-top-info .price {  
  font-size: 30px;
  font-weight: bold;
  color: var(--main-yellow-color);

}

section.single-property .main-description img {
  margin-bottom: 40px;
  border-radius: 6px;
}

section.single-property .main-description h2,
section.single-property .details h2,
section.single-property .bonuses h2,
section.single-property .gallery-wrapper h2 {
 font-size: 26px;
 font-weight: bold;
 color: white;
 margin-bottom: 20px;
}

section.single-property .main-description p {
  font-size: 18px;
  color: var(--text-color-gray);
  color: white;
}


section.single-property .details,
section.single-property .bonuses,
section.single-property .gallery-wrapper {
  background-color: black;
  border-radius: 6px;
  padding:30px;
  color: white;
  margin-top: 30px;
}

section.single-property .details .detail-item,
section.single-property .bonuses .bonus-item {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 12px;
}

section.single-property .details .detail-item span{
  display: inline-block;
  color: var(--text-color-gray);
  font-weight: normal;

}

section.single-property .bonuses .bonus-item {
  font-weight: normal;
}

section.single-property .bonuses .bonus-item i {
  color: var(--main-yellow-color);
  margin-right: 10px;
}

section.single-property .gallery-wrapper .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: space-between;
}

section.single-property .gallery-wrapper .gallery a {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.01);
  background-blend-mode: multiply;
  transition: 0.2s all;
}

section.single-property .gallery-wrapper .gallery a::before {
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
  font-size: 30px;
  color: transparent;
  top: calc(50% - 15px);
  left: calc(50% - 18px);
  transition: 0.2s all;
}

section.single-property .gallery-wrapper .gallery a:hover {
   transform: scale(1.05);
   background-color: rgba(0, 0, 0, 0.5);
}
section.single-property .gallery-wrapper .gallery a:hover::before {
  color: var(--main-yellow-color);
}

/*=====agent-block======*/

section.single-property .agent {
  background-color: black;
  border-radius: 6px;
  padding: 30px;
}

section.single-property .agent h2,
section.single-property .map h2  {
  font-size: 26px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
 }

 section.single-property .agent .img-wrapper {
   width: 80px;
   height: 80px;
 }

 section.single-property .agent .img-wrapper img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   border-radius: 50%;
 }

 section.single-property .agent a.name {
   font-size: 22px;
   font-weight: bold;
   color: white;
   text-decoration: none;   
 }

 section.single-property .agent a.name:hover {
   text-decoration: underline;
   color: var(--main-yellow-color);   
 }

 section.single-property .agent p.occupation {
   font-size: 16px;
   color: var(--text-color-gray);
   margin-top: 10px;
 }

 section.single-property .agent a.btn {
   background-color: black;
   border: 1px solid white;
   color: white;
   display: block;
   margin-top: 30px;
   font-weight: bold;
   font-family: "Play";
   padding: 10px;
   transition: 0.2s all;
 }
 section.single-property .agent a.btn i {
   margin-right: 10px; 

 }

 section.single-property .agent a.btn:hover {
   background-color: var(--main-yellow-color);
   color: white;
 }




 section.single-property .map {
   border-radius: 6px;
   margin-top: 25px;
   
   padding: 30px;   
   background-color: black;
  
 }

 section.single-property .map .map-wrapper {
   height: 300px;
   overflow: hidden;
   
 }

 section.single-property .agent-listing {
   margin-top: 25px;
 }

 section.single-property .agent-listing h6 {
   font-size: 26px;
 }

 section.single-property .agent-listing .agent-listing-item .prop-info-wrapper i {
   color: white;
 }
 /* mobile  (max-width: 984px) 
--------------------------------------------------------------------- */
@media (max-width: 990px) {
  section.single-property .agent .img-wrapper {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 690px) {
  section.single-property .agent .img-wrapper {
    width: 80px;
    height: 80px;
  }
}

/* mobile  (max-width: 576px) 
--------------------------------------------------------------------- */
@media (max-width: 576px) {

  section.single-property .short-top-info ul.date-views {
    row-gap: 0px;  
  }

  section.single-property .short-top-info h2 {
    font-size: 20px;
    font-weight: bold;
  }
}


/**
/* 19. = page contacts
/*============================================*/

section.contacts {
  padding: 30px 0;
}

section.contacts form {
  background-color: black;
  border-radius: 6px;
  padding: 40px 30px;
}

section.contacts form fieldset legend {
  font-size: 26px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}

section.contacts form fieldset p:first-of-type {
  margin-bottom: 30px;
}

/**/
section.contacts form input.form-control,
section.contacts form textarea.form-control  {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white;
  border-color: transparent;
  border-radius: 15px;

}

section.contacts form input.form-control {
  height: 60px;
}

section.contacts  form input.form-control::-moz-placeholder,
section.contacts  form textarea.form-control::-moz-placeholder {
  color: white !important;
}

section.contacts  form input.form-control::-webkit-input-placeholder,
section.contacts  form textarea.form-control::-webkit-input-placeholder 
{ 
  color: lightgray; font-weight: bold; 
}
section.contacts  form input.form-control:-ms-input-placeholder ,
section.contacts  form textarea.form-control:-ms-input-placeholder 
{ color: lightgray; font-weight: bold; }
section.contacts  form input.form-control::-ms-input-placeholder,
section.contacts  form textarea.form-control::-ms-input-placeholder { color: lightgray; font-weight: bold; }
section.contacts  form input.form-control::placeholder,
section.contacts  form textarea.form-control::placeholder { color: lightgray; font-weight: bold; } 

section.contacts  form input.form-control:focus,
section.contacts  form textarea.form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--main-yellow-color);
}


section.contacts  form input.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) ;
  
} 

section.contacts  form input.form-check-input:checked {
  background-color: var(--main-yellow-color);
  border-color: var(--main-yellow-color);
  box-shadow: none !important;
}

section.contacts form fieldset .btn {
  display: block;
  width: 100%;
}
/*contacts*/

section.contacts .contacts-wrapper  {
  background-color: black;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  padding: 30px;
}

section.contacts .contacts-wrapper h2 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

section.contacts .contacts-wrapper i {
  color: white;
  font-size: 1.3em;
}

section.contacts .contacts-wrapper a {
  text-decoration: none;
  color: var(--text-color-gray);
}

section.contacts .contacts-wrapper a:hover {
  text-decoration: underline;
  color: var(--main-yellow-color);
}

/*map and schedule*/
section.contacts .map,
section.contacts .schedule {
  background-color: black;
  border-radius: 6px;
  padding: 30px;
  height: 100%;
}

section.contacts .map h2,
section.contacts .schedule h2 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

section.contacts .map .map-wrapper {
  height: 300px;
  overflow: hidden;
}

section.contacts .schedule .day {
  font-weight: bold;
}

/**
/* 20. = reviews
/*============================================*/

section.reviews {
  padding: 0px 0 20px;
}

section.reviews .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

section.reviews .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  background-color: var(--main-yellow-color);
  left: 50%;
  margin-left: -1.5px;
}

section.reviews  .timeline > li {
  margin-bottom: 20px;
  position: relative;
}

section.reviews .timeline > li:before,
section.reviews .timeline > li:after {
  content: " ";
  display: table;
}

section.reviews .timeline > li:after {
  clear: both;
}

section.reviews .timeline > li:before,
section.reviews .timeline > li:after {
  content: " ";
  display: table;
}

section.reviews    .timeline > li:after {
  clear: both;
}

section.reviews    .timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: black;
}

section.reviews       .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #d4d4d4;
  border-right: 0 solid #d4d4d4;
  border-bottom: 15px solid transparent;
  content: "";
}

section.reviews        .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid rgb(0, 0, 0);
  border-right: 0 solid rgb(0, 0, 0);
  border-bottom: 14px solid transparent;
  content: " ";
  
}

section.reviews    .timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

section.reviews    .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

section.reviews      .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

section.reviews       .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

section.reviews .timeline-badge.primary {
  background-color: #2e6da4 !important;
}

section.reviews .timeline-badge.success {
  background-color: var(--main-yellow-color) !important;
  text-shadow: 1px 1px 0 black;
}

section.reviews .timeline-badge.warning {
  background-color: #f0ad4e !important;
}

section.reviews .timeline-badge.danger {
  background-color: #d9534f !important;
}

section.reviews .timeline-badge.info {
  background-color: #5bc0de !important;
}

section.reviews .timeline-heading {
  position: relative;
}

section.reviews .timeline-heading .customer-img-wrapper {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border: 3px solid white;
  border-radius: 50%;
}
section.reviews .timeline-heading .customer-img-wrapper img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section.reviews .timeline-heading .quote-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--main-yellow-color);
  font-size: 40px;
}

section.reviews .timeline-body .link-for-reading {
  margin:15px 0 ;
}

section.reviews .timeline-body .link-for-reading a{

  display: inline-block;
  color: var(--text-color-gray);
  /* font-size: 12px; */
  position: relative;
  text-decoration: none;
  transition: 0.2s all;
}

section.reviews .timeline-body .link-for-reading a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: -15px;
  left: 0;
  transition: 0.2s all;
  
}

section.reviews .timeline-body .link-for-reading a:hover{
  color: var(--main-yellow-color);
}

section.reviews .timeline-body .link-for-reading a:hover::after {
  bottom:-8px;
  background-color: var(--main-yellow-color);
}

section.reviews .timeline-body .stars-wrapper {
  margin-top: 10px;
}

section.reviews .timeline-body .stars-wrapper .yellow {
  color: var(--main-yellow-color);
}

section.reviews .timeline-title {
  margin-top: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

section.reviews .timeline-body > p,
section.reviews .timeline-body > ul {
  margin-bottom: 0;
}

section.reviews .timeline-body > p + p {
  margin-top: 5px;
}


section.reviews .load-more-button {
  display: block;
  max-width: 260px;
  margin: 10px auto 10px;

}


@media (max-width: 767px) {
  section.reviews ul.timeline:before {
    left: 40px;
  }

  section.reviews  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  section.reviews ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  section.reviews ul.timeline > li > .timeline-panel {
    float: right;
  }

  section.reviews   ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  section.reviews    ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/**
/* 21. = mortgage
/*============================================*/

section.mortgage {
  padding: 60px 0;
  /* background: repeating-linear-gradient(
    -55deg,
    rgb(0, 0, 0),
    rgb(0, 0, 0) 3px,
    rgb(48, 48, 48, 0.6) 3px,
    rgb(48, 48, 48, 0.6)  6px
  ); */
}

section.mortgage h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: var(--main-yellow-color);
  font-weight: bold;
}

section.mortgage p {
  color: white;
  font-size: 18px;
  line-height: 28px;
}

section.mortgage .mortgage-intro {
  background-color: black;
  overflow: hidden;
  border-radius: 6px;
}

section.mortgage .mortgage-intro .mortgage-text {
  padding: 30px ;
}

section.mortgage .mortgage-intro .img-mortgage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.mortgage .partners {
  margin-top:80px;
}

section.mortgage .partners .partners-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
}

section.mortgage .partners h2,
section.mortgage .calc h2 {
  color: white;
}



section.mortgage .partners .partner-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  height: 100px;
  background-color: black;
  border-radius: 6px;
  padding: 20px;
}

section.mortgage .partners .partner-item .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


section.mortgage .steps {
  margin-top:80px;
  padding: 60px 0;
  background-color: black;
}

section.mortgage .steps .steps-wrapper {
  margin-top: 60px;
}

section.mortgage .steps .steps-wrapper .step-item .num{
  font-family: "Play";
  background-position: center;
  height: 65px;
  width: 65px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: bold;
  font-size: 30px;
  line-height: 65px;
  color: white;
  margin-bottom: 30px;
  
}

section.mortgage .steps .steps-wrapper .step-item h3 {
  color: white;
  font-weight: bold;
  font-size: 18px;
  /* text-align: center; */

}

section.mortgage .steps .steps-wrapper .step-item p {
  font-size: 16px;
  color: var(--text-color-gray);
}


/*======калькулятор*/
section.mortgage .calc {
  margin: 60px auto 0px;
  background-color: var(--background-color-body);
  background-color: black;
  border-radius: 6px;
}


/*стилизация инпутов*/

section.mortgage .calc .input-wrapper:not(:last-of-type) {  
  margin-bottom: 10px;
}

/*стилизация ползунка*/

section.mortgage .calc input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: none;
}

section.mortgage .calc input[type=range]::-webkit-slider-runnable-track { 
  border-radius: 10px/100%;
  height: 2px;
  background-color: #fff;
}
section.mortgage .calc input[type=range]::-webkit-slider-thumb {
  background: var(--main-yellow-color);
  border: 1px solid var(--main-yellow-color);
  cursor: pointer;
  width:15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -6px;
}

section.mortgage .calc input[type=range]:focus::-moz-range-thumb {
  box-shadow: none;
}
 
section.mortgage .calc input[type=range]::-moz-range-track {
  border-radius: 10px/100%;
    height: 2px;
    background-color: #fff;
}

section.mortgage .calc input[type=range]::-moz-range-thumb {
  background: var(--main-yellow-color);
  border: 1px solid var(--main-yellow-color);
  cursor: pointer;
  margin-top: -6px;
} 

/*стилизация ползунка кеонец*/

section.mortgage .calc .form {
  padding: 30px;
}

section.mortgage .calc .form h2 {
  color: white;
}

section.mortgage .calc .results {
  background-color: black;
  color: black;
  padding:30px;
  color: white;
  border-left: 1px solid white;
  border-radius:0 6px 6px 0;
}

section.mortgage .calc  .results h3 {
  font-weight: bold;
  font-size: 20px;
}

section.mortgage .calc .results .mortgage-data {
  display: flex;
  flex-direction: column;
}

section.mortgage .calc  .results .mortgage-data p {
 color: var(--text-color-gray);
}

section.mortgage .calc .results .mistakes p{
  color: gray;
}
section.mortgage .calc .results .mistakes p:last-of-type {
  font-size: 14px;
}

section.mortgage .calc .results .offer {
margin-top: auto;
}

section.mortgage .calc .results .offer .btn {
  padding: 10px 20px;
}

@media (max-width: 767px) {
  section.mortgage .calc .results {
    border-left-color: transparent;
    border-top: 1px solid white;
    border-radius:0 0 6px 6px
  }
}

@media (max-width: 545px) {

  section.mortgage .partners .partners-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 10px;
  }

  section.mortgage .partners .partner-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 170px;
    height: 80px;
    background-color: black;
    border-radius: 6px;
    padding: 20px;
  }
}

/**
/* 22. = customers
/*============================================*/

section.customers {
  padding: 60px 0;
}

section.customers .offer-item {
  display: block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.342);
  padding: 30px;
  height: 100%;
  background-color: black;
  color: var(--text-color-gray);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s all;
}

section.customers .offer-item::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 30%;
  background: linear-gradient(to right, var(--main-yellow-color) 60%, white);
  bottom: 0;
  transition: 0.2s all;
}

section.customers .offer-item:hover {
  border-color: white;
}

section.customers .offer-item:hover::after {
  width: 100%;
  transform: translateX(-30px);
}

section.customers .offer-item h2 {
  font-weight: bold;
  color: var(--main-yellow-color);
  font-size: 18px;
}

@media (max-width: 575px) {
  section.customers .offer-item {
    padding: 20px;
  }
  section.customers .offer-item::after {
    width: 100%;
    transform: translateX(-20px);
  }

  section.customers .offer-item:hover:after {
    transform: translateX(-20px);
  }
}

/**
/* 23. = page info for customers
/*============================================*/

section.info-for-customers {
  padding:  60px 0;
}

section.info-for-customers .info-wrapper {
  background-color: black;
  border-radius: 6px;
  padding: 30px;
  color: white;
}

/**
/* 24. = faq
/*============================================*/

section.faq {
  padding: 60px 0;
}


/*==tabs*/
section.faq ul.nav-tabs {
  border-bottom: none;
  margin-bottom: 40px;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
}

section.faq ul.nav-tabs li.nav-item button.nav-link{
  border-radius: 25px;
  font-size: 18px;

  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 0 black;
  padding: 10px 25px;
}
section.faq ul.nav-tabs li.nav-item button.nav-link.active {
  background-color: var(--main-yellow-color);
  border-color: transparent;
  
}
/*==end tabs*/

/*==accordeon*/
section.faq .accordion {
  overflow: hidden;
  border-radius: 6px;
}

section.faq .accordion .accordion-item {
  background-color: black;
}
section.faq .accordion .accordion-item:not(:last-child){
  border-bottom:1px solid gray;

}

section.faq .accordion .accordion-item h2.accordion-header button.accordion-button {
  background-color: black;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid black;
 /* box-shadow: inset 0 -50px 20px -48px #ffffff; */
  
}

section.faq .accordion .accordion-item:first-child h2.accordion-header button.accordion-button  {
  border-radius: 6px 6px 0 0 ;
}
section.faq .accordion .accordion-item:last-child h2.accordion-header button.accordion-button {
  border-radius: 0px 0px 6px 6px ;
}
section.faq .accordion .accordion-item h2.accordion-header button.accordion-button:hover {
  border-color: white;
}

section.faq .accordion .accordion-item h2.accordion-header button.accordion-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  text-shadow: none;
}

section.faq .accordion .accordion-item h2.accordion-header button.accordion-button:focus {
  box-shadow:none;
}

section.faq .accordion .accordion-item .accordion-collapse .accordion-body {
  color: black;
  background-color: white;
}

/*== end accordeon*/

/**
/* 25. = certificates-and-awards
/*============================================*/

section.certificates-and-awards {
  padding: 30px 0;
}

section.certificates-and-awards .gallery-single a.caption-link {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  border: 3px solid gray;
  /* border-radius: 35px; */
  overflow: hidden;
  transition: border-color 0.2s ease;
}


section.certificates-and-awards .gallery-single a.caption-link::before,
section.certificates-and-awards .gallery-single a.caption-link::after {
  position: absolute;
  z-index: -2;
  width: 100%;
  text-align: center;
  background: black;
  box-sizing: border-box;
  
  transition: transform 0.3s ease-in-out;
}

section.certificates-and-awards .gallery-single a.caption-link::before {
  content: attr(data-title);
  height: 30%;
  padding: 30px 30px 15px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid gray;
  text-shadow: 1px 1px 0 black;
  color: white;
  transform: translateX(-100%);
}

section.certificates-and-awards .gallery-single a.caption-link::after {
  content: attr(data-description);
  top: 30%;
  height: 70%;
  padding: 15px 30px 0;
  color: var(--text-color-gray);
  color: lightgray;
  transform: translateX(-100%);
}

section.certificates-and-awards .gallery-single a.caption-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

section.certificates-and-awards .gallery-single a.caption-link:hover {
  border-color: white;
}

section.certificates-and-awards .gallery-single a.caption-link:hover::before,
section.certificates-and-awards .gallery-single a.caption-link:hover::after {
  transform: translateX(0);
}

section.certificates-and-awards .gallery-single a.caption-link:hover img {
  transform: translateX(100%);
}

section.certificates-and-awards .gallery-single a.caption-link .btn {
  position: absolute;
  z-index: -1;
  bottom:20px;
  width: 150px;
  font-size: 14px;
  padding: 5px 10px;
  text-shadow: none;
  left: calc(50% - 75px)
}

@media (max-width: 767px) {
  section.certificates-and-awards .gallery-single a.caption-link::before,
section.certificates-and-awards .gallery-single a.caption-link::after {
  transform: translateX(0);
}
  section.certificates-and-awards .gallery-single a.caption-link img {
    transform: translateX(100%);
  }
}


/**
/* 26. = vacancies
/*============================================*/

section.vacancies {
  padding: 0px 0 60px;
  background-size: cover;

}

section.vacancies .vacancies-intro {
  background-color: black;
  padding: 60px 0;

}

section.vacancies .vacancies-intro h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}

section.vacancies .vacancies-intro h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-color: var(--main-yellow-color);
  margin: 30px 0;
}

section.vacancies .vacancies-intro p {
  font-size: 20px;
}

section.vacancies .vacancies-listing {
  padding-top: 60px;
}

section.vacancies .vacancies-listing h2 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}

section.vacancies .vacancies-listing  .row {
  row-gap: 25px;
}

section.vacancies .vacancies-listing .vacancy-item {
 height: 100%;
}

section.vacancies .vacancies-listing .vacancy-item .card {
  height: 100%;
  background-color: black;
  min-height: 250px;

}

section.vacancies .vacancies-listing .vacancy-item .card img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
}

section.vacancies .vacancies-listing .vacancy-item .card .card-body {
  display: flex;
  flex-direction: column;
}

section.vacancies .vacancies-listing .vacancy-item .card .card-body h3 {
  color: white;
  font-size: 25px;
  margin-bottom: 15px;
}

section.vacancies .vacancies-listing .vacancy-item .card .card-body ul {
  margin-bottom: 30px;
}



section.vacancies .vacancies-listing .vacancy-item .card .card-body .btn {
  margin-top: auto;
  padding: 5px 10px;
  font-size: 16px;
  background-color: black;
  border-color: white;
}

section.vacancies .vacancies-listing .vacancy-item .card .card-body .btn:hover {
 background-color: var(--main-yellow-color);
 
}

section.opportunity {
  padding: 80px 0;
  background: url("../img/vacancy-background.webp") no-repeat center;
  background-color: rgb(138, 138, 138);
  background-blend-mode: multiply;
  background-size: cover;
}

section.opportunity h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 0 black;
  margin-bottom: 60px;
  text-align: center;
}

section.opportunity .row {
  row-gap: 50px;
}


section.opportunity .opportunity-item .icon-wrapper {
  width: 100px;
  height: 100px;
  border:2px solid var(--main-yellow-color);
  color: var(--main-yellow-color);
  border-radius: 50%;
  font-size: 50px;
  text-align: center;
  line-height: 95px;
  box-shadow: inset 15px 25px 40px white;
  margin:auto;
}

section.opportunity .opportunity-item .icon-wrapper i {
  text-shadow: 1px 1px 0 black;
}

section.opportunity .opportunity-item  p {
  color: white;
  font-size: 22px;
  text-shadow: 1px 1px 0 black;
  padding-top: 20px;
  text-align: center;
  max-width: 360px;
  margin: auto;
}

/**
/* 27. = job-details
/*============================================*/

section.job-details {
  color: white;
  padding: 60px 0;
}

section.job-details h2 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}



section.job-details .desc-item:first-of-type h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: var(--main-yellow-color);
  margin: 30px 0;
}

section.job-details p {
  font-size: 18px;
}

section.job-details .desc-item ul li{
  list-style-type: none;
  margin-bottom: 15px;
}

section.job-details .desc-item ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  display: inline-block;
  padding-right: 10px;
  color: var(--main-yellow-color);
}

section.job-details .desc-item:not(:first-of-type) {
  background-color: black;
  padding: 30px;
  margin-top: 30px;
  border-radius: 6px;
}


/*=====agent-block======*/

section.job-details .agent {
  background-color: black;
  border-radius: 6px;
  padding: 30px;
  position: sticky;
  top:0;
}


 section.job-details  .agent .img-wrapper {
   width: 80px;
   height: 80px;
 }

 section.job-details  .agent .img-wrapper img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   border-radius: 50%;
 }

 section.job-details  .agent a.name {
   font-size: 22px;
   font-weight: bold;
   color: white;
   text-decoration: none;   
 }

 section.job-details  .agent a.name:hover {
   text-decoration: underline;
   color: var(--main-yellow-color);   
 }

 section.job-details .agent p.occupation {
   font-size: 16px;
   color: var(--text-color-gray);
   margin-top: 10px;
 }

 section.job-details  .agent a.btn {
   background-color: black;
   border: 1px solid white;
   color: white;
   display: block;
   margin-top: 30px;
   font-weight: bold;
   font-family: "Play";
   padding: 10px;
   transition: 0.2s all;
 }
 section.job-details  .agent a.btn i {
   margin-right: 10px; 

 }

 section.job-details  .agent a.btn:hover {
   background-color: var(--main-yellow-color);
   color: white;
 }

 
 
 
 /*Карта яндекс. Стили балуна*/
 #mapInfo p {
     font-weight: bold;
     margin-top:10px;
     margin-bottom: 0;
 }
 
 #mapInfo p span {
     font-weight: normal;
 }
 
 #mapInfo .btn {
     border-radius: 2px;
     height: 32px;
     font-weight: bold;
     line-height: 8px;
     font-size: 14px;
 }
