@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.eot");
  src: url("../fonts/Metropolis-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Metropolis-Regular.woff2") format("woff2"),
    url("../fonts/Metropolis-Regular.woff") format("woff"),
    url("../fonts/Metropolis-Regular.ttf") format("truetype"),
    url("../fonts/Metropolis-Regular.svg#Metropolis") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.eot");
  src: url("../fonts/Metropolis-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Metropolis-Medium.woff2") format("woff2"),
    url("../fonts/Metropolis-Medium.woff") format("woff"),
    url("../fonts/Metropolis-Medium.ttf") format("truetype"),
    url("../fonts/Metropolis-Medium.svg#Metropolis") format("svg");
  font-weight: 500;
  font-style: normal;
}

:root {
  --main-h2-color: #c29e6b;
  --background-color: #444444;
}
.fix-tel {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(30, 45, 68, 0.33);
  box-shadow: 0px 4px 17px 0px rgba(30, 45, 68, 0.33);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: red;
  border: 1px solid #cecece;
  z-index: 10000000;
  -webkit-animation: hoverWave linear 1.5s infinite;
  animation: hoverWave linear 1.5s infinite;
}
@-webkit-keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 0 rgba(255, 0, 0, 0.2), 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 0 rgba(255, 0, 0, 0.2),
      0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 5px rgba(255, 0, 0, 0.2), 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 5px rgba(255, 0, 0, 0.2),
      0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 30px rgba(255, 0, 0, 0), 0 0 0 16.7px rgba(255, 0, 0, 0.067);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 30px rgba(255, 0, 0, 0),
      0 0 0 16.7px rgba(255, 0, 0, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 20px rgba(255, 0, 0, 0), 0 0 0 30px rgba(255, 0, 0, 0.01);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 20px rgba(255, 0, 0, 0),
      0 0 0 30px rgba(255, 0, 0, 0.01);
  }
}

@keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 0 rgba(255, 0, 0, 0.2), 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 0 rgba(255, 0, 0, 0.2),
      0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 5px rgba(255, 0, 0, 0.2), 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 5px rgba(255, 0, 0, 0.2),
      0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 30px rgba(255, 0, 0, 0), 0 0 0 16.7px rgba(255, 0, 0, 0.067);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 30px rgba(255, 0, 0, 0),
      0 0 0 16.7px rgba(255, 0, 0, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3),
      0 0 0 20px rgba(255, 0, 0, 0), 0 0 0 30px rgba(255, 0, 0, 0.01);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 20px rgba(255, 0, 0, 0),
      0 0 0 30px rgba(255, 0, 0, 0.01);
  }
}

.accordion {
  margin-bottom: 30px;
  color: #000000;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/*-*/
.accordion.active .head {
  color: var(--main-h2-color);
}

.accordion.active .head::after {
  -webkit-transform: rotateX(-180deg) translateY(50%);
  transform: rotateX(-180deg) translateY(50%);
}

.accordion .head {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.accordion .head:hover {
  color: var(--main-h2-color);
}

.accordion .head::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/icon-chevron-down.svg") center no-repeat;
  background-size: cover;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.accordion .content {
  padding: 10px 0;
  display: none;
}

.btn,
button:not(.carousel__button, #cookies button, .fancybox__container button) {
  background: var(--main-h2-color);
  border-radius: 0;
  padding: 25px 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  min-width: 263px;
}

.btn:hover,
button:not(.carousel__button):hover {
  opacity: 0.9;
}

.btn.secondary,
button:not(.carousel__button).secondary {
  background: #ffffff;
  color: #000000;
}

.btn.secondary:hover,
.btn.secondary:active,
.btn.secondary:focus,
button:not(.carousel__button).secondary:hover,
button:not(.carousel__button).secondary:active,
button:not(.carousel__button).secondary:focus {
  color: rgba(0, 0, 0, 0.5);
}

.btn.secondary:active,
.btn.secondary:focus,
button:not(.carousel__button).secondary:active,
button:not(.carousel__button).secondary:focus {
  background-color: #d8d8d8;
}

.btn.tertiary,
button:not(.carousel__button).tertiary {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #000000;
}

.btn.tertiary.light,
button:not(.carousel__button).tertiary.light {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.tertiary.light:hover,
button:not(.carousel__button).tertiary.light:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn.tertiary.light:active,
.btn.tertiary.light:focus,
button:not(.carousel__button).tertiary.light:active,
button:not(.carousel__button).tertiary.light:focus {
  color: rgba(0, 0, 0, 0.5);
}

.btn.tertiary:hover,
button:not(.carousel__button).tertiary:hover {
  color: #ffffff;
  background-color: var(--main-h2-color);
  border-color: transparent;
}

.btn.tertiary:active,
.btn.tertiary:focus,
button:not(.carousel__button).tertiary:active,
button:not(.carousel__button).tertiary:focus {
  color: rgba(255, 255, 255, 0.5);
}

.dropdown {
  position: relative;
}

.dropdown .selected {
  cursor: pointer;
}

.dropdown:hover .content {
  display: block;
}

.dropdown .content {
  display: none;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 140px;
}

.dropdown .content .menu-item {
  display: block;
  padding: 12px 16px;
}

.dropdown .content .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown .content a {
  text-decoration: none;
}

.lang {
  font-size: 14px;
}

.lang .selected {
  position: relative;
  padding-left: 15px;
}

.lang .selected::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  left: 0;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-radio input {
  display: none;
}

.custom-radio span {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  padding: 12px 26px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radio input:checked + span {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.menu {
  display: none;
  position: relative;
  font-size: 13px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
    position: relative;
    padding: 2px 15px 0 0;
    background-color: transparent;
    color: #000000;
  }
  .menu span {
    width: 18px;
    height: 2px;
    top: 2px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: var(--main-h2-color);
  }
  .menu span:nth-child(2) {
    top: 7px;
  }
  .menu span:nth-child(3) {
    top: 12px;
  }
}

.pagination {
  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;
  gap: 16px;
  color: #000000;
  margin: 60px auto 0;
}

.pagination .prev,
.pagination .next {
  padding: 12px;
  min-width: 95px;
  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;
  border: 1px solid #e4e4e4;
  gap: 8px;
}

.pagination .prev::before,
.pagination .prev::after,
.pagination .next::before,
.pagination .next::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon-chevron-down.svg");
}

.pagination .prev::after {
  display: none;
}

.pagination .prev::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination .next::before {
  display: none;
}

.pagination .next::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pagination a,
.pagination span {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination a:hover,
.pagination span:hover {
  color: var(--main-h2-color);
}

.pagination a.current,
.pagination span.current {
  color: var(--main-h2-color);
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal .close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 0;
}

.modal .close::before,
.modal .close::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--main-h2-color);
  width: 14px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 2px;
}

.modal .close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-inner {
  max-height: 90vh;
  overflow-y: auto;
  background-color: #ffffff;
  padding: 30px 27px;
  position: relative;
}

.modal.form-modal .modal-inner {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal.form-modal .modal-inner h2 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 40px;
  color: var(--main-h2-color);
}

.modal.form-modal .modal-inner h2 + p {
  max-width: 328px;
  margin: 0 auto;
  text-align: center;
  color: #000000;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  min-width: 206px;
}

@media screen and (max-width: 768px) {
  .select {
    min-width: 0;
  }
}

.select label {
  margin-bottom: 6px;
  font-weight: 600;
  display: block;
}

.select .value {
  width: 100%;
  padding: 27px 50px 30px 20px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 905px) {
  .select .value {
    height: 89px;
  }
}
@media screen and (max-width: 768px) {
  .select .value {
    height: 100%;
  }
}
.select .value:hover {
  color: var(--main-h2-color);
}

.select .value::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.select.error .value,
.select.error:hover .value {
  color: #ee4848;
}

.select.active .value::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  max-height: 333px;
  overflow: auto;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  list-style: none;
  top: 100%;
  margin: 0;
  padding: 0;
}

.select ul li {
  cursor: pointer;
  margin: 1px 0;
  padding: 13px 20px;
  border-top: 1px solid #e6e5e5;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.select ul li[disabled] {
  color: #898989;
}

.select ul li:not([disabled]):hover {
  color: var(--main-h2-color);
}

.select.active ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* .rating {
  width: 150px;
  height: 18px;
  position: relative;
  background: url("../img/rating-empty.svg");
} */

/* .rating::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff url("../img/rating-full.svg") left no-repeat;
} */

.rating.rate-1::before {
  width: 30px;
}

/* .rating.rate-2::before {
  width: 60px;
}

.rating.rate-3::before {
  width: 90px;
}

.rating.rate-4::before {
  width: 120px;
}

.rating.rate-5::before {
  width: 100%;
} */
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Metropolis", sans-serif;
  color: #898989;
  font-size: 15px;
  scroll-behavior: smooth;
  background-color: #ffffff;
}
html {
  overflow-x: hidden;
}
html.lock {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000000;
  margin: 30px 0;
}

