@charset "UTF-8";

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
}

button {
  cursor: pointer;
}

.main {
  overflow-x: clip;
}

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
}

@font-face {
  font-family: IBMPlexSans;
  font-display: swap;
  src: url(../fonts/IBMPlexSans-Bold.woff2) format("woff2"), url(../fonts/IBMPlexSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: IBMPlexSans;
  font-display: swap;
  src: url(../fonts/IBMPlexSans-SemiBold.woff2) format("woff2"), url(../fonts/IBMPlexSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: IBMPlexSans;
  font-display: swap;
  src: url(../fonts/IBMPlexSans-Medium.woff2) format("woff2"), url(../fonts/IBMPlexSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: IBMPlexSans;
  font-display: swap;
  src: url(../fonts/IBMPlexSans-Regular.woff2) format("woff2"), url(../fonts/IBMPlexSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-left: -15px;
  margin-right: -15px */
}

.row>* {
  padding-left: 15px;
  padding-right: 15px
}

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

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

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-120 {
  margin-top: 120px;
}

html {
  scroll-behavior: smooth
}

body {
  font-family: IBMPlexSans;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #373737
}

body.lock {
  overflow: hidden;
}

h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 130%
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 130%
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 130%
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%
}

a {
  font-family: IBMPlexSans;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: inherit
}

a:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%)
}

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

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

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

.btn {
  padding: 20px 30px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#02c3cc), to(#3484d8));
  background: linear-gradient(90deg, #02c3cc, #3484d8 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  border: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.btn:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.footer-secondary {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 17px 44px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  max-width: 255px;
  text-align: center;
  font-size: clamp(16px, 5vw, 20px);
  font-weight: 500
}

.footer-secondary:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.pagination {
  margin-top: 30px
}

.pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px
}

.pagination-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(52, 132, 216, .2);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.pagination-dot.active {
  background: #3484d8;
  width: 110px;
  height: 10px;
  border-radius: 20px
}

.swiper-pagination {
  position: static !important
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3484d8;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.swiper-pagination-bullet-active {
  background: #3484d8;
  width: 110px;
  height: 10px;
  border-radius: 20px
}

.catalog-filter-buttons,
.solution-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.catalog-filter-btn,
.solution-filter-btn {
  background-color: #fff;
  border: 1px solid #373737;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.catalog-filter-btn.active,
.solution-filter-btn.active {
  background: #3484d8;
  color: #fff;
  border: 1px solid #3484d8;
  fill: #3484d8
}

.catalog-filter-btn.active i,
.solution-filter-btn.active i {
  color: #fff
}

.filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.filter-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(120px, 1fr))[6];
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 10px
}

.filter-btn {
  background-color: #fff;
  border: 1px solid #373737;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.filter-btn.active {
  background: #3484d8;
  color: #fff;
  border: 1px solid #3484d8;
  fill: #3484d8
}

.filter-btn.active i {
  color: #fff
}

.site-title {
  font-size: 60px;
  margin-bottom: 30px
}

.breadcrumb {
  margin-bottom: 30px
}

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

.breadcrumb-item {
  font-size: 18px;
  font-weight: 700;
  color: #3484d8
}

.breadcrumb svg {
  margin-top: 7px
}

.breadcrumb-link {
  color: #373737;
  font-weight: 500
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  color: #373737;
  content: "/"
}

.nav-button {
  border-radius: 14px;
  background: #3484d8;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}

.nav-button:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1)
}

.nav-button.next {
  right: 10px
}

.arrow-btn {
  background-color: rgba(255, 255, 255, .8);
  border: none;
  border-radius: 14px;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #3484d8
}

.arrow-btn:hover {
  background-color: #3484d8;
  color: #fff
}

.arrow-left-btn {
  margin-left: -20px
}

.arrow-right-btn {
  margin-right: -20px
}

.desktop-none {
  display: none
}

.modal-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.modal-gallery.active {
  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;
  opacity: 1
}

.modal-content-gallery {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
  object-fit: contain
}

.modal-close-gallery {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.modal-close-gallery:hover {
  background: rgba(255, 255, 255, .1)
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #3484d8;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  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;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  z-index: 1000
}

.scroll-to-top.show {
  opacity: .4;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.scroll-to-top:hover {
  background: #2a6bb8;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.fixed-buttons {
  position: fixed;
  top: 30%;
  right: 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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  z-index: 1000
}

.fixed-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 80px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#02c3cc), to(#3484d8));
  background: linear-gradient(90deg, #02c3cc, #3484d8 100%);
  border-radius: 12px 0 0 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 0 30px 25px
}

.fixed-btn.open.bonus {
  width: 230px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
  opacity: 1
}

.fixed-btn.open.worker {
  width: 270px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px
}

.fixed-btn span {
  margin-left: 10px;
  font-weight: 600;
  display: none
}

.fixed-btn.open span {
  display: inline
}

.fixed-btn-dekstop svg {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.fixed-btn-mobile svg {
  display: none
}

.lock {
  overflow: hidden;
}


.header-background {
    position: relative;
  border-radius: 20px;
  background: rgba(52, 132, 216, .08);
  padding: 16px 16px 0px;
  margin-bottom: 20px
}

.header-brand {
    max-width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    img {
        max-width: 100%;
    }
  
    span {
        color: #fff;
        background-color: rgba(55, 55, 55, 1);
        text-align: center;
        width: 220px;
        font-weight: 600;
        font-size: 8px;
        line-height: 1;
        padding: 1px 13px;
        letter-spacing: 1.7px;
        margin-top: -1px;
        
        height: 8px;
        display: flex;
        align-items: center;
    }
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}

.header-phone svg {
  margin-right: 10px
}

.header-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}

.header-clock svg {
  margin-right: 10px
}

.header-question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-question-block svg {
  margin-top: 10px;
  margin-left: 10px
}

.header-question-desktop {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.header-question-mobile {
  display: none
}

.header-line {
  border-top: 1px solid #d3d3d3;
  margin-top: 5px
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0
}

.nav-links li {
  position: relative;
  z-index: 3
}

.nav-links a {
  position: relative;
  font-size: 18px;
  color: #373737;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  padding: 7px 0;
  font-weight: 400;
}


.location-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0
}

.location-links li {
  position: relative;
  z-index: 5
}

.location-links a {
  position: relative;
  font-size: 18px;
  color: #373737;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.location-link:hover {
  color: #0d6efd
}

.header-location svg {
  display: none
}

.location-span {
  display: block;
  font-size: 16px;
  line-height: 100%
}

.dropdown-toggle::before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 6px;
  right: -17px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.dropdown-toggle:hover:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M201.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 173.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/></svg>")
}

.location-link {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative
}

.location-link::before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
  display: inline-block;
  width: 10px;
  height: 10px;
  top: -5px;
  right: -15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.location-link:hover:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M201.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 173.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/></svg>")
}

.discount-badge {
  color: #f33434;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: -7px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background: #fff;
  border: 1.5px solid #3484d8;
  border-radius: 20px;
  min-width: 300px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  padding: 25px 0
}

.location-menu {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background: #fff;
  border: 1.5px solid #3484d8;
  border-radius: 20px;
  min-width: 300px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  padding: 25px 0
}

.dropdown-menu li a {
  display: block;
  padding: 10px 0 10px 30px;
  color: #373737;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.location-menu li a {
  display: block;
  padding: 10px 0 10px 30px;
  color: #373737;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.location-parent svg {
  display: none
}

.dropdown-menu li a:hover {
  width: 100%;
  color: #3484d8;
  background-color: rgba(3, 19, 36, .08)
}

.location-menu li a:hover {
  width: 100%;
  color: #3484d8;
  background-color: rgba(3, 19, 36, .08)
}

.dropdown-parent:hover>.dropdown-menu {
  display: block
}

.location-parent:hover>.location-menu {
  display: block
}

.catalog-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.catalog-menu-btn span {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3484d8;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  padding: 15px 0;
  margin-right: 15px
}

.burger-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer
}

.burger-line:nth-child(1) {
  width: 24px;
  height: 4px;
  background-color: #3484d8;
  margin: 2px 0;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 15px
}

.burger-line:nth-child(2) {
  width: 20px;
  height: 4px;
  background-color: #3484d8;
  margin: 2px 0;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 15px
}

.burger-line:nth-child(3) {
  width: 16px;
  height: 4px;
  background-color: #3484d8;
  margin: 2px 0;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 15px
}

.mobile-block {
  display: none
}

