:root {
  --primary-color: #001b9b;
  --secondary-color: #e90001;
  --primary-color-hoverable: #007fb0;
  --secondary-color-hoverable: #ad0203;
  --color-viber: #9a4493;
  --color-skype: #00afed;
  --color-telegram: #20a0e1;
  --color-telegram-hover: #1a86bd;
  --color-whatsapp: #25d366;
  --color-whatsapp-hover: #1eb356;
  --color-instagram: #d900b5;
  --color-vkontakte: #0077ff;
  --color-youtube: #f20000;
  --color-linkedin: #0083be;
  --color-facebook: #516aa3;
  --color-twitter: #00aced;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  color: var(--primary-color);
}
a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}

.bg_email {
  background-color: #fc1e2b !important;
}

.bg_phone {
  background-color: #f99e41 !important;
}

.bg_viber {
  background-color: var(--color-viber) !important;
}

.bg_whatsapp {
  background-color: var(--color-whatsapp) !important;
}

.bg_telegram {
  background-color: var(--color-telegram) !important;
}

.bg_facebook {
  background-color: var(--color-facebook) !important;
}

.bg_skype {
  background-color: var(--color-skype) !important;
}

.bg_twitter {
  background-color: var(--color-twitter) !important;
}

.bg_linkedin {
  background-color: var(--color-linkedin) !important;
}

.bg_vkontakte {
  background-color: var(--color-vkontakte) !important;
}

.bg_instagram {
  background-color: var(--color-instagram) !important;
}

img {
  max-width: 100%;
}

@media (max-width: 400px) {
  .g-recaptcha-block {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.grecaptcha-holder {
  text-align: center;
}

.styled-check {
  position: relative;
  padding-left: 25px;
  margin-right: 12px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.styled-check .checkbox {
  display: none;
}

.styled-check .checker {
  display: none;
  width: 16px;
  height: 16px;
  text-align: center;
  top: 1px;
  left: -1px;
  position: absolute;
  color: #0089ce;
}

.styled-check .checkbox:checked + .checker {
  display: block;
}

.styled-check::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
}

.inlined-checkbox {
  margin-top: 10px;
}

.pagesection {
  padding: 20px 0;
}
.pagesection.nopadded {
  padding: 0;
}

.page-title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 0;
}

.pagesection-title {
  color: #1c1e21;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .pagesection-title {
    font-size: 1.3rem;
    text-align: left;
  }
}

.breadcrumbs {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 16px;
}
.breadcrumbs ul {
  margin: 0 0 16px;
  padding: 0;
  text-indent: 0;
  list-style: none;
  display: flex;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li:not(:first-child):before {
  display: inline-block;
  content: "";
  margin: 0 10px;
  width: 8px;
  height: 1px;
  background-color: #d8d8d8;
}
.breadcrumbs .bc-line {
  padding: 0;
  text-indent: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .bc-item {
  display: flex;
  align-items: center;
}
.breadcrumbs .bc-item:not(:first-child):before {
  display: inline-block;
  content: "";
  margin: 0 10px;
  width: 8px;
  height: 1px;
  background-color: #d8d8d8;
}
.breadcrumbs .bc-item a {
  color: gray;
}
.breadcrumbs .bc-item a:hover {
  color: var(--primary-color);
}

.mbreadcrumbs {
  padding-top: 24px;
  font-size: 12px;
  line-height: 16px;
}

form .iti {
  display: block;
}

.printed-description h1,
.printed-description h2,
.printed-description h3 {
  color: #1c1e21;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .printed-description h1,
  .printed-description h2,
  .printed-description h3 {
    font-size: 26px;
  }
}
.styled-carousel {
  padding-bottom: 35px;
}
.styled-carousel .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  bottom: 0;
}
.styled-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  background-color: #efefef;
  border-radius: 550px;
  margin: 0 5px;
  border: none;
}
.styled-carousel .owl-nav .owl-next,
.styled-carousel .owl-nav .owl-prev {
  width: 46px;
  height: 46px;
  background-color: #fff !important;
  border-radius: 50% !important;
  margin: 0 5px;
  box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-23px);
}
.styled-carousel .owl-nav .owl-next:hover,
.styled-carousel .owl-nav .owl-prev:hover {
  color: inherit;
  box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.4);
}
.styled-carousel .owl-nav .owl-prev {
  left: -23px;
}
.styled-carousel .owl-nav .owl-next {
  right: -23px;
}

