/*!
Theme Name: Real estate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: real-estate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Real estate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 19px;
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.container {
  max-width: 1294px;
  margin: 0 auto;
  padding: 0 15px;
}

.content- {
  max-width: 1089px;
  padding: 0 15px;
}

.content {
  max-width: 1089px;
  margin: 0 auto;
  padding: 0 15px;
}
.contact-social img {
    width: 59px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 8px;
}

.header-conatct {
  max-width: 490px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-tel {
  position: relative;
  transition: all 0.3s;
}
.header-tel-link {
  display: flex;
  cursor: pointer;
  height: 24px;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
  min-width: 200px;
}

.header-tel span {
  color: #000;
}
.header-tel-link span {
  font-weight: 700;
}
.header-tel-arrow {
  margin-left: 9px;
  position: absolute;
  right: 0px;
  transition: 0.3s;
}
.header-tel.active .header-tel-arrow {
  transform: rotate(-90deg);
}
.header-tel-box {
  background-color: #fff;
  z-index: 9;
  position: absolute;
  display: flex;
  flex-flow: column;
  padding: 10px 0;
  opacity: 0;
  height: 0;
  transition: 0.3s;
}
.header-tel-box a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.header-tel.active .header-tel-box {
  height: 100%;
  opacity: 1;
}

.header-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 54px;
  border: 3px solid #000;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-connect:hover {
  color: #fff;
  background-color: #000;
}

.header-connect:hover path {
  fill: #fff;
}

.header-connect-arrow {
  margin-left: 17px;
}

.pervy-top {
  background-image: url(/wp-content/themes/real-estate/img/REAL-ESTATE.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 216px;
  position: relative;
  background-size: 100%;
}

.pervy-text {
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  max-width: 669px;
  max-height: 116px;
  margin: 42px 0 36px;
}

.bold {
  font-weight: 900;
  font-size: 33px;
  line-height: 40px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  
}

.pervy-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pervy-top .container::before {
  content: "";
  display: block;
  width: 113px;
  height: 3px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.parvy-bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parvy-bottom-right,
.parvy-bottom-left {
  width: 50%;
  max-width: 511px;
  margin-bottom: 340px;
}

.parvy-bottom-box-img {
  width: 100%;
  max-height: 258px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.parvy-bottom-box-h3 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
}

.parvy-bottom-box-h2 {
  font-weight: 900;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  margin-top: 100px;
}

.parvy-bottom-box-h2 span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.parvy-bottom-box-p {
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
}

.parvy-bottom .container {
  padding: 84px 93px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parvy-bottom .container::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parvy-bottom .content {
  z-index: 5;
  position: relative;
  color: #fff;
}
.tab-content.p-3 img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dolor-box .form-bth {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.popup {
  opacity: 0;
  transform: translate(1000%);
  position: fixed;
  background-color: #1a1a1a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1020;
  transition: 0.3s;
}
.exit {
  position: absolute;
  right: -70px;
  top: -70px;
  cursor: pointer;
  z-index: 1;
}
.header {
  z-index: 1100;
  position: relative;
  background-color: #fff;
}
.popup > div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  max-width: 792px;
  position: absolute;
  padding: 20px;
  width: 100%;
  margin-top: 50px;
}
.popup.active {
  opacity: 1;
  transform: translate(0%);
}
.form-bth-box {
  width: 100%;
  text-align: center;
}
.ajax-loader {
  display: none !important;
}
.popup.supernova {
  overflow-y: scroll;
  overflow-x: hidden;
}
.popup.supernova .popup-product {
  background-color: #232323;
  color: #fff;
  padding: 0;
}
.parvy-bottom .container::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 407px;
  background-repeat: no-repeat;
  z-index: 15;
  right: 0;
  top: 0;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.type-post {
  display: flex;
  flex-wrap: wrap;
  background-color: #232323;
}
.popup-product-left {
  width: 50%;
  padding: 30px;
}
.popup-product-right {
  width: 50%;
  position: relative;
}
.popup-product-location {
  position: absolute;
}
.popup-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popup-product-location {
  position: absolute;
  top: 43px;
  left: 53px;
}
.popup-product-location-span {
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  opacity: 0.7;
}
.popup-product-location-h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  margin-top: 10px;
  position: relative;
}
.popup-product-location-h3::before {
  content: "";
  background-image: url(/wp-content/themes/real-estate/img/map-icon.svg);
  width: 32px;
  height: 38px;
  position: absolute;
  left: -43px;
}
.popup-product-right::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 0;
}
.popup-producth-info .product-item-price,
.popup-producth-info .product-item-metri {
  position: relative !important;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup-product-h2 {
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 15px;
}
.popup-product-h2 span {
  font-weight: 900;
}
.popup-producth-info {
  display: flex;
  justify-content: space-evenly;
}
.popup-product-content {
  margin-bottom: 15px;
}
.popup-product .form-box {
  width: 100%;
  margin: 25px 0 0;
  max-width: 100%;
}
.popup-product .form-input {
  width: 100%;
}
.popup-product .form-bth {
  margin: 30px 0 0;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-item {
  width: 22%;
  position: relative;
  color: #fff;
  margin: 15px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-item:hover {
  margin: 0;
  padding: 10px;
  width: 24%;
}

.product-item:nth-child(2n) {
  background-color: #fff;
}

.product-item:nth-child(2n) .product-item-title {
  color: #000;
}

.product-item:nth-child(2n + 1) {
  background-color: #222222;
}

.product-item:nth-child(2n + 1) .product-item-title {
  color: #fff;
}

.product-item-img-box::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 0;
}

.product-item-price {
  position: absolute;
  right: 7px;
  top: 16px;
  width: 86px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-item-price span {
  font-weight: 900;
}

.product-item-metri {
  position: absolute;
  top: 16px;
  left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-item-arrow {
  margin-right: 6px;
}

.product-item-metri span {
  margin-left: 6px;
  opacity: 0.7;
}

.product-item-namber {
  position: absolute;
  top: 40px;
  left: 7px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-item-namber span {
  opacity: 0.7;
}

.product-item-img {
  width: 100%;
  max-height: 266px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-item-title {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  margin: 10px 6px 10px 15px;
}

.product-item-title-bold {
  font-weight: 800;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.product-item-btn {
  margin: 15px auto;
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}

.product-item-btn-arrow path {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-item-btn:hover .product-item-btn-arrow path {
  fill: #000;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.product-item-btn:hover {
  background-color: #fff;
  color: #000;
}

.product-item-btn-arrow {
  margin-left: 5px;
}

.product-item:nth-child(2n) .product-item-btn {
  color: #000;
  border-color: #000;
}

.product-item:nth-child(2n) .product-item-btn:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.product-item:nth-child(2n) .product-item-btn-arrow path {
  fill: #000;
}

.product-item:nth-child(2n)
  .product-item-btn:hover
  .product-item-btn-arrow
  path {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.product-item-btn:hover {
  background-color: #fff;
  color: #000;
}

.product-title {
  font-size: 33px;
  font-weight: 500;
  margin: 50px 0;
  color: #fff;
  position: relative;
}

.product-title span {
  font-weight: 900;
  font-size: 33px;
  line-height: 40px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.product > .content {
  margin-top: -300px;
  z-index: 150;
  position: relative;
}

.product-item-img-box {
  position: relative;
}

.product-item:hover .product-item-metri,
.product-item:hover .product-item-namber {
  left: 17px;
}

.product-item:hover .product-item-price {
  right: 17px;
}

.consectetur-title {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  margin: 35px 0;
  position: relative;
}

.consectetur {
  margin-top: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consectetur-title span {
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.consectetur-text {
  width: 45%;
  margin-right: auto;
}

.consectetur-img {
  width: 50%;
}

.consectetur-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.consectetur-real {
  font-weight: 700;
  position: absolute;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  bottom: -7px;
left: 36%;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  white-space: nowrap;
}

.consectetur-real span {
  color: #fff;
}

.advantages {
  margin-top: 145px;
}

.advantages-title {
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 85px;
  position: relative;
}

.advantages-title span {
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages-item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.advantages-icon {
  margin-right: 30px;
}

.advantages-h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
}

.advantages-h3 span {
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.advantages-p {
  line-height: 23px;
  margin-top: 20px;
}

.works {
  margin-top: 140px;
  padding-top: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.works .content {
  position: relative;
}

.certificates-title,
.works-title {
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
}

.certificates-title span,
.works-title span {
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}

.works-item {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works-namber {
  margin-right: 30px;
  font-style: normal;
  font-weight: 200;
  font-size: 300px;
  line-height: 366px;
}

.works-h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 45px;
}

.works-h3 span {
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.works-p {
  line-height: 23px;
  margin-top: 20px;
}

.works-real-top {
  position: absolute;
  white-space: nowrap;
  top: 0;
  background-color: #fff;
  z-index: 1;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  padding-left: 13px;
  left: 0;
}

.works-real-right {
  position: absolute;
  white-space: nowrap;
  top: 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  background-color: #fff;
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 99%;
  padding-left: 13px;
}

.certificates {
  padding-top: 290px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.dolor {
  padding: 69px 0 57px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

.dolor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.dolor-box {
  max-width: 715px;
  margin: 0 auto;
  position: relative;
}

.dolor-title {
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 35px;
  width: 65%;
}

.dolor-title span {
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.dolor-p {
  line-height: 23px;
  margin-bottom: 30px;
}

.form-input {
  border: navajowhite;
  padding: 10px 34px 10px 20px;
  background: rgba(0, 0, 0, 0.42);
  width: 323px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="tel"],
input[type="text"] {
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
}

.forma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-box::before {
  content: "";
  background-image: url(/wp-content/themes/real-estate/img/form-icon.svg);
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.form-box {
  position: relative;
  max-width: 323px;
}

.form-bth {
  margin: 60px auto;
  padding: 10px 132px;
  border: none;
  cursor: pointer;
}

input[type="button"] {
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  cursor: pointer;
}


.contacts-title {
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 35px;
  width: 100%;
}

.contacts-title span {
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.contacts-box-text {
  width: 45%;
  position: relative;
  z-index: 2;
}

.contacts-p {
  max-width: 511px;
  margin-bottom: 35px;
}

.forma-contacts .form-bth {
  background-color: #000;
  color: #fff;
  padding: 10px 23px;
  margin: 0;
  margin-left: 0px;
  margin-left: 39px;
}

.forma-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-social-title,
.contact-mail-title,
.contact-tel-title {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 50%;
}

.contact-mail a,
.contact-tel a {
  margin: 5px 0;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  line-height: 23px;
}

.contact-mail {
  width: 50%;
}

.contact-social {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-social a {
  margin-right: 27px;
  margin-top: 15px;
}

.contacts {
  padding-top: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map {
  width: 431px;
  height: 612px;
  padding: 22px 22px 40px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-left: auto;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.contacts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-box-map {
  position: relative;
  width: 55%;
}

.contact-box-map > img {
  position: absolute;
  left: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}

.map-title {
  width: 100%;
  display: block;
  margin: 15px 0;
}

.map-location {
  font-weight: bold;
  line-height: 23px;
}

.footer {
  background: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  padding: 10px;
}

.footer span {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}

.certificates > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.certificates-title.content {
  width: 100%;
  margin-right: auto !important;
  margin-bottom: 90px;
  position: relative;
}

.tab-content.p-3 {
  width: 60%;
  height: 400px;
  position: relative;
}

.nav.nav-tabs {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 157px;
  list-style: none;
}

.slider-img {
  width: 100%;
}

.tab-pane.fade:nth-child(1) {
  z-index: 2;
  left: 0;
  top: 0;
}

.tab-pane.fade:nth-child(2) {
  z-index: 3;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-pane.fade:nth-child(3) {
  z-index: 1;
  left: 20px;
  bottom: 0;
}

.tab-pane.fade {
  width: 358px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab-pane.fade.active {
  width: 548px;
  z-index: 5;
}

.nav-link {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-item.active .nav-link {
  font-weight: bold;
  margin-left: -30px;
}

.nav-item {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.nav-item::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-item.active::before {
  content: "";
  width: 50px;
  left: -130px;
}

.nav-item::after {
  content: "";
  background-image: url(/wp-content/themes/real-estate/img/certificates-icon-3.svg);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0s;
  transition: 0s;
  background-position: center;
}

.nav-item.active::after {
  content: "";
  width: 33px;
  height: 33px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab-content.p-3,
.nav.nav-tabs {
  margin-bottom: 105px;
}

.certificates::before {
  content: "";
  width: 571px;
  height: 571px;
  position: absolute;
  top: -50%;
  left: 50%;
  background-position: center;
  -webkit-transform: translate(-50%, 31%);
  transform: translate(-50%, 31%);
}
.form-box-bth {
  width: 29%;
}
.pervy .form-bth {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}
.wpcf7-form-control.wpcf7-submit.form-bth {
  font-size: 18px;
}
.header-menu-btn {
  display: none;
}

.pervy-mobail,
.header-menu {
  display: none;
}
.header-menu .header-menu-box {
  transform: translateX(1000%);
  position: fixed;
  transition: 0.3s;
}
.header-menu.active .header-menu-box {
  transform: translateX(0%);
  left: 0;
  top: 77.7px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 15px;
  z-index: 1000;
  transition: 0.3s;
}
.popup.supernova.active .wpcf7-response-output {
  position: absolute;
}
.popup.supernova.active .wpcf7-form {
  width: 50%;
  padding: 30px 30px 0;
  margin-top: -283px;
}
.popup-producth-info {
  margin-bottom: 240px;
}
.form-box-title {
  width: 0;
  opacity: 0;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a {
  font-size: 0;
}
.wpml-ls-item-ru a::before {
  content: "RU";
}
.wpml-ls-item-en a::before {
  content: "EN";
}
.wpml-ls-item-en a::before,
.wpml-ls-item-ru a::before {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  color: #000;
}
.wpml-ls-current-language a::before {
  text-decoration-line: underline !important;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.language-box {
  display: flex;
  flex-flow: column;
  width: 40px;
  align-items: center;
  position: fixed;
  z-index: 1000;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.language-box-img {
  transform: rotate(90deg);
}
.wpml-ls-statics-shortcode_actions::before {
  content: "";
  width: 3px;
  height: 53px;
  background-color: #000;
  display: block;
  text-align: center;
  margin: 15px auto;
}
.contact-info a:hover {
  text-decoration-line: underline;
}
.product {
  background-repeat: no-repeat;
  }
  .consectetur {
    margin-bottom: 50px;
}
.consectetur-box {
  overflow: hidden;
  position: relative;
}
.form-bth {
  -webkit-appearance: none;

}
.header-logo img {
    width: 276px;
}
@media (max-width: 767px) {
  .language-box {
    opacity: 0;
    transform: translateY(1000%);
  }
  .language-box.mob {
    opacity: 1;
    transform: translateY(0%);
    position: static;
    flex-flow: unset;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
  }
  .language-box.mob .wpml-ls-legacy-list-horizontal ul {
    flex-flow: unset;
  }
  .wpml-ls-statics-shortcode_actions {
    display: flex;
    align-items: center;
  }
  .wpml-ls-statics-shortcode_actions::before {
    display: none;
  }
  .wpml-ls-statics-shortcode_actions::after {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #000;
    display: block;
    text-align: center;
    margin: 0 15px;
  }
  .language-box-img {
    order: 2;
  }
  .header-menu-box {
    background-image: url(/wp-content/uploads/2021/09/menu-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contacts {
    padding: 10px;
  }
  .footer {
    margin-top: 0;
  }
  .header-menu.active .header-menu-btn span:nth-child(1) {
    transform: rotate(45deg) scale(1);
  }
  .header-menu.active .header-menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .header-menu.active .header-menu-btn span:nth-child(3) {
    transform: rotate(-45deg) scale(1);
  }
  .header-menu-btn span {
    transition: all 0.5s;
  }
  .header,
  .pervy-mobail,
  .product,
  .advantages,
  .works,
  .certificates,
  .dolor,
  .contacts,
  .footer {
    position: relative !important;
    overflow: hidden;
  }
  .pervy-mobail .parvy-bottom-left {
    max-width: 100%;
  }
  .header-conatct {
    display: none;
  }
  .pervy-mobail,
  .header-menu {
    display: block;
  }
  .header-menu-box {
    overflow-y: scroll;
  }
  .header-logo img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    width: 50%;
  }
  .header-menu-btn {
    display: block;
    position: relative;
    width: 27px;
    height: 20px;
  }
  .header-menu-btn span {
    width: 27px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0;
    transform-origin: 0px;
  }
  .header-menu-btn span:nth-child(1) {
    top: 0%;
  }
  .header-menu-btn span:nth-child(2) {
    top: 50%;
  }
  .header-menu-btn span:nth-child(3) {
    top: 100%;
  }
  .header-logo img {
    width: 173px !important;
  }
  .pervy-top {
    background-size: contain;
    background-position: top;
    height: auto;
  }
  .pervy-top .container::before {
    position: absolute;
    left: -10%;
  }
  .pervy-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    margin-left: 11%;
  }
  .bold {
    font-size: 17px;
  }
  .parvy-bottom .container {
    padding: 15px;
    background-size: cover;
    background-position: top;
    max-height: 291px;
  }

  .parvy-bottom-box-h2 {
    font-weight: 900;
    font-size: 21.1098px;
    line-height: 26px;
    margin: 0 0 50px;
  }
  .parvy-bottom-box-h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
  }
  .form-input {
    width: 100%;
  }
  .product .content {
    margin-top: 0;
  }
  .parvy-bottom-left {
    display: none;
  }
  .parvy-bottom-right {
    width: 100%;
    max-width: 100%;
  }
  .parvy-bottom .container::after {
    top: 100%;
    z-index: 1;
    width: 100%;
  }
  .parvy-bottom-right,
  .parvy-bottom-left {
    margin-bottom: 0;
  }
  .pervy-mobail .parvy-bottom-left {
    display: block;
  }
  .form-box {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
  .form-bth {
    text-align: center;
    position: absolute;
    bottom: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 !important;
    width: 150px !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .dolor-box .form-bth {
    background-color: #fff;
    color: #000;
    text-align: center;
  }
  .parvy-bottom {
    padding: 0 10px;
  }
  .pervy-mobail {
    padding: 10px;
  }
  .parvy-bottom-left {
    width: 100%;
  }
  .parvy-bottom-box-p {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
  }
  .product-title {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
  }
  .product-title span {
    font-size: 18px;
  }
  .product-item {
    width: 49%;
  }
  .product-item:hover {
    width: 49%;
    padding: 0;
    margin: 7px 0;
  }
  .product-item-title {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
  }
  .product-item-price,
  .product-item-namber,
  .product-item-metri {
    font-size: 12px;
  }
  .product-item-price {
    width: 55px;
  }
  .product-item:hover .product-item-price {
    right: 7px;
  }
  .product-item:hover .product-item-metri,
  .product-item:hover .product-item-namber {
    left: 7px;
  }
  .product-item-btn {
    font-size: 10px;
    border: 1px solid #fff;
  }
  .product-item-btn-arrow {
    width: 15px;
    height: 15px;
  }
  .product-item-img-box::before {
    height: 65px;
  }
  .product-item-arrow {
    width: 10px;
    height: 10px;
  }
  .product-item-namber {
    top: 32px;
  }
  .product-item {
    width: 49%;
    margin: 7px 0;
  }
  .consectetur {
    margin-top: 15px;
  }
  .consectetur-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
  }
  .consectetur-text {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 28px;
  }
  .consectetur-img {
    width: 100%;
  }
  .consectetur-img img {
    width: 100%;
  }
  .consectetur-real {
    font-weight: bold;
    font-size: 11.1795px;
    line-height: 14px;
    bottom: -41px;
    left: -71px;
  }
  .advantages-title {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
  }
  .advantages-item {
    width: 50%;
  }
  .advantages-item {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .advantages-icon {
    margin: 17px auto !important;
  }
  .advantages-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 auto;
  }
  .advantages-h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .advantages-p {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
  }
  .works-title {
    font-size: 18px;
    text-align: center;
  }
  .works-item {
    width: 100%;
  }
  .works-namber {
    font-weight: 200;
    font-size: 186.696px;
    line-height: 228px;
  }
  .works-h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
  }
  .works-p {
    font-weight: 300;
    font-size: 11.824px;
    line-height: 14px;
  }
  .works-real-top,
  .works-real-right {
    font-weight: bold;
    font-size: 11.0372px;
    line-height: 13px;
  }
  .works-real-right {
    top: 7px;
  }
  .certificates::before {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 62%;
    width: 232px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -147%;
  }
  .certificates-title.content {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 !important;
  }
  .certificates {
    padding-top: 10px;
    background-image: none;
  }
  .nav-link {
    font-weight: bold;
    font-size: 12.5679px;
    line-height: 15px;
  }
  .nav.nav-tabs {
    width: 100%;
    padding-left: 100px;
    margin-bottom: 15px;
  }
  .nav-item.active::before {
    content: "";
    width: 27px;
    left: -90px;
  }
  .nav-item::before {
    width: 25px;
  }
  .nav-item.active::after {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    left: -55px;
  }
  .tab-pane.fade {
    width: 138px;
  }
  .tab-pane.fade.active {
    width: 210px;
  }
  .tab-content.p-3 {
    width: 100%;
    height: 165px;
    position: relative;
    max-width: 330px;
    margin: 0 auto;
  }
  .dolor-title {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
    width: 100%;
  }
  .dolor-p {
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
  }
  .dolor-box {
    width: 90%;
  }
  .form-bth {
    padding: 9px;
    width: 100% !important;
  }
  .dolor.container {
    padding-bottom: 160px;
  }
  .contacts > div {
    flex-wrap: wrap;
  }
  .contacts-box-text {
    width: 100%;
  }
  .contacts-box-text {
    display: flex;
    flex-flow: column;
  }
  .contact-info {
    order: 1;
  }
  .contact-social {
    order: 2;
  }
  .contacts-title {
    order: 3;
  }
  .contacts-p {
    order: 4;
  }
  .contacts .wpcf7 {
    order: 5;
  }
  .contacts {
    padding-top: 10px;
  }
  .contact-tel,
  .contact-social,
  .contact-mail {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    justify-content: center;
  }
  .contacts-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .contacts-p {
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
  }
  .contact-box-map {
    width: 100%;
    margin-top: 100px;
  }
  .contact-box-map > img {
    position: absolute;
    left: -8%;
    top: -33%;
    transform: rotate(90deg);
    z-index: 1;
    width: 124%;
  }
  .contact .form-bth {
    width: auto !important;
  }
  .map {
    width: 100%;
    height: 100%;
  }
  .map img {
    width: 100%;
  }
  .map-title {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
  }
  .map-location {
    font-weight: bold;
    font-size: 13px;
    line-height: 1px !important;
  }
  .popup.active .dolor.container {
    padding-bottom: 0;
  }
  .popup > div {
    top: 87.7px;
    left: 0;
    transform: translate(0, 0%);
    max-width: 792px;
    position: absolute;
    padding: 0;
    width: 100%;
    margin-top: -9px;
    height: 100%;
  }
  .exit {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    z-index: 100;
  }
  .popup-product-right {
    opacity: 1;
    width: 100%;
  }
  .popup-product-left {
    order: 2;
    width: 100%;
  }
  .popup-product-left .form-bth {
    position: relative;
    margin-bottom: 50px !important;
  }
  .popup-product {
    background-color: #0000 !important;
  }
  .popup.supernova.active {
    background-color: #232323;
  }
  
  .popup-product .exit {
    top: 0;
    right: -12px;
  }
  .popup-product-right::before {
    height: 55%;
  }
  .popup-product .product-item-price,
  .popup-product .product-item-metri {
    font-size: 17px;
  }
  .popup-product .product-item-arrow {
    width: 20px;
    height: 20px;
  }
  .form-box-bth {
    width: 100%;
    position: relative;
  }
  .popup.supernova.active .wpcf7-form {
    width: 100% !important;
  }
  .popup.supernova.active .wpcf7-form-control.wpcf7-submit.form-bth {
    position: relative;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .nav.nav-tabs {
    padding-left: 100px;
    margin: 0 auto 15px;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pervy-text {
    font-size: 24px;
  }
  .parvy-bottom .container::after {
    display: none;
  }
  .parvy-bottom .container {
    padding: 15px;
  }
  .parvy-bottom-right,
  .parvy-bottom-left {
    width: 49%;
  }
  .parvy-bottom-box-h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
  }
  .pervy .form-bth {
    width: auto !important;
    margin: 10px auto 10px 0 !important;
  }
  .product-item {
    width: 30%;
  }
  .product-item:hover {
    width: 32%;
  }
  .consectetur-title {
    font-size: 40px;
    line-height: 47px;
  }
  .advantages-item {
    width: 50%;
    margin: 25px auto;
  }
  .works-namber {
    font-size: 161px;
  }
  .works-h3 {
    margin-bottom: 20px;
  }
  .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
  }
  .nav.nav-tabs {
    width: 50%;
    padding-left: 100px;
    margin-bottom: 15px;
  }
  .nav-item.active::before {
    content: "";
    width: 27px;
    left: -90px;
  }
  .nav-item::before {
    width: 25px;
  }
  .nav-item.active::after {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    left: -55px;
  }
  .tab-pane.fade {
    width: 200px;
  }
  .tab-pane.fade.active {
    width: 270px;
  }
  .tab-content.p-3 {
    width: 100%;
    height: 250px;
    position: relative;
    max-width: 330px;
    margin: 0 auto;
  }
  .contacts > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts-box-text {
    width: 71%;
    margin: 0 auto;
  }
  .contact-box-map {
    width: 77%;
    margin: 30px auto;
  }
  .certificates::before {
    -webkit-transform: translate(-50%, 9%);
    transform: translate(-50%, 9%);
  }
  .header-tel {
    padding: 0 15px;
    font-size: 17px;
  }
}
@media (min-width: 1000px) and (max-width: 1410px) {
  section {
    margin-right: 70px !important;
  }
  .parvy-bottom-right,
  .parvy-bottom-left {
    width: 49%;
  }
  .parvy-bottom-box-h2 {
    margin-top: 91px;
  }
}
@media (min-width: 1101px) and (max-width: 1245px) {
  .works-title {
    margin-top: 50px;
  }
  .container {
    padding: 30px !important;
  }
  .parvy-bottom-right,
  .parvy-bottom-left {
    width: 48%;
  }
  .parvy-bottom-box-h2 {
    font-size: 35px;
    line-height: 48px;
    margin-top: 154px;
  }
  .form-bth {
    margin: 0 !important;
  }
  .forma-contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.map iframe {
  width: 100%;
  height: 446px;
}
.place-card.place-card-medium {
  display: none;
}
@media (min-width: 767px) {
    .product-item-img {
        min-height: 242px;
    }
  .consectetur-title::before {
    content: "";
    display: block;
    width: 113px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -15%;
  }
  .advantages-title::before {
    content: "";
    display: block;
    width: 113px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -15%;
  }
  .works-title::before {
    content: "";
    display: block;
    width: 73px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -11%;
  }
  .works-title {
    position: relative;
  }
  .product-title::before {
    content: "";
    display: block;
    width: 113px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -15%;
  }
  .product-title::after {
    content: "";
    display: block;
    width: 71px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -11%;
  }
}

/*# sourceMappingURL=main.css.map */
body.active {
  overflow: hidden;
}
body {
  margin-top: -10px;
}
.header .container {
  padding-top: 10px;
}
input::-webkit-input-placeholder, input::placeholder {
    color: #fff;
    opacity: 1;
}
.form-box::before {
    z-index: 1;
}
.form-input {
    background: rgba(0, 0, 0, 0.58);
}
.header_fixed {
  position: fixed !important;
  left: 0;
  top: 0;
	width: 100%;
}
.header-tel-mob {
  display: none;
}
@media (max-width: 767px) {
  .header-tel-mob {
    margin-left: auto;
    margin-right: 25px;
    margin-top: 5px;
    display: block;
  }
  .header-tel-mob svg {
    width: 25px;
    height: 25px;
  }
  .header-tel-mob-box {
    position: fixed;
    right: 0;
    display: flex;
    flex-flow: column;
    z-index: 50000;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: .3s;
  }
  .header-tel-mob.active .header-tel-mob-box {
    padding: 10px;
    height: auto;
  }
  .header-tel-mob-box a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }
}