.hero-content {
  position: relative;
  color: #fff;
  padding: 110px 100px
}

.no-webp .hero-content::before {
  background: url(../img/hero/hero-bg.jpg) no-repeat center
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 20px;
  background-size: cover;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-box-shadow: inset 1698px 4px 4px 0 rgba(54, 64, 75, .3);
  box-shadow: inset 1698px 4px 4px 0 rgba(54, 64, 75, .3)
}

.hero-content>* {
  position: relative;
  z-index: 1
}

.hero-subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  gap: 10px;
}

.hero-title {
  margin: 20px 0
}

.hero-description {
  font-size: 24px;
  margin-bottom: 10px
}

.hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.hero-box {
  background-color: #3484d8;
  border-radius: 15px;
  padding: 30px 15px;
  flex: 1 1 auto;
}

.hero-box:not(:last-child) {
  margin-right: 10px
}

.hero-icon {
  margin-bottom: 20px
}

.hero-text {
  font-size: 22px;
  margin-bottom: 0
}

.hero-form {
  background-color: #373737;
  border-radius: 20px;
  padding: 40px;
  max-width: 422px
}

.hero-form-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px
}

.hero-form-title span {
  color: #3484d8
}

.hero-form-btn {
  width: 100%
}

.hero-form-control {
  border-radius: 18px;
  background: rgba(52, 132, 216, .3);
  border: none;
  color: #fff;
  padding: 20px 22px;
  margin-bottom: 30px;
  width: 100%
}

.hero-form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.hero-form-control::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.hero-form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.hero-form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.hero-form-control::placeholder {
  color: #fff;
  opacity: 1
}

.hero-form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.hero-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-size: 14px;
  margin-top: 20px
}

.hero-form-checkbox a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline
}

.hero-form-checkbox input {
  accent-color: #3484d8;
  margin-top: 2px;
  margin-right: 10px;
  width: 20px;
  height: 20px
}

.hero-form-label {
  color: #d8d8d8;
  font-size: 14px
}

.hero-form-label a {
  color: #d8d8d8
}

.hero-cards {
  margin-top: 40px
}

.hero-card {
  position: relative;
  padding: 32px;
  height: 309px;
  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
}

.no-webp .hero-card::before {
  background: url(../img/hero/hero-card.jpg) no-repeat center
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  border-radius: 20px;
  -webkit-box-shadow: inset 1698px 4px 4px 0 rgba(54, 64, 75, .3);
  box-shadow: inset 1698px 4px 4px 0 rgba(54, 64, 75, .3);
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.hero-card>* {
  position: relative;
  z-index: 1
}

.hero-card-img {
  width: 40px;
  height: 40px
}

.hero-card-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2
}

.hero-pagination {
  display: none
}

.box-1 {
  height: 137px
}

.calculator {
  margin-top: 60px
}

.calculator .col-lg-12 {
    padding: 0 !important;
}

.calculator-title {
  margin-bottom: 30px;
  max-width: 900px
}

.slider-container {
  margin-bottom: 30px;
  max-width: 90%
}

.slider-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 24px
}

.slider-value {
  border: 1px solid #9e9e9e;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px
}

.range-slider {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00c6ff), color-stop(50%, #cceaff));
  background: linear-gradient(to right, #00c6ff 50%, #cceaff 50%);
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: radial-gradient(white 40%, #0af 40%);
  border: 3px solid #0af;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.range-slider::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: radial-gradient(white 40%, #0af 40%);
  border: 3px solid #0af;
  cursor: pointer
}

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

.range-counts span {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px
}

.material-options {
  margin-bottom: 30px
}

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

.material-label {
  font-size: 24px;
  margin-bottom: 15px
}

.form-check {
  font-size: 24px;
  margin-right: 60px
}

.form-check-input {
  border: 1px solid #373737 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700
}

.form-check-input:checked {
  border: 1px solid #007bff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, .2);
  box-shadow: 0 0 0 2px rgba(0, 123, 255, .2)
}

.quantity-container {
    gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.quantity-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #373737;
  border-radius: 12px;
  padding: 15px 20px
}
.quantity-block {
    flex: 1 1 auto;
}
.quantity-label {
  display: block;
  font-size: 24px;
  margin-bottom: 15px
}

.quantity-label span {
  display: none
}

.quantity-input {
  width: 100px;
  text-align: center;
  border: none;
  font-size: 20px;
  font-weight: 700
}

.btn-decrement {
  background-color: #fff;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.btn-increment {
  background-color: #3484d8;
  color: #fff;
  border: 1px solid #3484d8;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.result-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px
}

.result-description {
  font-size: 24px;
  max-width: 500px
}

.result-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.result-title {
  font-size: 20px;
  font-weight: 500;
  display: none
}

.result-price {
  font-size: 40px;
  font-weight: 600;
  display: none
}

.result-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px
}

.result-form button {
  width: 50%
}

.result-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 200px;
  padding: 20px 15px;
  border: 1px solid #373737;
  border-radius: 18px;
  font-size: 18px;
  display: none
}

.result-input::-webkit-input-placeholder {
  color: #373737;
  opacity: 1
}

.result-input::-moz-placeholder {
  color: #373737;
  opacity: 1
}

.result-input:-ms-input-placeholder {
  color: #373737;
  opacity: 1
}

.result-input::-ms-input-placeholder {
  color: #373737;
  opacity: 1
}

.result-input::placeholder {
  color: #373737;
  opacity: 1
}

.result-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #373737
}

.catalog {
  margin-top: 35px
}

.catalog-title {
  margin-bottom: 30px
}

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

.catalog-icon svg {
  width: 33px;
  height: 33px
}

.catalog-icon span {
  margin-left: 10px
}

.catalog-block {
  margin-bottom: 30px
}

.catalog-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden
}

.catalog-image img {
  width: 100%;
  height: auto;
  display: block
}

.swiper-button-lock {
  display: none !important;
}

.swiper-slide-thumb-active {
  opacity: .8;
}

.catalog-controls {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px
}

.catalog-info {
  border-radius: 20px;
  background: rgba(52, 132, 216, .08);
  padding: 43px 30px
}

.catalog-info .btn {
  padding-left: 70px;
  padding-right: 70px
}

.catalog-subtitle {
  margin-bottom: 15px
}

.catalog-details-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-details-price span {
    font-size: 20px;
    color: rgba(133, 133, 133, 1);
}

.catalog-description {
  color: #373737;
  margin-bottom: 30px
}

.catalog-thumbnails {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 15px
}

.catalog-thumbnail {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer
}

.catalog-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px
}

.catalog-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(120px, 1fr))[5];
  grid-template-columns: repeat(5, minmax(120px, 1fr))
}

.solutions {
  margin-top: 60px
}

.solutions-title {
  margin-bottom: 30px
}

.solutions-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.solutions-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.solutions-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(120px, 1fr))[6];
  grid-template-columns: repeat(6, minmax(120px, 1fr))
}

.solution-card {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.solution-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.solution-image {
  position: relative;
  height: 210px;
  overflow: hidden
}

.solution-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.solution-content {
  padding: 20px;
  border: 1px solid #373737;
  border-radius: 0 0 20px 20px
}

.solution-title {
  margin-bottom: 30px
}

.solution-specs {
  margin-bottom: 20px
}

.solution-spec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dashed #373737
}

.solution-spec-label {
  font-size: 16px;
  font-weight: 500
}

.solution-spec-value {
  font-size: 18px;
  font-weight: 500
}

.solution-price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px
}

.solution-price {
  font-size: 18px;
  font-weight: 600
}

.solution-original-price {
  text-decoration: line-through;
  color: #bdbdbd;
  margin-right: 10px;
  font-size: 16px
}

.solution-current-price {
  font-size: 24px;
  font-weight: 600;
  color: #3484d8
}

.solution-btn-order {
  width: 100%
}

.solution-discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #3484d8;
  color: #fff;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 500
}

.solution-pagination {
  margin-top: -20px
}

.about {
  margin-top: 60px
}

.about-title {
  margin-bottom: 30px
}

.about-image {
  border-radius: 15px;
  overflow: hidden;
  max-height: 400px;
}

.about-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}

.about-image {
    margin-bottom: 20px;
}
@media (min-width:768px) {
    .about-image {
      max-height: 600px;
    }
}

@media (min-width:1200px) {
    .about-image {
        margin-bottom: 0;
        max-height: none;
    }
}