.tplbanner {
  display: block;
  position: relative;
  /*margin: 20px 0;*/
}
.tplbanner .image img {
  height: 100%;
  width: 100%;
}
.tplbanner .video {
  /*height: 100%;*/
  width: 100%;
  height: 150px;
}
@media (min-width: 992px) {
  .tplbanner .video {
    height: 100%;
  }
}
.tplbanner .video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.tplbanner .inside .content {
  padding: 10px 20px 10px 20px;
  width: 100%;
}
.tplbanner .inside .content .text {
  color: black;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: text-shadow 0.5s;
  line-height: 1;
}
@media (min-width: 576px) {
  .tplbanner .inside .content .text {
    font-size: 20px;
    color: White;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .tplbanner .inside .content .text {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .tplbanner .inside .content .text {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .tplbanner .inside .content .text {
    font-size: 48px;
  }
}
.tplbanner .inside .content:hover .text {
  text-shadow: #FC0 1px 0 10px;
}
@media (min-width: 576px) {
  .tplbanner .inside .content {
    padding: 0 20px 20px 20px;
  }
}
@media (min-width: 576px) {
  .tplbanner .inside {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 98%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .tplbanner .content .text {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .tplbanner .content .text {
    font-size: 48px;
  }
}
.printed-description blockquote {
  font-style: italic;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.ss {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  .ss {
    overflow: unset;
    scrollbar-width: none;
    scroll-behavior: unset;
  }
}
.ss .scol {
  align-content: stretch;
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 12px;
}
@media (min-width: 992px) {
  .ss .scol {
    flex-wrap: wrap;
  }
}
.ss .lcol {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .ss .lcol {
    flex: 0 0 40%;
    flex-basis: 40%;
  }
}
@media (min-width: 992px) {
  .ss .lcol .item:nth-child(1) {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .ss .rcol {
    flex: 0 0 calc(60% - 12px);
    flex-basis: calc(60% - 12px);
  }
}
@media (min-width: 992px) {
  .ss .rcol .item:nth-child(4),
  .ss .rcol .item:nth-child(5) {
    flex-basis: calc(50% - 12px);
  }
}
.ss .item {
  background-color: #f7f8f9;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-basis: 220px;
  width: 220px;
  outline: none;
  padding: 18px 24px 16px;
  position: relative;
  text-align: unset;
  text-decoration: none;
  height: 190px;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 992px) {
  .ss .item {
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
  }
}
.ss .item .icon {
  height: 56px;
}
.ss .item .icon img {
  height: 56px;
}
.ss .item .title {
  margin: 7px 0 5px;
  transition: color 0.2s ease-in;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
}
.ss .item .desc {
  line-height: 17px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.ss .item:hover {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(68, 92, 130, 0.1411764706), 0 1px 18px rgba(68, 92, 130, 0.1215686275), 0 3px 5px rgba(68, 92, 130, 0.2);
}

.page-services .toplevelServices {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .page-services .toplevelServices {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-services .toplevelServices {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-services .toplevelServices .item {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: end;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 768px) {
  .page-services .toplevelServices .item {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .page-services .toplevelServices .item {
    height: 320px;
  }
}
.page-services .toplevelServices .item .title {
  height: 100%;
  width: 100%;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  font-weight: bold;
  line-height: 34px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .page-services .toplevelServices .item .title {
    font-size: 26px;
    align-items: end;
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .page-services .toplevelServices .item .title {
    font-size: 28px;
  }
}
.page-services .toplevelServices .item:hover .title {
  /*height: 210px;*/
  width: 100%;
  padding: 0 24px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  font-weight: bold;
  line-height: 34px;
  font-size: 28px;
  display: flex;
  align-items: end;
  color: white;
}

.articles-listing-simple {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .articles-listing-simple {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .articles-listing-simple {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .articles-listing-simple {
    grid-template-columns: repeat(4, 1fr);
  }
}
.articles-listing-simple .wrap {
  border: 1px solid #eee;
}
.articles-listing-simple .wrap:hover {
  box-shadow: 0 0 30px 5px rgba(231, 231, 231, 0.4);
}
.articles-listing-simple .item .image {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: 50%;
}
.articles-listing-simple .item .body {
  padding: 23px 22px 22px;
}
.articles-listing-simple .item .body .title {
  color: #555;
}
.articles-listing-simple .item .body .title:hover {
  color: var(--primary-color-hoverable);
}

.tplbtn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: 0;
  transition: background-color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  cursor: pointer;
  padding: 0 16px;
  color: #fff;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 40px;
  background-color: var(--primary-color);
  font-weight: 700;
}
.tplbtn:hover {
  background-color: var(--primary-color-hoverable);
}

@media (min-width: 480px) {
  .projects-slider .slick-slide {
    margin: 0 27px;
  }
}

.main-not-found {
  text-align: center;
}
.main-not-found .not-found .pagesection-title {
  text-align: center;
}
.main-not-found .not-found .page404 {
  font-size: 160px;
  color: #a9d6ed;
  text-align: center;
  line-height: 230px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .main-not-found .not-found .page404 {
    font-size: 180px;
  }
}
.main-not-found .not-found .options {
  border-top: solid 1px #aaccfb;
  padding: 15px 0;
  margin: 15px 0;
}
.main-not-found .not-found .options .option {
  margin: 0 0 20px 0;
}
.main-not-found .not-found .options .option .icon {
  display: none;
  font-size: 40px;
  color: #0089ce;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-not-found .not-found .options .option .icon {
    display: block;
  }
}
.main-not-found .not-found .options .option .text {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .main-not-found .not-found .options .option .text {
    min-height: 120px;
  }
}
@media (min-width: 768px) {
  .main-not-found .not-found .options .option {
    width: 33%;
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .main-not-found .not-found .options .option {
    min-height: 80px;
  }
}
.main-not-found .not-found .options .button a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: none;
  transition: background-color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  cursor: pointer;
  padding: 0 16px;
  color: #fff;
  height: 32px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 32px;
  background-color: #0089ce;
  text-decoration: none;
}
.main-not-found .not-found .options .button a:hover {
  text-decoration: none;
  background-color: #007fb0;
}
@media (min-width: 768px) {
  .main-not-found .not-found .options .button a {
    display: block;
  }
}
@media (min-width: 768px) {
  .main-not-found .not-found .options {
    margin: 30px 0;
    padding: 30px 0 0 0;
  }
}

header {
  border-bottom: 1px solid #eee;
}
header .mobile-nav {
  display: none;
}
header .menu-toggler .menu-toggler-closed,
header .menu-toggler .menu-toggler-opened {
  width: 100%;
  height: 100%;
}
header .menu-toggler .menu-toggler-closed {
  display: block;
}
header .menu-toggler .menu-toggler-opened {
  display: none;
}
@media (min-width: 992px) {
  header .menu-toggler {
    display: none;
  }
}
header .main-navigation {
  padding: 10px 0;
  /*display: none;*/
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  transform: translateX(-120%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  transition: 0.3s;
}
@media (min-width: 992px) {
  header .main-navigation {
    /*display: block;*/
    position: relative;
    transform: translateX(0%);
  }
}
header .main-navigation .main-navigation-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  header .main-navigation .main-navigation-content ul {
    flex-direction: row;
  }
}
header .main-navigation .main-navigation-content ul a {
  color: #555;
  font-size: 14px;
  border-bottom: 1px dashed transparent;
}
header .main-navigation .main-navigation-content ul a.marked {
  color: #f9730e;
  font-weight: 600;
}
header .main-navigation .main-navigation-content ul a:hover {
  color: var(--primary-color-hoverable);
  border-bottom: 1px dashed var(--primary-color-hoverable);
}
header .main-navigation .closer {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  header .main-navigation .closer {
    display: none;
  }
}
header .main-head {
  border-top: 1px solid #eee;
  padding: 5px 0;
}
header .main-head .main-head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 359px) {
  header .main-head .main-head-content {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  header .main-head .main-head-content {
    gap: 20px;
  }
}
header .main-head .main-head-content .menu-toggler {
  width: 30px;
  min-width: 30px;
  text-align: center;
}
header .main-head .main-head-content .logo-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 992px) {
  header .main-head .main-head-content .logo-name {
    gap: 20px;
  }
}
header .main-head .main-head-content .logo-name .logo {
  width: 40px;
}
@media (min-width: 992px) {
  header .main-head .main-head-content .logo-name .logo {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  header .main-head .main-head-content .logo-name .logo {
    width: 100px;
  }
}
header .main-head .main-head-content .logo-name .name .title {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  header .main-head .main-head-content .logo-name .name .title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  header .main-head .main-head-content .logo-name .name .title {
    font-size: 28px;
  }
}
header .main-head .main-head-content .logo-name .name .title:hover {
  text-decoration: none;
  color: var(--primary-color-hoverable);
}
header .main-head .main-head-content .logo-name .name .additional {
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  display: none;
}
@media (min-width: 992px) {
  header .main-head .main-head-content .logo-name .name .additional {
    display: flex;
  }
}
header .main-head .main-head-content .logo-name .name .additional .address {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
header .main-head .main-head-content .contacts {
  display: none;
}
@media (min-width: 992px) {
  header .main-head .main-head-content .contacts {
    display: block;
  }
}
header .main-head .main-head-content .contacts .messengers {
  display: flex;
  gap: 10px;
}
header .main-head .main-head-content .contacts .messengers .messenger {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: #eee;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
header .main-head .main-head-content .contacts .messengers .messenger.messenger_whatsapp {
  background: #25d366;
}
header .main-head .main-head-content .contacts .messengers .messenger.messenger_whatsapp:hover {
  background: #1eb356;
  transform: scale(1.2);
}
header .main-head .main-head-content .contacts .messengers .messenger.messenger_telegram {
  background: #20a0e1;
}
header .main-head .main-head-content .contacts .messengers .messenger.messenger_telegram:hover {
  background: #1a86bd;
  transform: scale(1.2);
}
header .main-head .main-head-content .contacts .sales-block {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
header .main-head .main-head-content .contacts .sales-block .number {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  header .main-head .main-head-content .contacts .sales-block .number {
    font-size: 28px;
  }
}
header .main-head .main-head-content .contacts .sales-block .number:hover {
  text-decoration: none;
  color: var(--primary-color-hoverable);
}
header .main-head .main-head-content .userdata > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 2px;
}
@media (min-width: 992px) {
  header .main-head .main-head-content .userdata > ul {
    gap: 10px;
  }
}
header .main-head .main-head-content .userdata > ul .navbar-lang .navbar-lang-link:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
header .main-head .main-head-content .userdata > ul .navbar-lang .dropdown-menu {
  min-width: auto;
}
header .main-head .main-head-content .userdata > ul .navbar-lang .dropdown-menu .dropdown-item {
  cursor: pointer;
}
header .main-head .main-head-content .userdata > ul .block {
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 44px;
}
header .main-head .main-head-content .userdata > ul .block .block-icon {
  font-size: 22px;
  color: #001b9b;
  transition: 0.3s;
}
header .main-head .main-head-content .userdata > ul .block .block-title {
  font-size: 0.8rem;
  display: none;
}
@media (min-width: 992px) {
  header .main-head .main-head-content .userdata > ul .block .block-title {
    display: block;
  }
}
header .main-head .main-head-content .userdata > ul .block:hover .block-icon {
  color: var(--primary-color-hoverable);
}
header.menu-opened .menu-toggler .menu-toggler-closed {
  display: none;
}
header.menu-opened .menu-toggler .menu-toggler-opened {
  display: block;
}
header.menu-opened .main-navigation {
  /*display: block;*/
  transform: translateX(0%);
}

.header {
  border-bottom: 1px solid #eee;
  font-size: 0.88rem;
}
.header .top-nav {
  display: none;
}
@media (min-width: 992px) {
  .header .top-nav {
    display: block;
  }
}
.header .top-nav .content {
  display: flex;
  justify-content: center;
  padding-top: 8px;
  justify-content: space-between;
  align-items: center;
}
.header .top-nav .content .city-name {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.header .top-nav .content .menu {
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  display: none;
}
.header .top-nav .content .menu a {
  color: #000;
}
.header .top-nav .content .menu a:hover {
  color: var(--primary-color-hoverable);
}
@media (min-width: 992px) {
  .header .top-nav .content .menu {
    display: flex;
  }
}
.header .top-nav .content .uinterface-bar {
  display: flex;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.header .top-nav .content .uinterface-bar .item {
  align-items: center;
  color: #484f55;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  gap: 4px;
}
.header .top-nav .content .uinterface-bar .item:hover {
  color: var(--primary-color-hoverable);
}
.header .top-nav .content .uinterface-bar .item i {
  font-size: 20px;
}
.header .top-nav .content .uinterface-bar .item span {
  white-space: nowrap;
}
.header .top-main {
  padding: 8px 0;
}
.header .top-main .content {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .top-main .content .logo {
  order: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}
.header .top-main .content .logo .image {
  height: 50px;
}
@media (min-width: 992px) {
  .header .top-main .content .logo .image {
    width: 110px;
    height: auto;
  }
}
.header .top-main .content .logo .image img {
  max-width: 100%;
  max-height: 100%;
}
.header .top-main .content .logo .slogan {
  font-size: 16px;
  font-weight: 500;
  max-width: 100px;
  line-height: 18px;
  color: #000;
}
@media (min-width: 992px) {
  .header .top-main .content .logo .slogan {
    display: none;
  }
}
.header .top-main .content .search-bar-catalog {
  flex-grow: 1;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  order: 2;
  width: 100%;
}
.header .top-main .content .search-bar-catalog .categories {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 45px;
  border-radius: 4px;
  z-index: 999;
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 256px;
  min-width: 256px;
  box-shadow: 0 4px 12px 0 rgba(51, 51, 51, 0.25);
  border: 1px solid #f6f6f8;
  background: #fff;
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch .sub-menu,
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch .sub-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch .sub-menu {
  display: none;
  position: absolute;
  left: 256px;
  top: 0;
  width: calc(100% - 256px);
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px;
  box-shadow: 0 8px 23px -20px #2b2b2b;
  background: #fff;
  bottom: 0;
  overflow-y: scroll;
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch .sub-menu a {
  color: #555555;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  padding: 0 0 10px 0;
  display: block;
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch .sub-menu a:hover {
  color: var(--primary-color-hoverable);
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch .sub-menu .subpoint-title a {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch:hover > a {
  background: rgb(247, 248, 249);
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch > a {
  text-decoration: none;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: normal;
  letter-spacing: 0.15px;
  min-height: 40px;
  min-width: 40px;
  padding: 11px 16px;
  line-height: 18px;
  color: rgb(0, 0, 0);
}
.header .top-main .content .search-bar-catalog .categories ul.main-branches .branch:hover .sub-menu {
  display: block;
}
.header .top-main .content .search-bar-catalog .search-bar {
  flex-grow: 1;
}
.header .top-main .content .search-bar-catalog .catalog-btn {
  display: none;
}
.header .top-main .content .search-bar-catalog .catalog-btn button {
  align-items: center;
  border: 1px solid #ede9e9;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  line-height: 20px;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-decoration: none;
  background-color: #f0f0f0;
}
.header .top-main .content .search-bar-catalog .catalog-btn button .bars .opened-status {
  display: none;
}
.header .top-main .content .search-bar-catalog .catalog-btn button .bars .closed-status {
  display: block;
}
.header .top-main .content .search-bar-catalog .catalog-btn.opened button .bars .opened-status {
  display: block;
}
.header .top-main .content .search-bar-catalog .catalog-btn.opened button .bars .closed-status {
  display: none;
}
@media (min-width: 992px) {
  .header .top-main .content .search-bar-catalog .catalog-btn {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .top-main .content .search-bar-catalog {
    order: 1;
  }
}
.header .top-main .content .contacts {
  display: flex;
  gap: 10px;
  order: 1;
}
.header .top-main .content .contacts .messenger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #eee;*/
  font-size: 36px;
}
.header .top-main .content .contacts .messenger.messenger_whatsapp {
  color: #25d366;
}
.header .top-main .content .contacts .messenger.messenger_telegram {
  color: #20a0e1;
}
@media (min-width: 992px) {
  .header .top-main .content .contacts {
    order: 2;
  }
}
@media (min-width: 992px) {
  .header .top-main .content {
    flex-wrap: nowrap;
    gap: 0 24px;
  }
}

.searchform form {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  position: relative;
  border: 2px solid #484f55;
  border-radius: 12px 15px 15px 12px;
}
.searchform form .locationautocomplete {
  flex-grow: 1;
}
.searchform form .locationautocomplete .locationautocomplete-inputholder {
  position: relative;
  padding-left: 11px;
}
.searchform form .locationautocomplete .locationautocomplete-inputholder input {
  border: none;
  font-size: 16px;
  height: 40px;
  line-height: 24px;
  min-width: 0;
  padding: 8px 16px 8px 0;
  text-overflow: ellipsis;
  width: 100%;
  outline: none;
}
.searchform form .locationautocomplete .locationautocomplete-inputholder input:-moz-placeholder + .locationautocomplete-clear {
  display: none;
}
.searchform form .locationautocomplete .locationautocomplete-inputholder input:placeholder-shown + .locationautocomplete-clear {
  display: none;
}
.searchform form .locationautocomplete .locationautocomplete-clear {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  cursor: pointer;
  font-size: 22px;
}
.searchform form [type=submit] {
  background-color: #484f55;
  color: #fff;
  height: 44px;
  justify-content: flex-end;
  width: 70px;
  border-radius: 0 12px 12px 0;
  border: 0;
}

.cookie_warning {
  background: #0089ce;
  color: white;
  width: 100%;
  padding: 15px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1051;
  opacity: 0.9;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .cookie_warning {
    padding: 5px 10px;
    line-height: 18px;
  }
}
.cookie_warning .accept-cookie-col {
  text-align: center;
}
@media (min-width: 768px) {
  .cookie_warning .accept-cookie-col {
    text-align: left;
  }
}
.cookie_warning #accept-cookie {
  background-color: #0f202d;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie_warning #accept-cookie {
    display: inline-block;
  }
}

footer {
  background-color: var(--primary-color);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  footer {
    margin-bottom: 0;
  }
}
footer .fnavigation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .fnavigation {
    flex-direction: row;
    gap: 32px;
  }
}
footer .fnavigation .block {
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .fnavigation .block {
    width: 20%;
  }
}
footer .fnavigation .block .heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
  color: #dcdcdc;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .fnavigation .block .heading .open-icon {
  font-size: 12px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 992px) {
  footer .fnavigation .block .heading .open-icon {
    display: none;
  }
}
footer .fnavigation .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  footer .fnavigation .block ul {
    display: block;
  }
}
footer .fnavigation .block ul li {
  margin-bottom: 12px;
}
footer .fnavigation .block ul li a {
  color: rgba(255, 255, 255, 0.8);
}
footer .fnavigation .block ul li a:hover {
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  footer .fnavigation .block.block-wide {
    width: 40%;
  }
}
@media (min-width: 992px) {
  footer .fnavigation .block.block-wide ul {
    -moz-columns: 2;
         columns: 2;
  }
}
footer .fnavigation .block.opened .heading .open-icon {
  transform: rotate(90deg);
}
footer .fnavigation .block.opened ul {
  display: block;
}
footer .flocation {
  color: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .flocation .address {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .flocation .onmap {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .flocation a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px dashed #fff;
}
footer .flocation a:hover {
  color: rgb(255, 255, 255);
}

.footerpanel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px 0 rgb(10 19 49/10%);
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0 15px;
  transition: all 0.5s ease;
  z-index: 99;
  display: block;
}

@media (min-width: 992px) {
  .footerpanel {
    display: none !important;
  }
}
.footerpanel .footerpanel-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerpanel .footerpanel-buttons > li {
  width: 20%;
  text-align: center;
}

.footerpanel .icn {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 20px;
  color: #a1a8bd;
  display: inline-block;
  cursor: pointer;
}

.footerpanel .txt {
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #525354;
}

.footerpanel a:hover {
  text-decoration: none;
}

.footerpanel .posting a.long {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgb(10 19 49/30%);
  background-color: #3b7db6;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
}

.footerpanel .posting .icn {
  font-size: 20px;
  color: White;
}

.footerpanel .posting .txt {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  white-space: nowrap;
}

.footerpanel .posting a.short {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 10px 0 rgb(10 19 49/30%);
  background-color: #3b7db6;
  cursor: pointer;
  font-weight: 700;
  border-radius: 24px;
  color: white;
  height: auto;
  min-height: 40px;
  min-width: 100px;
  padding: 8px 16px;
  transition: 0.3s;
  white-space: nowrap;
  width: auto;
  font-size: 16px;
}

.footerpanel.visible {
  display: block;
}

.footerpanel.hided {
  bottom: -70px;
}

.footerpanel.visible .posting .short {
  display: none;
}

.footerpanel.hided .posting .short {
  display: block;
}

.footerpanel.hided .posting .long {
  display: none;
}

.footerpanel .boobles-holder {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.5s ease;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 98;
}

.footerpanel .boobles {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px;
  background: rgb(255 255 255/80%);
  border-radius: 25px;
  box-shadow: 0 0 6px 0 #e3e3e3;
  border: 1px solid #d1d1d1;
}

.footerpanel .boobles-holder.showed {
  top: -130%;
}

.footerpanel .booble {
  background-color: #fc1e2b;
  border-radius: 50%;
  box-shadow: rgb(0 0 0/40%) 2px 2px 6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 5px;
}

.footerpanel .booble.chats-item {
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.footerpanel .booble.chats-item:hover {
  color: White;
  text-decoration: none;
}

.footerpanel .booble.chats-item-viber {
  background-image: url(/template/frontend/discounthouse/image/viber.png);
  background-color: #9a4493;
}

.footerpanel .booble.chats-item-skype {
  background-image: url(/template/frontend/discounthouse/image/skype.png);
  background-color: #00afed;
}

.footerpanel .booble.chats-item-telegram {
  background-image: url(/template/frontend/discounthouse/image/telegram.png);
  background-color: #20a0e1;
}

.footerpanel .booble.chats-item-whatsapp {
  background-image: url(/template/frontend/discounthouse/image/whatsapp.png);
  background-color: #25d366;
}

.fixedmenupage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 5000;
}

.fixedmenupage .fixedmenupage-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.fixedmenupage .fixedmenupage-body {
  overflow-y: scroll;
  max-height: 100%;
  position: relative;
  padding: 15px;
}

.fixedmenupage .close {
  margin-top: -2px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.mobmenucategories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.mobmenucategories-list .mobmenucategory {
  color: #333;
  font-size: 1.6rem;
  list-style-type: none;
  position: relative;
}

.mobmenucategories-list .mobmenucategory a {
  display: block;
  padding: 13px 35px 13px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-bottom: 1px solid #eee;
}

.mobmenucategories-list .mobmenucategory a i {
  position: absolute;
  top: calc(50% - 22.5px);
  right: 16px;
  width: 8px;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-size: 23px;
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px 0 rgba(10, 19, 49, 0.1);
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0 15px;
  transition: all 0.5s ease;
  z-index: 99;
  display: block;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .menu .item {
  text-align: center;
  color: #000;
}
.mobile-menu .menu .item .icon {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}
.mobile-menu .menu .item .text {
  overflow: hidden;
  /* width: 100%; */
  text-overflow: ellipsis;
  font-size: 12px;
}

.default-modal-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 101;
  padding: 10px;
  display: none;
}
.default-modal-mobile-menu.opened {
  display: block;
}
.default-modal-mobile-menu .inside {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.default-modal-mobile-menu .inside .top {
  display: flex;
  justify-content: end;
  font-size: 30px;
}

.mob-lang .content {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 20px;
}
.mob-lang .content .litem {
  font-size: 24px;
  width: 66px;
  height: 66px;
  border: 1px solid #001b9b;
  line-height: 66px;
  text-align: center;
  color: #001b9b;
  font-weight: 700;
  cursor: pointer;
}
.mob-lang .content .litem.active {
  background: #001b9b;
  color: #fff;
}

.mob-cats .content {
  overflow: scroll;
  height: 100%;
  position: relative;
}
.mob-cats .page {
  /*display: none;*/
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mob-cats .page.active {
  /*display: block;*/
  transform: translateX(0);
}
.mob-cats .page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mob-cats .page ul li {
  font-size: 14px;
  justify-content: flex-start;
  line-height: 20px;
  padding: 8px 12px 8px 8px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.mob-cats .page ul li a {
  color: #000;
  text-decoration: none;
  width: 100%;
}

.wdgt {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
}
@media (max-width: 992px) {
  .wdgt {
    display: none;
  }
}

.wdgt-decor-round {
  background-color: #fc1e2b;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wdgt-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
}
.wdgt-btn .open-icon {
  display: inline;
}
.wdgt-btn .close-icon {
  display: none;
}
.wdgt-btn.open .open-icon {
  display: none;
}
.wdgt-btn.open .close-icon {
  display: inline;
}

.wdgt-item {
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.wdgt-item:hover {
  color: White;
  text-decoration: none;
}

.wdgt-popup {
  display: none;
  position: absolute;
  padding: 12px 20px 12px 14px;
  width: 290px;
  border: 2px solid #fc1e2b;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  left: -298px;
  bottom: -10px;
}
.wdgt-popup.wdgt-btn-msgshow {
  display: block;
}
.wdgt-popup .wdgt-popup-triangle {
  bottom: 25px;
  right: -6px;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-right: 2px solid #fc1e2b;
  border-bottom: 2px solid #fc1e2b;
}
.wdgt-popup .wdgt-popup-btn-hide {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  transition: opacity 0.3s;
  cursor: pointer;
}
.wdgt-popup .wdgt-popup-btn-hide:hover {
  opacity: 1;
}
.wdgt-popup .wdgt-popup-inner {
  display: flex;
  flex-flow: row wrap;
}
.wdgt-popup .wdgt-popup-name {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.wdgt-popup .wdgt-popup-description {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: #424956;
}

.sharebtns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  background: #f1f1f1;
  padding: 10px;
  margin: 15px 0;
}
.sharebtns .share-bnt {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  background: #eee;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .listing {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .listing {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .listing {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.listing .listing-item {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #555;
  color: #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.07);
  position: relative;
}
.listing .listing-item .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 576px) {
  .listing .listing-item .body {
    height: 280px;
    height: 100%;
  }
}
.listing .listing-item .body .img {
  margin-bottom: 10px;
  aspect-ratio: 4/3;
}
.listing .listing-item .body .title {
  font-size: 0.9rem;
}
.listing .listing-item .body .desc {
  font-size: 0.8rem;
  margin-top: 7px;
}
.listing .listing-item .body .price {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.listing .listing-item .body .price span {
  font-size: 14px;
  color: gray;
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 12px;
  line-height: 28px;
}
@media (min-width: 576px) {
  .listing .listing-item .body .price {
    margin-top: 0px;
  }
}
.listing .listing-item:hover {
  border: 1px solid #f9730e;
}

.listing-services {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .listing-services {
    grid-template-columns: repeat(3, 1fr);
  }
}
.listing-services .listing-item {
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.07);
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.listing-services .listing-item .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.listing-services .listing-item .body .top {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
  position: relative;
}
.listing-services .listing-item .body .top .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.listing-services .listing-item .body .bottom .button {
  background-color: #f6b91f;
  color: #fff;
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listing-services .listing-item .body .bottom .button .word {
  font-size: 0.9rem;
  text-align: left;
}
.listing-services .listing-item .body .bottom .button .icon {
  font-size: 18px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.listing-services .listing-item .body .bottom .content {
  padding: 30px;
}
.listing-services .listing-item .body .bottom .content .title {
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.listing-services .listing-item .body .bottom .content .desc {
  font-size: 13px;
  color: #3c3b3b;
}
.listing-services .listing-item:hover {
  /*border: 1px solid #f9730e;*/
}
.listing-services .listing-item:hover .top img {
  transform: scale(1.1);
}
.listing-services .listing-item:hover .bottom .button .icon {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.galleries {
  display: flex;
  width: 100%;
}
.galleries .thumbs {
  width: 100px;
  margin: 0 24px 0 0;
  padding: 26px 0;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .galleries .thumbs {
    display: block;
  }
}
.galleries .thumbs .button-nav {
  border: none;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #b3b3b3;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.galleries .thumbs .button-next {
  bottom: 0;
}
.galleries .thumbs .button-prev {
  top: 0;
}
.galleries .full {
  width: 100%;
}
@media (min-width: 768px) {
  .galleries .full {
    width: calc(100% - 124px);
  }
}
.galleries .full .swiper-slide {
  background-size: cover;
}
.galleries .full .swiper-slide .blur {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.galleries .full .zoom {
  position: absolute;
  left: 50%;
  bottom: 20px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.85);
  width: 44px;
  height: 44px;
  color: #6f7682;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1490196078);
  z-index: 1;
  cursor: pointer;
}
.galleries .full .button-prev,
.galleries .full .button-next {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 44px;
  height: 44px;
  font-size: 16px;
  color: #6f7682;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1490196078);
  z-index: 1;
  cursor: pointer;
}
.galleries .full .button-prev.swiper-button-disabled,
.galleries .full .button-next.swiper-button-disabled {
  display: none;
}
.galleries .full .button-prev {
  left: 30px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .galleries .full .button-prev {
    left: 40px;
  }
}
.galleries .full .button-next {
  right: 30px;
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  .galleries .full .button-next {
    right: 40px;
  }
}
.galleries .photo-thumbs {
  height: 100%;
}
.galleries .photo-preview {
  height: 250px;
}
@media (min-width: 768px) {
  .galleries .photo-preview {
    height: 450px;
  }
}
.galleries .photo-preview .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.galleries .photo-preview .swiper-slide.active .photo-thumbs-w {
  border-color: #fc3;
}
.galleries .photo-preview .swiper-slide:hover .photo-thumbs-w {
  border-color: #fc3;
}
.galleries .photo-thumbs-w {
  margin-bottom: 5px;
  border: 2px solid transparent;
  transition: border-color 0.08s ease;
  border-radius: 4px;
  overflow: hidden;
}

.faq-block .faqs-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0;
}
@media (min-width: 768px) {
  .faq-block .faqs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .faq-block .faqs-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
  }
}
.faq-block .faqs-list .item {
  padding: 12px;
  display: flex;
  gap: 20px;
}
.faq-block .faqs-list .item .icon {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  font-size: 26px;
  color: var(--primary-color-hoverable);
}
.faq-block .faqs-list .item .text .question {
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
}
.faq-block .faqs-list .item .text .question:hover {
  color: var(--primary-color-hoverable);
}
.faq-block .faqs-list .item .text .answer {
  display: none;
}

.hero-section {
  height: calc(100vh - 129px - 83px);
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}
@media (min-width: 992px) {
  .hero-section {
    height: calc(100vh - 129px);
    min-height: 300px;
  }
}
@media (min-width: 1400px) {
  .hero-section {
    height: calc(100vh - 115px);
  }
}
.hero-section .container {
  height: 100%;
}
.hero-section .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  padding-bottom: 60px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.hero-section .text .breadcrumbs {
  font-size: 16px;
}
.hero-section .text .breadcrumbs a {
  color: #fff;
}
.hero-section .text .hero-title {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (min-width: 992px) {
  .hero-section .text .hero-title {
    font-size: 92px;
  }
}

.page-topic .subtopics {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-topic .subtopics li {
  padding: 2px;
}
.page-topic .subtopics li a {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  overflow: visible;
  position: relative;
  min-height: 32px;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0.15px;
  padding: 7px 12px;
  border-radius: 4px;
  background: #f0f2f4;
  color: rgba(0, 0, 0, 0.8);
}
.page-topic .subtopics li a:hover {
  color: rgb(0, 0, 0);
  background: #d9dde3;
}

.page-ourservice .ourServices-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .page-ourservice .ourServices-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-ourservice .ourServices-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-ourservice .ourServices-list .item {
  background-color: #f7f8f9;
  border: none;
  border-radius: 4px;
  display: flex;
  outline: none;
  padding: 18px 24px 16px;
  text-decoration: none;
  height: auto;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .page-ourservice .ourServices-list .item {
    height: 190px;
  }
}
.page-ourservice .ourServices-list .item .icon {
  height: 56px;
}
.page-ourservice .ourServices-list .item .icon img {
  height: 56px;
}
.page-ourservice .ourServices-list .item .title {
  margin: 7px 0 5px;
  transition: color 0.2s ease-in;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
}
.page-ourservice .ourServices-list .item .desc {
  line-height: 17px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .page-ourservice .ourServices-list .item .desc {
    overflow: hidden;
  }
}
.page-ourservice .ourServices-list .item:hover {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(68, 92, 130, 0.1411764706), 0 1px 18px rgba(68, 92, 130, 0.1215686275), 0 3px 5px rgba(68, 92, 130, 0.2);
}
.page-ourservice .medium-text {
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px 0;
}
.page-ourservice .medium-text p:last-child {
  margin-bottom: 0;
}
.page-ourservice .services-list .item {
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.page-ourservice .services-list .item .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  text-align: center;
  padding: 18px 20px;
}
.page-ourservice .plates {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-ourservice .plates {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-ourservice .plates .plate {
  width: 100%;
}
.page-ourservice .plates .plate .content {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
.page-ourservice .plates .plate .content .image {
  width: 250px;
  margin: 0 auto;
}
.page-ourservice .plates .plate .content .title {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 25px;
}
.page-ourservice .plates .plate .content .description {
  font-size: 16px;
}
.page-ourservice .collapsblock {
  border-bottom: 1px solid rgb(26, 26, 26);
  margin-top: 15px;
  margin-bottom: 75px;
}
.page-ourservice .collapsblock .item {
  border-top: 1px solid rgb(26, 26, 26);
}
.page-ourservice .collapsblock .item .title {
  padding: 27px 50px 27px 0;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  display: block;
  color: #000;
  position: relative;
}
.page-ourservice .collapsblock .item .title .opener {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 20px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.page-ourservice .collapsblock .item .title:hover .opener {
  background-color: #000;
  color: #fff;
}
.page-ourservice .collapsblock .item .description {
  padding: 0 0 20px;
  font-size: 14px;
}
.page-ourservice .collapsblock .item.open .title .opener {
  transform: translateY(-50%) rotate(0deg);
}
.page-ourservice .collapsblock.inverted-color {
  border-bottom: 1px solid #fff;
}
.page-ourservice .collapsblock.inverted-color .item {
  border-top: 1px solid #fff;
}
.page-ourservice .collapsblock.inverted-color .item .title {
  color: #fff;
}
.page-ourservice .collapsblock.inverted-color .item:hover .opener {
  background-color: #fff;
  color: #001b9b;
}
.page-ourservice .conditions-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-ourservice .conditions-list .item {
  position: relative;
  padding: 40px;
  border-radius: 9px;
  border: 1px solid #1a1a1a;
}
.page-ourservice .conditions-list .item .title {
  color: #1a1a1a;
  line-height: 1.55;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-ourservice .pagesection-faqs {
  background-color: #001b9b;
  color: #fff;
}
.page-ourservice .pagesection-faqs .pagesection-title {
  color: #fff;
}
.page-ourservice .columned-form {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .page-ourservice .columned-form {
    padding: 40px 0;
    grid-template-columns: 1fr 1fr;
  }
}
.page-ourservice .columned-form .leftside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .page-ourservice .columned-form .leftside {
    padding: 150px 40px;
    gap: 50px;
    align-items: start;
    text-align: left;
  }
}
.page-ourservice .columned-form .rightside {
  background-position: 50%;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .page-ourservice .columned-form .rightside {
    display: block;
  }
}
.page-ourservice .columned-form .title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-ourservice .columned-form .buttons .button {
  color: #ffffff;
  background-color: var(--primary-color);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 60px;
}
.page-ourservice .columned-form .buttons .button:hover {
  background-color: var(--primary-color-hoverable);
}

.page-services .form-section {
  padding-top: 75px;
  padding-bottom: 100px;
  background-position: 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}
.page-services .form-section .title {
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 940px;
  min-width: 100px;
  word-break: break-word;
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 768px) {
  .page-services .form-section .title {
    font-size: 48px;
  }
}
.page-services .form-section .subtitle {
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 820px;
  min-width: 80px;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.page-services .form-section .form {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 7px;
  transform: translateZ(0);
  max-width: 560px;
}
.page-services .form-section .form .agreement {
  text-align: center;
  color: white;
  margin-top: 10px;
}
.page-services .form-section .form .agreement label {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.page-services .form-section .form .agreement label [type=checkbox] {
  width: 40px;
  height: 40px;
}
.page-services .form-section .form .agreement label .text {
  text-align: left;
}
.page-services .form-section .form .agreement label .text a {
  color: #fff;
  text-decoration: underline;
}
.page-services .form-section .form .form-fields {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-services .form-section .form .form-fields {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: end;
    gap: 20px;
  }
}
.page-services .form-section .form .form-fields .field {
  /*width: 50%;*/
  font-size: 16px;
}
.page-services .form-section .form .form-fields .field.field-input {
  display: flex;
  flex-direction: column;
}
.page-services .form-section .form .form-fields .field.field-input label {
  font-size: 0.714rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}
.page-services .form-section .form .form-fields .field.field-input input {
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  line-height: 1;
}
.page-services .form-section .form .form-fields .field.field-submit button {
  padding: 14px 30px;
  transition: background 0.25s ease;
  margin: auto;
  text-align: center;
  border-radius: 23px;
  line-height: 1.15;
  letter-spacing: 0.5px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.page-services-item .advdesc-topline {
  margin-bottom: 10px;
}
.page-services-item .advdesc-topline .advdesc-topline-items {
  display: flex;
  gap: 10px;
}
.page-services-item .advdesc-topline .advdesc-topline-items .advdesc-topline-item .value {
  font-weight: 700;
}
.page-services-item .item-contacts {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-services-item .item-contacts .contacts-item {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #eee;
}
.page-services-item .item-contacts .contacts-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3490196078);
}
.page-services-item .rv-fastcontact-block {
  margin: 20px 0;
}
.page-services-item .rv-fastcontact-block-btn {
  margin: 0 auto;
  display: block;
  border: 0;
  outline: 0;
  min-width: 300px;
  padding: 10px;
  font-size: 20px;
  transition: background-color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 8px;
}
.page-services-item .rv-fastcontact-block-btn:hover {
  background-color: var(--primary-color-hoverable);
}
.page-services-item .ascseller .variants {
  margin-bottom: 10px;
}
.page-services-item .ascseller .variants .variant {
  padding: 2px 7px;
  background: #000;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  margin: 0 5px 5px 0;
  cursor: pointer;
  border: 1px solid transparent;
}
.page-services-item .ascseller .variants .variant.picked {
  background: var(--secondary-color);
}
.page-services-item .ascseller textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.page-services-item .stickblock {
  position: sticky;
  top: 10px;
}
.page-services-item .description {
  border: 1px solid #eee;
  padding: 10px;
  box-shadow: 3px 3px 5px 0 #d9d9d9;
  margin-bottom: 20px;
  margin-top: 30px;
}
.page-services-item .description .text {
  font-size: 15px;
  line-height: 1.5;
}
.page-services-item .item-price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.home .banner-slider .banner {
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
  position: relative;
}
@media (min-width: 992px) {
  .home .banner-slider .banner {
    height: 200px;
  }
}
.home .banner-slider .banner .image {
  width: 100%;
  height: 100%;
}
.home .banner-slider .banner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .banner-slider .banner .video {
  height: 100%;
  width: 100%;
}
.home .banner-slider .banner .video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.home .banner-slider .banner .inside {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.64) 98%, rgba(0, 0, 0, 0.65) 100%);
  display: flex;
  align-items: flex-end;
}
.home .banner-slider .banner .inside .content {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.home .banner-slider .banner .inside .content .text {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-align: center;
  transition: text-shadow 0.5s;
  line-height: 1;
}
@media (min-width: 992px) {
  .home .banner-slider .banner .inside .content .text {
    font-size: 36px;
  }
}
.home .toplevel {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  gap: 8px;
}
@media (min-width: 992px) {
  .home .toplevel {
    grid-template: repeat(1, 1fr)/repeat(6, 1fr);
    gap: 16px;
  }
}
.home .toplevel .item {
  aspect-ratio: 1/1;
  background: #eee;
  border-radius: 20px;
  display: flex;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}
.home .toplevel .item .content {
  padding: 16px;
  flex-grow: 1;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .home .toplevel .item .content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .home .toplevel .item .content {
    font-size: 18px;
    line-height: 24px;
  }
}
.home .promotedServices .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #000;
}
.home .promotedServices .item .image {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 5/3;
}
.home .promotedServices .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .promotedServices .item .title {
  font-weight: bold;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: 0.15px;
}
.home .promotedServiceCategories .item {
  height: 220px;
  background-color: #EFEFEF;
  display: flex;
  align-items: end;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 992px) {
  .home .promotedServiceCategories .item {
    height: 320px;
  }
}
.home .promotedServiceCategories .item .title {
  height: 210px;
  width: 100%;
  padding: 0 24px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7411764706));
  font-weight: bold;
  line-height: 34px;
  font-size: 28px;
  display: flex;
  align-items: end;
  color: white;
}
.home .promotedCategories {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  position: relative;
}
@media (min-width: 992px) {
  .home .promotedCategories {
    display: block;
    overflow: unset;
  }
}
.home .promotedCategories .list {
  display: flex;
}
@media (min-width: 992px) {
  .home .promotedCategories .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .home .promotedCategories .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.home .promotedCategories .list .item {
  width: 280px;
  min-width: 265px;
  height: 130px;
  background-image: none;
  background-color: #EFEFEF;
  color: #424242;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-right: 20px;
  border-radius: 10px;
}
.home .promotedCategories .list .item:hover {
  background-color: #dfdfdf;
}
.home .promotedCategories .list .item.placeholder {
  background-color: #F6F6F6;
  border: 2px dashed #E0E0E0;
}
.home .promotedCategories .list .item .image {
  width: 82px;
  min-width: 82px;
  height: 82px;
  min-height: 82px;
  display: block;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e2e2e2;
  background-size: contain;
  box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
  border-radius: 6px;
}
.home .promotedCategories .list .item .title {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .home .promotedCategories .list .item {
    width: auto !important;
    min-width: none !important;
    margin-right: 0;
  }
}
.home .home-advantages {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.home .home-advantages .item {
  min-width: 150px;
  max-width: 160px;
  background-color: #efefef;
  text-align: center;
  border-radius: 10px;
  flex: 1 1 auto;
  margin: 0 5px;
  padding: 30px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .home .home-advantages .item {
    min-width: none;
    max-width: none;
    width: 20%;
  }
}
.home .home-advantages .item .icon {
  font-size: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e90001;
}
.home .home-advantages .item .desc {
  margin-top: 10px;
  color: #2C2B2B;
  font-size: 0.9rem;
}
.home .servicesCards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.home .servicesCards .item {
  display: flex;
  height: 360px;
  flex-direction: column;
}
.home .servicesCards .item .image {
  height: 100%;
}
.home .servicesCards .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home .articles .pic {
  aspect-ratio: 4/3;
  margin-bottom: 10px;
  display: block;
}
.home .articles .title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.page-articles .articles_catlinks {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-articles .articles_catlinks li {
  padding: 2px;
}
.page-articles .articles_catlinks li a {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  overflow: visible;
  position: relative;
  min-height: 32px;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0.15px;
  padding: 7px 12px;
  border-radius: 4px;
  background: #f0f2f4;
  color: rgba(0, 0, 0, 0.8);
}
.page-articles .articles_catlinks li a:hover {
  color: rgb(0, 0, 0);
  background: #d9dde3;
}
.page-articles.articleview .printed-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .page-articles.articleview .printed-description {
    gap: 30px;
  }
}
.page-articles.articleview .printed-description .img-block {
  text-align: center;
}
.page-articles.articleview .printed-description .img-block img {
  width: 100%;
  height: auto;
  max-width: 767px;
  margin: 0 auto;
}
.page-articles.articleview .printed-description .text-block {
  font-size: 1em;
  line-height: 1.6em;
}
.page-articles.articleview .printed-description .text-block p:last-child {
  margin-bottom: 0;
}
.page-articles .articles-listing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .page-articles .articles-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .page-articles .articles-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-articles .articles-listing .wrap {
  border: 1px solid #eee;
}
.page-articles .articles-listing .wrap:hover {
  box-shadow: 0 0 30px 5px rgba(231, 231, 231, 0.4);
}
.page-articles .articles-listing .item .image {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: 50%;
}
.page-articles .articles-listing .item .body {
  padding: 23px 22px 22px;
}
.page-articles .articles-listing .item .body .title {
  color: #555;
}
.page-articles .articles-listing .item .body .title:hover {
  color: var(--primary-color-hoverable);
}
.page-articles .consult {
  padding: 42px 25px 29px;
  line-height: 20px;
  color: #555555;
  font-size: 0.933em;
  border: 1px solid #ebecec;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.page-articles .consult .icon {
  font-size: 40px;
  color: var(--primary-color-hoverable);
}
.page-articles .consult .desc {
  text-align: center;
}
.page-articles .consult .button {
  display: flex;
  height: 40px;
  background-color: #fff;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color-hoverable);
  border-radius: 20px;
  cursor: pointer;
  color: var(--primary-color-hoverable);
  transition: all 0.3s ease-in-out;
}
.page-articles .consult .button:hover {
  background-color: var(--primary-color-hoverable);
  border: 1px solid var(--primary-color-hoverable);
  color: #fff;
}

.page-page .inpage-banner {
  min-height: 300px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.page-page .inpage-banner .text {
  background-color: rgba(220, 220, 220, 0.5019607843);
  padding: 32px 48px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: 10px;
}
@media (min-width: 768px) {
  .page-page .inpage-banner .text {
    width: 465px;
    margin: 30px 0 30px 30px;
  }
}

.page-product .product-view-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .page-product .product-view-block {
    flex-direction: row;
  }
}
.page-product .product-view-block .side {
  width: 100%;
}
@media (min-width: 992px) {
  .page-product .product-view-block .side {
    width: 25%;
  }
}
.page-product .product-view-block .main {
  flex-grow: 1;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  .page-product .product-view-block .main {
    width: 75%;
  }
}
.page-product .product-view-block .main .prod-main {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 1200px) {
  .page-product .product-view-block .main .prod-main {
    flex-direction: row;
  }
}
.page-product .product-view-block .main .chars {
  width: 100%;
}
@media (min-width: 1200px) {
  .page-product .product-view-block .main .chars {
    width: 33%;
  }
}
.page-product .product-view-block .main .prod-media {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .page-product .product-view-block .main .prod-media {
    width: 66%;
  }
}
.page-product .sub-data {
  display: flex;
  gap: 15px;
  margin: 15px 0 0 0;
}
.page-product .sub-data a {
  color: Gray;
  border-bottom: 1px dotted Gray;
}
@media (min-width: 992px) {
  .page-product .sub-data .gochars {
    display: none;
  }
}
.page-product .characteristics-text {
  font-size: 14px;
  line-height: 20px;
}
.page-product .characteristics-text .wrap {
  overflow-y: hidden;
  height: auto;
  max-height: auto;
  transition: all 0.3s ease-in-out;
}
.page-product .characteristics-text .title {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-product .characteristics-text .control {
  margin: 10px 0 0 0;
  text-align: center;
}
.page-product .characteristics-text .control .control-item {
  color: #001b9b;
  color: var(--primary-color);
  border-bottom: 1px dashed var(--primary-color);
  cursor: pointer;
}
.page-product .characteristics-text .control .control-item:hover {
  color: var(--primary-color-hoverable);
}
.page-product .characteristics-text .control .control-item-open {
  display: none;
}
.page-product .characteristics-text .control .control-item-close {
  display: inline;
}
.page-product .characteristics-text.rollin .wrap {
  max-height: 100px;
  height: 100px;
}
@media (min-width: 1200px) {
  .page-product .characteristics-text.rollin .wrap {
    max-height: 390px;
    height: 390px;
  }
}
.page-product .characteristics-text.rollin .control .control-item-open {
  display: inline;
}
.page-product .characteristics-text.rollin .control .control-item-close {
  display: none;
}
.page-product .infoblock {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 24px;
  margin-bottom: 24px;
  font-size: 14px;
}
.page-product .infoblock .title {
  font-weight: 700;
  position: relative;
}
.page-product .infoblock .title .open-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .page-product .infoblock .title .open-icon {
    display: none;
  }
}
.page-product .infoblock .content {
  margin-top: 10px;
  display: none;
}
@media (min-width: 1200px) {
  .page-product .infoblock .content {
    display: block;
  }
}
.page-product .infoblock.opened .content {
  display: block;
}
.page-product .infoblock.opened .title .open-icon {
  transform: rotate(180deg);
}
.page-product .infoblock p {
  margin-bottom: 5px;
}
.page-product .price-and-cart {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(68, 92, 130, 0.1215686275), -1px 4px 10px 0 rgba(68, 92, 130, 0.1019607843), 0 -2px 10px 0 rgba(68, 92, 130, 0.0509803922);
  padding: 24px;
  margin-bottom: 24px;
}
.page-product .price-and-cart .fastorder {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  padding: 16px 20px;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 6px;
  transition: 0.3s all ease-in-out;
}
.page-product .price-and-cart .fastorder:hover {
  background-color: var(--secondary-color-hoverable);
}
.page-product .price-and-cart .quantity-block {
  display: flex;
  border: 1px solid rgb(247, 248, 249);
  background: rgb(247, 248, 249);
}
.page-product .price-and-cart .quantity-block .control {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgb(240, 242, 244);
  color: rgba(0, 0, 0, 0.6);
}
.page-product .price-and-cart .quantity-block .control:hover {
  color: rgb(0, 0, 0);
  background: rgb(217, 221, 227);
}
.page-product .price-and-cart .quantity-block .product_quantity {
  flex-grow: 1;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
}
.page-product .price-and-cart .price {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}
.page-product .price-and-cart .minparty {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}

.links-list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 4px;
}
.links-list li a {
  min-height: 44px;
  border-radius: 6px;
  letter-spacing: 0.15px;
  padding: 8px 11px;
  display: block;
  border: 1px solid #9da7b8;
  color: rgba(0, 0, 0, 0.8);
}
.links-list li a:hover {
  border: 1px solid #4f5a6d;
  color: rgb(0, 0, 0);
}/*# sourceMappingURL=main.css.map */