.container h2 {
  margin-top: 0;
  text-transform: uppercase;
  color: var(--main-h2-color);
}

h1 {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

strong,
b {
  font-weight: 600;
  color: #000000;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="datetime"],
input[type="datetime-local"],
textarea {
  background: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  padding: 27px 30px;
  line-height: 16px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #898989;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #898989;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #898989;
}

input[type="text"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #898989;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #898989;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #898989;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #898989;
}

input[type="text"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #898989;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
textarea::placeholder {
  color: #898989;
}

input[type="text"].error,
input[type="number"].error,
input[type="password"].error,
input[type="email"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="url"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
textarea.error {
  /* color: #ee4848; */
}

input[type="text"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="url"].error::-webkit-input-placeholder,
input[type="datetime"].error::-webkit-input-placeholder,
input[type="datetime-local"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error::-moz-placeholder,
input[type="number"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="url"].error::-moz-placeholder,
input[type="datetime"].error::-moz-placeholder,
input[type="datetime-local"].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="url"].error:-ms-input-placeholder,
input[type="datetime"].error:-ms-input-placeholder,
input[type="datetime-local"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error::-ms-input-placeholder,
input[type="number"].error::-ms-input-placeholder,
input[type="password"].error::-ms-input-placeholder,
input[type="email"].error::-ms-input-placeholder,
input[type="search"].error::-ms-input-placeholder,
input[type="tel"].error::-ms-input-placeholder,
input[type="url"].error::-ms-input-placeholder,
input[type="datetime"].error::-ms-input-placeholder,
input[type="datetime-local"].error::-ms-input-placeholder,
textarea.error::-ms-input-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="url"].error::-webkit-input-placeholder,
input[type="datetime"].error::-webkit-input-placeholder,
input[type="datetime-local"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error::-moz-placeholder,
input[type="number"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="url"].error::-moz-placeholder,
input[type="datetime"].error::-moz-placeholder,
input[type="datetime-local"].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="url"].error:-ms-input-placeholder,
input[type="datetime"].error:-ms-input-placeholder,
input[type="datetime-local"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error::-ms-input-placeholder,
input[type="number"].error::-ms-input-placeholder,
input[type="password"].error::-ms-input-placeholder,
input[type="email"].error::-ms-input-placeholder,
input[type="search"].error::-ms-input-placeholder,
input[type="tel"].error::-ms-input-placeholder,
input[type="url"].error::-ms-input-placeholder,
input[type="datetime"].error::-ms-input-placeholder,
input[type="datetime-local"].error::-ms-input-placeholder,
textarea.error::-ms-input-placeholder {
  /* color: #ee4848; */
}

input[type="text"].error:focus,
input[type="text"].error:active,
input[type="text"].error::placeholder,
input[type="number"].error:focus,
input[type="number"].error:active,
input[type="number"].error::placeholder,
input[type="password"].error:focus,
input[type="password"].error:active,
input[type="password"].error::placeholder,
input[type="email"].error:focus,
input[type="email"].error:active,
input[type="email"].error::placeholder,
input[type="search"].error:focus,
input[type="search"].error:active,
input[type="search"].error::placeholder,
input[type="tel"].error:focus,
input[type="tel"].error:active,
input[type="tel"].error::placeholder,
input[type="url"].error:focus,
input[type="url"].error:active,
input[type="url"].error::placeholder,
input[type="datetime"].error:focus,
input[type="datetime"].error:active,
input[type="datetime"].error::placeholder,
input[type="datetime-local"].error:focus,
input[type="datetime-local"].error:active,
input[type="datetime-local"].error::placeholder,
textarea.error:focus,
textarea.error:active,
textarea.error::placeholder {
  /* color: #ee4848; */
}

.dark-input input[type="text"],
.dark-input input[type="number"],
.dark-input input[type="password"],
.dark-input input[type="email"],
.dark-input input[type="search"],
.dark-input input[type="tel"],
.dark-input input[type="url"],
.dark-input input[type="datetime"],
.dark-input input[type="datetime-local"],
.dark-input textarea,
.dark-input .select .value,
.dark-input .select ul {
  background-color: #e6e5e5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  resize: none;
}
@keyframes fontSize {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Back {
  0% {
    background-color: red;
  }
  50% {
    background-color: rgb(110, 0, 0);
  }
  100% {
    obackground-color: red;
  }
}
.header_banner {
  background-color: red;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-animation-name: Back;
  animation-name: Back;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.header_banner p {
  margin: 0;
  text-align: center;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* -webkit-animation-name: fontSize;
  animation-name: fontSize;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse; */
}
@media screen and (max-width: 1024px) {
  .header_banner {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header_banner {
    font-size: 14px;
  }
}
#header .container,
.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
}
#footer .container {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #header .container,
  .container,
  #footer .container {
    padding: 0 24px;
  }
}

#header ul,
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header ul a,
#footer ul a {
  text-decoration: none;
}
#footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header nav ul li a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

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

a {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: inherit;
}

a:not(.item):not(.btn):not(.caption):hover {
  opacity: 0.8;
}

button,
input {
  outline: none;
  border: none;
  font-family: "Rubik", sans-serif;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

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

textarea,
input,
select {
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-family: "Rubik", sans-serif;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

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

.no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gap-xs {
  gap: 10px;
}

.gap-sm {
  gap: 20px;
}

.gap-md {
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .gap-md {
    gap: 24px;
  }
}

.gap-lg {
  gap: 40px;
}

.gap-xl {
  gap: 50px;
}

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

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-primary {
  color: var(--main-h2-color);
}

.text-dark {
  color: #000000;
}

.text-light {
  color: #ffffff;
}

.text-grey {
  color: #898989;
}

figure {
  margin: 0;
}

.swiper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  border: 1px solid var(--main-h2-color);
  border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon-arrow-right.svg") center no-repeat;
}

.swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

address {
  font-style: normal;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

@media screen and (max-width: 1024px) {
  .hide-tab {
    display: none;
  }
}

mark {
  background-color: transparent;
  color: var(--main-h2-color);
}

.table {
  overflow: auto;
}

body {
  background-color: #ffffff;
}

body.menu-active #header .nav .wrapper nav > ul li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  display: block;
}

body.menu-active .menu span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

body.menu-active .menu span:nth-child(2) {
  width: 0;
}

body.menu-active .menu span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

main {
  margin: 0 auto;
  width: 100%;
}

/* section.top .container,
section.about .container {
  max-width: 1440px;
  padding: 0;
}

@media screen and (min-width: 1441px) {
  section.about .container {
    max-width: 1200px;
  }
}
*/
@media screen and (max-width: 1024px) {
  /* section.top .container,
  section.about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.top .container .content {
    padding: 0;
  }  */

  section.about .container .content {
    text-align: center;
    padding: 0 24px 100px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#header a.tel {
  font-size: 20px;
  padding-left: 23px;
  line-height: 18px;
}

#header a.tel::before {
  width: 18px;
  height: 18px;
}

a.tel,
a.more {
  position: relative;
  font-size: 20px !important;
  color: #000000;
  text-decoration: none;
}

/* a.tel::before,
a.more::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/icon-tel.svg") center center no-repeat;
  background-size: contain;
  left: 0;
  top: -4px;
} */

a.tel.light,
a.more.light {
  color: #ffffff;
}

a.tel.light::before,
a.more.light::before {
  background-image: url("../img/icon-tel-light.svg");
}

a.tel:hover,
a.more:hover {
  color: var(--main-h2-color);
  opacity: 1;
}
@media screen and (max-width: 1150px) {
  #header a.tel {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #header a.tel {
    margin-right: 0px;
  }
}
a.more {
  padding-left: 0;
  padding-right: 33px;
  font-size: 13px;
  color: var(--main-h2-color);
}

a.more::before {
  background-image: url("../img/icon-arrow-right.svg");
  right: 0;
  left: auto;
  height: 18px;
  width: 18px;
}

#header {
  background-color: #ffffff;
  z-index: 11;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  #header.hidden {
    overflow: hidden;
  }
}

@media screen and (max-width: 579px) {
  #header.scrolled {
    /* top: -52px; */
  }
}

@media screen and (max-width: 1024px) {
  #header {
    position: sticky;
    top: 0;
  }
}