.about-content {
  border-radius: 20px;
  background: rgba(52, 132, 216, .08);
  padding: 50px 30px
}

.about-btn {
  padding-left: 70px;
  padding-right: 70px
}

.about-subtitle {
  font-size: 32px;
  margin-bottom: 30px
}

.about-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px
}

.about-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px
}

.about-card {
  background-color: #fff;
  border: 1px solid #373737;
  border-radius: 20px;
  padding: 60px 62px
}

.about-number {
  font-size: 60px;
  font-weight: 600;
  color: #3484d8;
  margin-bottom: 40px
}

.about-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%
}

.about-page {
  margin-top: 0
}

.about-page-title {
  font-size: 60px;
  margin-bottom: 30px
}

.about-page-team,
.about-page-two {
  margin-top: 60px
}

.about-page-subtitle {
  max-width: 650px;
  margin-bottom: 30px
}

.about-page-step {
  border-radius: 20px;
  background: rgba(52, 132, 216, .08);
  padding: 30px 40px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  height: 392px;
  margin-bottom: 30px
}

.about-page-step:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.about-page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px
}

.about-page-number span {
  font-size: 80px;
  font-weight: 600;
  color: rgba(52, 132, 216, .3);
  margin-right: 20px
}

.about-page-subsubtitle {
  font-size: 28px
}

.about-page-description {
  margin-bottom: 24px
}

.team-card {
  background: rgba(52, 132, 216, .08);
  border-radius: 22px;
  padding: 30px 40px;
  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
}
.team-card .team-photo{
    margin-bottom: 15px;
}
.team-card .team-photo img{
    max-width: 100%;
    width: 100%;
}
.team-info {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto
}

.team-name {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px
}

.team-position {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  max-width: 240px
}

.process {
  margin-top: 60px
}

.process-title {
  margin-bottom: 30px
}

.process-step {
  border-radius: 20px;
  background: rgba(52, 132, 216, .08);
  padding: 32px 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  height: 372px;
  margin-bottom: 30px
}

.process-step:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.process-number {
  position: absolute;
  bottom: 20px;
  right: 5px;
  font-size: 210px;
  font-weight: 600;
  color: rgba(52, 132, 216, .3);
  z-index: 1;
  pointer-events: none
}

.process-subtitle {
  margin-bottom: 30px;
  position: relative;
  z-index: 2
}

.process-description {
  margin-bottom: 25px;
  position: relative;
  z-index: 2
}

.process-btn {
  padding-left: 60px;
  padding-right: 60px
}

.portfolio {
  margin-top: 60px
}

.portfolio-title {
  margin-bottom: 30px
}

.portfolio-container {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(200px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(200px, 1fr))
}

.portfolio-item {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  position: relative;
  cursor: pointer
}

.portfolio-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.portfolio-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px
}

.portfolio-description {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px
}

.portfolio-button {
  margin: 0 auto;
  margin-top: 30px
}

.portfolio-btn {
  padding-right: 38px;
  padding-left: 38px
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1
}

.works-list .work-section{
    background: rgba(52, 132, 216, .08);
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.works-list .work-section .work-section-image{
    margin: 0px;
}
.works-list .work-section .work-section-image img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}
.works-list .work-section .work-section-title{
    text-align: center;
    padding: 10px 10px;
}

.advantages {
  margin-top: 35px
}

.advantages-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px
}

.advantages-title {
  margin-bottom: 30px
}

.advantages-card {
  border-radius: 20px;
  background: rgba(52, 132, 216, .08);
  padding: 50px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.advantages-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.advantages-text {
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px
}

.installment {
  margin-top: 35px
}

.installment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.installment-title {
  margin-bottom: 0;
  max-width: 800px
}

.installment-description {
  font-size: 24px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0
}

.installment-container {
  border-radius: 20px;
  background: rgba(52, 132, 216, .08);
  padding: 43px 40px;
  text-align: center
}

.installment-subtitle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px
}

.installment-input-group {
  margin-bottom: 30px
}

.installment-label {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500
}

.installment-deposit-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 5px
}

.installment-deposit-option {
  font-size: 28px;
  font-weight: 500
}

.installment .active {
  color: #3484d8
}

.installment-image-container {
  border-radius: 20px;
  overflow: hidden
}

.installment-image-container img {
  width: 100%;
  height: auto;
  display: block
}

.installment-btn {
  width: 100%
}

.installment-term-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.installment-slider-label {
  font-size: 24px;
  font-weight: 400
}

.installment-range-slider {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00c6ff), color-stop(50%, #cceaff));
  background: linear-gradient(to right, #00c6ff 50%, #cceaff 50%);
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.installment-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: radial-gradient(white 40%, #0af 40%);
  border: 3px solid #0af;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.installment-range-slider::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: radial-gradient(white 40%, #0af 40%);
  border: 3px solid #0af;
  cursor: pointer
}

.form-control {
  min-width: 200px;
  padding: 20px;
  border: 1px solid #373737;
  border-radius: 18px;
  font-size: 18px;
  background: 0 0
}

.form-control::-webkit-input-placeholder {
  color: #373737;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #373737;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #373737;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #373737;
  opacity: 1
}

.form-control::placeholder {
  color: #373737;
  opacity: 1
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #373737;
  border: 1px solid #373737
}

.form-control input {
  color: #858585
}

.certificates {
  margin-top: 60px
}

.certificates-title {
  font-size: 55px;
  margin-bottom: 20px
}

.certificates-description {
  margin-bottom: 30px
}

.certificates-btn {
  padding-left: 50px;
  padding-right: 50px
}

.certificates-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.certificates-container {
  position: relative
}

.certificate-card {
  max-height: 370px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px
}

.certificate-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: ""
}

.faq-page__btn {
  display: block;
  margin: 0 auto;
  padding: 20px 42px;
}

.faq {
  margin-top: 60px
}

.faq-title {
  margin-bottom: 30px
}

.faq-subtitle h3 {
  margin: 0 !important;
}

.faq-question {
  text-align: left;
  background: rgba(0, 123, 255, .08);
  border-radius: 20px;
  padding: 35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  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
}

.faq-item:not(:last-child) {
  margin-bottom: 20px
}

.faq-item:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.faq-item.open .faq-question {
  background-color: rgba(52, 132, 216, 1);
  color: #fff;
}

.faq-item.open path {
  fill: rgba(52, 132, 216, 1);
}

.faq-item.open .faq-toggle {
  background-color: #fff;
}

.faq-answer {
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: none;
  text-align: left;
}

.faq-toggle {
  background: #3484d8;
  color: #fff;
  border: none;
  border-radius: 14px;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 10px
}

.faq-toggle:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.faq-toggle.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.contact {
  background: #2e363e;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  margin-top: 60px
}

.contact .footer-secondary {
  padding: 11px 16px;
  border-radius: 14px;
  max-width: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact-title {
  margin-bottom: 20px
}

.contact-subtitle {
  font-size: 20px;
  margin-bottom: 40px
}

.contact-btn {
  padding-left: 75px;
  padding-right: 75px
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto
}

.contact-form-input {
  border-radius: 18px;
  background: rgba(52, 132, 216, .3);
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  max-width: 390px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.contact-form-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.contact-form-input::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.contact-form-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.contact-form-input::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.contact-form-input::placeholder {
  color: #fff;
  opacity: 1
}

.contact-form-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

.contact-checkbox-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: #bdc3c7;
  font-size: 14px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.contact-checkbox-privacy input[type=checkbox] {
  accent-color: #3484d8;
  margin-right: 10px;
  width: 20px;
  height: 20px
}

.contact-checkbox-privacy label {
  font-size: 11px;
  text-align: left;
  line-height: 130%
}

.contact-checkbox-privacy label a {
  font-size: 11px;
  text-decoration: underline
}

.message-block {
  margin-top: 30px
}

.message svg {
  margin-right: 10px
}

.message-text {
  display: inline-block;
  margin-right: 30px;
  font-size: 24px;
  font-weight: 400
}

.blue {
  margin-left: 20px;
  background-color: #3484d8;
  border: 1px solid #3484d8
}

.contacts-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.contacts-info-title {
  font-size: 60px;
  margin-bottom: 30px
}

.contacts-info-subtitle {
  font-size: 32px;
  font-weight: 600
}

.contacts-info-contact {
  font-size: 24px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px 0 12px 0
}

.contacts-info-numbers {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  gap: 16px
}

.contacts-info-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500
}

.contacts-info-map {
  position: relative;
  overflow: hidden
}

.map-iframe {
  height: 654px;
  border-radius: 24px;
  width: 100%;
  position: relative;
  border: none
}

.lights {
  margin-top: 60px
}

.lights-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.lights-title {
  max-width: 800px;
  margin-bottom: 0
}

.lights-description {
  text-align: right;
  max-width: 455px;
  margin-bottom: 0
}

.lights-promo {
  max-width: 1110px;
  margin-bottom: 30px
}

.lights-item {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.lights-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lights-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.lights-block {
  margin-top: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.reviews {
  margin-top: 60px
}

.reviews-title {
  margin-bottom: 30px
}

.reviews-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.reviews-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px
}

.reviews-rating-star {
  color: #ffc107
}

.reviews-rating-value {
  font-size: 26px;
  font-weight: 600;
  margin: 0 30px 0 20px
}

.reviews-rating-date {
  font-size: 20px;
  font-weight: 400;
  color: rgba(55, 55, 55, .4);
  margin-left: 20px
}

.reviews-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.reviews-source-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%
}

.reviews-location-icon {
  color: #ff2e2e
}

.reviews-btn,
.reviews-button {
  padding-left: 57px;
  padding-right: 57px;
  margin-top: 30px
}

.reviews-button {
  display: none
}

.reviews-card {
  background: #eff5fc;
  border-radius: 20px;
  padding: 50px;
  position: relative
}

.reviews-card::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #eff5fc
}

.reviews-author {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px
}

.reviews-content {
  font-size: 24px;
  font-weight: 500
}

.reviews-block {
  margin-top: 50px
}

.reviews-paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px
}

