@charset "UTF-8";
/*! 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Montseratt";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  src: url("../fonts/Montserrat-VariableFont_wght.woff") format("woff");
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Haettenschweiler";
  src: url("../fonts/HATTEN.woff2") format("woff2");
  src: url("../fonts/HATTEN.woff") format("woff");
  src: url("../fonts/HATTEN.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans.ttf") format("truetype");
}
html {
  font-family: "OpenSans";
}

body {
  overflow-x: hidden;
}

.wrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

h2 {
  font-weight: 500;
}

.header {
  background-color: #656565;
}
.header .menu {
  position: absolute;
  top: 50px;
  z-index: 5;
  width: 1280px;
}
.header .menu ul {
  display: flex;
  list-style: none;
  color: #fff;
  background-color: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-between;
  margin: 0;
  align-items: center;
}
.header .menu ul li a {
  color: #fff;
  text-decoration: none;
}
.header .menu ul li .number {
  font-size: 18px;
  font-weight: 700;
}
.header .main_photo {
  background-color: #656565;
  background-size: cover;
  position: relative;
  z-index: 3;
  height: 1100px;
}
.header .main_photo .main_header {
  padding-top: 100px;
  width: 500px;
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 50px;
  padding-bottom: 50px;
  background-color: #656565;
  position: absolute;
  top: 200px;
  left: 0px;
}
.header .main_photo .main_header a {
  background-color: #FFC16C;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
  width: 180px;
  text-align: center;
  justify-content: center;
  height: 30px;
  align-items: center;
  margin-top: 40px;
  transition: all ease 0.5s;
}
.header .main_photo .main_header a:hover {
  background-color: #000;
  color: #FFC16C;
  transition: all ease 0.5s;
}
.header .main_photo .main__img {
  width: 600px;
  height: 750px;
  position: relative;
  top: 200px;
  left: 680px;
  background-image: url("/img/stock-photo-workman-in-overalls-installing-or-adjusting-plastic-windows-in-the-living-room-at-home-2491502889.jpg");
}
.header .main_photo .main__img::before {
  position: absolute;
  background-image: url("/img/play.png");
  background-color: #fff;
  border-radius: 100px;
  opacity: 0.5;
  background-repeat: no-repeat;
  top: 300px;
  right: 250px;
  width: 100px;
  height: 100px;
  content: "";
  cursor: pointer;
  transition: all ease 0.5s;
}
.header .main_photo .main__img:hover::before {
  opacity: 1;
  transition: all ease 0.5s;
  transform: scale(1.2);
}
.header .main_photo .services {
  top: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1280px;
}
.header .main_photo .services .service__item {
  width: 200px;
  height: 70px;
  background-color: #656565;
  padding: 10px 30px;
  display: flex;
  position: relative;
}
.header .main_photo .services .service__item svg {
  height: 70px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
.header .main_photo .services .service__item p {
  text-align: left;
  font-size: 13px;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.header .main_photo .services .service__item p span {
  color: #FFC16C;
}
.header .main_photo .services .service__item::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 30px;
  left: 0px;
  top: 0px;
  border-top: 8px solid rgba(205, 205, 205, 0.1);
  border-left: 8px solid rgba(205, 205, 205, 0.1);
}
.header h1 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  width: 500px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.header h1 span {
  color: #FFC16C;
}
.header h1:before {
  content: "";
  position: absolute;
  width: 490px;
  height: 187px;
  left: -45px;
  top: -35px;
  border-top: 16px solid rgba(205, 205, 205, 0.1);
  border-left: 16px solid rgba(205, 205, 205, 0.1);
}
.header h2 {
  font-size: 32px;
  color: #fff;
  width: 500px;
  font-weight: 300;
}

.services h2 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
.services h2 span {
  color: #FFC16C;
}
.services .services_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 50px;
}
.services .services_main .services_item {
  background-image: url("/img/services/1_cr_mod.jpg");
  width: 350px;
  height: 200px;
  margin-bottom: 50px;
  position: relative;
}
.services .services_main .services_item h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.services .services_main .services_item p {
  color: #fff;
  padding-left: 30px;
}
.services .services_main .services_item .order {
  color: #000;
  background-color: #FFC16C;
  text-decoration: none;
  display: block;
  width: 150px;
  text-align: center;
  padding: 8px 10px;
  margin-top: 60px;
  justify-content: end;
  margin-left: 30px;
  transition: all ease 0.5s;
  position: absolute;
  bottom: 20px;
}
.services .services_main .services_item .order:hover {
  background-color: #000;
  color: #FFC16C;
  transition: all ease 0.5s;
}

.hidden {
  opacity: 0;
  transition: all ease 0.8s;
}

.active {
  opacity: 1 !important;
  transition: all ease 0.8s;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgb(205, 205, 205);
  text-align: center;
  border: 10px solid #FFC16C;
  outline: 10px solid #656565;
  box-sizing: border-box;
}
.about h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  background-color: #656565;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.about h2 span {
  color: #FFC16C;
}
.about .about_txt {
  color: #FFC16C;
  display: inline-block;
  background-color: #656565;
  padding: 10px 10px;
  font-size: 20px;
  margin: 0 0 10px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.about ul {
  padding: 0;
  list-style: none;
}
.about ul li {
  margin: 10px auto;
  padding: 10px 5px;
  position: relative;
  color: #fff;
  width: 500px;
  background-color: #656565;
}
.about .advantages {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.about .advantages .advantage_item {
  width: 200px;
  height: 70px;
  background-color: #656565;
  padding: 30px 20px;
  position: relative;
}
.about .advantages .advantage_item h3 {
  color: #FFC16C;
  margin: 0;
  font-size: 24px;
}
.about .advantages .advantage_item p {
  color: #fff;
  font-weight: 600;
}
.about .advantages .advantage_item::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 50px;
  left: 0px;
  top: 0px;
  border-top: 10px solid rgba(205, 205, 205, 0.1);
  border-left: 10px solid rgba(205, 205, 205, 0.1);
}

.form {
  background-image: url("/img/window.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #656565;
  text-align: center;
  color: #fff;
  padding-bottom: 100px;
}
.form h2 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: left;
}
.form p {
  text-align: left;
}
.form p a {
  color: #FFC16C;
}
.form form {
  display: flex;
  flex-direction: column;
  width: 600px;
  margin-left: 0;
  margin-right: auto;
}
.form form input {
  margin-bottom: 20px;
}
.form form .check {
  display: flex;
}
.form form .check input {
  margin-right: 10px;
}
.form form button {
  background-color: #FFC16C;
  color: #000;
  padding: 10px;
  border: 0;
  transition: all ease 0.5s;
  cursor: pointer;
}
.form form button:hover {
  background-color: #000;
  color: #FFC16C;
  transition: all ease 0.5s;
}

.slider {
  padding-bottom: 80px;
}
.slider h2 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
.slider h2 span {
  color: #FFC16C;
}
.slider .slick-slide {
  margin: 0 20px;
  width: 300px !important;
}
.slider .slick-track {
  display: flex;
  gap: 25px;
}

.video-rewiew {
  text-align: center;
  background-color: rgb(205, 205, 205);
  padding-top: 80px;
  padding-bottom: 80px;
}
.video-rewiew h2 {
  font-size: 36px;
  color: #fff;
  background-color: #656565;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.video {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  border: 2px solid #656565;
  background-color: #656565;
}
.video video {
  width: 400px;
}
.video .video_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  max-width: 400px;
  background-color: #656565;
  padding: 0 50px;
}
.video .video_text h3 {
  color: #FFC16C;
  font-size: 36px;
}
.video .video_text p {
  color: #fff;
  font-weight: 300;
}
.video .video_text .strong {
  font-weight: 600;
  font-size: 20px;
}

.video-rewiew:before {
  content: "";
  position: absolute;
  width: 360px;
  height: 150px;
  left: 0px;
  top: 0px;
  border-top: 30px solid #656565;
  border-left: 30px solid #656565;
}

.slick-prev {
  width: 50px !important;
  height: 50px !important;
  left: 50px !important;
  z-index: 50;
}

.slick-next {
  width: 50px !important;
  height: 50px !important;
  right: 50px !important;
}

.slick-prev::before {
  color: #FFC16C !important;
  font-size: 32px !important;
}

.slick-next::before {
  color: #FFC16C !important;
  font-size: 32px !important;
}

.sale h2 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
.sale h2 span {
  color: #FFC16C;
}
.sale .sales_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sale .sales_content .sale_item-text .date {
  font-weight: 300;
  color: #656565;
}
.sale .sales_content .sale_item-text h4 {
  font-size: 20px;
}
.sale .sale_btn {
  background-color: #FFC16C;
  color: #000;
  text-decoration: none;
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px 0;
  margin-top: 80px;
  margin-bottom: 80px;
  transition: all ease 0.5s;
  cursor: pointer;
}
.sale .sale_btn:hover {
  background-color: #000;
  color: #FFC16C;
  transition: all ease 0.5s;
}

.faq {
  background-color: #656565;
}
.faq h2 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 80px;
  text-align: center;
  padding-bottom: 80px;
  margin-top: 0;
  color: #fff;
}
.faq h2 span {
  color: #FFC16C;
}
.faq .faq_qua {
  min-height: 90px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
}
.faq .faq_qua .faq_item {
  width: calc(100% - 60px);
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.faq .faq_qua .question {
  font-size: 24px;
  line-height: 1.35;
  width: calc(100% - 30px);
}
.faq .faq_qua .icon {
  width: 30px;
  height: 30px;
  position: relative;
  transition: all ease 0.5s;
}
.faq .faq_qua .icon::before, .faq .faq_qua .icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.faq .faq_qua .icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq .faq_qua .answer_body {
  color: #FFC16C;
  height: 0;
  opacity: 0;
  transition: all ease 0.5s;
}

.rotate {
  transform: rotate(45deg) !important;
  transition: all ease 0.5s;
}

.ans {
  height: 50px;
  padding: 20px 0;
  opacity: 1 !important;
  transition: all ease 0.5s;
}

.form_bottom {
  background-color: rgb(205, 205, 205) !important;
  background-position: right;
  background-size: contain;
  background-image: url("/img/girl_cr.jpg");
  padding-top: 80px;
}
.form_bottom .form_flex {
  display: flex;
}
.form_bottom .form_flex .form_text {
  width: 500px;
}
.form_bottom .form_flex .form_text h2 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.form_bottom .form_flex .form_text ul {
  text-align: left;
  color: #000;
  font-size: 18px;
  list-style: none;
  padding-left: 50px;
}
.form_bottom .form_flex .form_text ul li {
  position: relative;
  margin-bottom: 30px;
}
.form_bottom .form_flex .form_text ul li::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -15px; /* ← смещение вниз */
  width: 40px;
  height: 40px;
  background: url("/img/li.png") no-repeat center/contain;
}
.form_bottom .form_main {
  background-color: #232323;
  width: 400px;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 50px;
}
.form_bottom .form_main form {
  width: 400px;
}
.form_bottom .form_main form p {
  font-size: 14px;
}
.form_bottom .form_main form button {
  margin-bottom: 20px;
}