#header .logo {
}

#header .container {
  max-width: 100%;
  padding: 0;
}
.social img {
  width: 23px;
}
@media screen and (max-width: 1170px) {
  #header .container .btn {
    display: none;
  }
  #header .container .home-url {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #header .container .social {
    display: none;
  }
  #header .nav {
    padding-right: 24px;
  }
}

#header .container .nav {
  color: #000000;
}

#header a:not(.btn):hover {
  color: var(--main-h2-color);
}

#header .nav ul:not(.sub-menu) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 20px;
}

#header .nav ul:not(.sub-menu) li {
  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;
}

#header .nav ul:not(.sub-menu) li.current-menu-item > a {
  color: var(--main-h2-color);
}

#header .nav .mobile-social {
  display: none;
}

@media screen and (max-width: 768px) {
  #header .nav .mobile-social {
    display: block;
    margin-top: 30px;
  }
  #header .nav .mobile-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #header .nav {
    position: absolute;
    width: 100%;
    right: -100%;
    height: calc(100vh - 114px);
    top: 100%;
    background-color: #fff;
    overflow: auto;
    padding: 32px 16px 250px 16px;
    transition: all 0.2s ease-in;
  }
  #header .nav.menu-active {
    right: 0;
  }
  #header .nav ul:not(.sub-menu) {
    flex-direction: column;
    align-items: flex-start;
  }
  #header .nav ul:not(.sub-menu) li {
    flex-direction: column;
    align-items: flex-start;
  }
}

ul li.menu-item-has-children {
  position: relative;
  padding-right: 28px;
}

ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/icon-chevron-down.svg") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  ul li.menu-item-has-children > a::after {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 0;
  }
}

ul li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background-color: #e6e5e5;
}

@media screen and (max-width: 768px) {
  ul li.menu-item-has-children ul.sub-menu {
    position: unset;
    margin-top: 15px !important;
    background-color: #ffffff;
    display: block !important;
    width: auto;
  }
  ul li.menu-item-has-children ul.sub-menu li:not(:last-child) {
    margin-bottom: 15px;
  }
  ul li.menu-item-has-children ul.sub-menu li {
    border-bottom: 1px solid #e7e7e7;
  }
  ul li.menu-item-has-children > a::after {
    display: none;
  }
}