.service {
  margin-top: 60px
}

.service-title {
  max-width: 800px;
  margin-bottom: 30px
}

.no-webp .service-container {
  background: url(../img/map-bg.jpg) no-repeat center
}

.service-container {
  padding: 26px 40px;
  background-size: cover;
  border-radius: 20px
}

.service-container img {
  display: none
}

.service-area-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px
}

.service-form {
  background: #eff5fc;
  border-radius: 20px;
  padding: 0 40px;
  max-width: 500px
}

.service-form-title {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600
}

.service-form-btn {
  width: 100%;
  margin-bottom: 30px
}

.service-form-control {
  border-radius: 18px;
  background: 0 0;
  border: 1px solid #373737;
  color: #373737;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%
}

.service-form-control::-webkit-input-placeholder {
  color: rgba(55, 55, 55, .4);
  opacity: 1
}

.service-form-control::-moz-placeholder {
  color: rgba(55, 55, 55, .4);
  opacity: 1
}

.service-form-control:-ms-input-placeholder {
  color: rgba(55, 55, 55, .4);
  opacity: 1
}

.service-form-control::-ms-input-placeholder {
  color: rgba(55, 55, 55, .4);
  opacity: 1
}

.service-form-control::placeholder {
  color: rgba(55, 55, 55, .4);
  opacity: 1
}

.service-form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(55, 55, 55, .4)
}

.service-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  max-width: 300px
}

.service-form-checkbox a {
  font-size: 14px;
  color: #373737;
  text-decoration: underline
}

.service-form-checkbox input {
  accent-color: #3484d8;
  margin-top: 2px;
  margin-right: 10px;
  width: 20px;
  height: 20px
}

.service-form-label {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%
}

.service-form-label a {
  color: #7b7b7b
}

.city-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 15px
}

.service-city-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 10px
}

.city-button {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  border: 1px solid #373737;
  border-radius: 25px;
  padding: 10px 15px;
  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;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.city-button:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.btn-hover:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.service-city-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  border: 1px solid #373737;
  border-radius: 25px;
  padding: 7px 0;
  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;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.service-city-button:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.tabs-container {
  width: 100%;
  background: #eff5fc;
  border-radius: 20px;
  padding: 32px 0;
  max-width: 500px;
  height: 100%
}

.service-tab {
  padding-top: 10px
}

.tabs {
  text-align: center;
  margin-bottom: 30px
}

.service .tabs {
  margin-bottom: 0;
}

.tab-button {
  background: 0 0;
  border: none;
  font-size: 26px;
  font-weight: 600;
  color: rgba(55, 55, 55, .4);
  cursor: pointer;
  position: relative;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}

.tab-button.active {
  color: #373737;
  font-size: 32px;
  font-weight: 600
}

.tab-content {
  display: none
}

.tab-content.active {
  display: block;
  -webkit-animation: fadeIn .3s ease;
  animation: fadeIn .3s ease
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.contact-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 24px;
  font-size: 22px;
  font-weight: 500
}

.contact-tab span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.contact-tab span:not(:last-child) {
  margin-bottom: 35px
}

.contact-tab svg {
  margin-right: 17px;
  margin-top: 5px
}

.service-container {
  background: #eff5fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px
}

.service-container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.service-container span:not(:last-child) {
  margin-bottom: 35px
}

.service-container svg {
  margin-right: 17px;
  margin-top: 5px
}

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

.service-city-block {
  padding: 20px;
  background: #eff5fc;
  border-radius: 20px
}

.service-map {
  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;
  width: 98%;
  height: 100%
}

.service-map img {
  max-width: 100%;
  height: auto;
  display: block
}

.footer {
  background: #2e363e;
  color: #fff;
  padding: 50px 0 20px;
  margin-top: 120px;
  border-radius: 20px 20px 0 0
}

.footer-logo {
  margin-bottom: 30px
}

.footer-button {
  width: 100%;
  max-width: 255px;
  margin-bottom: 20px
}

.footer-title {
  margin-bottom: 20px
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-links li:not(:last-child) {
  margin-bottom: 20px
}

.footer-links a {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none
}

.footer-links a:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%)
}

.footer-line {
  border-top: 1px solid #969696;
  margin-top: 60px;
  margin-bottom: 30px
}

.footer-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-copyright {
  font-size: 18px;
  font-weight: 400;
  margin: 0
}

.footer-column-links {
  margin-top: 15px
}

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

.footer-column-logo img {
  width: 100%;
  max-width: 220px
}

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

.social-title {
  color: #fff;
  font-size: clamp(18px, 5vw, 20px);
  font-weight: 400;
  margin-right: 20px
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.our-works-title {
  margin-bottom: 30px
}

.our-works-item {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  position: relative;
  cursor: pointer
}

.our-works-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.our-works-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px
}

.our-works-description {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px
}

.our-works-button {
  margin: 30px auto 0
}

.our-works-btn {
  padding-right: 62px;
  padding-left: 62px
}

.our-works-item:hover .our-works-overlay {
  opacity: 1
}

.details-subtitle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 27px
}

.details-list {
  list-style-type: none
}

.details-item {
  padding-left: 20px;
  position: relative;
  font-size: 28px;
  font-weight: 500
}

.details-item span {
  font-weight: 600
}

.details-item:not(:last-child) {
  margin-bottom: 20px
}

.details-item::before {
  content: "•";
  color: #3484d8;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0
}

.details-map img {
  width: auto;
  height: 100%;
  display: block
}

.call-back-modal {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10000;
  padding: 80px 0;
}

.call-back-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  opacity: 1
}

.call-back-content {
  border-radius: 15px;
  background: #fff;
  padding: 40px 30px;
  margin: auto;
  position: relative;
  width: 450px
}

.call-back-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .8);
  border: none;
  border-radius: 10px;
  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;
  cursor: pointer
}

.call-back-modal-close:hover {
  background: #fff
}

.call-back-modal-title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px
}

.call-back-phone-input {
  width: 100%;
  padding: 20px;
  border: 1px solid #373737;
  border-radius: 18px;
  font-size: 18px;
  margin-bottom: 30px
}

.call-back-modal textarea {
  height: 180px;
}

.call-back-phone-input::-webkit-input-placeholder {
  color: rgba(133, 133, 133, 1);
  opacity: 1
}

.call-back-phone-input::-moz-placeholder {
  color: rgba(133, 133, 133, 1);
  opacity: 1
}

.call-back-phone-input:-ms-input-placeholder {
  color: rgba(133, 133, 133, 1);
  opacity: 1
}

.call-back-phone-input::-ms-input-placeholder {
  color: rgba(133, 133, 133, 1);
  opacity: 1
}

.call-back-phone-input::placeholder {
  color: rgba(133, 133, 133, 1);
  opacity: 1
}

.call-back-phone-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #373737
}

.call-back-modal-choice {
  color: #373737;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px
}

