@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-SemiBold.eot);
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url(../fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-SemiBold.woff) format("woff"), url(../fonts/Gilroy-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.eot);
  src: local("Gilroy"), local("Gilroy"), url(../fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Medium.eot);
  src: local("Gilroy"), local("Gilroy"), url(../fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Bold.eot);
  src: local("Gilroy"), local("Gilroy"), url(../fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-SemiBold.eot);
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url(../fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-SemiBold.woff) format("woff"), url(../fonts/Gilroy-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.eot);
  src: local("Gilroy"), local("Gilroy"), url(../fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Medium.eot);
  src: local("Gilroy"), local("Gilroy"), url(../fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Bold.eot);
  src: local("Gilroy"), local("Gilroy"), url(../fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.header__category-title a,
.header__contacts-link,
.header__menu-link,
.link,
.menu-el {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
}
.header__category-title a::after,
.header__contacts-link::after,
.header__menu-link::after,
.link::after,
.menu-el::after {
  background: #e99009;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.header__category-title a span,
.header__contacts-link span,
.header__menu-link span,
.link span,
.menu-el span {
  transition: 0.5s all;
}
.header__category-menu-submenu {
  display: none;
  position: absolute;
  left: 100%;
  background: white;
  border-radius: 4px;
  top: 0;
  width: 260px;
  border: 1px solid #e2e8f0;
  padding: 6px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .header__category-menu-submenu {
    display: flex;
    position: static;
    border-left: none;
    border-right: none;
  }
}
.header__category-el {
  position: relative;
}
.header__category-el:hover .header__category-menu-submenu {
  display: flex;
}
.header__category-sub-link {
  padding: 10px 12px;
  border-radius: 4px;
  display: flex;
}
@media (max-width: 991px) {
  .header__category-sub-link {
    padding: 10px 20px;
  }
}
.header__category-sub-link:hover {
  background-color: #e2e8f0;
}
@media (min-width: 991px) {
  .header__category-title a:hover,
  .header__contacts-link:hover,
  .header__menu-link:hover,
  .link:hover,
  .menu-el:hover {
    color: #e99009;
  }
  .header__category-title a:hover::after,
  .header__contacts-link:hover::after,
  .header__menu-link:hover::after,
  .link:hover::after,
  .menu-el:hover::after {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
.active.header__contacts-link,
.active.header__menu-link,
.active.link,
.header__category-title a.active,
.menu-el.active {
  color: #e99009;
}
.active.header__contacts-link::after,
.active.header__menu-link::after,
.active.link::after,
.header__category-title a.active::after,
.menu-el.active::after {
  transform: scaleX(1);
  transform-origin: 0 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin-top: 0 !important;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
* {
  outline: 0 !important;
}
body,
html {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  max-width: 100vw;
}
body {
  line-height: 120%;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 500;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
a {
  text-decoration: none;
  color: #0085ff;
}
.container {
  position: relative;
}
.container--small {
  max-width: 760px;
}
[data-sticky-container] .sidebar {
  padding-top: 8px;
  position: absolute;
  top: 0;
  width: 190px !important;
  left: 0;
  font-size: 15px;
  height: calc(100vh - 180px);
  overflow: auto;
}
@media (max-width: 1399px) {
  [data-sticky-container] .sidebar {
    left: 0;
  }
}
@media (max-width: 991px) {
  [data-sticky-container] .sidebar {
    display: none;
  }
}
[data-sticky-container] .sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
[data-sticky-container] .sidebar .load-more-prices {
  border: none;
  background-color: transparent;
  margin-top: 20px;
  padding: 0;
  font-weight: 500;
}
[data-sticky-container] .sidebar__menu-el {
  color: #231f20;
  transition: 0.3s all;
}
[data-sticky-container] .sidebar__menu-el:hover {
  color: #e99009;
}
[data-sticky-container] .page-content {
  max-width: 760px;
  margin: auto;
}
@media (max-width: 1199px) {
  [data-sticky-container] .page-content {
    margin-right: 0;
  }
}
.section {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.section--text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section--text .section__header {
  margin-bottom: 0 !important;
}
.section.pt {
  padding-top: 60px;
}
.section__header {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.section__header h2,
.section__header .h2 {
  margin: 0 !important;
  font-size: 36px;
}
@media (max-width: 991px) {
  .section__header h2,
  .section__header .h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .section__header h2,
  .section__header .h2 {
    font-size: 24px !important;
  }
}
.section__header p {
  margin: 0 !important;
}
.main {
  max-width: 100vw;
  position: relative;
  padding-top: 122px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .main {
    padding-top: 50px;
  }
}
.main--regular {
  padding-top: 165px;
}
@media (max-width: 991px) {
  .main--regular {
    padding-top: 73px;
  }
}
.socials {
  gap: 14px;
  display: flex;
  height: 24px;
}
.socials * {
  transition: all 0.2s;
}
.socials__el {
  display: flex;
}
.socials__el:hover svg path {
  fill: #e99009;
}
.toTop {
  margin-bottom: 0;
  margin-top: auto;
  margin-right: 0;
  margin-left: auto;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  transition: 0.5s all;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 15px;
  background: #fff;
  z-index: 1;
}
.toTop:hover {
  border-color: #231f20;
}
.toTop img {
  width: 27px;
  height: 27px;
}
.toTop.hidden {
  opacity: 0;
  visibility: hidden;
}
.button {
  border: 0 solid transparent;
  background: #231f20;
  color: #fff;
  padding: 19px 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0);
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button::before {
  position: absolute;
  left: -30%;
  right: -10%;
  top: -50%;
  bottom: -50%;
  border-radius: 1000px;
  background: #fff;
  transform: translateX(calc(-90% - 5px));
  transition: all 0.5s ease-in-out;
  content: "";
}
.button__content {
  overflow: hidden;
  display: flex;
  gap: 4px;
  position: relative;
  justify-content: center;
}
.button__img-container {
  display: flex;
  flex-direction: column;
  width: 22px;
  height: 22px;
  justify-content: flex-end;
}
.button__img {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 1px;
  transition: all 0.7s ease-in-out;
  transform: translateY(0);
}
.button__text-container {
  display: flex;
  flex-direction: column;
}
.button__text {
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
}
.button__text--dark {
  display: none;
  color: #231f20;
}
.button:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.3);
}
.button:hover::before {
  transform: translateX(10%);
}
.button:hover.button--dark {
  border-color: #fff;
}
.button:hover.button--dark .button__text {
  color: #231f20;
}
.button:hover.button--light {
  border-color: #231f20;
}
.button:hover.button--light .button__text {
  color: #fff;
}
.button--light {
  background: #fff;
  color: #231f20;
  border: 1px solid #e2e8f0;
}
.button--light::before {
  background-color: #231f20;
}
.button--light .button__text {
  color: #231f20;
}
.button--light .button__text--dark {
  color: #fff;
}
.button--dark {
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
}
.button--dark::before {
  background-color: #fff;
}
.button--dark .button__text {
  color: #fff;
}
.button--dark .button__text--dark {
  color: #231f20;
}
.link {
  display: inline;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
h2,
.h2 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-family: Gilroy;
  font-size: 16px;
}
h6,
.h6 {
  font-family: Gilroy;
  font-size: 14px;
}
[type=radio] {
  display: none;
}
[type=radio] + span {
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
[type=radio] + span::after,
[type=radio] + span::before {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  content: "";
  border-radius: 20px;
}
[type=radio] + span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #231f20;
}
[type=radio] + span::after {
  width: 10px;
  height: 10px;
  background-color: transparent;
  left: 3px;
}
[type=radio]:checked + span:after {
  background-color: #231f20;
}
[type=radio][disabled] + span {
  opacity: 0.3;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #010c12;
  z-index: 5;
  display: flex;
}
.preloader.hidden {
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.preloader img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 240px;
  height: auto;
  display: flex;
}
.swiper__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .swiper__nav {
    justify-content: center;
  }
}
.swiper__nav-el {
  width: 20px;
  height: 20px;
  background: url(../img/icons/arrow-right-black-regular.svg) center no-repeat;
  border: none;
  padding: 0;
}
.swiper__nav-el--prev {
  transform: rotate(180deg);
}
.swiper-pagination {
  position: static !important;
  width: auto !important;
  gap: 20px !important;
  display: flex !important;
}
.swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background: 0 0 !important;
  margin: 0 !important;
  opacity: 0.3 !important;
  cursor: pointer;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  opacity: 1 !important;
}
.swiper .swiper-button-disabled {
  opacity: 0.3;
}
.buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
}
@media (max-width: 575px) {
  .buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .buttons .button {
    width: 100%;
  }
}
.buttons--full-width > * {
  width: calc(50% - 7px);
}
.productCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #231f20;
  position: relative;
  cursor: pointer;
}
.productCard--video img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 575px) {
  .productCard {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.productCard__img {
  max-width: 100%;
  width: 100%;
  height: 273px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .productCard__img {
    height: 214px;
  }
}
@media (max-width: 991px) {
  .productCard__img {
    height: 160px;
  }
}
.productCard iframe {
  width: 100%;
  height: 220px;
}
.productCard__title {
  font-weight: 600;
}
.productCard__price h4,
.productCard__price .h4 {
  font-weight: 600;
}
.productCard__price .new {
  font-weight: 600;
  color: #dc2626;
}
.productCard__price .old {
  font-weight: 500;
  position: relative;
  text-decoration: line-through;
  color: #717979;
}
.hero {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 20px;
  }
}
.hero .swiper-slide {
  color: #fff;
  height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  .hero .swiper-slide {
    color: #231f20;
    height: auto;
  }
}
.hero__img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__img-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0 !important;
}
@media (max-width: 767px) {
  .hero__img-container {
    position: relative !important;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 20px;
    height: 190px;
  }
}
.hero__img-container::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .hero__img-container::before {
    display: none;
  }
}
.hero__img-container img {
  position: relative;
  z-index: -1;
}
.hero .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .container-fluid > * {
  position: relative;
  z-index: 1;
}
.hero .section__header {
  width: 100%;
}
@media (max-width: 767px) {
  .hero .section__header {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hero .section__header {
    text-align: left;
    align-items: flex-start;
  }
}
.hero__features {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .hero__features {
    flex-direction: column;
    gap: 2px;
  }
}
.hero__features-el {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero__features-el-icon {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.turnkeyBalcony {
  background: #e2e8f0;
  padding-top: 60px;
  margin-bottom: 15px;
}
.turnkeyBalcony::before {
  left: -1000px;
  right: -1000px;
  bottom: 0;
  top: 0;
  background-color: #e2e8f0;
  content: '';
  position: absolute;
}
@media (max-width: 767px) {
  .turnkeyBalcony {
    padding-top: 30px;
    margin-bottom: 60px;
    padding-bottom: 16px;
  }
}
.turnkeyBalcony__el {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.turnkeyBalcony__el p {
  margin: 0 !important;
}
.turnkeyBalcony__el strong {
  font-weight: 600;
}
.turnkeyBalcony__el p:nth-of-type(1) {
  font-size: 14px;
  line-height: 1.2;
}
.turnkeyBalcony__el-icon {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #fff;
}
.turnkeyBalcony__el-icon-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
/* .turnkeyBalcony__el::after,
.turnkeyBalcony__el::before {
  position: absolute;
  content: ""
} */
.turnkeyBalcony__el-title {
  min-height: 48px;
  display: flex;
  align-items: center;
  margin-left: 58px;
  font-weight: 600;
}
.turnkeyBalcony__price {
  font-weight: 600;
}
.turnkeyBalcony__price sup {
  font-size: 65%;
}
.turnkeyBalcony .row {
  margin-bottom: 30px;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .turnkeyBalcony .row {
    row-gap: 35px;
  }
}
.turnkeyBalcony .row > :nth-of-type(1) .turnkeyBalcony__el::before {
  background-position-y: 0;
}
.turnkeyBalcony .row > :nth-of-type(2) .turnkeyBalcony__el::before {
  background-position-y: -48px;
}
.turnkeyBalcony .row > :nth-of-type(3) .turnkeyBalcony__el::before {
  background-position-y: -96px;
}
.turnkeyBalcony .row > :nth-of-type(4) .turnkeyBalcony__el::before {
  background-position-y: -144px;
}
.turnkeyBalcony .row > :nth-of-type(5) .turnkeyBalcony__el::before {
  background-position-y: -192px;
}
.turnkeyBalcony .row > :nth-of-type(6) .turnkeyBalcony__el::before {
  background-position-y: -240px;
}
.turnkeyBalcony .row > :nth-of-type(7) .turnkeyBalcony__el::before {
  background-position-y: -288px;
}
.turnkeyBalcony .row > :nth-of-type(8) .turnkeyBalcony__el::before {
  background-position-y: -336px;
}
.turnkeyBalcony--light {
  background: 0 0;
}
.turnkeyBalcony--light .turnkeyBalcony__el::before {
  background-color: #e2e8f0 !important;
}
.turnkeyBalcony--light .turnkeyBalcony__price {
  color: #dc2626;
}
.balconiesType {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .balconiesType {
    padding-top: 0;
  }
}
.balconiesType .row {
  row-gap: 1.5rem;
  margin-bottom: 30px;
}
.balconiesType .productCard__img {
  height: 270px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .balconiesType .productCard__img {
    height: 160px;
  }
}
@media (max-width: 575px) {
  .balconiesType .productCard__img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .calculator {
    padding-bottom: 205px;
  }
}
.calculator .row {
  align-items: center;
}
@media (max-width: 991px) {
  .calculator .row {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .calculator .row {
    flex-direction: column-reverse;
  }
}
.calculator .error {
  color: #dc2626;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 7px;
}
.calculator .section__header {
  align-items: center !important;
  text-align: center !important;
}
.calculator__imgContainer {
  max-width: 480px;
  margin: auto;
}
.calculator__img {
  width: 100%;
  height: auto;
}
.calculator__form {
  display: flex !important;
  flex-direction: column !important;
  gap: 60px !important;
  background: transparent !important;
}
@media (max-width: 767px) {
  .calculator__form {
    gap: 35px !important;
  }
}
.calculator__form .section__header {
  margin-bottom: 20px !important;
}
.calculator__price {
  padding: 14px 20px;
  border-radius: 4px;
  background-color: #e2e8f0;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  gap: 7px;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .calculator__price {
    position: absolute;
    top: calc(100% + 20px);
    left: 0.75rem;
    right: 0.75rem;
    max-width: 540px;
    margin: auto;
  }
}
.calculator__price-value {
  background: 0 0;
  border: none;
  width: auto;
  min-width: auto;
  display: none;
}
.calculator__form-el-label {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.calculator .radio-group {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .calculator .radio-group {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .calculator .button {
    position: absolute;
    top: calc(100% + 80px);
    left: 0.75rem;
    right: 0.75rem;
    max-width: 540px;
    margin: auto;
  }
}
.additionalOptions .row {
  row-gap: 20px;
  margin-bottom: 30px;
}
.additionalOptions__el-img {
  margin-bottom: 6px;
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.additionalOptions__el-desc h4,
.additionalOptions__el-desc .h4 {
  font-weight: 600;
  color: #231f20;
}
.guaranties {
  color: #fff;
  text-align: center;
}
.guaranties .section__header {
  align-items: center !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .guaranties .container {
    padding: 0;
  }
}
.guaranties .row {
  row-gap: 1.5rem;
}
.guaranties__inner {
  padding: 50px 32px;
  background: #231f20;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .guaranties__inner {
    padding: 30px 15px;
  }
}
.guaranties__el {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.guaranties__el-value {
  font-size: 24px;
}
.ourWorks .row {
  margin-bottom: 30px;
  row-gap: 20px;
}
.ourWorks .productCard__img {
  width: 100%;
}
.feedbacks {
  overflow: hidden;
}
.feedbacks__inner {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feedbacks .container {
  position: relative;
}
.feedbacks .swiper {
  position: relative;
}
@media (max-width: 575px) {
  .feedbacks .swiper {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.feedbacks .buttons {
  bottom: -22px;
  left: 0.75rem;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .feedbacks .buttons {
    position: static;
    width: 100%;
  }
}
.feedback {
  border-radius: 4px;
  background: #e2e8f0;
  padding: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .feedback {
    padding: 30px 15px;
    border-radius: 0;
  }
}
.feedback::after,
.feedback::before {
  content: "";
  width: 232px;
  height: 60px;
  background: url(../img/icons/dots-white.svg) center no-repeat;
  position: absolute;
}
@media (max-width: 575px) {
  .feedback::after,
  .feedback::before {
    display: none;
  }
}
.feedback::before {
  bottom: 0;
  left: 0;
}
.feedback::after {
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .feedback .row {
    flex-direction: column;
    gap: 15px;
  }
}
.feedback .col {
  flex: none;
}
.feedback .col:nth-of-type(1) {
  width: 20%;
}
@media (max-width: 575px) {
  .feedback .col:nth-of-type(1) {
    width: 100%;
  }
}
.feedback .col:nth-of-type(2) {
  width: 80%;
  max-width: 768px;
}
@media (max-width: 575px) {
  .feedback .col:nth-of-type(2) {
    width: 100%;
  }
}
.feedback__logo {
  width: 87px;
  margin: auto;
  height: auto;
  display: block;
}
@media (max-width: 575px) {
  .feedback__logo {
    margin-left: 0;
  }
}
.feedback__text {
  margin-bottom: 20px;
}
.feedback__footer {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contacts .row {
    gap: 30px;
  }
}
.contacts .section__header {
  text-align: left;
  align-items: flex-start;
  max-width: 350px;
}
@media (max-width: 767px) {
  .contacts .section__header {
    max-width: 250px;
  }
}
.contacts__el {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contacts__el-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts .schedule {
  display: flex;
  gap: 24px;
}
.contacts .schedule__title {
  font-family: Gilroy;
  font-size: 14px;
}
.contacts .schedule__el span {
  display: flex;
}
.contacts__inner {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.seoText {
  color: #94a3b8;
}
.schedule {
  display: flex;
  gap: 24px;
}
.schedule__el span {
  display: flex;
}
.row-gap-30 .row {
  row-gap: 1.5rem;
}
.img-h-220 .productCard__img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .img-h-220 .productCard__img {
    height: auto;
  }
}
.img-contain .productCard__img {
  -o-object-fit: contain;
  object-fit: contain;
}
.color-danger {
  color: #dc2626;
}
.color-warning {
  color: #e99009;
}
.color-grey {
  color: #94a3b8;
}
.blog .row {
  row-gap: 1.5rem;
  margin-bottom: 20px;
}
.blogEl {
  display: block;
  color: #231f20;
}
.blogEl__inner {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s all;
}
.blogEl__inner:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.blogEl__img {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blogEl__img {
    height: 120px;
  }
}
.blogEl__desc {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .blogEl__desc {
    padding: 12px;
  }
}
.blogEl .fw-600 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogEl__text {
  height: 87px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blogEl__text {
    height: 80px;
  }
}
.blog-article__img {
  width: 100%;
  height: auto;
}
.goBack {
  display: flex;
  gap: 6px;
}
.goBack::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../img/icons/arrow-down-blue.svg) center no-repeat;
  transform: rotate(90deg);
}
.goBack:hover {
  opacity: 0.7;
}
sup {
  font-size: 65%;
}
.info-list {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.info-list li {
  display: flex;
}
.info-list li::before {
  flex-shrink: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e99009;
  position: relative;
  top: 6px;
  margin-right: 12px;
}
.info-list li span {
  padding-left: 4px;
}
.info-list--grey li::before {
  background: #94a3b8;
}
.num-list {
  counter-reset: val;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.num-list li::before {
  counter-increment: val;
  content: counter(val) ") ";
}
.video-single iframe {
  height: 400px;
  width: 100%;
}
.accordion--single .accordion-button {
  color: #0085ff;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  gap: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.accordion--single .accordion-collapse .accordion-button {
  margin-top: 10px;
}
.accordion--single .accordion-button::after {
  background: url(../img/icons/arrow-down-blue.svg) center no-repeat;
  margin: 0;
  background-size: 10px;
  position: relative;
  top: 1px;
}
.accordion--single .accordion-item {
  border: none;
}
.accordion--single .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.single-image {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
  padding: 13px 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #e2e8f0;
}
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #94a3b8;
}
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #94a3b8;
}
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #94a3b8;
}
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #94a3b8;
}
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #94a3b8;
}
textarea {
  min-height: 95px;
}
.form {
  background: #e2e8f0;
  border-radius: 4px;
  padding: 32px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.contacts .form .section__header {
  max-width: 100%;
  align-items: center;
  text-align: center;
  margin: 0;
}
.contacts .form .h2 {
  display: none;
}
.contacts .form .h2.active {
  display: block;
}
.form__inner {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.form__inner .button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .form {
    padding: 30px 15px;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.form__el {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form__el.required .form__el-label::after {
  content: "*";
  color: #dc2626;
}
.form__el .dropdown__toggle {
  padding: 13px 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #e2e8f0;
  text-align: left;
  background-color: transparent;
}
.form__el .dropdown__toggle::before {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: "";
  width: 50px;
  background: url(../img/icons/arrow-down-black.svg) center no-repeat;
}
.form__el .dropdown__toggle[aria-expanded=true]::before {
  transform: rotate(180deg);
}
.form__el .dropdown-menu {
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.06);
}
.form__el .dropdown-item {
  cursor: pointer;
  color: #231f20;
}
.form__el .dropdown-item:hover {
  background: #e2e8f0;
}
.form__el .dropdown-item:active {
  background: #231f20;
  color: #fff;
}
.form__el .dropdown-item.active {
  background: #e2e8f0;
}
.form__el-input {
  padding: 13px 17px;
}
.form__el-input::-webkit-input-placeholder {
  color: #94a3b8;
}
.form__el-input::-moz-placeholder {
  color: #94a3b8;
}
.form__el-input:-ms-input-placeholder {
  color: #94a3b8;
}
.form__el-input::-ms-input-placeholder {
  color: #94a3b8;
}
.form__el-input::placeholder {
  color: #94a3b8;
}
.header {
  background: #fff;
  padding-top: 14px;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-100px);
  top: 100px;
  transition: background 0.3s;
  z-index: 4;
  display: flex;
  max-width: 100vw;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 991px) {
  .header {
    padding-top: 0;
  }
}
.header .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .header .container {
    gap: 10px;
  }
}
.header__logo {
  position: absolute;
  width: 110px;
  height: auto;
  top: 10px;
  left: 0;
}
@media (max-width: 991px) {
  .header__logo {
    position: static;
    margin-right: auto;
    margin-left: 0;
  }
  .header__logo.opened {
    pointer-events: none;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 190px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header__body {
    background: #fff;
    flex-direction: column;
    position: fixed;
    top: 51px;
    bottom: 0;
    right: 0;
    padding: 10px 0;
    transform: translateX(100%);
    transition: all 0.3s;
    max-width: 85%;
    width: 0;
    min-height: calc(100vh - 51px);
    min-height: calc(var(--vh, 1vh) * 100 - 51px);
    align-items: flex-start;
    justify-content: space-between;
    overflow: auto;
  }
  .header__body.active {
    width: 100%;
    transform: translateX(0);
  }
}
.header__menu {
  display: flex;
  gap: 30px;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .header__menu {
    flex-direction: column;
    gap: 40px;
    font-size: 32px;
    display: none;
  }
}
@media (max-width: 575px) {
  .header__menu {
    gap: 7vw;
    font-size: 5.5vw;
  }
}
.header__menu-el {
  display: flex;
}
.header__menu-link {
  color: #231f20;
}
@media (max-width: 991px) {
  .header__menu-link {
    color: #231f20;
    height: 32px;
    line-height: 32px;
  }
  .header__menu-link::after,
  .header__menu-link::before {
    background-color: #231f20;
  }
}
.header__categories {
  display: flex;
  gap: 50px;
  margin-bottom: 14px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .header__categories {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .header__categories {
    font-size: 18px;
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-bottom: 1px solid #e2e8f0;
  }
}
.header__categories * {
  color: #231f20;
}
.header__category {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
@media (min-width: 991px) {
  .header__category:hover {
    z-index: 1;
  }
  .header__category:hover .header__category-menu {
    visibility: visible;
  }
  .header__category:hover .header__category-title {
    color: #e99009;
  }
  .header__category:hover .header__category-title::before {
    transform: rotate(180deg);
    background-image: url(../img/icons/arrow-down-orange.svg);
  }
  .header__category:hover .header__category-title::after {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  .header__category:hover .header__category-title a {
    color: #e99009;
  }
  .header__category:hover .header__category-title a::after {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  .header__category:hover .header__category-title svg {
    transform: rotate(180deg);
  }
  .header__category:hover .header__category-title svg path {
    stroke: #e99009;
  }
}
.header__category-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 991px) {
  .header__category-title {
    justify-content: space-between;
    padding: 11px 30px;
  }
}
.header__category-title:before {
  width: 11px;
  height: 11px;
  background: url(../img/icons/arrow-down-black.svg) center no-repeat;
  display: flex;
  position: relative;
  top: 1px;
  transition: 0.5s all;
  background-size: contain;
}
@media (min-width: 991px) {
  .header__category-title:before {
    content: "";
  }
}
@media (max-width: 991px) {
  .header__category-title {
    flex-direction: row;
  }
}
.header__category-title svg {
  flex-shrink: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .header__category-title svg {
    transform: rotate(-90deg);
    width: 18px;
    height: 18px;
  }
}
.header__category-title a {
  transition: 0.5s all;
}
.header__category-title a::after {
  background-color: #e99009;
}
.header__category-toggle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: black;
  border-radius: 7px;
}
.header__category-toggle svg > * {
  stroke: white;
}
@media (min-width: 991px) {
  .header__category-toggle {
    display: none;
  }
}
.header__category-toggle[aria-expanded=true]::after {
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e2e8f0;
  display: block;
  bottom: 0;
  position: absolute;
}
.header__category-toggle[aria-expanded=true] svg {
  transform: rotate(-180deg);
}
.header__category-menu {
  background: #fff;
  width: 100%;
}
@media (min-width: 991px) {
  .header__category-menu {
    left: 0;
    border-radius: 4px;
    top: calc(100% + 0px);
    width: 260px;
    border: 1px solid #e2e8f0;
    padding: 6px;
    visibility: hidden;
    position: absolute;
    display: block !important;
  }
}
@media (max-width: 991px) {
  .header__category-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .header__category-menu {
    border-bottom: 1px solid #e2e8f0;
  }
}
.header__category-link {
  padding: 10px 12px;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
}
@media (max-width: 991px) {
  .header__category-link {
    padding: 16px 0;
    background: #fff !important;
  }
}
.header__category-link:hover {
  background: #e2e8f0;
}
.header__contacts {
  display: flex;
  justify-content: space-between;
  gap: 84px;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .header__contacts {
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts:before {
  top: 0;
  left: -100%;
  right: -100%;
  height: 1px;
  background-color: #e2e8f0;
  position: absolute;
  content: "";
}
.header__contacts-el:nth-of-type(1) .header__contacts-link::before {
  background-position-x: 0;
}
.header__contacts-el:nth-of-type(2) .header__contacts-link::before {
  background-position-x: -14px;
}
.header__contacts-el:nth-of-type(3) .header__contacts-link::before {
  background-position-x: -28px;
}
.header__contacts-el:nth-of-type(4) .header__contacts-link::before {
  background-position-x: -42px;
}
.header__contacts-el:nth-of-type(5) .header__contacts-link::before {
  background-position-x: -56px;
}
.header__contacts-link {
  background-color: transparent;
  border: none;
  color: #231f20;
  font-weight: 500;
  padding: 0;
  padding-left: 22px;
  flex-direction: row;
  white-space: nowrap;
  min-height: 22px;
  align-items: center;
}
.header__contacts-link::before {
  width: 14px;
  height: 14px;
  background: url(../img/icons/sprite-header-icons-active.svg) center no-repeat;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: -1px;
  margin: auto;
}
@media (max-width: 991px) {
  .header__contacts-link::before {
    transform: scale(1.2);
  }
}
.header__contacts-link--calculator::before {
  background-position-x: -56px;
}
.header__contacts-link--sizes::before {
  background-position-x: -42px;
}
.header .tel-and-socials {
  position: absolute;
  right: 0;
  top: 31px;
  height: 24px;
}
@media (max-width: 991px) {
  .header .tel-and-socials {
    position: static;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header .tel-and-socials .tel {
  display: none;
}
@media (max-width: 991px) {
  .header .tel-and-socials .tel {
    display: flex;
    font-size: 24px;
    color: #231f20;
  }
}
.header .tel-and-socials .socials {
  gap: 14px;
  display: flex;
  height: 24px;
}
@media (max-width: 991px) {
  .header .tel-and-socials .socials {
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
.header .tel-and-socials .socials__el {
  display: flex;
}
.header__buttons-mobile {
  display: none;
  margin-right: 0;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__buttons-mobile {
    display: flex;
  }
}
.header__language {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.header__language .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
.header__language .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  gap: 10px;
}
.header__language .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language .wpml-ls-link {
  color: #E99009;
}
.header__language .wpml-ls-legacy-list-horizontal .wpml-ls-link {
  padding: 0;
  color: #94A3B8;
}
.header__language .wpml-ls-legacy-list-horizontal .wpml-ls-link:hover {
  color: #E99009;
}
@media (max-width: 991px) {
  .header__language {
    position: static;
    margin-right: 0;
  }
}
.header__language-el {
  color: #94a3b8;
}
.header__language-el:hover {
  color: #e99009;
}
.header__language-el.active {
  color: #e99009;
}
.header__signMenu {
  display: flex;
  align-items: center;
  gap: 3px;
}
@media (min-width: 767px) {
  .header__signMenu {
    position: relative;
    right: -5px;
  }
}
@media (max-width: 991px) {
  .header__signMenu {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.header__signMenu-link {
  display: flex;
  min-height: auto;
  padding: 10px 23px;
}
.header__toggle {
  display: none;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  background: url(../img/icons/burger.svg) center no-repeat;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header__toggle {
    display: flex;
  }
}
.header__toggle.active {
  background-image: url(../img/icons/times-black.svg);
}
.header__phone {
  font-size: 20px;
  flex-shrink: 0;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .header__phone {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header__phone {
    font-size: 16px;
    margin-left: auto;
    margin-right: 15px;
  }
  .header__phone.opened {
    color: #231f20;
  }
  .header__phone.opened::after,
  .header__phone.opened::before {
    background-color: #231f20;
  }
}
@media (max-width: 575px) {
  .header__phone {
    opacity: 0;
    visibility: hidden;
  }
  .header__phone.opened {
    opacity: 1;
    visibility: visible;
  }
}
.header__phone::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.header__phone.active::after,
.header__phone:hover::after {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  transition: top 0s, transform 0.3s;
  top: 0;
  transform: translateY(0);
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: rgba(35, 31, 32, 0.8);
  cursor: pointer;
  z-index: 3;
  display: none;
  transform: translateY(100%);
}
@media (max-width: 991px) {
  .header-bg {
    display: flex;
    transition: all 0.3s;
  }
  .header-bg.active {
    transform: translateY(0);
  }
}
.footer {
  background: #231f20;
}
.footer .schedule__title {
  color: #94a3b8;
}
.footer .row .col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: calc(100%/5);
  flex: none;
}
@media (max-width: 991px) {
  .footer .row .col {
    width: calc(100%/3);
  }
}
@media (max-width: 767px) {
  .footer .row .col {
    width: calc(100%/2);
  }
}
@media (max-width: 575px) {
  .footer .row:nth-of-type(2) {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .footer .row:nth-of-type(2) .col:nth-of-type(1) {
    order: 4;
  }
  .footer .row:nth-of-type(2) .col:nth-of-type(2) {
    order: 1;
  }
  .footer .row:nth-of-type(2) .col:nth-of-type(3) {
    order: 2;
    margin-top: -20px;
  }
  .footer .row:nth-of-type(2) .col:nth-of-type(4) {
    order: 3;
  }
  .footer .row:nth-of-type(2) .col:nth-of-type(5) {
    order: 0;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__menu-title {
  color: #94a3b8;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__menu-link {
  color: #fff;
}
.footer__menu-link:hover {
  color: #e99009;
}
.footer .contacts__el-body a {
  color: #e99009;
}
.footer .contacts__el-body a:hover {
  text-decoration: underline;
}
.footer .contacts__el-body .tel {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.footer .contacts__el-body .tel span {
  color: #94a3b8;
}
.footer .schedule {
  flex-direction: column;
  color: #fff;
}
.footer__main {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 575px) {
  .footer__main {
    padding-bottom: 10px;
  }
}
.footer__main .row {
  row-gap: 15px;
}
.footer__footer {
  padding: 32px 0;
  border-top: 1px solid #4b5563;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer__footer {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
.footer .copyright {
  color: #94a3b8;
}
.modal-close {
  width: 40px;
  height: 40px;
  background: url(../img/icons/times-black.svg) center no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.modal-dialog {
  max-width: 640px;
}
.modal-body {
  padding: 30px;
}
.modal .section__header {
  margin-bottom: 0;
}
.modal .form {
  background-color: transparent;
  padding: 0;
}
.table-container {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 991px) {
  .table-container {
    overflow-x: auto;
  }
}
.table-container::-webkit-scrollbar {
  display: none;
}
.table-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table-container .table {
  margin-bottom: 0;
}
.table-container .table__border {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  min-width: 730px;
}
.table-container .table td,
.table-container .table th {
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .table-container .table td,
  .table-container .table th {
    padding: 16px;
  }
}
.table-container .table tr > :nth-of-type(2),
.table-container .table tr > :nth-of-type(3) {
  white-space: nowrap;
}
.table-container .table thead tr th {
  background-color: #e2e8f0;
}
.table-container .table tbody tr {
  border-bottom: 1px solid #e2e8f0;
}
.table-container .table tbody tr:last-of-type {
  border: none;
}
.faq .section__header {
  align-items: flex-start;
  text-align: left;
}
.faq-accordion__el {
  border-top: 1px solid #e2e8f0;
  padding-bottom: 24px;
}
.faq-accordion__toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  padding-top: 24px;
}
.faq-accordion__toggle::after {
  opacity: 0.5;
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(../img/icons/arrow-down-black.svg) center no-repeat;
  display: flex;
  transition: all 0.5s;
}
.faq-accordion__toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.faq-accordion__collapse {
  font-size: 16px;
}
.faq-accordion__collapse p {
  padding-top: 5px;
}
.galleryEl .tab-content {
  margin-bottom: 11px;
}
.galleryEl .tab-pane img {
  width: 100%;
  height: auto;
}
.galleryEl .nav-tabs {
  display: flex;
  gap: 10px;
  height: 50px;
  border: none;
}
.galleryEl .nav-item {
  width: calc(20% - 8px);
  height: 100%;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s;
  overflow: hidden;
}
.galleryEl .nav-item:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.galleryEl .nav-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.galleryEl .nav-item.active {
  border-color: #94a3b8;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.galleryEl .productCard__desc {
  padding-top: 15px;
}
.galleryEl .productCard__desc > h5,
.galleryEl .productCard__desc > .h5 {
  margin-bottom: 10px;
}
.galleryEl .productCard__desc .buttons {
  margin-top: 30px;
}
.galleryEl .productCard__title {
  margin-bottom: 18px;
}
.galleryEl .productCard__price {
  margin-bottom: 25px;
}
.video-gallery .productCard img {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 15px;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .video-gallery .productCard img {
    padding: 10px;
  }
}
.video-gallery .productCard:hover img {
  border-color: #94a3b8;
}
#wpadminbar {
  bottom: 0;
  top: auto;
}
.content {
  /*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
}
.content > *:not(.section, .prices--container),
.content [align="justify"] > *:not(.section) {
  max-width: 760px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: justify;
}
.prices--container {
  min-width: 1320px;
}
@media (max-width: 1399px) {
  .prices--container {
    min-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .prices--container {
    min-width: 960px;
  }
}
@media (max-width: 991px) {
  .prices--container {
    min-width: 720px;
  }
}
@media (max-width: 767px) {
  .prices--container {
    min-width: 100%;
  }
}
.content > h3 {
  color: #dc2626;
}
.content [align="justify"] {
  max-width: 100%;
}
.content h1 {
  margin-bottom: 30px;
}
.content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.content img {
  max-width: 100%;
  object-fit: cover;
}
.content p:not(.hero__features-el-text),
.content ul,
.content ol,
.content dl {
  margin-bottom: 15px;
}
.content .su-column h4 {
  font-weight: 600;
  color: #DC2626;
}
.content .su-list .sui-check {
  display: none !important;
}
.general ul:not(.row):not(.hero__features),
.content .su-list ul {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.general ul:not(.row):not(.hero__features) li,
.content .su-list ul li {
  display: block !important;
  padding: 0 !important;
  padding-left: 16px !important;
  position: relative;
}
.general ul:not(.row):not(.hero__features) li::before,
.content .su-list ul li::before {
  flex-shrink: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e99009;
  position: relative;
  top: 8px;
  margin-right: 12px;
  position: absolute;
  left: 0;
}
.general ul:not(.row):not(.hero__features) li span,
.content .su-list ul li span {
  padding-left: 4px;
}
.general .ul--grey li::before,
.content .su-list .ul--grey li::before {
  background: #94A3B8;
}
.general ol,
.content ol {
  counter-reset: val;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.general ol li::before,
.content ol li::before {
  counter-increment: val;
  /* Increment the value of section counter by 1 */
  content: counter(val) ') ';
}
.content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.swiper-wrapper {
  height: auto;
}
.readMore {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.readMore::before {
  left: -1000px;
  right: -1000px;
  bottom: 0;
  top: 0;
  background-color: #231f20;
  content: '';
  position: absolute;
}
.readMore .row a {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E99009;
}
.readMore .row a:hover {
  text-decoration: underline;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.section--small {
  max-width: 640px;
}
.tablepress > :not(caption) > * > * {
  --head-bg-color: #e2e8f0;
  --padding: 15px 20px;
  font-weight: 500;
}
.tablepress th {
  font-weight: 500 !important;
}
.dataTables_wrapper {
  /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0; */
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.table-container .table__border .dataTables_scroll .tablepress {
  width: 734px !important;
}
.table-container .table__border .dataTables_scrollBody {
  overflow: hidden !important;
}
.accordion--single .accordion-collapse {
  overflow: hidden;
}
.accordion--single .accordion-collapse.collapse {
  display: block;
}
.accordion--single .accordion-collapse.collapse .accordion-body {
  height: 0;
  visibility: hidden;
  padding-bottom: 0;
}
.accordion--single .accordion-collapse.collapse.show .accordion-body {
  height: auto;
  visibility: visible;
}
.prices .container--small {
  max-width: 730px;
}
@media (max-width: 1199px) {
  .prices .container--small {
    max-width: 560px;
  }
}
.prices__inner {
  margin-top: -60px;
}
.prices__inner .priceEl {
  padding-bottom: 0;
  padding-top: 60px;
}
.prices__inner .priceEl:last-of-type {
  padding-bottom: 40px;
}
.tablepress {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0 !important;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
}
.otgs-development-site-front-end {
  display: none;
}
.pagination.swiper__nav .prev,
.pagination.swiper__nav .next {
  background: url(../img/icons/arrow-right-black-regular.svg) center no-repeat;
  width: 20px;
  height: 100%;
}
.pagination.swiper__nav .page-numbers {
  color: #b5b5b5;
}
.pagination.swiper__nav .page-numbers:hover,
.pagination.swiper__nav .page-numbers.current {
  color: #231f20;
}
.pagination.swiper__nav .prev {
  transform: rotate(180deg);
}

@media screen and (max-width:768px) {
  .section__header  iframe{
      max-width: 100%;
      height: auto;
  }
}
