* {
  padding: 0;
  margin: 0;
  border: 0;
}

html,
body {
  width: 100%;
  font-size: 100%;
  font-family: arial, serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  line-height: 1.2;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul[class],
ol[class] {
  list-style: none;
}

ul li {
  list-style: none;
}

ul[class],
ol[class] {
  padding: 0;
}

img {
  vertical-align: top;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
.page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

.title, .popup__title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #9e0a34;
}

.subtitle-link {
  color: #9e0a34;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #faf7f7;
}

.menu {
  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;
  height: 110px;
  position: relative;
  z-index: 1;
}

.menu__logo {
  max-width: 100%;
}

.menu__title {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu__title-color {
  color: #9e0a34;
}

.menu__subtitle {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  margin: 3px 0px 0px 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__phone-icon {
  max-width: 25px;
  margin: 0px 10px 0px 0px;
}

.menu__phone-namber {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu__phone-namber-link {
  color: #000000;
}
.menu__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__icons-telegram {
  max-width: 25px;
  margin: 0px 10px 0px 0px;
}

.menu__icons-whatsapp {
  max-width: 25px;
}

.menu__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__mail-icon {
  max-width: 25px;
  margin: 0px 10px 0px 0px;
}

.menu__mail-adress {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu__mail-adress-link {
  color: #000000;
}

.menu__buttom-call-link {
  display: block;
  background-color: #9e0a34;
  font-family: "Arial", sans-serif;
  padding: 11px 14px 11px 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumbs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 0px 0px 0px;
}

.breadcrumbs__nav-main {
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px 20px 0px 0px;
}

.breadcrumbs__nav-main::after {
  content: "";
  top: 4px;
  left: 72px;
  background: url(../img/icon_10.svg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
}

.breadcrumbs__nav-main-link:visited {
  color: black;
}

.breadcrumbs__nav-fire-calculation {
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.service__content {
  padding: 120px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__menu {
  background-color: #9e0a34;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}

.service__menu-title {
  font-family: "Arial", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 0px 15px 20px;
}

.service__menu-list li {
  position: relative;
  padding: 0px 0px 15px 20px;
}

.service__menu-link {
  font-family: "Arial", sans-serif;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}

.service__menu-list-doc-icon::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 4px;
  background: url(../img/icon_11.svg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
}

.service__menu-list-dop-icon::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 130px;
  background: url(../img/icon_11.svg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
}

.service__menu-sublink {
  width: 255px;
  display: none;
  position: absolute;
  margin: -36px 0px 0px 366px;
}

.service__menu-sublink-too {
  width: 375px;
}

.service__menu-sublink li a {
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.service__menu-sublink li {
  padding: 10px;
  margin: 0;
}

.service__menu-sublink-too li {
  line-height: 1.3;
}

.service__menu-submenu:hover ul {
  display: block;
  background-color: #9e0a34;
}

.service__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
  background: url(../img/bg.jpg) 0 0/cover no-repeat;
}

.service__image-title {
  font-family: "Arial", sans-serif;
  font-size: 30px;
  color: #9e0a34;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
  padding: 15px 0px 15px 0px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0px 75px 0px;
  position: relative;
}

.news__subtitle {
  position: absolute;
  top: 5px;
  right: 0;
}

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

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.news__item-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
}

.news__item-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0px 0px 30px 0px;
}

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

.news__item-date {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(137, 137, 137, 0.8);
}

.news__item-detail {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.news__item-detail-link {
  color: #9e0a34;
}

.projects__header {
  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: 80px 0px 75px 0px;
  position: relative;
}

.projects__subtitle {
  position: absolute;
  top: 5px;
  right: 0;
}

.projects__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects__first-cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.projects__first-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects__first-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.projects__first-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #9e0a34;
  margin: 0px 0px 20px 0px;
}

.projects__first-subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.projects__first-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.projects__second-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px 0px 0px;
}

.projects__second {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}

.projects__second-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects__second-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #9e0a34;
  margin: 30px 0px 20px 0px;
}

.projects__second-subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.projects__second-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.projects__third {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}

.projects__third-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects__third-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #9e0a34;
  margin: 30px 0px 20px 0px;
}

.projects__third-subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.projects__third-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.license__header {
  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: 80px 0px 75px 0px;
}

.slider__imgzoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}


.reviews__header {
  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: 80px 0px 75px 0px;
}

.reviews__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 80px;
}

.reviews__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  }

.reviews__img:hover {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  z-index: 40;
}

.call {
  background: url(../img/call_2.jpg) 0 0/cover no-repeat;
  height: 500px;
}

.call__fild {
  position: relative;
}

.call__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50%;
  position: absolute;
  right: 80px;
}