ul li.menu-item-has-children ul.sub-menu a {
  padding: 10px;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  ul li.menu-item-has-children ul.sub-menu a {
    padding: 0;
    color: #898989;
  }
}

@media screen and (min-width: 768px) {
  ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* section.top:not(.works) {
  padding: 130px 30px 60px;
  background-image: url(../img/hometop.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  section.top:not(.works) {
    background-attachment: scroll;
  }
}
section.top:not(.works) .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  section.top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.top:not(.works) {
    margin-top: 0;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 500px) {
  section.top {
    padding: 60px 25px;
  }
  section.top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
section.top .container .video-block {
  width: 100%;

  max-width: 740px;
}

@media screen and (max-width: 1280px) {
  section.top .container .video-block,
  section.top .container .right {
    height: 671px;
  }
}

@media screen and (max-width: 1024px) {
  section.top .container .video-block,
  section.top .container .right {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  section.top .container .video-block {
    height: 400px;
  }
}

section.top .container .video-block .video-wrapper {
  height: 100%;
  background-color: var(--background-color);
}

section.top .container .video-block .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.top:not(.works) .container .right {
  background-color: var(--background-color);
  padding: 30px;
  max-width: 421px;
}
@media screen and (max-width: 1024px) {
  section.top:not(.works) .container .right {
    max-width: 100%;
  }
}
section.top .container .right {
  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;
}

section.top .container .right .content {
  max-width: 421px;
  min-width: 340px;
}
section.top .container .right:not(.works) .content h2 {
  font-size: 31px;
}
@media screen and (max-width: 1024px) {
  section.top .container .video-block {
    max-width: 100%;
  }
  section.top .container .right {
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  section.top .container .right .content {
    max-width: 448px;
  }
}
@media screen and (max-width: 1024px) {
  section.top:not(.works) .container .right {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  section.top:not(.works) .container .right .content {
    max-width: 100%;
    padding-bottom: 0;
    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;
  }
}
@media screen and (max-width: 768px) {
  section.top .container .right .content {
    min-width: 0px;
  }
  section.top .container .right:not(.works) .content h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 520px) {
  section.top .container .right:not(.works) .content h2 {
    font-size: 25px;
  }
}



@media screen and (max-width: 1024px) {
  section.top .container .right .content h2,
  section.top .container .right .content .h3,
  section.top .container .right .content p {
    text-align: center;
  }
}
section.top:not(.works) .container .right .content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  section.top:not(.works) .container .right .content p {
    max-width: 100%;
    width: 100%;
    margin: 30px 0 0;
  }
  section.top:not(.works) .container .right .content {
    max-width: 100%;
    width: 100%;
  }
}

section.top:not(.works) .container .right .content .tel {
  font-size: 20px;
  margin: 30px 0;
  display: block;
  color: #ffffff;
} */

.homeHero {
  background-size: cover;
  background-position: center;
  padding: 50px 16px;
}
.homeHero .container {
  background-color: var(--background-color);
  display: flex;
  padding: 0;
  max-width: 1200px;
}

.homeHero .container .left {
  min-width: 321px;
  padding: 32px;
  padding-left: 60px;
  width: 50%;
}
.homeHero .container .left iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.homeHero .container .right {
  padding: 32px;
  width: 50%;
}
.homeHero .container .right .content h2 {
  font-size: 31px;
}
.homeHero .container .right .content .h3 {
  color: #ffffff;
  font-size: 19px;
}
.homeHero .container .right .content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: #ffffff;
}
.homeHero .container .right .content .tel {
  font-size: 20px;
  margin: 30px 0;
  display: block;
  color: #ffffff;
}
.homeHero .container .right .btn {
}
@media screen and (max-width: 800px) {
  .homeHero .container {
    flex-direction: column;
  }
  .homeHero .container .left {
    width: 100%;
    padding: 32px;
    padding-bottom: 0;
    min-height: 480px;
  }
  .homeHero .container .left iframe {
    height: 522px;
  }
  .homeHero .container .right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .homeHero .container .right .content h2,
  .homeHero .container .right .content .h3,
  .homeHero .container .right .content p,
  .homeHero .container .right .content .tel {
    text-align: center;
  }
  .homeHero .container .right .quote {
    width: fit-content;
    margin: 0 auto;
  }
}
section.contact-page {
  margin-top: 70px;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  section.contact-page {
    margin-top: 0;
    padding: 0 0 30px 0;
  }
}
section.contact-page .container {
  max-width: 1440px;
  width: 100%;
  padding: 0;
}

section.contact-page .left,
section.contact-page .right {
  width: 50%;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  section.contact-page .left,
  section.contact-page .right {
    width: 100%;
  }
}

section.contact-page .left {
  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;
}

section.contact-page .left .content {
  max-width: 470px;
  width: 100%;
  margin: 0 30px;
}

section.contact-page .left .content .local-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

section.contact-page .left .content .local-item .title {
  margin: 0;
  color: #c29e6b;
}

section.contact-page .left .content .local-item {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  section.contact-page .left .content .local-item {
    align-items: center;
    justify-content: center;
  }

  section.contact-page .left .content .local-item .title {
    margin: 0;
    color: #c29e6b;
    text-align: center;
  }

  section.contact-page .left .content .local-item {
    margin-bottom: 24px;
  }

  section.contact-page .left .content {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 30px;
    text-align: center;
  }
  section.contact-page .left .content > .flex:not(.social) {
    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;
  }
}
a.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
a.tel img {
  width: 24px;
}
section.contact-page .left .content .i {
  color: #000000;
  font-size: 20px;
}

section.contact-page .left .content a.tel {
  /* padding-left: 34px; */
}

section.contact-page .left .content a {
  text-decoration: none;
}
@media screen and (max-width: 404px) {
  section.contact-page .left .content .i,
  a.tel {
    font-size: 18px;
  }
}

section.contact-page .left .content .social {
  margin: 30px 0;
}

section.contact-page .left .content .social img {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 24px;
  height: 24px;
}

section.contact-page .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  section.contact-page .right {
    height: 250px;
  }
}

@media screen and (max-width: 1024px) {
  section.contact-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  section.contact-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.services-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.services-page .container .inner {
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
}
section.services-page .container .inner h1 {
  text-transform: uppercase;
  color: var(--main-h2-color);
}
section.services-page .container .inner h2 {
  color: #000000;
  text-transform: none;
}
section.services-page .container .inner .tel-wrap {
  margin: 30px 0;
}
section.services-page .container .inner .tel-wrap a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
section.services-page .swiper-container {
  margin-top: 100px;
}

section.services-page .swiper-container .swiper {
  height: 400px;
}

section.services-page .swiper-container .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.services-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 730px) {
  section.services-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}

section.services-advantages .container {
  max-width: 1440px;
  width: 100%;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

section.services-advantages .container .list .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  max-width: 400px;
  margin: 0 auto;
}

section.services-advantages .container .list .item img {
  min-width: 40px;
}

@media screen and (max-width: 1024px) {
  section.services-advantages .container .list .item {
    max-width: 100%;
  }
  section.services-advantages .container .list .item img {
    min-width: 32px;
  }
}

section.services-advantages .container .list .item h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

section.services-advantages .container .list .item p {
  margin: 0;
}

section.services-advantages .container .list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

section.services-advantages .left {
  width: 100%;
}
section.services-advantages .right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  section.services-advantages .left,
  section.services-advantages .right {
    width: 100%;
  }
}

section.services-advantages .right {
  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-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  section.services-advantages .right {
    display: block;
  }
}

section.services-advantages .right .content {
  max-width: 470px;
  width: 100%;
  margin: 0 30px;
}

@media screen and (max-width: 1024px) {
  section.services-advantages .right .content {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    max-width: 100%;
  }
  section.services-advantages .right .content > .flex:not(.social) {
    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;
  }
}

section.services-advantages .right .content .i {
  color: #000000;
  font-size: 20px;
}

section.services-advantages .right .content a.tel {
  padding-left: 34px;
}

section.services-advantages .right .content a {
  text-decoration: none;
}

section.services-advantages .right .content .social {
  margin: 30px 0;
}

section.services-advantages .right .content .social img {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 24px;
  height: 24px;
}

section.services-advantages .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  section.services-advantages .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.services-advantages .container .left {
    height: 325px;
  }
}

section.services.desktop-slider {
  padding: 100px 0;
}

section.services.desktop-slider h3 {
  margin: 30px 0 15px;
}
section.services.desktop-slider h2 {
  color: #000000;
}
section.services.desktop-slider .img img {
  height: 349px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.services.desktop-slider .swiper-container {
  padding-bottom: 100px;
}

section.services.desktop-slider .swiper-container .swiper-button-next,
section.services.desktop-slider .swiper-container .swiper-button-prev {
  top: auto;
  bottom: 0;
}
section.bef-after {
  background-color: var(--background-color);
}
section.bef-after .bef-block {
  padding: 30px;
  background-color: #ffffff;
}
section.bef-after .swiper {
  padding-bottom: 100px;
}

section.bef-after .swiper-next,
section.bef-after .swiper-prev {
  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;
  cursor: pointer;
  position: absolute;
  width: 68px;
  height: 68px;
  border: 1px solid var(--main-h2-color);
  border-radius: 50%;
  top: auto;
  bottom: 0;
}

section.bef-after .swiper-next {
  right: 40%;
}
section.bef-after .swiper-prev {
  left: 40%;
}
@media screen and (max-width: 867px) {
  section.bef-after .swiper-next {
    right: 15%;
  }
  section.bef-after .swiper-prev {
    left: 15%;
  }
}
section.faq .num {
  font-size: 40px;
  color: var(--main-h2-color);
}

@media screen and (max-width: 1024px) {
  section.faq .num {
    width: 150px !important;
  }
}

section.faq + .w50 {
  width: auto !important;
}

section.faq .accordion:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

section.benner {
  padding: 0;
  height: 326px;
}

section.benner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.about {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--background-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  section.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* section.about .left,
section.about .right {
  width: 50%;
  height: 596px;
} */
section.about .right {
  max-width: 55%;
  position: relative;
}
section.about .right .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translatex(-50%);
  width: 90%;
  max-width: 400px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.about .right .btn {
    max-width: 100%;
    width: fit-content;
    bottom: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 1122px) {
  section.about .right {
    max-width: 550px;
  }
}

@media screen and (max-width: 1024px) {
  section.about .left {
    height: auto;
    width: 100%;
  }
  section.about .right {
    height: auto;
    max-width: 100%;
  }
}

section.about .left {
  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: 30px 0;
}

section.about .left .content {
  max-width: 470px;
  width: 100%;
  margin: 0 30px;
}

section.about .left .content h2,
section.about .left .content p {
  max-width: 480px;
}
section.about .left .content p {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
}
section.about .left .content h3 {
  margin: 30px 0;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  section.about .left .content {
    max-width: 600px;
    padding: 15px 0px;
  }
  section.about .left .content h2,
  section.about .left .content p {
    max-width: 100%;
  }
}
section.about .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  section.about .right {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  section.about .right {
    height: 300px;
  }
}
section.advantages {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  section.advantages .list {
    -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;
  }
}
section.advantages .list .item {
  width: calc(100% / 3);
  padding: 30px;
  background-color: #eaeaea;
}
section.advantages .list .item .num {
  color: var(--main-h2-color);
  font-size: 40px;
  margin-bottom: 15px;
}

section.advantages .list .item h3 {
  margin: 15px 0;
}
section.advantages .list .item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
}
@media screen and (max-width: 1024px) {
  section.advantages .list .item {
    text-align: center;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  section.advantages .list .item {
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  section.advantages .list .item {
    text-align: center;
    width: 100%;
  }
}
.heading {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.heading h2 {
  margin: 0;
}

.heading p {
  max-width: 360px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .heading p {
    max-width: 222px;
  }
}

.heading a.tel {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .heading a.tel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

section.estimate {
  background-color: #e6e5e5;
  background-image: url("../img/FreeEstimate.jpg");
  background-repeat: no-repeat;
  background-position: 0 67%;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 260px;
}
@media screen and (max-width: 1024px) {
  section.estimate {
    background-position: 0 -220px;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.estimate {
    background-position: top;
    background-size: 100%;
  }
  section.estimate .container {
    padding: 0;
  }
  section.estimate .heading {
    justify-content: center;
  }
  section.estimate .heading h2 {
    text-align: center;
  }
  section.estimate .heading p {
    text-align: center;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  section.estimate {
    background-position: 0 -30px;
    background-size: 100%;
  }
}

section.estimate .form-block {
  background-color: #ffffff;
  padding: 30px;
}
section.estimate .quote-form {
  align-items: flex-start;
}
section.estimate .quote-form input {
  background-color: #eaeaea;
  width: 100%;
}
section.estimate .quote-form .input-wrapper {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section.estimate .quote-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) {
  section.estimate .quote-form button {
    width: 100%;
  }
}
section.services {
  padding-bottom: 0px;
}
section.services h2 {
  text-align: center;
}
section.services .list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

section.services .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--background-color);
  flex: 1 1 calc(33.333% - 16px);
  height: auto;
}

@media screen and (max-width: 768px) {
  section.services .list .item {
    width: auto;
    flex: none;
  }
}

section.services .list .item .img {
  max-height: 350px;
}
section.services .list .item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  section.services .list .item {
    width: auto;
  }
  section.services .list .item .img img {
    width: 100%;
  }
}

section.services .swiper-container .swiper .swiper-slide {
  text-decoration: none;
}
section.services .list .item .inner {
  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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 15px;
}

section.services .list .item .inner h3 {
  margin: 15px 0;
  color: var(--main-h2-color);
}
section.services .list .item .inner p {
  color: #ffffff;
}
section.services .list .item .inner .more {
  margin-top: auto;
}

section.process {
  background-color: #e6e5e5;
  background-image: url("../img/Process.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  section.process {
    background-attachment: scroll;
  }
}
section.process .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.process .process-block {
  background-color: var(--background-color);
  padding: 30px;
  max-width: 1140px;
  width: 100%;
}
section.process .container h2 {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  section.process .container h2 {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  section.process .container h2 {
    font-size: 25px;
  }
}
section.process .container .list .item {
  width: calc((100% - 60px) / 3);

  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
}
section.process .container .list .item:nth-child(n + 4) {
  width: calc((100% - 30px) / 2);
}
section.process .container .list .item .inner {
  padding: 30px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 240px;
}
@media screen and (max-width: 990px) {
  section.process .container .list .item .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 1171px) {
  section.process .container .list .item {
    min-height: 390px;
  }
}

@media screen and (max-width: 990px) {
  section.process .container .list .item {
    min-height: 410px;
  }
}
@media screen and (max-width: 918px) {
  section.process .container .list .item .inner {
    min-height: 290px;
  }
}

@media screen and (max-width: 768px) {
  section.process .container .list .item {
    min-height: 355px;
  }
  section.process .container .list .item .inner {
    min-height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  section.process .container .list .item .inner {
    /* min-height: 290px; */
  }
}

section.process .container .list .item .inner h3 {
  margin: 0 0 15px;
}

section.process .container .list .item .inner .num {
  color: var(--main-h2-color);
  font-size: 40px;
  margin-top: auto;
}

section.process .container .list .item .img {
  height: 135px;
}

section.process .container .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.sponsors {
}
section.sponsors .container h2 {
  text-align: right;
}
section.sponsors .windows_title {
  text-decoration: none !important;
  color: #c29e6b;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
section.sponsors a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  section.sponsors .container h2 {
    text-align: center;
  }
}

section.sponsors .container .swiper-slide img {
  margin: 0 auto;
}

section.projects:not(.works-page) {
  background-color: #e6e5e5;
  background-image: url("../img/OurProjects.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  section.projects:not(.works-page) {
    background-attachment: scroll;
  }
}
section.projects:not(.works-page) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.projects .projects-block {
  background-color: var(--background-color);
  padding: 30px;
  max-width: 1140px;
  width: 100%;
}
section.projects .container .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fancybox__caption {
  background-color: var(--background-color);
  padding: 14px 44px;
  max-width: 750px;
}
.fancybox__caption h3 {
  color: var(--main-h2-color);
}
.fancybox__content {
  max-width: 750px;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  section.projects .container .row:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  section.projects .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.projects .projects-block .caption {
  max-width: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #444444ed;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  section.projects .projects-block .caption {
    max-width: 100%;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  section.projects .projects-block .caption {
    max-width: 100%;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  section.projects .projects-block .caption {
    max-width: 100%;
    width: 100%;
  }
}
section.projects .projects-block .caption h3 {
  color: var(--main-h2-color);
}
section.projects h2 section.projects .container .btn {
  margin: 30px 0 0;
}
section.projects .btn {
  margin-top: 30px;
}
.projects .item {
  position: relative;
  cursor: pointer;
}

.projects .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ffffff url("../img/icon-enlarge.svg") center center no-repeat;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 1;
}

.projects .item:hover::before {
  opacity: 1;
}
@media screen and (max-width: 650px) {
  section.projects h2 {
    font-size: 25px;
  }
}

.projects .item.wide img,
.projects .item.tight img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects .item.wide {
  width: 66%;
}

@media screen and (max-width: 1024px) {
  .projects .item.wide {
    width: 52%;
  }
}

@media screen and (max-width: 768px) {
  .projects .item.wide {
    width: 100%;
  }
  .projects .item.wide img,
  .projects .item.tight img {
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.projects .item.tight {
  width: 33%;
}

@media screen and (max-width: 1024px) {
  .projects .item.tight {
    width: 44%;
  }
}

@media screen and (max-width: 768px) {
  .projects .item.tight {
    width: 100%;
  }
}

.projects.works-page {
  background-color: #ffffff;
  padding-bottom: 0;
}

.projects.works-page .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 540px;
}
@media screen and (max-width: 768px) {
  .projects.works-page .item {
    min-height: 0;
  }
}
.projects.works-page .item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects.works-page .item .caption {
  width: 100%;
  background-color: var(--background-color);
  padding: 30px;
  display: block;
  text-decoration: none;
  height: 100%;
}
.projects.works-page .item .caption:hover {
  background-color: #5a5a5a;
}
@media screen and (max-width: 1024px) {
  .projects.works-page .item .caption {
    padding: 24px;
  }
}
.projects.works-page .item .caption h3 {
  color: var(--main-h2-color);
}

.projects.works-page .item .caption p {
  margin: 0;
  color: #fff;
}

.projects.works-page .item:nth-child(1),
.projects.works-page .item:nth-child(6),
.projects.works-page .item:nth-child(7) {
  width: calc(67% - 15px);
}
.projects.works-page .item:nth-child(1) .caption,
.projects.works-page .item:nth-child(6) .caption,
.projects.works-page .item:nth-child(7) .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .projects.works-page .item:nth-child(1) .caption,
  .projects.works-page .item:nth-child(6) .caption,
  .projects.works-page .item:nth-child(7) .caption {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
.projects.works-page .item:nth-child(1) img,
.projects.works-page .item:nth-child(6) img,
.projects.works-page .item:nth-child(7) img {
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .projects.works-page .item:nth-child(1) img,
  .projects.works-page .item:nth-child(6) img,
  .projects.works-page .item:nth-child(7) img {
    height: 400px;
    position: static;
  }
}
.projects.works-page .item:nth-child(2),
.projects.works-page .item:nth-child(5),
.projects.works-page .item:nth-child(8) {
  width: calc(33% - 15px);
}

.projects.works-page .item:nth-child(3),
.projects.works-page .item:nth-child(4) {
  width: calc(50% - 15px);
}

@media screen and (max-width: 1024px) {
  .projects.works-page .item:nth-child(1n) {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .projects.works-page .item:nth-child(1n) {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .projects.works-page .list {
    gap: 16px;
  }
}

section.reviews-section h2 {
  text-align: center;
}
.swiper-slide {
}
section.reviews-section .user {
  width: 50px;
  height: 50px;
  background-color: #7e7e7e;
  border-radius: 50%;
  margin: 0 auto;
}
section.reviews-section .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.reviews-section .user-name {
  color: #171716;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 110.5%;
  text-transform: capitalize;
}

section.reviews-section .date {
  color: #a1a1a1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 110.5%;
  margin: -9px 0 !important;
}
section.reviews-section .readMore {
  color: #a1a1a1;
  text-align: center;
  font-size: 14px !important;
  line-height: 110.5%;
  text-decoration-line: underline;
  cursor: pointer;
}
section.reviews-section .swiper-container {
  padding-left: 15px;
  padding-right: 15px;
}
section.reviews-section .swiper-container .swiper-button-prev,
section.reviews-section .swiper-container .swiper-button-next {
  position: static;
}

section.reviews-section .swiper-slide {
  height: auto;
}
section.reviews-section .review-text {
  color: #000000;
}
.rating {
  color: grey;
  position: relative;
  width: fit-content;
}

.rating__active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-transform: capitalize;
}

.rating__active path {
  fill: #f4c20d;
}
section.reviews-section .navigation {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  section.reviews-section .swiper-container {
    padding: 0 0 100px;
  }
  section.reviews-section {
    padding-bottom: 0;
  }
}

section.reviews-section .swiper-slide {
  text-align: center;
  padding: 32px 16px;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.reviews-section .swiper-slide p {
  margin: 0;
}
@media screen and (max-width: 768px) {
}

section.reviews-section .swiper-slide h3 {
  margin: 0 0 15px;
}

section.reviews-section .swiper-slide .rating {
  margin: 0 auto;
  margin-top: -8px;
}

section.areas {
  background: url("../img/bg-areas.jpg") center no-repeat;
  background-size: cover;
}

section.areas h2 + .text-dark {
  font-size: 20px;
  max-width: 370px;
  margin-bottom: 30px;
}

section.areas table td:not(:last-child),
section.areas table th:not(:last-child) {
  border-right: 30px solid transparent;
}

section.areas table tr:not(:first-child) th {
  border-top: 30px solid transparent;
}
section.areas table {
  padding-bottom: 20px;
}
section.areas table th {
  font-weight: 400;
  color: var(--main-h2-color);
  text-align: left;
}

section.areas table td {
  vertical-align: top;
  color: #000000;
}
section.contacts .gap-md {
  gap: 15px;
}
section.contacts h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.contacts h2 {
    font-size: 25px;
  }
}
section.contacts .input-wrapper {
  width: 100%;
}
.input-wrapper .just-validate-error-label {
  color: red !important;
  margin-top: 6px;
  font-size: 14px;
}
section.contacts textarea {
  height: 155px;
}
input.just-validate-error-field {
  outline: 1px solid red;
}

input.just-validate-error-field:focus {
  outline: 2px solid red;
}

input.just-validate-success-field {
  outline: 2px solid rgb(0, 169, 0);
}
section.contacts form > div > div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  section.contacts form > div > div {
    width: 100%;
  }
  section.contacts textarea {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
section.contacts {
  background-image: url("../img/ContactForm.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.contacts .contact-block {
  max-width: 946px;
  padding: 30px;
  background-color: #ffffff;
}
section.contacts form + p {
  max-width: 360px;
  margin: 30px auto;
  text-align: center;
}

section.contacts .tel {
  font-size: 20px;
}
.contacts-btn {
  display: block !important;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  section.contacts .flex:not(.justify-center) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.contacts button {
    width: 100%;
  }
}

section.mobile-slider .swiper-button-next,
section.mobile-slider .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 768px) {
  section.mobile-slider .container .swiper-container {
    padding-bottom: 98px;
    position: relative;
  }
  section.mobile-slider .container .swiper-container .swiper-button-next,
  section.mobile-slider .container .swiper-container .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    top: auto;
  }
  section.mobile-slider .container .swiper-container .list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  section.mobile-slider .container .swiper-container .list .item {
    width: auto;
  }
}
section.about-us .container .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  section.about-us .container > .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;
  }
}
section.about-us .container h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}
section.about-us .container h2::before {
  content: "";
  display: block;
  min-width: 4px;
  height: auto;
  background-color: var(--main-h2-color);
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  section.about-us .container h2::before {
    display: none;
  }
}
section.about-us .container .content {
  line-height: 1.2;
}
section.about-us .container .content,
section.about-us .container h2 {
  max-width: 700px;
  margin-bottom: 0;
}
section.about-us .container .content span {
  color: var(--main-h2-color);
  font-weight: 500;
  text-transform: uppercase;
}
section.quote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.quote .quote {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  max-width: 480px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

section.quote .quote h3 {
  margin: 15px 0;
}

section.values .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
}

section.values .item .num {
  font-size: 40px;
  color: var(--main-h2-color);
  width: 43px;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  section.values .item .num {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  section.values .item .num {
    width: 100%;
  }
}

section.values .item p {
  margin: 0;
}

section.values .item h3 {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  section.values .item h3 {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 768px) {
  section.values .item .flex {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  section.values .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
section.values h2 {
  text-align: center;
}
section.values .left {
  width: 60%;
}
section.values .right {
  width: 40%;
  height: 650px;
}
section.values .right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  section.values .right {
    display: none;
  }
  section.values .left {
    width: 100%;
  }
}
section.company-slider {
  margin-top: 50px;
  background-image: url(../img/CompanySlider.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.company-slider .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.company-slider .company-block {
  background-color: #ffffff;
  padding: 30px;
  max-width: 1140px;
  width: 100%;
}
.company-slider .swiper {
  padding-bottom: 100px;
}

.company-slider .swiper .swiper-slide .img {
  height: 327px;
}

@media screen and (max-width: 768px) {
  .company-slider .swiper .swiper-slide .img {
    height: 400px;
  }
}

.company-slider .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-slider .swiper > p {
  max-width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .company-slider .swiper > p {
    position: unset;
  }
}

.company-slider .swiper-button-prev,
.company-slider .swiper-button-next {
  top: auto;
  bottom: 0;
}

.company-slider .swiper-button-next {
  right: auto;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .company-slider .swiper-button-prev {
    left: 15%;
  }
  .company-slider .swiper-button-next {
    left: auto;
    right: 15%;
  }
}
.about-video .swiper {
  padding-bottom: 100px;
}
.about-video .swiper-button-prev,
.about-video .swiper-button-next {
  top: auto;
  bottom: 0;
}
.about-video .swiper-button-next {
  right: 43%;
}

.about-video .swiper-button-prev {
  left: 43%;
}
.has-html5video .fancybox__content {
  aspect-ratio: 3 / 2.2 !important;
  height: auto;
  width: 70% !important;
}
@media screen and (max-width: 1080px) {
  .about-video .swiper-button-next {
    right: 40%;
  }
  .about-video .swiper-button-prev {
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .about-video .swiper-button-next {
    right: 35%;
  }
  .about-video .swiper-button-prev {
    left: 35%;
  }
}
@media screen and (max-width: 550px) {
  .about-video .swiper-button-next {
    right: 27%;
  }
  .about-video .swiper-button-prev {
    left: 27%;
  }
}
section.top.works .container {
  gap: 16px;
}
section.top.works {
  padding-top: 70px;
  background-color: #ffffff !important;
  padding-bottom: 0;
}
section.works.top .left,
section.works.top .right {
  width: 50%;
  height: 100%;
}
section.works.top .right h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
section.works.top .right p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: #7e7e7e;
}
section.works.top .right a.tel {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  section.works.top .left,
  section.works.top .right {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  section.works.top .left {
    display: none;
  }
  section.works.top .right .works-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.works.top .right .works-top-btn {
    text-align: center;
  }
}

section.e404 .container {
  max-width: 360px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

section.e404 .container p {
  margin-bottom: 30px;
  margin-top: 0;
}

section.e404 .container .btn {
  margin-top: 30px;
}

#footer {
  background-color: #000000;
  overflow: hidden;
}

#footer .container {
  padding: 30px;
  color: #898989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}

#footer .container .left,
#footer .container .right {
  width: 50%;
}
#footer .container .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
#footer .container .left .top .copy {
  color: #fff;
}
#footer .container .left .top .i {
  color: #fff;
}
#footer .container .left .bottom {
  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;
}

#footer .container .right .social {
  display: none;
}

@media screen and (max-width: 1024px) {
  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  #footer .container .left,
  #footer .container .right {
    width: 100%;
  }
  #footer .container .left .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  #footer .container .left .top .copy {
    text-align: center;
  }
  #footer .container .left .bottom {
    -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;
    gap: 16px;
  }
  #footer .container .left .bottom .social {
    display: none;
  }
  #footer .container .right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
  }
}

#footer .container .right .local-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#footer .container .right .local-list .local-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

#footer .container .right .local-list .local-item .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  color: #c29e6b;
}
#footer .breadcrumbs {
  margin: 0 30px 30px 30px;
}
@media screen and (max-width: 1024px) {
  #footer .container .right .local-list .local-item .title {
    text-align: center;
    margin: 0;
  }
  #footer .breadcrumbs {
    margin: 0 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#footer .container .right .local-list .local-item address {
  color: #ffff;
}

#footer .container .right #footer .container a {
  text-decoration: none;
}