.call-back-modal-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px
}
.call-back-modal-methods label._active {
    background-color: rgba(52, 132, 216, 1) !important;
    color: #fff;
    border: none;
}
.call-back-modal-methods label._active path {
    fill: white;
}
.call-back-modal-methods label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  gap: 10px;
  color: #373737;
  border-radius: 14px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #373737;
  background: #fff
}

.call-back-modal-methods label:hover {
  background: #f1f1f1
}
.call-back-modal-methods label input[type="radio"]{
    display: none;
}
.call-back-modal-methods .telegram {
  background: #3484d8;
  color: #fff;
  border: none
}

.call-back-modal-methods .telegram:hover {
  background-color: #2297d3
}

.call-back-modal-btn {
  width: 100%;
  margin-bottom: 5px
}

.call-back-modal-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  gap: 10px;
  line-height: 80%;
  max-width: 300px
}

.call-back-modal-form-check-input {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.call-back-modal-form-check-label {
  color: #373737;
  font-size: 14px
}

.call-back-modal-form-check-label a {
  text-decoration: underline;
  color: #373737;
  font-size: 14px;
  line-height: 1.5;
}

.file-upload {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.file-upload:hover {
  background-color: #eee;
  border-color: #ccc;
}

.file-upload__icon {
  width: 20px;
  height: 26px;
  object-fit: contain;
}

.file-upload__text {
  color: rgba(52, 132, 216, 1);
  font-size: 20px;
}

.file-upload__input {
  display: none;
  /* скрываем настоящий input */
}

.catalog-menu__title {
  display: flex;
  align-items: center;
  gap: 15px;
}

body.modal-open {
  overflow: hidden
}

.product-page-call {
  margin-top: 60px;
}

.product-page {
  margin-bottom: 60px;
}

.product-page__flex {
  display: flex;
  gap: 20px 30px;
}

.product-page__media {
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
}

.product-page__slider {
  margin-bottom: 10px;
}

.product-page__slide {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 71%;
  position: relative;
}

.product-page__slide img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-thumbs__slide {
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
  padding-bottom: 14%;
}

.product-thumbs__slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 15px;
}

.product-page__tabs {
  margin-top: 50px;
  font-weight: 400;
}

.product-page__tabs .tabs-block__navigation {
  background: rgba(52, 132, 216, 0.08);
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 35px;
}

.product-page__tabs .tabs-block__title {
  font-size: 18px;
  padding: 11px 20px;
  border: none;
  font-weight: 400;
}

.product-page__tabs p {
  font-size: 24px;
}

.product-page__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #373737;
}

.product-page__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.product-page__actions .btn {
  min-width: 268px;
}

.price-product-page__sale {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-product-page__sale span {
  font-weight: 500;
  font-size: 20px;
  color: #bdbdbd;
  text-decoration: line-through;
}

.price-product-page {
  line-height: 1.5;
}


.price-product-page__main {
  font-weight: 600;
  font-size: 30px;
  color: #3484d8;
}

.price-product-page__main p {
  font-weight: 500;
  font-size: 14px;
  color: #b5b5b5;
}

.price-product-page__card {
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
  padding: 3px 10px;
  line-height: 1.5;
  border-radius: 30px;
  background: #3484d8;
  display: inline-block;
}


.params-product-page__title {
  font-weight: 600;
  font-size: 22px;
  color: #373737;
  margin-bottom: 20px;
}

.params-product-page__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  transition: all 0.3s;
}

.params-product-page__list._active {
  max-height: 100%;
}

.params-product-page__line span {
  font-weight: 400;
  font-size: 20px;
  color: #373737;
  float: left;
  padding-right: 5px;
}

.params-product-page__line p {
  float: right;
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  color: #3484d8;
  padding-left: 5px;
}

.params-product-page__line::after {
  content: "................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................";
  color: #9b9b9b;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  bottom: -2px;
  font-size: 11px;
}

.params-product-page__btn {
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 20px;
  color: #3484d8;
  transition: opacity 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.params-product-page__btn span:last-of-type {
  display: none;
}

.params-product-page__btn._active span:first-of-type {
  display: none;
}

.params-product-page__btn._active span:last-of-type {
  display: block;
}

.social-product-page {
  position: relative;
}

.social-product-page__btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  color: #3484d8;
  transition: opacity 0.3s ease 0s;
}

.social-product-page__link {
  width: 35px;
  height: 35px;
}

.social-product-page__link svg {
  width: 100%;
  height: 100%;
}

.social-product-page__body {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  padding: 20px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1.5px solid #3484d8;
  border-radius: 20px;
  z-index: 3;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

._active .social-product-page__body {
  display: grid;
}

.welcome {
  padding: 40px 50px;
  background-color: rgba(52, 132, 216, 0.08);
  border-radius: 20px;
}

.welcome__row {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 400;
  flex-wrap: wrap;
}

.welcome__row .btn,
.reviews-fast-about .btn {
  padding-left: 56px;
  padding-right: 56px;
}

.welcome__row span {
  font-size: 18px;
}

.welcome__row a {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 30px;
  border-radius: 14px;
  transition: all .3s;
  height: 50px;
}

.welcome__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 420px;
}

.welcome__viber {
  border: 1px solid rgba(55, 55, 55, 1);
}

.welcome__telegram {
  color: #fff;
  background-color: rgba(52, 132, 216, 1);
}

.fast-about,
.open-vacancies {
  margin-top: 60px;
}

.fast-about__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.fast-about__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(55, 55, 55, 1);
}

.fast-about__card span {
  color: rgba(52, 132, 216, 1);
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
}

.fast-about__card p {
  font-size: 24px;
  line-height: 1.3;
}

.reviews-fast-about {
  background: rgba(52, 132, 216, 0.08);
  padding: 29px 50px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews-fast-about__left {
  max-width: 549px;
}

.reviews-fast-about a {
  display: inline-block;
}

.reviews-fast-about__top {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

.reviews-fast-about__rate {
  font-size: 60px;
  font-weight: 700;
}

.reviews-fast-about__stars {
  font-weight: 400;
}

.reviews-fast-about__stars img {
  display: block;
  margin-bottom: 10px;
  width: 282px;
  height: 37px;
  object-fit: contain;
}

.reviews-fast-about__right {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px 30px;
}

.reviews-fast-about__card {
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(55, 55, 55, 1);
}

.reviews-fast-about__card span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(52, 132, 216, 1);
  display: block;
  margin-bottom: 14px;
}

.reviews-fast-about__card p {
  font-size: 26px;
  font-weight: 400;
}

.open-vacancies__wrapper {
  background: rgba(52, 132, 216, .08);
  border-radius: 20px;
  padding: 40px 50px
}

.open-vacancies__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.open-vacancies__top span {
  font-weight: 600;
  font-size: 34px;
  line-height: 120%
}

.open-vacancies__top p {
  color: #3484d8;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%
}

.open-vacancies__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  margin-bottom: 50px
}

.open-vacancies__body>div>*:not(:last-child) {
  margin-bottom: 5px;
  display: block;
}

.open-vacancies__body>div span {
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  color: #373737
}

.open-vacancies__body>div p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%
}

.tabs-block__navigation,
.tabs__navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 30px
}

.tabs-block__title,
.tabs__title {
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #373737;
  transition: all .3s
}

.tabs-block__title._tab-active,
.tabs__title._tab-active {
  border-color: transparent;
  background-color: #3484d8;
  color: #fff
}

.tabs-block__title:hover,
.tabs__title:hover {
  opacity: .7
}