.partners {
  padding-bottom: 80px;
}
.partners h2 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
.partners h2 span {
  color: #FFC16C;
}
.partners .partners_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
}
.partners .partners_flex img {
  width: auto;
  height: 110px;
}

.map {
  position: relative;
}
.map .contacts {
  position: absolute;
  top: 0;
  display: block;
  background-color: #656565;
  width: 500px;
  padding: 50px;
  right: 200px;
  top: 50px;
}
.map .contacts h2 {
  color: #FFC16C;
}
.map .contacts h4 {
  color: #FFC16C;
}
.map .contacts p {
  color: #fff;
}
.map .contacts .contacts_item {
  display: flex;
}
.map .contacts .contacts_item img {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  margin-right: 50px;
  background-color: #FFC16C;
  padding: 10px;
  border-radius: 10px;
}
.map .contacts .contacts_item:nth-child(3) img {
  padding: 5 10px 15px 10px;
}

footer {
  background-color: #656565;
  margin: 0;
  padding: 20px 0;
}
footer p {
  text-align: center;
  color: #fff;
}

.up {
  display: block;
  bottom: 20px;
  z-index: 100;
  background-color: #FFC16C;
  width: 20px;
  padding: 13px 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border-radius: 20px;
}
.up svg {
  height: 20px;
}

.order-block {
  position: fixed;
  width: 100%;
  height: 100%;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 49;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.popup__body {
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 2000;
  top: 0px;
  left: 0px;
  max-width: 100%;
}
.popup__body p {
  text-align: center;
  font-size: 14px;
}
.popup__body button {
  background: #FFC16C;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}

.popup__content {
  top: 250px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  height: 200px;
  overflow: hidden;
  color: #000;
  width: 500px;
  padding: 30px !important;
  position: relative;
  opacity: 0;
  border-radius: 20px;
  padding: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  padding-bottom: 150px !important;
}
.popup__content h3 {
  text-align: center;
  position: static;
}
.popup__content form {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.popup__content form button {
  margin-top: 20px;
}

.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

.active {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all ease 0.5s;
}

.popup_p {
  display: none;
}

.popup_service {
  display: none;
}/*# sourceMappingURL=styles.css.map */