.call__form-title {
  margin: 0px 0px 30px 0px;
  padding: 70px 0px 0px 0px;
}

.call__form-subtitle {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px 0px 40px 0px;
}

.call__form-name {
  margin: 0px 0px 20px 0px;
  max-width: 70%;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 12px 13px 12px;
}

.call__form-name::-webkit-input-placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-name:-ms-input-placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-name::-ms-input-placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-name::placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-phone {
  margin: 0px 0px 20px 0px;
  max-width: 70%;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 12px 13px 12px;
}

.call__form-phone::-webkit-input-placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-phone:-ms-input-placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-phone::-ms-input-placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-phone::placeholder {
  background: url(../img/icon_6.svg) 365px 2px no-repeat;
}

.call__form-button {
  display: inline-block;
  background-color: #9e0a34;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px 13px 45px;
  max-width: 50%;
}

.call__personal {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 9px;
  text-transform: uppercase;
  color: rgba(137, 137, 137, 0.8);
  max-width: 70%;
  margin: 10px 0px 0px 0px;
  line-height: 1.4;
}

.call__personal-link {
  color: rgba(137, 137, 137, 0.8);
}

.instagram__header {
  margin: 80px 0px 75px 0px;
}

.instagram__title {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

.instagram__content {
  margin: 0px 0px 80px 0px;
}

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

.instagram-video {
  flex: 0 1 33%;
}


.footer {
  background-color: #9e0a34;
  margin-top: auto;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-between;
  padding: 25px 0px 0px 0px;
}

.footer__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__about-logo {
  max-width: 100%;
}

.footer__about-description {
  margin: 0px 0px 0px 20px;
}

.footer__about-title {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 0px 7px 0px;
}

.footer__about-subtitle {
  font-family: "Arial", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 0px 20px 0px;
}

.footer__about-text a {
  font-family: "Arial", sans-serif;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__adress-text {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.4;
}

.footer__social-text {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
}

.footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social-whatsapp {
  padding: 0px 8px 0px 8px;
}
.footer__social-instagram {
  margin: 0px 0px 0px 10px;
}
.footer__copyritgh {
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.fire-calculation {
  padding: 20px 0px 0px 0px;
}

.fire-calculation__title {
  text-align: center;
  margin: 45px 0px 80px 0px;
}

.fire-calculation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 80px 0px;
}

.fire-calculation__content-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 0px 60px 0px 0px;
}

.fire-calculation__content-text-title {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px 0px 106px 0px;
  line-height: 1.4;
}

.fire-calculation__content-text-subtitle {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(137, 137, 137, 0.8);
  border-top: 1px solid rgba(137, 137, 137, 0.8);
  padding: 10px 0px 0px 0px;
  text-transform: uppercase;
}

.fire-calculation__content-video {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.fire-calculation__descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fire-calculation__descriptions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5e5e5;
  margin: 0px 0px 20px 0px;
}

.fire-calculation__descriptions-content:nth-child(6) {
  margin: 0px 0px 40px 0px;
}

.fire-calculation__descriptions-title {
  margin: 0px 0px 40px 0px;
  text-align: center;
}

.fire-calculation__descriptions-icon {
  margin: 0px 30px 0px 30px;
}

.fire-calculation__descriptions-title-img {
  max-width: 50px;
}

.fire-calculation__descriptions-subtitle {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 25px 25px 25px 0px;
}

.fire-calculation__prise {
  margin: 100px 0px 0px 0px;
}

.fire-calculation__prise-title {
  text-align: center;
  margin: 0px 0px 70px 0px;
}

.fire-calculation__prise-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 100px 0px;
}

.fire-calculation__prise-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.fire-calculation__prise-item-icon {
  margin: 0px 0px 50px 0px;
}

.fire-calculation__prise-item-title {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #9e0a34;
  text-transform: uppercase;
  margin: 0px 0px 35px 0px;
}

.fire-calculation__prise-item-subtitle {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}

.fire-calculation__prise-item-botton {
  display: inline-block;
  margin: 15px 0px 40px 0px;
  background-color: #9e0a34;
  font-family: "Arial", sans-serif;
  padding: 15px 35px 15px 35px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

#button-up {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#button-up:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-fade {
  display: none;
 }

.popup-fade:before {
  content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
  opacity: 0.5;
   z-index: 9999;
  }
.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 30%;
  left: 50%;
  padding: 50px 20px 50px 20px;
  width: 360px;
  margin-left: -200px;
  background-color: #9e0a34;
  z-index: 99999;
}

.popup__logo {
  width: 80px;
  height: 80px;
}

.popup__title {
  margin: 30px 0px 30px 0px;
  color: #ffffff;
}

.popup__subtitle {
  text-align: center;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
  color: #ffffff;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