.sales-grid {
  text-align: left;
  display: grid;
  gap: 30px 40px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.sales-grid__card:nth-child(n+7) {
    display: none;
}

.is-open .sales-grid__card:nth-child(n+7) {
    display: block;
}

.sales-grid__media {
  width: 100%;
  height: 320px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.sales-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-grid__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-left: 1px solid rgba(55, 55, 55, 1);
  border-bottom: 1px solid rgba(55, 55, 55, 1);
  border-right: 1px solid rgba(55, 55, 55, 1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sales-grid__body .btn {
  width: 100%;
}

.sales-grid__body span {
  font-weight: 700;
}

.underline {
  border-bottom: 1px solid rgba(52, 132, 216, 1);
}

.sale-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sale-title__right {
  max-width: 318px;
  text-align: right;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}

.review-item {
  border-radius: 8px;
  overflow: hidden;
}

.swiper-slide .review-item {
  width: 270px;
}

.review-item__video {
  position: relative;
  padding: 0px 0px 150% 0px;
}

.review-item__video img,
.review-item__video iframe,
.review-item__video video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.review-item__info {
  background-color: rgba(52, 132, 216, .08);
  border-top: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 24px 16px;
  font-size: 18px;
}

.info-review-item>*:not(:last-child) {
  margin-bottom: 16px;
}

.info-review-item .info-review-item__top>*:not(:last-child),
.info-review-item .info-review-item__bottom>*:not(:last-child) {
  margin-bottom: 4px;
}

.info-review-item .info-review-item__date {
  font-size: 14px;
}

.info-review-item__stars {
  width: 100px;
  height: 20px;
}

.info-review-item__stars--5 {
  background: url("../img/reviews/5_stars.svg") center center/contain no-repeat;
}

.dark-theme .info-review-item__stars--5 {
  background: url("../img/reviews/5_stars_dark.svg") center center/contain no-repeat;
}

.info-review-item__name {
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.info-review-item__name a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info-review-item__more {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.info-review-item__more span {
  text-decoration-line: underline;
  text-underline-offset: 3px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.info-review-item__more::before {
  font-size: 14px;
  padding-top: 7px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.info-review-item__date,
.slide-image-testimonials__date {
  color: #8e8e8e;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.product-page-table__title {
  margin-bottom: 30px;
}

.product-page-call__body {
  background: rgba(52, 132, 216, 0.08);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px 77px;
}

.product-page-call__text {
  margin-top: 30px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-page-call .call-back-content {
  flex: 0 0 450px;
  margin: 0;
}
.product-page-call .call-back-modal-title span:last-child {
    display: none;
}
.table-wrapper {
  text-align: center;
  overflow: auto;
}

@media (max-width:1600px) {

  .catalog-menu {
    padding: 26px 80px !important;
  }

  .catalog-menu__title {
    font-size: 25px;
  }

  .catalog-menu__bold {
    font-size: 20px;
  }

  .catalog-menu a {
    font-size: 22px !important;
  }

  .catalog-menu__close {
    top: 20px;
    right: 20px;
  }

}

@media (max-width:1400px) {
  .container {
    max-width: 1320px
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 1260px) {
  .product-page__flex {
    flex-direction: column;
  }
}

@media (max-width:1200px) {
  .container {
    max-width: 1140px
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width:992px) {
  .product-page-call .call-back-content {
    width: 100%;
    flex: 1 1 auto;
  }

  .product-page-call__body {
    flex-direction: column;
    align-items: start;
  }

  .catalog-menu {
    padding: 10px 0 !important;
  }

  .catalog-menu__close {
    display: none;
  }

  .sale-title__right {
    display: none;
  }

  .catalog-menu__title {
    margin: 10px 0;
    font-size: 18px;
  }

  .catalog-menu__title img {
    width: 16px;
    height: 16px;
  }

  .catalog-menu a,
  .catalog-menu__bold {
    font-size: 18px !important;
  }

  .container {
    max-width: 960px
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  h2 {
    font-size: 32px
  }

  h3 {
    font-size: 22px
  }

  h4 {
    font-size: 20px
  }

  p {
    font-size: 16px
  }

  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .footer-secondary {
    margin-bottom: 30px
  }

  .footer-btn {
    max-width: none
  }

  .navbar-button {
    width: 100%
  }

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

  .catalog-filter-btn,
  .solution-filter-btn {
    font-size: 16px
  }

  .filter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0
  }

  .filter-buttons {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    margin-bottom: 20px;
    gap: 7px
  }

  .filter-btn {
    font-size: 15px;
    padding: 10px 0
  }

  .site-title {
    font-size: 32px
  }

  .breadcrumb {
    margin-bottom: 15px
  }

  .mobile-none {
    display: none
  }

  .desktop-none {
    display: block
  }

  .scroll-to-top {
    bottom: 15px;
    right: 15px
  }

  .header-background {
    margin-bottom: 10px
  }

  .catalog-menu-btn {
    display: none
  }

  .mobile-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
  }

  .header-brand,
  .header-phone {
    display: none
  }

  .header-brand-mobile {
    width: 145px;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    span {
    color: #fff;
    background-color: rgba(55, 55, 55, 1);
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 5px;
    line-height: 1;
    padding: 0 5px;
    letter-spacing: 1.5px;
    margin-top: -1px;
    height: 8px;
    display: flex;
    align-items: center;
    }
  }

  .header-brand-mobile img {
    width: 129px;
  }

  .header-clock {
    margin-right: auto;
    font-size: 10px
  }

  .header-container {
    gap: 10px
  }

  .header-question-desktop {
    display: none
  }

  .header-question-mobile {
    display: block;
    font-size: 10px
  }

  .header-clock svg,
  .header-instagram svg,
  .navbar-telegram svg {
    width: 20px !important;
    height: 20px !important
  }

  .header-question-block svg {
    margin-top: 5px;
    margin-left: 5px
  }

  .header-clock svg {
    margin-right: 5px
  }

  .header-phone-mobile {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-right: 0;
    text-decoration: underline
  }

  .header-phone-mobile svg {
    margin-right: 2px;
    width: 28px !important;
    height: 21px !important
  }

  .header-background {
    padding: 0;
    background: 0 0
  }

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

  .burger-menu.active .burger-line:nth-child(1) {
    width: 24px;
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    -ms-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px)
  }

  .burger-menu.active .burger-line:nth-child(2) {
    opacity: 0
  }

  .burger-menu.active .burger-line:nth-child(3) {
    width: 24px;
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    -ms-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px)
  }

  .nav-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    background: 0 0;
    padding: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    height: calc(100% - 100px);
    overflow: auto;
  }

  .nav-menu.active {
    display: block
  }

  .header-location-select {
    min-width: 100%
  }

  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0
  }

  .nav-links li {
    padding: 0
  }

  .location-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0
  }

  .location-links li {
    padding: 0
  }

  .location-parent.expanded .location-menu {
    display: block
  }

  .location-parent.expanded .location-menu {
    display: block
  }

  .dropdown-menu li {
    border-top: none
  }

  .dropdown-menu {
    position: static;
    display: none;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0
  }

  .location-link::before,
  .location-span {
    display: none
  }

  .location-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-size: 12px
  }

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

  .header-location svg {
    margin-right: 5px;
    display: inline-block
  }

  .header-btn {
    width: 100%;
    margin-top: 20px
  }

  .hero-content {
    padding: 40px 10px
  }

  .hero-title {
    font-size: 34px
  }

  .hero-description {
    font-size: 16px
  }

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

  .hero-box:not(:last-child) {
    margin-right: 0
  }

  .hero-form {
    padding: 30px 20px
  }

  .hero-form-title {
    font-size: 26px
  }

  .hero-form-checkbox a {
    font-size: 12px
  }

  .hero-form-label {
    color: #d8d8d8;
    font-size: 12px;
    line-height: 130%
  }

  .hero-cards {
    margin-top: 20px
  }

  .hero-card {
    padding: 30px 16px;
    margin-bottom: 25px;
    height: auto;
    min-height: 242px;
  }

  .hero-card-title {
    font-size: 26px
  }

  .hero-pagination {
    display: block;
    margin-top: 20px
  }

  .box-1 {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    max-width: 432px
  }

  .calculator {
    margin-top: 35px
  }

  .slider-container {
    margin-bottom: 20px
  }

  .slider-label {
    font-size: 18px
  }

  .slider-value {
    font-size: 22px
  }

  .range-slider {
    width: 100%
  }

  .range-counts span {
    font-size: 18px
  }

  .material-options {
    margin-bottom: 10px
  }

  .material-label {
    font-size: 18px
  }

  .form-check {
    font-size: 16px;
    margin-right: 6px
  }

  .quantity-container {
    gap: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(45px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(45px, 1fr));
    -ms-grid-column-align: center;
    justify-self: center
  }

  .quantity-group {
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .quantity-label {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5px
  }

  .quantity-input {
    width: 30px
  }

  .btn-decrement {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 20px;
    width: 30px;
    flex: 0 0 30px;
    height: 45px
  }

  .btn-increment {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 20px;
    color: #3484d8;
    width: 30px;
    flex: 0 0 30px;
    height: 45px
  }

  .result-container {
    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;
    border-radius: 20px;
    background: rgba(52, 132, 216, .08);
    padding: 15px 10px
  }

  .result-text {
    display: none
  }

  .result-description {
    font-size: 16px;
    text-align: right;
    margin-bottom: 0
  }

  .result-cost {
    margin-bottom: 15px
  }

  .result-title {
    font-size: 16px
  }

  .result-price {
    font-size: 26px
  }

  .result-form button {
    width: 100%
  }

  .catalog {
    margin-top: 35px
  }

  .catalog-icon svg {
    width: 23px;
    height: 23px
  }

  .catalog-block {
    margin-bottom: 0
  }

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

  .catalog-image {
    margin-bottom: 20px
  }

  .catalog-info {
    margin-top: 20px
  }

  .catalog-thumbnails {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 0
  }

  .catalog-thumbnail {
    border-radius: 10px
  }

  .catalog-thumbnail:nth-child(n+4) {
    display: none
  }

  .catalog-thumbnail img {
    border-radius: 10px
  }

  .catalog-buttons {
    -ms-grid-columns: (minmax(120px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    margin-bottom: 20px
  }

  .catalog-buttons>:nth-child(odd):last-child {
    grid-column: 1/-1
  }

  .solutions {
    margin-top: 35px
  }

  .solutions-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .solutions-buttons {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    margin-bottom: 20px;
    gap: 5px
  }

  .solution-card {
    margin-bottom: 20px
  }

  .solution-price {
    font-size: 16px
  }

  .about {
    margin-top: 35px
  }

  .about-content {
    padding: 30px 20px 10px
  }

  .about-btn {
    width: 100%
  }

  .about-subtitle {
    font-size: 22px
  }

  .about-text {
    font-size: 16px
  }

  .about-container {
    margin-top: 20px;
    -ms-grid-columns: (minmax(150px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px
  }

  .about-card {
    padding: 20px;
    min-height: 160px
  }

  .about-number {
    font-size: 30px;
    margin-bottom: 20px
  }

  .about-label {
    font-size: 16px
  }

  .about-page-title {
    font-size: 32px;
    margin-bottom: 20px
  }

  .about-page-team,
  .about-page-two {
    margin-top: 35px
  }

  .about-page-team {
    margin-top: 10px
  }

  .about-page-step {
    padding: 30px;
    height: auto
  }

  .about-page-number {
    font-size: 50px
  }

  .team-card {
    margin-bottom: 20px
  }

  .process {
    margin-top: 35px
  }

  .process-step {
    padding: 30px;
    height: 262px
  }

  .process-number {
    font-size: 50px;
    top: 30px;
    left: 30px
  }

  .process-subtitle {
    margin-left: 40px
  }

  .portfolio {
    margin-top: 35px
  }

  .portfolio-container {
    -ms-grid-columns: (minmax(150px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px
  }

  .portfolio-item {
    border-radius: 15px
  }

  .portfolio-item:nth-child(n+7) {
    display: none
  }

  .advantages {
    margin-top: 35px
  }

  .advantages-container {
    -ms-grid-columns: (minmax(150px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px
  }

  .advantages-card {
    padding: 15px;
    min-height: 180px
  }

  .advantages-text {
    font-size: 25px
  }

  .installment {
    margin-top: 20px
  }

  .installment-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .installment-title {
    margin-bottom: 20px
  }

  .installment-description {
    font-size: 16px
  }

  .installment-container {
    margin-bottom: 20px;
    padding: 30px 20px
  }

  .installment-image-container {
    margin-bottom: 20px
  }

  .installment-range-slider {
    width: 70%
  }

  .certificates {
    margin-top: 30px
  }

  .certificates-title {
    font-size: 32px
  }

  .certificates-description {
    margin-bottom: 20px
  }

  .certificates-btn {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    max-width: 240px
  }

  .faq {
    margin-top: 35px
  }

  .faq-question {
    padding: 20px
  }

  .faq-answer {
    font-size: 16px;
    padding: 10px 20px;
  }

  .contact {
    margin-top: 35px
  }

  .contact-subtitle {
    font-size: 16px
  }

  .message {
    margin-bottom: 15px
  }

  .message-text {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px
  }

  .blue {
    margin-left: 0
  }

  .contacts-info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }

  .contacts-info-title {
    font-size: 32px
  }

  .contacts-info-subtitle {
    font-size: 22px
  }

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

  .contacts-info-description {
    font-size: 18px
  }

  .lights {
    margin-top: 35px
  }

  .lights-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .lights-title {
    margin-bottom: 20px
  }

  .lights-description {
    text-align: left
  }

  .lights-promo {
    display: none
  }

  .reviews {
    margin-top: 35px
  }

  .reviews-title {
    margin-bottom: 22px
  }

  .reviews-rating {
    margin-bottom: 20px;
    gap: 5px
  }

  .reviews-rating-value {
    font-size: 16px;
    margin: 0 15px
  }

  .reviews-rating-date {
    font-size: 18px
  }

  .reviews-source-name {
    font-size: 24px
  }

  .reviews-btn,
  .reviews-button {
    display: none
  }

  .reviews-button {
    display: block;
    margin: 0 auto;
    margin-top: 20px
  }

  .reviews-card {
    padding: 30px 20px;
    margin-top: 20px
  }

  .reviews-author {
    font-size: 22px;
    margin-bottom: 20px
  }

  .reviews-content {
    font-size: 16px
  }

  .reviews-block {
    margin-top: 20px
  }

  .reviews-paginator {
    display: block;
    margin-top: 20px
  }

  .service {
    margin-top: 35px
  }

  .service-title {
    max-width: 100%;
    margin-bottom: 20px
  }

  .service-container {
    padding: 10px 0;
    background: 0 0
  }

  .service-container img {
    width: 100%;
    height: auto;
    display: block
  }

  .service-area-container {
    padding: 30px 15px;
    display: none
  }

  .service-form {
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px 20px
  }

  .service-form-title {
    font-size: 22px
  }

  .service-form-control {
    margin-bottom: 20px
  }

  .service-form-checkbox {
    font-size: 10px
  }

  .city-grid {
    -ms-grid-columns: (minmax(180px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(180px, 1fr))
  }

  .footer {
    margin-top: 35px;
  }

  .footer .row {
    margin: 0 !important;
  }

  .footer-button {
    max-width: none;
    font-size: 16px
  }

  .footer-links a {
    font-size: 18px
  }

  .footer-line {
    margin-top: 30px;
    margin-bottom: 20px
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer-copyright {
    font-size: 16px
  }

  .footer-copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px
  }

  .footer-column-links {
    margin-top: 30px
  }

  .social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .our-works-title {
    font-size: 32px;
    margin-bottom: 20px
  }

  .details-subtitle {
    font-size: 22px
  }

  .details-item {
    font-size: 18px
  }

  .details-map {
    margin-top: 20px
  }
}

@media (max-width:768px) {
.product-page-call .call-back-modal-title span:last-child {
    display: block;
}
.product-page-call .call-back-modal-title span:first-child {
    display: none;
}
  .product-page-call__body {
    padding: 30px 10px;
    border-radius: 15px;
  }

  .product-page-call__text {
    margin-top: 20px;
    font-size: 16px;
  }

  .product-page-call {
    margin-top: 35px;
  }

  .product-page-table__title {
    margin-bottom: 15px;
  }

  .product-page {
    margin-bottom: 35px;
  }

  .product-page__tabs {
    margin-top: 20px;
  }

  .product-page__tabs .tabs-block__title {
    font-size: 16px;
  }

  .product-page__tabs .tabs-block__navigation {
    margin-bottom: 20px;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    left: 10px;
  }

  .product-page__tabs p {
    font-size: 16px;
  }

  .social-product-page__body {
    padding: 15px;
    gap: 8px;
  }

  .social-product-page__link {
    width: 25px;
    height: 25px;
  }

  .params-product-page__list {
    gap: 5px;
  }

  .product-thumbs__slide {
    padding-bottom: 20%;
  }

  .product-page__info {
    display: flex;
    flex-direction: column;
  }

  .product-page__actions {
    gap: 15px;
  }

  .social-product-page__btn,
  .params-product-page__title {
    font-size: 18px;
  }

  .params-product-page__line span,
  .params-product-page__line p {
    font-size: 16px;
  }

  .price-product-page__main {
    display: flex;
    align-items: center;
  }

  .price-product-page__main p {
    display: none;
  }

  .price-product-page__card {
    position: relative;
    left: -30px;
    bottom: 25px;
    font-size: 10px;
    height: 20px;
  }

  .params-product-page__title {
    margin-bottom: 10px;
  }

  .params-product-page__btn {
    display: none;
  }

  .product-page__title {
    font-size: 32px;
    line-height: 110%;
  }

  .product-page__price {
    order: 3;
    margin-bottom: 0;
    margin-top: 30px;
  }

  .product-page__actions .btn {
    min-width: 207px;
    flex: 1;
    max-width: 400px;
  }

  .product-page__actions {
    order: 4;
    margin-top: 10px;
  }

  .price-product-page {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .price-product-page__sale .price-product-page__card {
    display: none;
  }

  .fast-about,
  .open-vacancies {
    margin-top: 35px;
  }

  .location-link span {
    display: none;
  }

  .sale-title {
    font-size: 32px;
  }

  .sales-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .sales-grid__media {
    height: 227px;
  }

  .faq-page__btn {
    padding: 17px 56px !important;
  }

  .file-upload__icon {
    width: 18px;
    height: 24px;
  }

  .file-upload {
    font-size: 16px;
  }

  .tabs-block__title,
  .tabs__title {
    font-size: 15px;
  }

  .open-vacancies__wrapper {
    padding: 30px 20px;
    border-radius: 10px
  }

  .open-vacancies__top span {
    font-size: 22px
  }

  .open-vacancies__top p {
    font-size: 24px
  }

  .open-vacancies__body {
    margin-bottom: 20px
  }

  .open-vacancies__body>div span {
    font-size: 18px
  }

  .open-vacancies__body>div p {
    font-size: 16px
  }

  .tabs-block__navigation,
  .tabs__navigation {
    margin-bottom: 20px;
    gap: 10px
  }

  .reviews-fast-about__card {
    text-align: left;
    padding: 20px 15px;
  }

  .reviews-fast-about__card span {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .reviews-fast-about__card p {
    font-size: 16px;
  }

  .reviews-fast-about {
    padding: 30px 20px;
  }

  .reviews-fast-about a {
    width: 100%;
    text-align: center;
  }

  .reviews-fast-about__top {
    gap: 10px
  }

  .reviews-fast-about__rate {
    font-size: 45px;
  }

  .reviews-fast-about__stars img {
    width: 159px;
    height: 21px;
  }

  .reviews-fast-about__right {
    max-width: 100%;
    width: 100%;
  }

  .fast-about__cards {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
  }

  .fast-about__card {
    border-radius: 15px;
    padding: 20px 15px;
  }

  .fast-about__card span {
    font-size: 34px;
  }

  .fast-about__card p {
    font-size: 16px;
    line-height: 1.2;
  }

  .btn,
  .footer-secondary {
    font-size: 16px;
    padding: 17px 30px;
    border-radius: 15px;
  }

  .welcome {
    padding: 30px 20px;
  }

  .welcome__row span {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: -10px;
  }

  .welcome__row {
    gap: 20px
  }

  .welcome__btns,
  .welcome__row .btn {
    width: 100%;
    max-width: none;
  }

  .welcome__btns {
    gap: 11px;
  }

  .welcome .btn .welcome__row a {
    padding: 7px 16px;
    gap: 5px;
    font-size: 14px;
    height: 35px;
    border-radius: 10px;
  }

  .welcome__row a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }

  .welcome__row a {
    height: 35px;
    font-size: 14px;
    padding: 7px 16px;
    border-radius: 10px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .mt-120 {
    margin-top: 35px;
  }

  .container {
    max-width: 720px
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .arrow-btn {
    width: 35px;
    height: 35px;
    border-radius: 10px
  }

  .fixed-buttons {
    top: 25%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .fixed-btn {
    width: 40px;
    height: 25px;
    padding: 22px 0 22px 10px;
    opacity: .5
  }

  .fixed-btn.open.worker {
    opacity: 1
  }

  .fixed-btn.open span {
    padding-right: 15px
  }

  .fixed-btn-dekstop svg {
    display: none
  }

  .fixed-btn-mobile svg {
    display: block;
    width: 17px !important;
    height: 17px !important
  }

  .calculator-title {
    width: 100%
  }

  .result-form {
    margin-top: 0
  }

  .process-btn {
    width: 100%
  }

  .portfolio-title {
    max-width: 255px
  }

  .portfolio-image {
    height: 210px
  }

  .advantages-text {
    font-size: 16px
  }

  .installment-subtitle {
    font-size: 26px
  }

  .installment-label {
    font-size: 20px
  }

  .installment-deposit-option {
    font-size: 20px
  }

  .installment-btn {
    font-size: 17px
  }

  .installment-slider-label {
    font-size: 18px
  }

  .form-control {
    width: 100%
  }

  .faq-subtitle {
    font-size: 18px
  }

  .faq-toggle {
    width: 35px;
    height: 35px;
    border-radius: 10px
  }

  .faq-toggle svg {
    width: 20px !important;
    height: 20px !important
  }

  .contact-title {
    font-size: 28px
  }

  .contact-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px
  }

  .contact-form {
    display: block
  }

  .contact-form-input {
    font-size: 14px;
    margin-bottom: 20px
  }

  .reviews-stars {
    gap: 5px
  }

  .reviews-source {
    gap: 8px
  }

  .tabs-container {
    margin-top: 30px;
    padding: 30px 0 0
  }

  .tabs {
    margin-bottom: 20px
  }

  .tab-button {
    font-size: 18px
  }

  .tab-button.active {
    font-size: 22px
  }

  .contact-tab {
    font-size: 20px;
    padding: 10px 20px 35px
  }

  .footer-btn {
    font-size: 16px
  }

  .our-works-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px
  }

  .call-back-content {
    padding: 30px 20px;
    width: 93%
  }

  .call-back-modal-title {
    font-size: 26px;
    margin-bottom: 20px
  }

  .call-back-phone-input {
    margin-bottom: 20px
  }

  .call-back-modal-choice {
    font-size: 18px
  }

  .call-back-modal-methods {
    margin-bottom: 20px
  }

  .call-back-modal-methods button {
    font-size: 12px;
    gap: 3px
  }
}

.webp .hero-content::before {
  background: url(../img/hero/hero-bg.webp) no-repeat center
}

.webp .hero-card::before {
  background: url(../img/hero/hero-card.webp) no-repeat center
}

.webp .service-container {
  background: url(../img/map-bg.webp) no-repeat center
}


@media (max-width:576px) {
  .container {
    max-width: 540px
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width:370px) {
  .container {
    max-width: 370px
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .quantity-group {
    width: 95px
  }

  .catalog-icon svg {
    display: none
  }

  .solutions-buttons {
    -ms-grid-columns: (minmax(120px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(120px, 1fr))
  }

  .process-step {
    height: 300px
  }

  .reviews-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }
}

@media (min-width: 768px) {
  .product-page__info {
    flex: 0 0 645px;
    width: 645px;
  }

  .price-product-page__main .price-product-page__card {
    display: none;
  }
}

@media (min-width:992px) {
  .md-hidden .dropdown-toggle {
    display: none;
  }

  .dropdown-toggle {
    margin-right: 27px !important;
  }

  .md-hidden {
    margin-left: -40px;
    position: initial !important;
  }

  .catalog-menu {
    display: none !important;
    position: absolute !important;
    width: 100%;
    max-height: 650px;
    z-index: 100000000000 !important;
    border: none !important;
    top: 145px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    justify-content: space-between;
    gap: 12px;
    padding: 24px !important;
    overflow: auto;
  }

  .catalog-menu-open .catalog-menu {
    display: flex !important;
  }

  .catalog-menu__close {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .catalog-menu a {
    background-color: transparent !important;
    font-size: 18px !important;
    display: block !important;
    padding: 0 !important;
  }

  .catalog-menu__col {
    max-width: 350px;
  }

  .catalog-menu__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
  }

  .catalog-menu__item:not(:first-child) {
    margin-top: 24px;
    display: block;
  }

  .catalog-menu__title img {
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    object-fit: contain;
  }

  .catalog-menu__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .catalog-menu__bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
  }

  .catalog-menu__bold:not(:first-child) {
    margin-top: 5px;
  }
}



@media (any-hover: hover) {
  .nav-links a:hover {
    color: #0d6efd
  }

  .social-product-page__btn:hover,
  .product-thumbs__slide:hover {
    opacity: 0.7;
  }

  .params-product-page__btn:hover {
    opacity: 0.7;
  }
}


.reviews__tabs_list .reviews-tab-item{
    display:none;
}
.reviews__btn_ind{
    margin-top: 30px;
}