#footer .container .i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .sub-menu {
  max-height: 350px;
  overflow: auto;
  background-color: #ffffff;
  position: absolute;
  z-index: 10001;
}
#footer .container .tel {
  font-size: 16px !important;
  line-height: 18px;
  margin-top: 21px;
}

#footer .container .right {
  margin-top: -35px;
}

@media screen and (max-width: 1024px) {
  #footer #menu-menu-1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px !important;
    color: #fff;
    display: none;
  }
  #footer .container .right .local-list {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
  #footer .container .tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .container .address {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  #footer .container .right .local-list .local-item {
    gap: 10px;
  }
  #footer .container .right {
    margin-top: 0px;
  }
  #footer .container .tel {
    margin-top: 0px;
  }
}

#footer .container .tel::before {
  width: 18px;
  height: 18px;
}

#footer .container ul li.menu-item-has-children > a::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#footer #map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 768px) {
  #footer #map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer #map iframe {
    width: 100% !important;
    height: 230px !important;
  }
}
.fancybox__html5video {
  -o-object-fit: contain;
  object-fit: contain;
}
#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000f3;
  color: #ffffff;
  z-index: 999999;
  display: none;
}
#cookies .container {
  padding: 25px 170px 10px 30px;
  position: relative;
}
#cookies button {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100px;
  width: 100%;
  background: var(--main-h2-color);
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
#cookies h4 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.26;
  letter-spacing: 0.5px;
  margin-top: 0px;
}
#cookies p {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.dg2-phone-button-float {
  background-color: red;
  -webkit-animation-name: pulsed;
  animation-name: pulsed;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  bottom: 25px !important;
  right: 30px !important;
  display: none !important;
}
.dg2-phone-button-float .svg-color {
  fill: #ffffff;
  -webkit-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
@-webkit-keyframes pulsed {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(160, 160, 160);
    box-shadow: 0 0 0 0 rgb(160, 160, 160);
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgb(160, 160, 160);
    box-shadow: 0 0 0 10px rgb(160, 160, 160);
  }
  20%,
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(160, 160, 160);
    box-shadow: 0 0 0 0 rgb(160, 160, 160);
  }
}
@keyframes pulsed {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(160, 160, 160);
    box-shadow: 0 0 0 0 rgb(160, 160, 160);
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgb(160, 160, 160);
    box-shadow: 0 0 0 10px rgb(160, 160, 160);
  }
  20%,
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(160, 160, 160);
    box-shadow: 0 0 0 0 rgb(160, 160, 160);
  }
}

section.process .container .list .item {
	min-height: 300px;
	height: 1px;
}

section.process .container .list .item p {
	flex-grow: 1;
}
section.process .container .list .item .inner {
	height: 100%;
}
@media (max-width: 1200px) {
	section.mobile-slider .container .swiper-container .list .item {
/* 	min-height: auto !important; */
}
}