@import url(/css/custom.css);
/* @import url(/css/libs/reset.css); */
@import url(/css/libs/swiper.min.css);
@import url(/css/libs/lightbox.css);
@import url(/css/libs/owlcarousel/owl.carousel.min.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary-color: #42add9;
  --primary-text: #333;
  --secondary-text: #4d4d4d;
}
a {
  color: #2ea9e1;
}
ol,
ul {
  padding-left: 0px;
}
.hl {
  color: var(--primary-color);
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.flex-1 {
  flex: 1;
}

.bx_sitemap .bx_sitemap_title {
  margin: 24px 0;
}
.bx_sitemap .bx_sitemap_li_title a {
  font-size: 14px;
  color: #039be5;
  background: #edf6fc;
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  text-align: center;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #fff;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #fff;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #fff;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -6px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -6px;
}
.youtube-videoWrapper iframe {
  width: 100%;
  height: 100%;
  outline: none;
  max-width: 800px;
  max-height: 600px;
  min-height: 400px;
  display: block;
  margin-bottom: 15px;
}
.banner {
  /*background: url('/img/main_catalog_article_bg.jpg') 0 0px no-repeat;*/
  border: 1px #4d897d solid;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  z-index: 2;
  background-size: contain;
  margin-bottom: 20px;
}
.banner p {
  color: #000;
}
.info-banner .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hidden_form,
.bx-subscribe-desc,
.bx_subscribe_checkbox_container {
  display: none;
}
.mark {
  display: inline-block;
  border-radius: 4px;
  line-height: 8px;
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 500;
}
.mark-medium {
  background-color: #ff6b00;
  color: #fff;
}
.inline-middle {
  display: inline-block;
  vertical-align: middle;
}

.inline-top {
  display: inline-block;
  vertical-align: top;
}
.posrel {
  position: relative;
}
.posabs {
  position: absolute;
}
.fullsize {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.font0 {
  font-size: 0.00001px;
}
.m-b24 {
  margin: 0 0 24px 0;
}
.m-t60 {
  margin: 60px 0 0 0;
}
.m-b60 {
  margin: 0 0 60px 0;
}
.m-tb60 {
  margin: 60px 0;
}
.top-menu_controls {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #080808;
}
.top-menu_controls a {
  text-transform: uppercase;
  color: #080808;
}
.top-menu_controls svg {
  vertical-align: middle;
  margin-right: 2px;
}
.top-menu_controls .favorites_block {
  margin-right: 16px;
}
.top-menu_controls .send-feedback {
  margin-right: 16px;
}
.dropdown-toggle::after {
  background: transparent url(/img/icons/icon-arrow_down.svg) no-repeat center;
  width: 24px;
  height: 24px;
  content: "";
  border: 0;
  vertical-align: -6px;
  margin: 0;
}
.specification-table td {
  border: 1px solid #dcdcdc;
  padding: 5px;
}
.specification-table td:first-child {
  max-width: 350px;
  background-color: #ededed;
}
.product-infographik {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 10px;
}
.product-infographik-block {
  width: 85px;
  text-align: center;
  margin-bottom: 15px;
}
.product-infographik--title {
  font-weight: bold;
  font-size: 12px;
  color: #5dc1dc;
}
.product-infographik--value {
  border: 3px solid transparent;
  text-align: center;
  border-radius: 13px;
  background-image: linear-gradient(white, white),
    linear-gradient(to right, #8ac056, #38a4da);
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-size: 16px;
  color: #5dc1dc;
  line-height: 100%;
  width: 85px;
  height: 85px;
  margin-top: 10px;
}
.product-infographik--value span {
  display: grid;
  align-items: center;
  height: 100%;
  font-weight: 700;
}
.product-infographik--value img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 55px !important;
}
.product-infographik--value .pattern {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}

.paterns-product {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.paterns-product-block {
  margin-left: 8px;
  margin-top: 8px;
}
.paterns-product-block:first-child {
  margin-left: 0px;
}
.paterns-product--img {
  width: 56px;
  height: 56px;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
  padding: 4px;
}

.paterns-product--img.active {
  border: solid 1px #44b96b;
}
.paterns-product--img img {
  width: 100%;
}
.paterns-product--img:hover {
  border: solid 1px #4d897d;
}

@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot#iefix) format("embedded-opentype"),
    url(fonts/icomoon.ttf) format("truetype"),
    url(fonts/icomoon.woff) format("woff"),
    url(fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf:before {
  content: "\e900";
}
.icon-doc:before {
  content: "\e901";
}
.icon-coins:before {
  content: "\e902";
}
.icon-ques:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-arrow-small:before {
  content: "\e906";
}
.icon-arrow-big:before {
  content: "\e907";
}
.icon-pdf2 .path1:before {
  content: "\e908";
  color: #e2574c;
}
.icon-pdf2 .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: #b53629;
}
.icon-pdf2 .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: #ffffff;
}
.grecaptcha-badge {
  display: none !important;
}
.clear {
  clear: both;
}

.cross {
  position: relative;
}
.cross:before,
.cross:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #4a4a4a;
}
.cross:before {
  transform: rotate(45deg);
}
.cross:after {
  transform: rotate(-45deg);
}
.btn {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.link {
  font-size: 14px;
  color: #334e60;
  cursor: pointer;
  border-bottom: 2px solid;
  transition: 0.2s;
  display: inline-block;
}
.link:hover {
  border-bottom-color: transparent;
}
.link.more-info {
  background: white;
  border: 1px solid #4d897d;
  color: #4d897d;
  transition: all 0.5s;
  padding: 5px 20px;
}
.link.more-info:hover {
  transition: all 0.5s;
  color: white;
  background: #4d897d;
}
* {
  box-sizing: border-box;
}
html,
body {
}
body {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  font-family: Inter;
  font-size: 14px;
}
.waiting:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 100000;
}
.waiting:after {
  position: fixed;
}
.blurred #wrap,
.blurred footer {
  transition: 0.5s;
  filter: blur(2px) grayscale(1);
}
.center-block {
  max-width: 1168px;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
#wrap {
  min-height: 100%;
  transition: 0.3s;
}
#main {
  overflow: auto;
  position: relative;
}
input {
  /* font-family: "Exo 2", sans-serif; */
}
a,
a:hover {
  text-decoration: none;
}
h1 {
  font-weight: 500;
  font-size: calc(1.175rem + 0.9vw);
  line-height: 44px;
  color: var(--secondary-text);
}
h2 {
  /* font-size: calc(1.325rem + 0.9vw);
  font-weight: 700; */
}
h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
p {
  line-height: 1.2;
}
sup {
  position: relative;
  top: -5px;
  font-size: 8px;
}
.about_company_.top-block .menu a.selected {
  color: white !important;
}
.top-block{
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}


.show-header-bg header,
.show-header-bg-news header,
.show-header-detail-news header {
  height: 369px;
}
.show-header-bg .top-block .menu li a,
.show-header-bg-news .top-block .menu li a,
.show-header-detail-news .top-block .menu li a {
  color: #fff;
}
.top-block_left .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.show-header-bg .top-block .send-feedback .send_email_text,
.show-header-bg-news .top-block .send-feedback .send_email_text,
.show-header-detail-news .top-block .send-feedback .send_email_text {
  color: #fff;
}
.show-header-bg .top-block .send-feedback .mail .fil0,
.show-header-bg-news .top-block .send-feedback .mail .fil0,
.show-header-detail-news .top-block .send-feedback .mail .fil0 {
  fill: #fff;
}
.show-header-bg .top-block .favorites_block .my_favorites_text,
.show-header-bg-news .top-block .favorites_block .my_favorites_text,
.show-header-detail-news .top-block .favorites_block .my_favorites_text {
  color: #fff;
}
.show-header-bg .top-block .favorites_block .favorites_icon .fil0,
.show-header-bg-news .top-block .favorites_block .favorites_icon .fil0,
.show-header-detail-news .top-block .favorites_block .favorites_icon .fil0 {
  fill: #fff;
  stroke: #fff;
}
.show-header-bg .top-block .contacts .phone,
.show-header-bg-news .top-block .contacts .phone,
.show-header-detail-news .top-block .contacts .phone,
.show-header-bg .top-block .contacts .times,
.show-header-bg-news .top-block .contacts .times,
.show-header-detail-news .top-block .contacts .times,
.show-header-bg .top-block .contacts:before,
.show-header-bg-news .top-block .contacts:before,
.show-header-detail-news .top-block .contacts:before {
  color: #fff;
}
.show-header-bg .about_company_header,
.show-header-bg-news .about_company_header,
.show-header-detail-news .about_company_header {
  height: 369px;
  background: none;
}
.show-header-bg .about_company_.top-block,
.show-header-bg-news .about_company_.top-block,
.show-header-detail-news .about_company_.top-block {
  background: none;
}
#wrap {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s;
}
.full-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.4;
  z-index: 500;
  display: none;
}
.full-menu {
  position: fixed;
  left: 0;
  top: calc(50% - 300px);
  background: #0186b7;
  width: 100%;
  z-index: 100000;
  visibility: hidden;
  transition: 0.2s;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 30px;
}
.full-menu.showed {
  opacity: 1;
  visibility: visible;
}
.full-menu .full-menu__sections .full-menu-section {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  /*&__list {}*/
}
.full-menu .full-menu__sections .full-menu-section:not(:last-child) {
  margin-right: 100px;
}
.full-menu .full-menu__sections .full-menu-section__title {
  min-height: 18px;
  display: block;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: opacity 0.2s, transform 0.3s, color 0.2s;
}
.full-menu .full-menu__sections .full-menu-section__title.profile-links {
  display: none;
}
.full-menu .full-menu__sections .full-menu-section__link {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
  transition: opacity 0.2s, transform 0.3s, color 0.2s;
}
.full-menu .full-menu__sections .full-menu-section__link:hover {
  text-decoration: underline;
  color: #fff !important;
}
.full-menu .full-menu__sections .full-menu-section__link.orange {
  color: #f39c12;
}
.full-menu
  .full-menu__sections
  .full-menu-section:hover
  .full-menu-section__title {
  color: #fff;
}
.full-menu .full-menu__sections .hidden_section {
  display: none;
}
.full-menu
  .full-menu__sections.full-menu__sections_hover
  .full-menu-section__title {
  color: rgba(255, 255, 255, 0.6);
}
.full-menu
  .full-menu__sections.full-menu__sections_hover
  .full-menu-section__link {
  color: rgba(255, 255, 255, 0.6);
}
.full-menu__top-block {
  height: 140px;
}
.full-menu__logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 86px;
  height: 130px;
}
.full-menu .navigator-title {
  font-family: "Exo 2", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
  position: absolute;
  top: 48px;
  left: 110px;
}
.full-menu .close-block {
  width: 100px;
  border: 1px solid white;
  height: 22px;
  padding-left: 10px;
  padding-top: 0;
  transition: all 0.5s;
  cursor: pointer;
  top: -89px;
  position: absolute;
  right: 0;
}
.full-menu .close-block:hover {
  background: white;
  transition: all 0.5s;
}
.full-menu .close-block:hover .close-title {
  color: #0186b7;
  transition: all 0.5s;
}
.full-menu .close-block:hover .cross:before,
.full-menu .close-block:hover .cross:after {
  transition: all 0.5s;
  background-color: #0186b7;
}
.full-menu .close-block .close-title {
  transition: all 0.5s;
  color: white;
  width: 90px;
  display: inline-block;
}
.full-menu .close-block .full-menu__close {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 12px 0 0 22px;
  right: -50px;
  top: -29px;
  text-align: center;
}
.full-menu .close-block .full-menu__close:before,
.full-menu .close-block .full-menu__close:after {
  width: 15px;
}
.full-menu .cross:before,
.full-menu .cross:after {
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.full-menu__sections {
  display: inline-block;
  font-size: 0.0001px;
}
.search_overlay {
  width: 100%;
  height: 9999px;
  position: absolute;
  background: white;
  z-index: 1001;
  top: 90px;
  display: none;
}
.breadcrumb {
  padding: 26px 0 15px;
}
.breadcrumb-back a {
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 15px;
  border: 2px solid #4d897d;
  text-decoration: none;
  color: #4d897d;
  border-radius: 4px;
}
.breadcrumb__item {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 14px;
  color: #0186b7;
}
.breadcrumb__item a {
  color: #a1a1a1;
}
.breadcrumb__angle {
  font-size: 12px;
  color: #a1a1a1;
  margin-right: 4px;
}
.tabs_desc__captions {
  font-size: 0.00001px;
  margin-bottom: 15px;
}
.tabs_desc__caption {
  display: inline-block;
  box-sizing: border-box;
  background-color: #ededed;
  border: solid 1px #dcdcdc;
  border-right: none;
  padding: 11px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  cursor: pointer;
  transition: 0.2s;
}
.tabs_desc__caption:first-child {
  border-top-left-radius: 4px;
}
.tabs_desc__caption:last-child {
  border-right: solid 1px #dcdcdc;
  border-top-right-radius: 4px;
}
.tabs_desc__caption_active {
  background-color: #fff;
}
.tabs_desc__caption:hover:not(.tabs_desc__caption_active) {
  background-color: #54b7bc;
  color: #fff;
}
.tabs_desc__content {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  transition: opacity 0.7s;
}
.tabs_desc__content_active {
  position: relative;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  width: 100%;
}
.checkbox {
}
.checkbox + label {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.checkbox + label:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  box-sizing: border-box;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  background-color: #fff;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  transition: 0.2s;
}
.checkbox:checked + label:before {
  content: "✔";
  border: 1px solid transparent;
  background-color: #0186b7;
}
.title-search-result {
  display: none;
  overflow: hidden;
  z-index: 999;
  min-width: 370px;
  padding: 16px 0;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #ededed;
}
.title-search-result .searche .item-block-wr {
  transition: 0.2s;
}
.title-search-result .searche .item-block-wr .item-block {
  font-size: 0.00001px;
}
.title-search-result .searche .item-block-wr .item-block .item_element {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
}
.title-search-result .searche .item-block-wr .item-block .item_element.left {
  width: 50%;
  margin-right: 16px;
  text-align: right;
  color: #a1a1a1;
}
.title-search-result .searche .item-block-wr .item-block .item_element.right {
  text-align: left;
}
.title-search-result .searche .item-block-wr .item-block .item_element.right a {
  color: #4a4a4a;
}
.title-search-result
  .searche
  .item-block-wr
  .item-block
  .item_element.category {
  margin-top: 20px;
}
.title-search-result .searche .item-block-wr:hover {
  background-color: #54b6bc;
}
.title-search-result .searche .item-block-wr:hover .item_element.left {
  color: #4a4a4a;
}
.title-search-result .searche .item-block-wr:hover .item_element.right a {
  color: #fff;
}
.catalog-sort-block {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
.catalog-sort-block select {
  width: auto;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  margin-left: 8px;
  height: 30px;
  padding: 0 12px;
  cursor: pointer;
  background: #fff;
}
.catalog-sort-block select:focus {
  border: 0;
}
.sort {
  line-height: 24px;
  margin-bottom: 23px;
  color: #000;
}
.sort a {
  font-size: 12px;
  color: #4a4a4a;
  transition: 0.2s;
}
.sort a:after {
  content: "\e907";
  display: inline-block;
  margin-left: 5px;
  font-family: "icomoon";
  font-size: 12px;
  vertical-align: middle;
  color: #000;
}
.sort a.arrow-up:after {
  transform: rotate(-90deg);
}
.sort a.arrow-down:after {
  transform: rotate(90deg);
}
.sort a:hover {
  color: #000;
}
.paginator {
  padding-bottom: 50px;
  position: relative;
  background: white;
}
.paginator__list {
  text-align: center;
}
.paginator__item {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background-color: transparent;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  transition: 0.2s;
}
.paginator__item a {
  display: block;
  color: #a1a1a1;
  transition: 0.2s;
}
.paginator__item_active {
  background-color: #0186b7;
  color: #fff;
}
.paginator__item:hover a {
  color: #000;
}
.paginator .go_to_top {
  display: none;
}

.row .col {
  display: inline-block;
  vertical-align: top;
}
.overlay {
  display: none;
  position: fixed;
  background: gray;
  opacity: 0.3;
  cursor: pointer;
  width: 100vw;
  z-index: 10000;
  height: 100vh;
  left: 0;
  top: 0;
}
.double_line {
  height: 5px;
  border-bottom: 3px solid #a4a2a7;
  border-top: 1px solid #336667;
  margin-top: 20px;
  margin-bottom: 10px;
}
.opened {
  display: block !important;
}
@media (max-width: 768px) {
  .bx-no-touch
    .product-item-container
    .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
  }
  .product-item-big-card .product-item-image-wrapper {
    margin-bottom: 0px;
  }
  .product-item-image-slider-control-container {
    opacity: 1;
  }
  .bx_sitemap .bx_sitemap_li_title a {
    display: block;
    margin-bottom: 8px;
    white-space: wrap;
    line-height: 16px;
  }
  .product-item-container {
    border-bottom: 1px #2ea9e1 solid;
    margin-bottom: 16px;
  }
  .auth-container {
    z-index: 100001;
  }
  .fixed-header {
    padding-top: 90px;
  }
  .fixed-header header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
    top: 0;
    transform: translateY(-120%);
    opacity: 0;
    /* height: 90px !important; */
    overflow: hidden;
  }

  body .header-helper {
    height: 279px;
  }
  body .header-helper-news {
    height: 110px;
  }
  .feedback-handler-static {
    width: 100vw;
    top: 0;
    position: fixed;
  }
  .feedback-handler-static .feedback-container {
    width: 100vw;
    height: 100vh;
    overflow: auto;
  }
  .feedback-handler-static .feedback-container.price_requirements {
    height: 100vh;
  }
  .feedback-handler-static .feedback-container .feedback-form {
    flex-direction: column;
    padding: 20px;
  }
  .feedback-handler-static .success_send {
    display: none;
    background: white;
    text-align: center;
    position: relative;
    z-index: 10001;
    height: 100vh;
    border-radius: 0;
    width: 100vw;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0;
  }
  .feedback-handler-static .success_send .top-block {
    position: relative;
  }
  .feedback-handler-static .success_send .top-block .close_btn {
    position: fixed;
    right: 10px;
    cursor: pointer;
    top: 34px;
    width: 20px;
    height: 20px;
  }
  .paginator .go_to_top {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 25px;
  }
  .paginator .go_to_top:before {
    content: "\e907";
    display: inline-block;
    margin-left: 5px;
    font-family: "icomoon";
    font-size: 42px;
    vertical-align: middle;
    color: #000;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    cursor: pointer;
  }
  .sort {
    display: none;
  }
  .test {
    height: 25px;
  }
  .show-header-bg header,
  .show-header-bg-news header,
  .show-header-detail-news header {
    height: 90px;
  }
  .show-header-bg .top-block .menu li a,
  .show-header-bg-news .top-block .menu li a,
  .show-header-detail-news .top-block .menu li a {
    color: #fff;
  }
  .show-header-bg .top-block .menu li a.red,
  .show-header-bg-news .top-block .menu li a.red,
  .show-header-detail-news .top-block .menu li a.red {
    color: #fff;
  }
  .show-header-bg .top-block .send-feedback .mail .fil0,
  .show-header-bg-news .top-block .send-feedback .mail .fil0,
  .show-header-detail-news .top-block .send-feedback .mail .fil0 {
    fill: #fff !important;
  }
  .show-header-bg .top-block .favorites_block .favorites_icon .fil0,
  .show-header-bg-news .top-block .favorites_block .favorites_icon .fil0,
  .show-header-detail-news .top-block .favorites_block .favorites_icon .fil0 {
    fill: #fff !important;
  }
  .show-header-bg .top-block .contacts .phone,
  .show-header-bg-news .top-block .contacts .phone,
  .show-header-detail-news .top-block .contacts .phone,
  .show-header-bg .top-block .contacts .times,
  .show-header-bg-news .top-block .contacts .times,
  .show-header-detail-news .top-block .contacts .times,
  .show-header-bg .top-block .contacts:before,
  .show-header-bg-news .top-block .contacts:before,
  .show-header-detail-news .top-block .contacts:before {
    color: #fff;
  }
  .main-full-menu #wrap {
    display: none;
  }
  .main-full-menu footer {
    display: none;
  }
  .full-menu {
    transition: none;
    background-color: #334e60;
    opacity: 1;
    height: auto;
    position: absolute;
    overflow-x: hidden;
    top: 0;
  }
  .full-menu .full-menu__sections {
    padding: 0 0 50px 10px;
  }
  .full-menu .full-menu__sections .full-menu-section {
    position: relative;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    transition: transform 0.5s;
    /*&__list {}*/
  }
  .full-menu .full-menu__sections .full-menu-section:not(:last-child) {
    margin-right: 100px;
  }
  .full-menu .full-menu__sections .full-menu-section__title.profile-links {
    display: block;
  }
  .full-menu .full-menu__sections .full-menu-section:first-child {
    margin-top: 10px;
  }
  .full-menu
    .full-menu__sections
    .full-menu-section:first-child
    .full-menu-section__title:before {
    display: none;
  }
  .full-menu .full-menu__sections .full-menu-section__title {
    transition: none;
    margin-bottom: 20px;
  }
  .full-menu .full-menu__sections .full-menu-section__title:before {
    content: "";
    display: block;
    width: 151px;
    background: #ffffff;
    height: 1px;
    opacity: 0.3;
    margin-bottom: 20px;
  }
  .full-menu .full-menu__sections .full-menu-section__link {
    line-height: 1.3;
    transition: none;
    margin-bottom: 12px;
  }
  .full-menu
    .full-menu__sections
    .full-menu-section:hover
    .full-menu-section__title {
    color: #fff;
  }
  .full-menu .full-menu__sections .hidden_section {
    transition: transform 0.5s;
    position: absolute;
    top: 0;
    transform: translateX(100vw);
    z-index: 5;
    width: 80vw;
    background-color: #334e60;
  }
  .full-menu .full-menu__sections .hidden_section .go_back_btn {
    font-size: 16px;
    color: #71838f;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .full-menu .full-menu__sections .hidden_section .go_back_btn .icon-arrow-big {
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    color: white;
  }
  .full-menu .full-menu__sections .hidden_section .hidden_title:before {
    display: none;
  }
  .full-menu__top-block {
    height: 90px;
  }
  .full-menu__logo {
    left: 20px;
    top: -15px;
  }
  .full-menu .navigator-title {
    display: none;
  }
  .full-menu .close-block {
    top: -70px;
    right: 20px;
    transition: none;
  }
  .full-menu .close-block .close-title {
    transition: none;
  }
  .full-menu .close-block:hover {
    color: inherit;
    background: inherit;
    transition: none;
  }
  .full-menu .close-block:hover .cross:before,
  .full-menu .close-block:hover .cross:after {
    transition: none;
    background: white;
  }
  .full-menu .close-block:hover .close-title {
    color: inherit;
    transition: none;
  }
  .full-menu .close-block .cross:before,
  .full-menu .close-block .cross:after {
    transition: none;
    background: white;
    height: 2px;
    margin-right: 3px;
  }
  .full-menu__close-block {
    height: initial;
  }
  .full-menu__sections {
    display: inline-block;
    font-size: 0.0001px;
    margin-top: initial;
  }
}

header.transparent_header {
  background: none;
}
header.transparent_.top-block {
  background: none;
}
.title-wr {
  width: 748px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 71px;
}
.title-wr h1.title {
  color: #fff;
}

.top-block .menu li {
  display: flex;
  align-items: center;
  padding: 5px 24px;
}

.top-block .menu li a.red {
  color: red;
}
.top-block .menu li a.full-menu-show {
  cursor: pointer;
}
.search-block {
  position: relative;
  width: 100%;
}

.search-block .icon-search {
  position: absolute;
  top: 10px;
  right: 20px;

  /* background-image: url(/upload/content/fts-icon-search.png); */
  border-radius: 4px;
  text-align: center;
}
.search-block .icon-search:before {
}

.top-block .favorites_block .count_container {
  display: inline-block;
  position: relative;
}
.top-block .favorites_block .count_container .favorites_count {
  display: inline-block;
  background: #ff6b00;
  color: #fff;
  width: 22px;
  position: absolute;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
  right: -18px;
  top: -20px;
}
.top-block .contacts {
  position: absolute;
  right: 10px;
  width: 181px;
  top: 0;
  text-align: right;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-block .contacts .phone {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  transition: 0.2s;
}
.top-block .contacts .phone:hover {
  opacity: 0.8;
}
.top-block .contacts .times {
  font-size: 12px;
  color: #666666;
}
.top-block .contacts:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e904";
  font-size: 25px;
  color: #a1a1a1;
  top: 29px;
}
.top-block .search_icon {
  display: none;
}
.menu-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.menu-block > .center-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.menu-block a {
  color: #080808;
}
.menu-block a:hover {
  color: #2ea9e1;
}
.menu-block .menu-icon {
  display: none;
}
.menu-block .menu {
  justify-content: space-between;
}

.menu-block .menu > li:first-child {
}
.menu-block .menu > li:last-child {
  background-color: var(--primary-color);
  border-radius: 6px;
}
.menu-block .menu > li:last-child a {
  color: #fff;
  font-weight: 600;
}
.menu-block .menu li a.selected {
  color: #2ea9e1;
}
.menu-block .menu li:last-child a.selected {
  color: #fff;
}
.already_in_favorites svg circle {
  fill: var(--primary-color);
}
.product-item-detail-properties dd {
  margin-bottom: 12px;
}
header div.objects_.info {
  width: 660px;
  left: calc(50% - 305px);
}
header div.objects_.info .description {
  font-size: 22px;
}
.header-bg {
  position: relative;
  width: 100%;
  max-width: 1168px;
  height: 230px;
  margin: 0 auto;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
}
.header-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1168px;
  height: 230px;
  background-color: rgba(0, 0, 0, 0.4);
}
.header-bg .info {
  width: 300px;
  position: absolute;
  top: 25%;
  left: calc(50% - 150px);
  text-align: center;
}
.header-bg .info .name {
  margin-bottom: 14px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  color: #a1a1a1;
}
.header-bg .info .title {
  margin-bottom: 8px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 29px;
  color: #fff;
}
.header-bg .info .description {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.about_company_header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.about_company_.info {
  max-width: 369px;
  position: absolute;
  top: 45%;
  text-transform: uppercase;
  left: 20%;
}
.about_company_.info.about {
  max-width: 1140px;
  width: 1140px;
  position: relative;
  left: initial;
  margin: 0 auto;
  top: 200px;
}
.about_company_.info.about .description {
  max-width: 100%;
  height: initial;
  padding: 10px;
  background-color: rgba(40, 68, 55, 0.6);
}
.about_company_.info .description {
  max-width: 667px;
  height: 176px;
  font-family: "Exo 2", sans-serif;
  font-size: 38px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  header.showed {
    transform: translateY(0%) !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 9px;
    opacity: 1 !important;
    background: #fff;
  }
  .title-wr {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-wr {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-block {
    padding-block: 0;
  }
  .top-block .menu {
    display: none;
  }
  .top-block .menu li {
    display: flex;
    align-items: center;
    margin-right: 13px;
  }
  .top-block .menu li a {
    font-size: 16px;
    color: #4a4a4a;
    border-bottom: 2px solid;
    transition: 0.2s;
  }
  .top-block .menu li a:hover,
  .top-block .menu li a.selected {
    border-bottom-color: transparent;
    color: #54b6bc !important;
  }

  .top-block .search-block input[type="text"]:focus {
    box-shadow: inset #54b6bc 0 0px 7px;
  }
  .top-block .search-block .icon-search {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .top-block .search-block .icon-search:before {
    font-size: 26px;
    color: #a1a1a1;
  }

  .top-block .send-feedback .send_email_text {
    display: none;
  }
  .top-block .send-feedback.invisible-icon {
    display: none;
  }
  .top-block .send-feedback .mail .fil0 {
    fill: #a1a1a1 !important;
  }
  .top-block .favorites_block {
    margin-right: 16px;
  }
  .top-block_left .logo {
    margin-right: 12px;
  }
  .top-block .favorites_block.invisible-icon {
    display: none;
  }
  .top-block .logo img {
    width: 60px;
  }
  .top-block .favorites_block .my_favorites_text,
  .top-block .profile-holder {
    display: none;
  }

  .top-block .favorites_block .fil0 {
    fill: #a1a1a1 !important;
    stroke: #a1a1a1 !important;
  }
  .top-block .contacts {
    position: absolute;
    right: 95px;
    width: 41px;
    top: 28px;
    text-align: right;
    height: 40px;
    display: block;
  }
  .top-block .contacts:before {
    display: block;
    position: absolute;
    font-family: "icomoon";
    content: "\e904";
    font-size: 25px;
    color: #a1a1a1 !important;
    top: 6px;
    left: 6px;
  }
  .top-block .contacts .phone {
    font-size: 0;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
  }
  .top-block .contacts .times {
    font-size: 12px;
    color: #666666;
    display: none;
  }

  .menu-icon:before {
    display: none;
  }
  .menu-icon:hover .stick-menu i:not(:last-child) {
    margin-bottom: 8px;
  }
  .menu-icon .stick-menu {
    position: initial;
  }
  .menu-icon .stick-menu i {
    width: 24px;
    height: 3px;
    background-color: #080808;
    display: block;
    transition: 0.1s;
  }
  .menu-icon .stick-menu i:not(:last-child) {
    margin-bottom: 4px;
  }
  .menu-block .profile-holder {
    display: none;
  }
  .menu-block .menu {
    display: none;
  }
  .menu-block .menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 37px;
  }
  .menu-block .menu li a {
    text-transform: uppercase;
    transition: 0.2s;
  }
  .menu-block .menu li a.selected {
    color: #54b6bc;
  }
  .menu-block .constructor {
    display: none;
  }
  .menu-block .profile-handler {
    display: none;
  }
  .header-bg {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: -1;
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
  }
  .header-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header-bg .info {
    width: 80%;
    position: relative;
    left: initial;
    text-align: center;
    top: 120px;
    margin: 0 auto;
  }
  .header-bg .info .name {
    margin-bottom: 14px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: #a1a1a1;
  }
  .header-bg .info .title {
    margin-bottom: 8px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 29px;
    color: #fff;
  }
  .header-bg .info .description {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .about_company_.info.about {
    top: 90px;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .about_company_.info.about .description {
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    margin-top: 0;
  }
}
footer {
  background-color: #eaeaea;
}
footer.hidden_footer {
  display: none;
}
footer .go_to_top {
  position: fixed;
  opacity: 0;
  bottom: 95px;
  z-index: 9999;
  margin-left: -120px;
  transition: all ease 0.5s;
}
footer .go_to_top:hover:before {
  color: #bcbcbc;
  transition: all ease 0.5s;
}
footer .go_to_top:before {
  content: "\e907";
  display: inline-block;
  margin-left: 5px;
  font-family: "icomoon";
  transition: all ease 0.5s;
  font-size: 42px;
  vertical-align: middle;
  color: #dbdbdb;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  cursor: pointer;
  border-radius: 50px;
  border: 6px solid;
  padding: 5px;
}
footer .center-block {
  height: 100%;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

footer .main-menu .menu {
  display: flex;
  list-style: none;
}
footer .main-menu .menu li {
  width: 200px;
}
footer .main-menu .menu li .submenu li {
  font-size: 12px;
  margin-bottom: 12px;
}
footer .main-menu .menu .lvl-1.first {
  width: 173px;
  height: 39px;
  background-color: var(--primary-color);
  border-radius: 6px;
  background-image: url(/upload/content/fts-icon-lines.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  padding-left: 40px;
}

.contacts .title {
  font-size: 16px;
  font-weight: bold;
}
.contacts .address {
  font-size: 14px;
  margin-bottom: 8px;
}
.contacts .phones {
  line-height: 1.8;
}
.social-networks {
  gap: 12px;
}

.bx_sitemap .bx_sitemap_ul li {
  display: inline-block;
  margin-right: 8px;
  line-height: 40px;
}
.bx_sitemap .bx_sitemap_ul li a {
  border-radius: 4px;
  padding: 8px;
  border: 1px #2ea9e1 solid;
}
.bx_sitemap .bx_sitemap_ul li a:hover {
  color: #ff6b00;
  border: 1px #ff6b00 solid;
}
.bx_sitemap .bx_sitemap_ul li ul {
  display: none;
}
.bx_sitemap .bx_sitemap_li_title {
  margin-bottom: 0px;
}

footer .portal {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  padding-left: 48px;
  color: var(--secondary-text);
  background-image: url(/upload/content/fts-icon-portal.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 38px;
  display: block;
}
@media (max-width: 767px) {
  footer {
    height: auto;
    padding-bottom: 30px;
  }
  footer .go_to_top {
    display: none;
  }
  footer .center-block {
    height: 100%;
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  footer .main-menu {
    position: static;
    margin-bottom: 12px;
  }
  footer .main-menu .menu {
    display: none;
  }
  footer .main-menu .documents {
    width: 100%;
  }
  footer .main-menu .documents a span {
    width: calc(100% - 20px);
  }
  footer .main-menu .documents .mobile-links img {
    height: 50px;
  }
  footer .contacts {
    position: static;
    right: 0;
    top: 27px;
    line-height: 1.3;
    width: 100%;
    padding-top: 30px;
  }
  footer .contacts .title {
    font-size: 16px;
    font-weight: bold;
  }
  footer .contacts .address {
    font-size: 14px;
    margin-bottom: 8px;
  }
  footer .contacts .phones {
    line-height: 1.8;
    margin-bottom: 26px;
  }
  footer .contacts .sns {
    width: 240px;
  }
  footer .contacts .sns ul {
    font-size: 0.00001px;
    margin-top: 8px;
  }
  footer .contacts .sns ul li {
    display: inline-block;
  }
  footer .contacts .sns ul li:not(:last-child) {
    margin-right: 8px;
  }
  footer .contacts .sns ul li a img {
    width: 39px;
    height: 39px;
  }
  footer .portal {
    position: static;
    display: block;
    margin-bottom: 16px;
  }
}

.slides-block {
  position: relative;
}
.slides-block .arrow {
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  background-image: url(/img/right-arrow.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
  z-index: 3;
  cursor: pointer;
  padding: 0 20px;
  transition: 0.2s;
  opacity: 0.5;
  background-color: transparent;
}
.slides-block .arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.slides-block .arrow.arrow-next {
  right: 0;
}
.slides-block .arrow.arrow-prev {
  left: 0;
  transform: rotateY(180deg);
}
.slides-block .slides .slide {
  display: flex;

  border-radius: 16px;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  height: 100%;
}

.slides-block .slides .slide .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  justify-content: center;
}
.slides-block .slides .slide .content .date {
  color: #e33f36;
  margin-bottom: 16px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}
.slides-block .slides .slide .content .title {
  max-width: 500px;
}
.slides-block .slides .slide .content .title a {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.slides-block .slides .slide .content .preview-text {
  font-size: calc(0.85rem + 1vw);
  line-height: 1.2;
}

.banner-element {
  background-image: url(../images/banners/image278.jpg);
  aspect-ratio: 1280 / 470;
  background-size: cover;
  position: relative;
}
.banner-element > * {
  position: relative;
}
.banner-element::before {
  width: 100%;
  height: 100%;
  position: absolute;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4648) 27.13%,
    rgba(0, 0, 0, 0) 62.75%
  );
  content: "";
}
.banner__text-under {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ccc;
}
.banner__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--primary-color);
}

.progress-bar-container {
  width: 200px;
  transition: all 0.5s;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 90px);
  top: calc(50% - 19px);
  text-align: center;
}
.progress-bar-container .progress-title {
  color: #55b6bc;
  font-size: 16px;
  margin-bottom: 16px;
}
.progress-bar-container .progress-bar {
  width: 100%;
  border: 1px solid #55b6bc;
  transition: all 0.5s;
}
.progress-bar-container .progress-bar .active-bar {
  transition: all 0.5s;
  width: 0%;
  height: 20px;
  background-color: #55b6bc;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px;
}
.photo-mesh {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 35px);
  flex-direction: row;
}
.photo-mesh .photo-item {
  position: relative;
  box-sizing: border-box;
  width: 272px;
  height: 200px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: solid 1px #ececec;
  vertical-align: top;
  transition: 0.2s;
}

.photo-mesh .photo-item .preview {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.photo-mesh .photo-item .preview:hover .open-photo {
  transition: 0.5s;
  transform: translateX(-20px) translateY(-20px) scale(1.5, 1.5);
}
.photo-mesh .photo-item .preview .open-photo {
  width: 40px;
  transition: 0.5s;
  cursor: pointer;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translateX(-20px) translateY(-20px);
}
.photo-mesh .photo-item .description {
  width: 100%;
  height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  position: relative;
  bottom: 60px;
  right: 0;
}
.photo-mesh .photo-item .description .text {
  position: absolute;
  bottom: 20px;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 1.2em;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .slides-block .slides .slide {
    max-height: 612px;
    flex-direction: column-reverse;
    line-height: 0;
  }
  .slides-block .slides .slide .content {
    min-height: 300px;
  }
  .slides-block .slides .slide .bg img {
    max-width: 1000px;
  }
  .photo-mesh {
    display: block;
    text-align: center;
    width: 100%;
  }
  .photo-mesh .photo-item {
    width: 290px;
    display: block;
    margin: 0 auto 20px;
  }
  .banner-element{
    aspect-ratio: 600 / 480;
  }
  .banner__text-under{
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.index-page .mobile_title {
  display: none;
}
.index-page .new-products-slider {
  position: relative;
  /* width: 90%;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 14px; */
}
.index-page .new-products-slider .product {
  display: inline-block;
  box-sizing: border-box;
  /* width: 230px; */
  width: 100%;
  height: 375px;
  margin-bottom: 30px;
  vertical-align: top;
  margin-top: 15px;
  transition: 0.2s;
  position: relative;
  padding-inline: 15px;

  background: #ffffff;
  box-shadow: 0px 4px 14.8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.index-page .new-products-slider .product .new-badge {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -6px;
  top: -6px;
  overflow: visible;
}
.index-page .new-products-slider .product:hover {
  box-shadow: 0 2px 12px 0 rgba(214, 214, 214, 0.5);
}
.index-page .new-products-slider .product .photo-wr {
  display: flex;
  height: 210px;
  margin: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.index-page .new-products-slider .product .photo-wr img {
  max-width: 100%;
  max-height: 100%;
}
.index-page .new-products-slider .product .mark-new {
  position: absolute;
  height: 32px;
  top: 5px;
  right: 5px;
  display: block;
}

.index-page .new-products-slider .product .info {
  text-align: center;
  margin-bottom: 17px;
}
.index-page .new-products-slider .product .info .name {
  font-size: 14px;

  line-height: 20px;
  color: #000;
  overflow: hidden;
}
.index-page .new-products-slider .product .info .price {
  font-size: 16px;
  color: #54b7bc;
  margin-bottom: 10px;
}
.index-page .new-products-slider .product .info .articul {
  font-size: 12px;
  line-height: 20px;
  color: #4a4a4a;
}
.index-page .new-products-slider .product .more {
  text-align: center;
}
.index-page .new-products-slider .prev,
.index-page .new-products-slider .next {
  position: absolute;
  display: inline-block !important;
  background: url(/upload/content/fts-icon-arr-right.png) no-repeat center;
  background-size: 55px;
  padding: 30px;
  opacity: 0.5;
  transition: 0.2s;
  top: 163px;
}

.index-page .new-products-slider .prev:hover,
.index-page .new-products-slider .next:hover {
  opacity: 1;
}
.index-page .new-products-slider .prev {
  transform: rotateY(180deg);
  left: -63px;
}
.index-page .new-products-slider .next {
  right: -63px;
}
.index-page .btn.watch-photos {
  margin: 0 auto;
  display: block;
  width: 282px;
  background: #e33f36;
  border: 1px solid #e33f36;
  margin-top: 30px;
}
.index-page .btn.more-about-us {
  margin-top: 30px;
  display: block;
  width: 282px;
}

.index-page .btn.watch-photos:hover {
  color: #e33f36;
  background: white;
}
.index-page .photo-gallery {
  position: relative;
}
.index-page .diploms-slider {
  margin-bottom: 20px;
}
.index-page .diploms-slider .owl-carousel .owl-item img {
  /* max-width: 118px; */
}
.index-page .photo-gallery .picture {
  width: auto;
  height: 200px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}
.index-page .photo-gallery .picture img {
  max-width: 100%;
  max-height: 100%;
}
.index-page .photo-gallery .prev,
.index-page .photo-gallery .next {
  position: absolute;
  display: inline-block !important;
  background: url(/upload/content/fts-icon-arr-right.png) no-repeat center;
  background-size: 55px;
  padding: 30px;
  opacity: 0.5;
  transition: 0.2s;
  top: 73px;
  z-index: 50;
}
.index-page .photo-gallery .prev:hover,
.index-page .photo-gallery .next:hover {
  opacity: 1;
}
.index-page .photo-gallery .prev {
  transform: rotateY(180deg);
  left: -40px;
}
.index-page .photo-gallery .next {
  right: -40px;
}

.index-page .mobile {
  display: none;
}
.index-page .btn.mobile {
  display: none;
}
.index-page .top-slider-block {
  background: white;
}
.index-page .top-slider-block .jksnewswowslider-premium {
  max-width: initial;
  max-height: 600px;
}
.index-page .top-slider-block .jksnewswowslider-premium .ws_images {
  max-width: 100%;
  max-height: 550px;
  height: 550px;
  border: none;
}
.index-page
  .top-slider-block
  .jksnewswowslider-premium
  .ws_images
  .ws-title
  span,
.index-page
  .top-slider-block
  .jksnewswowslider-premium
  .ws_images
  .ws-title
  div {
  background-color: rgba(220, 220, 220, 0.88);
}
.index-page .top-slider-block .jksnewswowslider-premium .ws_images img {
  width: 100%;
}
.index-page .top-slider-block .jksnewswowslider-premium .ws_images ul a {
  max-height: initial;
}
.index-page .top-slider-block .jksnewswowslider-premium .ws_thumbs {
  display: none;
}
.index-page .top-slider-block .jksnewswowslider-premium .ws_bullets {
  display: none;
}
.index-page .top-slider-block .top-slider li {
  display: inline-block;
  position: relative;
  padding: 34px 0;
}
.index-page .top-slider-block .top-slider li:before {
  content: "";
  display: block;
  width: 9999px;
  left: -100vw;
  top: 0;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-color: #f3f3f3;
}
.index-page .top-slider-block .top-slider li .back_photo {
  width: 946px;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.index-page .top-slider-block .top-slider li .photo {
  display: block;
  margin: 0 auto 46px;
}
.index-page .top-slider-block .top-slider li .info .title {
  display: inline-block;
  vertical-align: bottom;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 12px;
  min-width: 330px;
}
.index-page .top-slider-block .top-slider li .info .details {
  font-size: 16px;
  color: black;
  top: -9px;
  opacity: 0.5;
  padding-bottom: 1px;
  border-bottom: 2px solid;
  position: relative;
  transition: all 0.2s ease;
}
.index-page .top-slider-block .top-slider li .info .details:hover {
  opacity: 1;
}
.index-page .top-slider-block .top-slider li .info .details:after {
  content: "";
  display: inline-block;
  background: url(/img/2right-arrow.svg) no-repeat center;
  width: 10px;
  height: 16px;
  position: absolute;
  right: -17px;
  top: 5px;
  background-size: cover;
}
.index-page .top-slider-block .slider-arrows {
  position: absolute;
  right: 121px;
  bottom: 29px;
}
.index-page .top-slider-block .hide_slides {
  display: none;
}
.index-page .info-block {
  text-align: center;
  padding: 32px 0 24px;
}
.index-page .info-block .title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.index-page .info-block .text {
  font-size: 14px;
  line-height: 1.43;
  width: 60%;
  margin: 0 auto;
}
.index-page .collections-slider-block {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 14px;
  margin-bottom: 40px;
}
.index-page .collections-slider-block .owl-item {
  text-align: center;
}
.index-page .collections-slider-block .product {
  width: 267px;
  position: relative;
}
.index-page .collections-slider-block .prev,
.index-page .collections-slider-block .next {
  position: absolute;
  display: inline-block !important;
  background: url(/img/2right-arrow.svg) no-repeat center;
  background-size: 55px;
  padding: 30px;
  opacity: 0.5;
  transition: 0.2s;
  top: calc(50% - 27.5px);
}
.index-page .collections-slider-block .prev:hover,
.index-page .collections-slider-block .next:hover {
  opacity: 1;
}
.index-page .collections-slider-block .prev {
  transform: rotateY(180deg);
  left: -63px;
}
.index-page .collections-slider-block .next {
  right: -63px;
}
.index-page .collections-slider-block .content {
  align-items: center;
  transition: transform 0.2s;
  height: 100%;
  display: flex;
}
.index-page .collections-slider-block .content .pic {
  margin-right: 20px;
  transition: 0.2s;
  max-width: 250px;
  max-height: 240px;
}
.index-page .collections-slider-block .content .text {
  top: 28%;
  width: 220px;
  font-size: 14px;
  position: relative;
  opacity: 1;
  color: #4d6078;
  display: inline-block;
  transition: 0.2s;
  text-align: left;
}
.index-page .collections-slider-block .content .text .title {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.index-page .collections-slider-block .content .text .t {
  line-height: 1.3;
  margin-bottom: 20px;
}
.index-page .collections-slider-block .content .text .details {
  color: #334e60;
  border-bottom: 2px solid;
}
.index-page .btn {
  line-height: 36px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 29px;
}
.btn-default {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-bordered {
  border: 1px sold var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.btn-bordered:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.index-page .btn:hover {
  background: #fff;
  color: #0085b6;
}
.index-page .all-products {
  width: 282px;
  margin-bottom: 89px;
  display: block;
}
.index-page .all-ready-solutions {
  margin: 0 auto;
  display: block;
  width: 282px;
  background: #ff6600;
  border: 1px solid #ff6600;
  margin-top: 80px;
}
.index-page .all-ready-solutions:hover {
  color: #ff6600;
}
.index-page .all-new-products {
  margin: 0 auto;
  display: block;
  margin-bottom: 90px;
  width: 282px;
  background: #e33f36;
  border: 1px solid #e33f36;
  margin-top: 50px;
}
.index-page .all-new-products:hover {
  color: #e33f36;
}
.index-page .centered-text .title {
  font-size: 22px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.index-page .centered-text .title .text {
  background: #fff;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.index-page .centered-text .title:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #bfddff;
  position: absolute;
  width: 520px;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.index-page .centered-text.new-product-header {
  margin-bottom: 60px;
  margin-top: 0;
}
.index-page .centered-text.photo-header {
  margin-bottom: 30px;
}
.index-page .centered-text.about-company-header {
  margin-bottom: 30px;
  margin-top: 35px;
}
.index-page .services-block {
  margin-bottom: 70px;
  margin-top: 70px;
}
.index-page .services-block .service {
  color: #0085b6;
  margin-bottom: 40px;
  text-align: center;
}
.index-page .services-block .img {
  display: block;
  margin: 0 auto 40px;
}
.index-page .services-block .info {
  display: flex;
  justify-content: space-between;
}
.index-page .services-block .info li {
  display: flex;
  align-items: center;
}
.index-page .services-block .info .product-infographik--value {
  display: inline-grid;
  align-items: center;
}
.index-page .services-block .info li .delivery_image {
  display: inline-block;
  vertical-align: bottom;
}
.index-page .services-block .info .t {
  text-transform: uppercase;
  padding-left: 6px;
  font-weight: 700;
}
.index-page .services-block .info .t-inner {
  text-transform: initial;
  font-weight: 500;
  font-size: 14px;
}
.index-page .services-block .info .t span {
  display: block;
}
.index-page .services-block .info li .icon {
  display: inline-block;
  vertical-align: middle;
}
.index-page .services-block .info li .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  width: 200px;
  margin-right: 12px;
}
.index-page .services-block .info li .text .t {
  font-size: 18px;
  margin-bottom: 4px;
}
.index-page .about-block {
  margin-bottom: 81px;
}
.index-page .about-block > .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 37px;
}
.index-page .about-block .blocks {
  width: 1030px;
  margin: 0 auto;
  overflow: hidden;
}
.index-page .about-block .blocks .wrapper-flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 50px);
}
.index-page .about-block .blocks .wrapper-flex .info {
  width: 428px;
  margin-right: 60px;
}
.index-page .about-block .blocks .wrapper-flex .info .about-us {
  border: 2px solid #ede6d3;
  padding: 29px 20px;
}
.index-page .about-block .blocks .wrapper-flex .info .about-us .text {
  line-height: 1.43;
  margin-bottom: 23px;
  text-align: left;
  font-size: 18px;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .info
  .about-us
  .text
  p:not(:last-child) {
  margin-bottom: 15px;
}
.docs {
  margin-top: 40px;
}
.docs .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: var(--secondary-text);
}
.docs .links-block .pdf {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 8px 0;
}

.index-page
  .about-block
  .blocks
  .wrapper-flex
  .info
  .docs
  .links-block
  .pdf.presentation {
  margin-bottom: 25px;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .info
  .docs
  .links-block
  .pdf.getPrice {
  margin-right: 50px;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .info
  .docs
  .links-block
  .pdf
  .text {
  width: calc(100% - 73px);
  color: black;
  line-height: 1.3;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .info
  .docs
  .links-block
  .pdf:hover
  .text {
  text-decoration: underline;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .info
  .docs
  .links-block
  .pdf
  .pdf-pic {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: initial;
  width: 63px;
  height: 63px;
  background-repeat: no-repeat;
  background-image: url("/img/icons/documents/pdf.svg");
  background-size: cover;
  margin-right: 10px;
}
.index-page .about-block .blocks .wrapper-flex .visual-events-block {
  width: 540px;
}
.index-page .about-block .blocks .wrapper-flex .visual-events-block .video {
  width: 100%;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .video
  .video_preview {
  height: 250px;
  width: 100%;
  position: relative;
  text-align: center;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .video
  .video_preview
  .play_btn {
  position: absolute;
  top: 100px;
  width: 80px;
  height: 80px;
  left: 246px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .video
  .video_preview
  .play_btn:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .video
  .video_preview
  .video_picture_preview {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover !important;
  background-position: center center !important;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .video
  .video_preview
  img {
  width: 100%;
  height: 481px;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .video
  .invisible {
  display: none;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .video
  .watch-all {
  width: 100%;
}

.visual-events-block .news-block {
  position: relative;
}

.news-block .photo {
  background-size: cover;
  aspect-ratio: 391 / 165;
  border-radius: 6px;
}

.news-block .white-tape {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 50px;
  background: white;
  opacity: 0.7;
}

.news-block .news-info-tape {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 0;
}

.news-block .news-info-tape .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding-inline: 5px;
}

.news-block .news-info-tape .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* or 121% */
  padding-inline: 5px;
  color: #ffffff;
}
.index-page .about-block .blocks .wrapper-flex .visual-events-block .all-news {
  background: #eda10d;
  border: 1px solid #eda10d;
  width: 100%;
  margin-top: 45px;
}
.index-page
  .about-block
  .blocks
  .wrapper-flex
  .visual-events-block
  .all-news:hover {
  color: #eda10d;
  background: white;
}
.index-page .tags-cloud {
  width: 1030px;
  margin: 0 auto;
  height: 300px;
  border: 1px solid lightgray;
}
.index-page .about-block2 {
  margin-bottom: 55px;
}
.index-page .about-block2 .more-about-us {
  margin: 0 auto;
  display: block;
  width: 282px;
  background: #1fb4d2;
  border: 1px solid #1fb4d2;
  margin-top: 30px;
}
.index-page .about-block2 .more-about-us:hover {
  color: #1fb4d2;
  background: white;
}
.index-page .about-block2 .list {
  display: inline-block;
  vertical-align: top;
  display: block;
  width: 700px;
  margin: 0 auto;
}
.index-page .about-block2 .list li {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
}
.index-page .about-block2 .list li:before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  z-index: 1;
  border-radius: 50px;
}
.index-page .about-block2 .list li:nth-child(1) {
  width: 220px;
}
.index-page .about-block2 .list li:nth-child(1):before {
  background: #c1da38;
}
.index-page .about-block2 .list li:nth-child(2) {
  width: 220px;
}
.index-page .about-block2 .list li:nth-child(2):before {
  background: #1fb4d2;
}
.index-page .about-block2 .list li:nth-child(3):before {
  background: #eda10d;
}
.index-page .about-block2 .list li:nth-child(4):before {
  background: #e33f36;
}
.index-page .about-block2 .list li .n {
  font-size: 24px;
  font-weight: bold;
  color: #4a4a4a;
  margin-top: 54px;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  display: block;
  width: 86px;
  text-align: center;
  top: -20px;
}
.index-page .about-block2 .list li .t {
  line-height: 1.43;
  color: #4a4a4a;
  max-width: 100%;
}
.index-page .bestseller-slider-block {
  padding-bottom: 120px;
}
.index-page .bestseller-slider-block .bestseller-slider .slide {
  display: inline-block;
  position: relative;
}
.index-page .bestseller-slider-block .bestseller-slider .slide .text {
  width: 598px;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  line-height: 1.63;
  padding-top: 18px;
}
.index-page .bestseller-slider-block .bestseller-slider .slide .text .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.index-page .bestseller-slider-block .bestseller-slider .slide .text .title {
  font-size: 22px;
  margin-bottom: 8px;
}
.index-page .bestseller-slider-block .bestseller-slider .slide .text ul {
  margin: 9px 0 41px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 8px;
}
.index-page .bestseller-slider-block .bestseller-slider .slide .text ul li {
  font-size: 14px;
  margin-bottom: 8px;
}
.index-page .bestseller-slider-block .bestseller-slider .slide .photo {
  position: absolute;
  right: 34px;
  top: 170px;
  z-index: 2;
  max-width: 450px;
  max-height: 390px;
  transform: translateY(-50%);
}
.index-page .bestseller-slider-block .bestseller-slider .slide .color-block {
  width: 379px;
  height: 489px;
  background-color: #bfddff;
  position: absolute;
  right: 37px;
  top: 0;
}
.index-page .bestseller-slider-block .manage-block {
  left: 0;
  position: absolute;
  z-index: 1000;
}
.index-page .bestseller-slider-block .manage-block .slider-arrows {
  z-index: 1000;
}
.index-page .bestseller-slider-block .slick-dots {
  display: block;
  position: absolute;
  left: 109px;
  z-index: 1000;
}
.index-page .bestseller-slider-block .slick-dots li {
  display: inline-block;
  margin-right: 7px;
}
.index-page .bestseller-slider-block .slick-dots li.slick-active button {
  border-color: #000;
}
.index-page .bestseller-slider-block .slick-dots li.slick-active button:after {
  background: #000;
}
.index-page .bestseller-slider-block .slick-dots li button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: solid 1px #fff;
  padding: 5px;
  font-size: 0;
  background: #fff;
  transition: 0.2s;
}
.index-page .bestseller-slider-block .slick-dots li button:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #d8d8d8;
}
@media (max-width: 767px) {
  .index-page .tags-cloud {
    width: 100%;
  }
  .index-page .info-block {
    padding-bottom: 30px;
  }
  .index-page .about-block .blocks {
    margin-top: 30px;
    width: 100%;
  }
  .index-page .about-block .blocks .wrapper-flex {
    width: 100%;
  }
  .index-page .about-block .blocks .wrapper-flex .info {
    width: 100%;
    margin-right: 0;
  }
  .index-page .about-block .blocks .wrapper-flex .info .docs {
    margin-bottom: 50px;
  }
  .index-page
    .about-block
    .blocks
    .wrapper-flex
    .info
    .docs
    .links-block
    .pdf.getPrice {
    margin-bottom: 30px;
    width: 100%;
  }
  .index-page .about-block .blocks .wrapper-flex .visual-events-block {
    width: 100%;
  }
  .index-page
    .about-block
    .blocks
    .wrapper-flex
    .visual-events-block
    .video
    .watch-all {
    font-size: 14px;
  }
  .index-page
    .about-block
    .blocks
    .wrapper-flex
    .visual-events-block
    .all-news {
    font-size: 14px;
  }
  .index-page
    .about-block
    .blocks
    .wrapper-flex
    .visual-events-block
    .video
    .video_preview
    .play_btn {
    left: calc(50% - 40px);
  }
  .index-page
    .about-block
    .blocks
    .wrapper-flex
    .visual-events-block
    .news-block
    .news-info-tape {
    height: 100px;
  }
  .index-page
    .about-block
    .blocks
    .wrapper-flex
    .visual-events-block
    .news-block
    .white-tape {
    height: 100px;
  }
  .index-page .white-container {
    width: 100%;
  }
  .index-page .desktop {
    display: none;
  }
  .index-page .centered-text .title:before {
    display: none;
  }
  .index-page .centered-text .title .text {
    padding-right: 0;
    padding-left: 0;
  }
  .index-page .centered-text.new-product-header {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .index-page .new-products-slider {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .index-page .new-products-slider .owl-item {
    text-align: center;
  }
  .index-page .new-products-slider .product {
    width: 267px;
    position: relative;
  }
  .index-page .new-products-slider .prev,
  .index-page .new-products-slider .next {
    position: initial;
  }
  .index-page .top-slider-block {
    margin-bottom: 17px;
  }
  .index-page .top-slider-block .jksnewswowslider-premium {
    max-width: initial;
    max-height: 300px;
  }
  .index-page .top-slider-block .jksnewswowslider-premium .ws_images {
    max-height: 300px;
    height: 300px;
  }
  .index-page .top-slider-block .jksnewswowslider-premium .ws_images img {
    width: auto;
    height: 300px;
  }
  .index-page .top-slider-block .jksnewswowslider-premium .ws-title-wrapper {
    display: none;
  }
  .index-page .top-slider-block .slider-arrows {
    position: relative;
    right: initial;
    width: 100%;
    text-align: right;
    bottom: 49px;
  }
  .index-page .top-slider-block .slider-arrows:after {
    right: 43px;
    left: initial;
  }
  .index-page .top-slider-block .top-slider li:after {
    display: none;
  }
  .index-page .top-slider-block .top-slider li .photo {
    height: 275px;
    width: 100vw !important;
    margin: 0 0 36px -15px;
  }
  .index-page .top-slider-block .top-slider li .back_photo {
    width: 500px;
  }
  .index-page .top-slider-block .top-slider li .info .title {
    min-width: 290px;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .index-page .top-slider-block .top-slider li .info .details {
    display: block;
    width: 80px;
  }
  .index-page .top-slider-block .top-slider li .info .details:after {
    top: 0px;
  }
  .index-page .info-block .title {
    font-size: 24px;
    line-height: 1.4;
  }
  .index-page .info-block .text {
    width: 100%;
    text-align: left;
  }
  .index-page .photo-gallery {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index-page .photo-gallery .prev,
  .index-page .photo-gallery .next {
    position: initial;
    margin-top: 20px;
  }
  .index-page .photo-gallery .owl-item {
    text-align: center;
  }
  .index-page .photo-gallery .picture {
    /* display: inline-block; */
  }
  .index-page .services-block {
    margin-bottom: 65px;
    margin-top: 60px;
  }
  .index-page .services-block .info {
    display: initial;
  }
  .index-page .services-block .info li {
    margin-bottom: 30px;
  }
  .index-page .services-block .info .t span {
    display: contents;
  }
  .index-page .services-block .info li .text {
    text-align: left;
    margin-right: 0px;
  }
  .index-page .services-block .info li .delivery_image {
    vertical-align: middle;
  }
  .index-page .services-block .img {
    max-width: 100%;
  }
  .index-page .about-block2 {
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .index-page .about-block2 .title {
    width: 100%;
    margin: initial;
    margin-top: -25px;
    margin-bottom: 35px;
  }
  .index-page .about-block2 .more-about-us {
    width: 260px;
  }
  .index-page .about-block2 .list {
    width: 100%;
    text-align: center;
  }
  .index-page .about-block2 .list li {
    position: relative;
    width: 100% !important;
    margin-bottom: 30px;
    min-height: 130px;
    max-width: initial;
  }
  .index-page .about-block2 .list li:before {
    margin-right: 0;
    display: inline-block;
    position: initial;
  }
  .index-page .about-block2 .list li .n {
    position: absolute;
    left: calc(50% - 45px);
  }
  .index-page .btn {
    /* position: initial; */
    /* margin-bottom: 30px; */
  }
  .index-page .collections-slider-block {
    text-align: center;
    overflow: initial;
    padding: 0;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .index-page .collections-slider-block .content {
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
  }
  .index-page .collections-slider-block .content .text {
    text-align: center;
    top: 0;
    width: 100%;
  }
  .index-page .collections-slider-block .content .pic {
    margin-right: 0;
    max-width: 320px;
  }
  .index-page .collections-slider-block .next,
  .index-page .collections-slider-block .prev {
    position: initial;
    z-index: 5555;
    top: 0;
    background-size: 55px;
    margin-top: 30px;
  }
  .index-page .invisible {
    display: none !important;
  }
  .index-page .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    width: 100vw;
    margin-top: -80px;
    margin-bottom: 40px;
  }
  .index-page .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .index-page .all-products {
    bottom: initial;
    margin-top: -10px;
  }
  .index-page .mobile {
    display: block;
  }
  .index-page .btn.mobile {
    width: 250px;
    display: block;
  }
}
.catalog-page {
  background: white;
  position: relative;
  margin-bottom: 0;
  padding: 0 15px;
}
.catalog-block-header {
  font-size: 18px;
  margin: 8px 0;
  padding: 8px 0px;
  border-bottom: 2px solid #ececec;
  color: #000;
}
.catalog-page .category-description {
  margin-bottom: 25px;
}
.catalog-page .category-description__text {
  float: left;
  width: 100%;
}
.catalog-page .category-description__text.bottom_text {
  padding-bottom: 60px;
}
.catalog-page .category-description__text.col3 {
  width: calc(100% - 293px - 30px);
  margin-right: 30px;
}
.catalog-page .category-description__text ul {
  list-style: initial;
}
.catalog-page .category-description__text ol {
  list-style-type: decimal;
}
.catalog-page .category-description__text ul,
.catalog-page .category-description__text ol {
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
}
.catalog-page .category-description__booklet {
  float: left;
  width: 293px;
  text-align: center;
}
.catalog-page .category-description__booklet img {
  width: 40px;
}
.catalog-page .category-description__booklet a {
  font-size: 16px;
}
.catalog-page .category-description p {
  margin-bottom: 5px;
}
.catalog-page .catalog-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.catalog-page .sidebar {
  width: 263px;
  margin-right: 30px;
  float: left;
  margin-bottom: 25px;
}
.catalog-page .sidebar .delimer-line {
  display: none;
}
.catalog-page .sidebar .menu a {
  color: #4a4a4a;
}
.catalog-page .sidebar .menu a:hover {
  text-decoration: underline;
  color: #000;
}
.catalog-page .sidebar .menu .menu_section {
  margin-bottom: 12px;
}
.catalog-page .sidebar .menu .menu_section.hide-subgroups .menu_subsection {
  display: none;
}
.catalog-page .sidebar .menu .menu_section .menu_subsection {
  padding-left: 12px;
}
.catalog-page .sidebar .menu .menu_section .menu_item {
  line-height: 1.3;
  font-size: 13px;
  margin-bottom: 8px;
}
.catalog-page .sidebar .menu .menu_section .menu_item.selected {
  font-size: initial;
}
.catalog-page
  .sidebar
  .menu
  .menu_section
  .menu_item.selected
  > .category_name {
  font-weight: bold;
  color: #0186b7;
  font-size: 13px;
}
.catalog-page
  .sidebar
  .menu
  .menu_section
  > .menu_item.selected
  > .category_name {
  font-weight: bold;
  color: #4a4a4a;
  font-size: 15px;
}
.catalog-page .sidebar .menu .menu_section > .menu_item > .category_name {
  font-size: 15px;
}
.catalog-page .sidebar .smartfilter-block {
  margin-top: 24px;
  margin-bottom: 10px;
}
.catalog-page .sidebar .smartfilter-block .bx_filter_section .bx_filter_title {
  color: #a2c6c4;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.catalog-page .sidebar .smartfilter-block .bx_filter_section #expand-filter {
  background: #9acbcc;
  padding: 3px 8px 8px 8px;
  font-size: 18px;
  cursor: pointer;
  color: white;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  #expand-filter
  .icon-arrow-filter {
  background-image: url(/img/icons/play-button.svg);
  padding: 8px 9px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 6px;
  vertical-align: middle;
  display: inline-block;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  #expand-filter
  .icon-arrow-filter.down {
  transform: rotate(90deg);
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  #expand-filter
  .icon-arrow-filter.up {
  transform: rotate(30deg);
}
.catalog-page .sidebar .smartfilter-block .bx_filter_section .smartfilter {
  display: none;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 15px;
  background: #ebf5f6;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  .smartfilter
  .bx_filter_parameters_box_title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  .smartfilter
  .bx_filter_param_label {
  display: block;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  .smartfilter
  .bx_filter_parameters_box_container
  label {
  margin-top: 8px;
  display: block;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  .smartfilter
  .bx_filter_parameters_box_container
  label:first-child {
  margin-top: 5px;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  .smartfilter
  .bx_filter_parameters_box_container
  label
  .bx_filter_input_checkbox
  input {
  margin: 0;
  vertical-align: middle;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section
  .smartfilter
  .bx_filter_parameters_box_container
  label
  .bx_filter_input_checkbox
  span {
  vertical-align: middle;
}
.catalog-page
  .sidebar
  .smartfilter-block
  .bx_filter_section.expand
  .smartfilter {
  display: block;
}
.catalog-page .content {
  width: calc(100% - 293px);
}
.catalog-main-page {
  background: white;
  padding: 0 15px;
}
.catalog-main-page .delimer-line {
  margin-top: 0;
}
.catalog-main-page .catalog-link {
  position: absolute;
  right: 15px;
  top: 22px;
  display: flex;
  align-items: center;
}
.catalog-main-page .catalog-link .icon {
  display: block;
  font-size: 42px;
  margin-bottom: 5px;
}
.catalog-main-page .catalog-link img {
  width: 40px;
  margin-right: 8px;
}
.catalog-main-page .mobile {
  display: none;
}
.catalog-main-page h1 {
  padding-top: 40px;
  padding-bottom: 35px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 0;
}
.catalog-main-page .categories-mesh {
  margin-bottom: 70px;
}
.catalog-main-page .article {
  position: relative;
  box-sizing: border-box;
  height: 126px;
  margin-bottom: 100px;
  padding: 20px 75px;
  background: url("/img/main_catalog_article_bg.jpg") 0 -20px no-repeat;
  background-size: cover;
}
.catalog-main-page .article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 134, 183, 0.61);
}
.catalog-main-page .article .info {
  position: relative;
  color: #fff;
}
.catalog-main-page .article .info .title {
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.catalog-main-page .article .info .description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.catalog-main-page .article .info .more a {
  color: #fff;
}
.catalog-main-page .mobile_article {
  display: none;
}
.catalog-main-page .best-categories {
  margin-bottom: 30px;
}
.catalog-main-page .best-products {
  margin-bottom: 30px;
}
.catalog-main-page .best-products h2 {
  margin-bottom: 30px;
}
.catalog-main-page .seo-text {
  width: 840px;
  padding-bottom: 70px;
  background: white;
}
.products-mesh {
  padding-bottom: 20px;
  font-size: 0.00001px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 25px);
}
.products-mesh.col4 {
  width: calc(100% + 34px);
}
.products-mesh.col4 .product {
  margin-right: 24px;
}
.products-mesh .product {
  display: inline-block;
  box-sizing: border-box;
  width: 260px;
  height: 395px;
  margin-right: 18px;
  margin-bottom: 30px;
  border: solid 1px #ececec;
  vertical-align: top;
  transition: 0.2s;
  position: relative;
}
.products-mesh .product:hover {
  box-shadow: 0 2px 12px 0 rgba(214, 214, 214, 0.5);
}
.products-mesh .product .archive-badge {
  width: 140px;
  position: absolute;
  top: 182px;
  left: 71px;
  display: none;
}
.products-mesh .product .promo-badge {
  width: 90px;
  position: absolute;
  top: 8px;
  left: -7px;
}
.products-mesh .product .favorites-dispatcher-block {
  width: 40px;
  position: absolute;
  cursor: pointer;
  right: 1px;
  top: 2px;
  height: 40px;
  text-align: center;
}
.products-mesh
  .product
  .favorites-dispatcher-block.already_in_favorites
  svg
  path {
  fill: red;
}
.products-mesh .product .favorites-dispatcher-block svg {
  width: 30px;
  cursor: pointer;
  height: 30px;
  position: relative;
  top: 6px;
}
.products-mesh .product .favorites-dispatcher-block svg path {
  fill: grey;
}
.products-mesh .product .photo-wr {
  display: block;
  height: 160px;
  margin: 20px 20px 40px;
  text-align: center;
}
.products-mesh .product .photo-wr .full_model_notice {
  position: absolute;
  left: 120px;
  top: 10px;
  width: 50px;
}
.products-mesh .product .photo-wr img {
  max-width: 100%;
  max-height: 100%;
}
.products-mesh .product .info {
  text-align: center;
  margin-bottom: 17px;
}
.products-mesh .product .info .name {
  font-size: 14px;
  height: 56px;
  margin: 0 8px 10px;
  line-height: 20px;
  color: #000;
  overflow: hidden;
}
.products-mesh .product .info .price {
  font-size: 16px;
  color: #54b7bc;
  margin-bottom: 10px;
}
.products-mesh .product .info .articul {
  font-size: 12px;
  line-height: 20px;
  color: #4a4a4a;
}
.products-mesh .product .more {
  text-align: center;
}
.categories-mesh {
  font-size: 0.00001px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.categories-mesh .category {
  box-sizing: border-box;
  margin-bottom: 30px;
  border: solid 1px transparent;
  vertical-align: top;
  overflow: hidden;
  transition: 0.2s;
}
.categories-mesh .category:hover {
  border: solid 1px #ececec;
  box-shadow: 0 2px 12px 0 rgba(214, 214, 214, 0.5);
}
.categories-mesh .category_row {
  width: 555px;
  height: 160px;
}
.categories-mesh .category_row .photo-wr {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  text-align: center;
}
.categories-mesh .category_row .photo-wr .photo {
  width: 200px;
}
.categories-mesh .category_row .info {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 158px;
  vertical-align: top;
}
.categories-mesh .category_row .info .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}
.categories-mesh .category_row .info .description {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.categories-mesh .category_row .info .more {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.categories-mesh .category_col {
  width: 278px;
  height: 365px;
}
.categories-mesh .category_col .photo-wr {
  display: block;
  height: 160px;
  margin: 20px;
  text-align: center;
}
.categories-mesh .category_col .photo-wr .photo {
  width: 200px;
}
.categories-mesh .category_col .info {
  display: block;
  position: relative;
  text-align: center;
  height: 165px;
}
.categories-mesh .category_col .info .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.categories-mesh .category_col .info .description {
  height: 60px;
  margin: 0 8px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  overflow: hidden;
}
.categories-mesh.col4 .category_row {
  width: 260px;
  height: 365px;
}
.categories-mesh.col4 .category_row .photo-wr {
  display: block;
  width: 220px;
  height: 160px;
  margin: 20px;
  text-align: center;
  overflow: hidden;
}
.categories-mesh.col4 .category_row .photo-wr .photo {
  margin-top: 0;
}
.categories-mesh.col4 .category_row .info {
  display: block;
  width: 260px;
  height: 164px;
  text-align: center;
}
.categories-mesh.col4 .category_row .info .name {
  height: 36px;
  margin: 0 8px 8px;
  line-height: 18px;
  color: #000;
  overflow: hidden;
}
.categories-mesh.col4 .category_row .info .description {
  height: 64px;
  margin: 0 8px 16px;
  overflow: hidden;
}
.categories-mesh.col4 .category_row .info .more {
  position: relative;
  bottom: initial;
  left: initial;
}
@media (max-width: 767px) {
  .show-header-bg header {
    height: 369px !important;
  }
  .show-header-bg .top-block .search_icon #Headersimple {
    fill: white;
  }
  .show-header-bg .top-block .contacts:before {
    color: white !important;
  }
  .show-header-bg .menu-block .constructor {
    display: none;
  }
  .show-header-bg .menu-block .menu {
    display: none;
  }
  .show-header-bg .menu-block .menu-icon i {
    background-color: white;
  }
  .show-header-bg .header-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position-y: center;
    background-position-x: 50%;
    height: 369px;
  }
  .show-header-bg .header-bg:before {
    height: 369px;
  }
  .catalog-page {
    margin-bottom: 100px !important;
  }
  .catalog-page .delimer-line {
    display: none;
  }
  .catalog-page .category-description {
    margin-bottom: 25px;
  }
  .catalog-page .category-description__text {
    float: initial;
    width: 100%;
  }
  .catalog-page .category-description__text.col3 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .catalog-page .category-description__booklet {
    float: initial;
    width: auto;
    display: flex;
    align-items: center;
  }
  .catalog-page .category-description__booklet a {
    margin-left: 16px;
  }
  .catalog-page .category-description p {
    margin-bottom: 5px;
  }
  .catalog-page .catalog-container {
    display: block;
  }
  .catalog-page .sidebar {
    width: 100%;
  }
  .catalog-page .sidebar:not(.current_section_is_root) {
    display: none;
  }
  .catalog-page .sidebar:not(.current_section_is_root) .delimer-line {
    display: none;
  }
  .catalog-page .sidebar .delimer-line {
    display: inline-block;
    width: 100%;
  }
  .catalog-page .sidebar .menu {
    background: #e7e7e7;
    overflow: hidden;
  }
  .catalog-page .sidebar .menu a {
    color: #4a4a4a;
  }
  .catalog-page .sidebar .menu a:hover {
    text-decoration: none;
    color: #000;
  }
  .catalog-page .sidebar .menu .category_name {
    display: block;
    width: 100%;
  }
  .catalog-page .sidebar .menu.default_height {
    height: 59px;
  }
  .catalog-page .sidebar .menu .menu_section {
    margin-bottom: 0;
  }
  .catalog-page .sidebar .menu .menu_section > li.menu_item {
    display: block;
    width: 100%;
  }
  .catalog-page .sidebar .menu .menu_section > li.menu_item:not(.selected) {
    display: none;
  }
  .catalog-page .sidebar .menu .menu_section > li.menu_item .menu_subsection {
    display: none;
  }
  .catalog-page .sidebar .menu .menu_section > li.menu_item > .category_name {
    transition: all 0.5s;
    padding: 10px;
    height: 59px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .catalog-page
    .sidebar
    .menu
    .menu_section
    > li.menu_item
    > .category_name:after {
    content: "\e907";
    display: inline-block;
    margin-left: 5px;
    font-family: "icomoon";
    font-size: 12px;
    vertical-align: middle;
    color: #000;
    transform: rotate(90deg);
    transition: all 0.5s;
  }
  .catalog-page
    .sidebar
    .menu
    .menu_section
    > li.menu_item
    > .category_name.opened {
    transition: all 0.5s;
  }
  .catalog-page
    .sidebar
    .menu
    .menu_section
    > li.menu_item
    > .category_name.opened:after {
    transition: all 0.5s;
    transform: rotate(-90deg);
  }
  .catalog-page .content {
    width: 100%;
    /* col3 */
    float: left;
  }
  .catalog-main-page {
    margin-bottom: 0;
  }
  .catalog-main-page .catalog-link {
    position: initial;
    margin-bottom: 20px;
    right: 15px;
    text-align: center;
    top: 28px;
  }
  .catalog-main-page .catalog-link .icon {
    font-size: 42px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .catalog-main-page .mobile {
    display: initial;
  }
  .catalog-main-page .desktop {
    display: none;
  }
  .catalog-main-page .article {
    padding: 0;
    width: 101vw;
    margin-left: -6%;
    height: 196px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .catalog-main-page .article:before {
    height: 176px;
  }
  .catalog-main-page .mobile_article {
    display: block;
  }
  .catalog-main-page .categories-mesh {
    margin-bottom: 0;
    width: 100%;
  }
  .catalog-main-page .categories-mesh .category_row {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #a1a1a1;
  }
  .catalog-main-page .categories-mesh .category_row:last-child {
    border-bottom: none;
  }
  .catalog-main-page .categories-mesh .category_row .photo-wr {
    max-width: 100%;
    width: initial;
  }
  .catalog-main-page .categories-mesh .category_row .more {
    position: relative;
    margin-top: 15px;
    display: block;
  }
  .catalog-main-page .categories-mesh .category_row .more.desktop {
    display: none;
  }
  .catalog-main-page .categories-mesh .category_row .info {
    display: block;
    height: auto;
  }
  .catalog-main-page .categories-mesh .category_col {
    width: 100%;
    height: auto;
  }
  .catalog-main-page .categories-mesh .category_col .photo-wr {
    margin: 0 auto 15px;
    height: auto;
  }
  .catalog-main-page .categories-mesh .category_col .photo-wr .photo {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .catalog-main-page .categories-mesh .category_col .info {
    height: auto;
  }
  .catalog-main-page .categories-mesh .category_col .info .description {
    margin: 0 0 15px;
    height: auto;
  }
  .catalog-main-page .categories-mesh .category_col .info .name {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  #wrap {
    overflow: hidden;
    max-width: 100%;
  }
  .products-mesh {
    width: 100% !important;
  }
  .products-mesh .product {
    width: 48%;
    margin-right: 4% !important;
    height: 355px;
    text-align: center;
    padding-top: 40px;
  }
  .products-mesh .product:nth-child(even) {
    margin-right: 0 !important;
  }
  .products-mesh .product .promo-badge {
    width: 70px;
    left: -5px;
  }
  .products-mesh .product .photo-wr {
    display: inline-block;
    height: 130px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
  }
  .products-mesh .product .photo-wr .full_model_notice {
    left: 71px;
  }
  .products-mesh .product .photo-wr img {
    width: auto;
    height: auto;
  }
}
.product-page {
  padding: 0 15px 100px;
  background: white;
}
.product-page .breadcrumb {
  margin-top: 0;
  padding-top: 46px;
}
.product-page .mobile-top-background-image {
  display: none;
}
.product-page .tags_container {
  margin-bottom: 25px;
  margin-top: -15px;
}
.product-page .tags_container:after {
  content: "";
  display: table;
  clear: both;
}
.product-page .tags_container .tag {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 2px 20px;
  border-radius: 50px;
  margin-right: 15px;
  background-color: #ececec;
  line-height: 25px;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 21px;
  font-size: 14px;
}
.product-page .mobile {
  display: none;
}
.product-page h1 {
  text-transform: none;
  max-width: 710px;
  line-height: 1.7;
}
.product-page ul {
  list-style: disc;
  list-style-position: inside;
}
.product-page .top-block .title {
  float: left;
}
.product-page .top-block .leaf {
  float: right;
}

.product-page .single-param {
  margin-bottom: 10px;
}
.product-page .single-param:last-child {
  margin-bottom: 0;
}
.d-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.product-pattern-block {
  margin-bottom: 16px;
}
.single-param span {
  line-height: 16px;
}
.attr-params-garant {
  background-color: #fbfbfb;
  padding: 8px 16px 16px;
}
.attr-params-garant .title {
  color: #228bb8;
  margin-bottom: 8px;
  margin-top: 16px;
}
.product-page .btitle {
  font-weight: bold;
}
.product-pattern--title {
  color: #5dc1dc;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-pattern--value {
  height: 200px;
  width: 200px;
  border-radius: 12px;
  background-image: linear-gradient(white, white),
    linear-gradient(to right, #8ac056, #38a4da);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 3px solid transparent;
}
.product-pattern--value .pattern {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.info-wr {
  display: grid;
  grid-template-columns: 1fr 310px;
  grid-gap: 2vw;
  align-items: flex-start;
}
.product-page .info-wr .slider-wr {
  box-sizing: border-box;
}
.slider-wr .slider-container {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 2vw;
  align-items: flex-start;
}
.bx-title {
  margin: 16px 0 24px;
}
.product-item-button-container,
.product-item-price-container {
  display: none;
}

.product-page .top-block {
  margin-bottom: 2rem;
}
.slider-wr .slider-container .model-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.slider-wr.in-block {
  display: inline-block;
}
.slider-wr .bx-viewport {
}
.slider-wr .slider {
  position: relative;
}

.slider-wr .slider li {
  transition: all 1s ease;
  display: none;
}
.slider-wr .slider li.active {
  display: block;
}
.slider-wr .slider {
  min-height: 400px;
}
#slide-preview-3dblock {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.slider-wr .slider li.active3d {
  z-index: 1 !important;
}
.slider-wr .slider li .model-container {
  position: relative;
}

.buttons-wr {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.model-badge,
.expand-model {
  position: relative;
  z-index: 11;
  width: 50px;
  transition: 0.5s;
  cursor: pointer;
}
.model-badge img,
.expand-model img {
  max-width: 100%;
}
.expand-model {
  width: 30px;
  margin-left: 16px;
}
.product-page .info-wr .slider-wr .slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.product-page .info-wr .slider-wr img {
  max-width: 100%;
}
.product-page .info-wr .background-image {
  box-sizing: border-box;
  float: left;
  height: 320px;
  background-repeat: no-repeat;
  width: 230px;
  background-size: contain;
  vertical-align: top;
  margin-left: 20px;
}
.product-page .info-wr .info {
  box-sizing: border-box;
  display: inline-block;
  max-width: 310px;
}
.product-page .info-wr .info__row {
  display: block;
  margin-bottom: 20px;
}
.product-page .info-wr .info__row .checkbox + label {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.product-page .info-wr .info__row .checkbox + label.cover_block {
  width: initial;
  display: inline-block;
  margin-right: 5px;
}
.product-page .info-wr .info__row .without-delivery {
  font-size: 13px;
  background: #990000;
  color: white;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
}
.product-page .info-wr .info__row .price-info {
  font-size: 11px;
  color: #990000;
  width: 210px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.product-page .info-wr .info__row .tooltip {
  position: relative;
  border: 1px solid #9e9e9e;
  width: 22px;
  padding-left: 6px;
  display: inline-block;
  color: #9e9e9e;
  border-radius: 50px;
}
.product-page .info-wr .info__row .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 61;
}
.product-page .info-wr .info__row .tooltip .tooltiptext {
  visibility: hidden;
  width: 310px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 135%;
  left: -206%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
  font-size: 13px;
}
.product-page .info-wr .info__row .tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 36%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.product-page .info-wr .info__row .calculate_square {
  display: none;
}
.product-page .info-wr .info__row .calculate_square .desc {
  display: block;
}
.product-page .info-wr .info__row .calculate_square input {
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 15px;
  margin-top: 15px;
  width: 90px;
  text-indent: 19px;
}
.product-page .info-wr .info__row .calculate_square .cover_controls {
  display: inline-block;
}
.product-page
  .info-wr
  .info__row
  .calculate_square
  .cover_controls
  .calculated_price {
  display: inline-block;
  color: #0186b7;
  margin-top: 15px;
}
.product-page .info-wr .info__row .calculate_square .calculate_btn {
  font-size: 14px;
  color: #334e60;
  border-bottom: 2px solid;
  transition: 0.2s;
  cursor: pointer;
  margin-left: 25px;
  display: inline-block;
}
.product-page .info-wr .info__row .calculate_square .calculate_btn:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.product-page .info-wr .info__row .vidisible_square {
  display: initial;
}
.product-page .info-wr .info__row .invisible_square {
  display: none;
}
.product-page .info-wr .info__row .error_block {
  display: none;
  margin-top: 20px;
  color: red;
}
.product-page .info-wr .info__row .visible_error_blck {
  display: block;
}
.parametrs,
.additional,
.features {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}
.parametrs {
  display: inline-block;
  width: 216px;
}
.parametrs span {
  display: inline-block;
  width: 60px;
}
.parametrs .cross {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
}
.empty-files-message {
  font-size: 21px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  color: #797d80;
}
.files-container {
  display: flex;
  justify-content: space-between;
  max-width: 1010px;
  align-items: flex-start;
}
.files-container a {
  color: #54b7bc;
  transition: 0.2s;
  text-decoration: underline;
}
.files-container a:hover {
  text-decoration: none;
}
.files-container .files-downloads-list {
  list-style: none;
}
.files-container .files-downloads-list li {
  display: flex;
  align-items: center;
}
.files-container .files-downloads-list li:not(:last-child) {
  margin-bottom: 26px;
}
.files-container .files-downloads-list li .icon-wr {
  margin-right: 12px;
}
.files-container .files-downloads-list li .icon-wr img {
  width: 40px;
}
.files-container .files-downloads-list li .name {
  margin-bottom: 4px;
}
.files-container .file-pack-link {
  display: flex;
  align-items: center;
}
.files-container .file-pack-link img {
  margin-right: 12px;
}
.certificates {
  display: inline-block;
  width: 270px;
  font-size: 14px;
}
.certificates__item:not(:last-child) {
  margin-right: 24px;
}
.product-page .additional label:not(:last-child) {
  margin-right: 20px;
}
.product-page .price {
  margin-bottom: 15px;
  font-size: 20px;
  color: #4a4a4a;
}
.links {
  font-size: 14px;
}
.links .autocad {
  position: relative;
  margin-left: 60px;
}
.links .autocad:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -40px;
  width: 33px;
  height: 33px;
  background: url("/img/autocad_ico.png") center 0 no-repeat;
}
.add-to-favorites {
  position: absolute;
  right: 20px;
  height: 32px;
  width: 32px;
  top: 10px;
  z-index: 999;
}
.add-to-favorites:hover {
}
.add-to-favorites:hover .book_icon_container .book_icon {
  fill: white;
  transition: all 0.5s;
}
.add-to-favorites .book_icon_container {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.add-to-favorites .book_icon_container svg {
  width: 32px;
  height: 32x;
  transition: all 0.5s;
}
.add-to-favorites:hover .book_icon_container svg circle {
  fill: var(--primary-color);
}

.product-page .solution_link .open_solution {
  color: #ddb100;
  border: 1px solid #ddb100;
  line-height: 16px;
  height: 45px;
  padding-top: 5px;
  max-width: 150px;
  top: -5px;
  position: relative;
}
.product-page .solution_link .open_solution:hover {
  transition: all 0.5s;
  background: #ddb100;
  color: white;
  border: 1px solid white;
}
.product-page .description {
  width: 840px;
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.product-page .tabs-wr {
  width: 100%;
  padding-bottom: 56px;
}
.product-page .tabs-wr:after {
  content: "";
  display: table;
  clear: both;
}
.product-page .tabs-wr .documents_list {
  width: 780px;
}
.product-page .tabs-wr .documents_list tr {
  border-bottom: 2px solid lightgray;
}
.product-page .tabs-wr .documents_list tr td {
  vertical-align: top;
  padding-bottom: 20px;
  padding-top: 20px;
}
.product-page .tabs-wr .documents_list tr td img {
  width: 45px;
  margin-right: 10px;
  position: relative;
  left: -5px;
}
.product-page .tabs-wr .documents_list tr td:first-child {
  width: 50px;
}
.product-page .tabs-wr .documents_list tr td .file_name {
  margin-bottom: 5px;
}
.product-page .tabs-wr .documents_list tr td .download {
  color: #354a5d;
  display: inlinep-block;
  border-bottom: 2px solid #354a5d;
}
.product-page .tabs-wr .documents_list tr:last-child {
  border: none;
}

.product-page .tabs-wr .tabs.default > ul.head > li {
  float: left;
  display: inline-block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  padding: 4px 11px;
  line-height: 34px;
  color: #4a4a4a;
  border: solid 1px #dcdcdc;
}
.product-page .tabs-wr .tabs.default > ul.head > li:not(.selected) {
  cursor: pointer;
  background-color: #ededed;
}
.product-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li:not(.selected):not(:first-child):after {
  content: "";
  height: 1px;
  width: 35px;
  position: absolute;
  left: -35px;
  bottom: -1px;
}
.product-page .tabs-wr .tabs.default > ul.head > li:not(.selected):before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  top: 24px;
}
.product-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li:not(.selected):not(.content_doesnt_exists):hover {
  color: white;
  background-color: #54b7bc;
}
.product-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li:not(.selected):active:before {
  display: none;
}
.product-page .tabs-wr .tabs.default > ul.head > li .icon-tab {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.product-page .tabs-wr .tabs.default > ul.head > li:last-child {
  margin-right: 0;
  border-top-right-radius: 5px;
}
.product-page .tabs-wr .tabs.default > ul.head > li:first-child {
  margin-right: 0;
  border-top-left-radius: 5px;
}
.product-page .tabs-wr .tabs.default > ul.head > li.content_doesnt_exists {
  color: #a1a1a1;
  cursor: default;
}
.product-page .tabs-wr .tabs.default > ul.head > li.selected {
  font-weight: normal;
}
.product-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li.selected:not(:first-child):before {
  content: "";
  height: 1px;
  width: 50px;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  left: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 0;
}
.product-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li.selected:not(:last-child):after {
  content: "";
  height: 1px;
  width: 50px;
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
  position: absolute;
  right: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 0;
}
.product-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li.selected
  + :not(.selected):after {
  display: none;
}
.product-page .tabs-wr .tabs.default > ul.list .icon-tab {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  margin-right: 15px;
}
.product-page .tabs-wr .tabs.default > ul.list .tab-name {
  display: none;
}
.product-page .tabs-wr .tabs.default > ul.list .tab-body {
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #000000;
  min-height: 230px;
}
.product-page .tabs-wr .tabs.default > ul.list .tab-body .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.tabs-wr {
  font-size: 16px;
  line-height: 150%;
}
.tabs-wr .preview-text ul {
  list-style-position: outside;
  padding-left: 24px;
  list-style: disc;
}
.tabs-wr .preview-text li {
  margin-bottom: 24px;
}
.tabs-wr .tabs.default > ul.list .tab-body .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-page .tabs-wr .tabs.default > ul.list .tab-body .expand-button {
  display: none;
}
.product-page .tabs-wr .tabs.default > ul.list > li {
  font-size: 16px;
}
.product-page .tabs-wr .tabs.default > ul.list > li:not(.selected) {
  display: none;
}
.product-page .tabs-wr .tabs.default > ul.list > li .products-list {
  font-size: 0.00001px;
}
.product-page
  .tabs-wr
  .tabs.default
  > ul.list
  > li
  .products-list
  .product-item {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}
.product-page .tabs-wr .tabs > ul.head > li {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}
.product-page .tabs-wr .tabs > ul.head > li:last-child {
  margin-right: 0;
}
.product-page .tabs-wr .tabs > ul.head > li.selected {
  font-weight: 700;
}
.product-page .tabs-wr .tabs > ul.list > li {
  display: none;
}
.product-page .tabs-wr .tabs > ul.list > li.selected {
  display: initial;
}
.product-page .tabs-wr .tabs.product-offers .head {
  margin-bottom: 15px;
}
.product-page .tabs-wr .tabs.product-offers .head li {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  height: 30px;
  padding: 0 13px;
  min-width: 45px;
  margin-right: 9px;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  text-align: center;
  margin-top: 0.6em;
  margin-bottom: 1px;
}
.product-page .tabs-wr .tabs.product-offers .head li:not(.selected) {
  color: #6d6d6d;
  cursor: pointer;
  background: white;
}
.product-page .tabs-wr .tabs.product-offers .head li.selected {
  border-color: #368ccc;
  background: #368ccc;
  color: white;
}
.product-page .tabs-wr .tabs.product-offers .head li.disabled {
  border-width: 0;
  color: #b5b3b3;
}
.product-page .tabs-wr .tabs.product-offers .head li.disabled.selected {
  border-color: #368ccc;
  border-width: 1px;
}
.product-page .spec-table-wr {
  max-width: 1000px;
}
.spec-grid {
  margin-bottom: 1rem;
}
.spec-grid-row {
  display: grid;
  grid-template-columns: 1fr 50px;
  column-gap: 1rem;
  border-bottom: 1px #dcdcdc solid;
  padding: 0.5rem;
}
.spec-grid-row:hover {
  background-color: #ededed;
}
.spec-grid-row div:nth-child(2n) {
  font-weight: 700;
}
.product-page .spec-table-wr .spec-table {
  min-width: 778px;
  max-width: 100%;
}
.product-page .spec-table-wr .spec-table tr:nth-child(2n) td {
  background: #eee;
}
.product-page .spec-table-wr .spec-table tr td {
  padding: 4px 10px;
  border: 1px solid #ccc;
}
.product-page .ready-solution-products .title {
  color: #7a0026;
  font-weight: bold;
  margin-bottom: 1em;
}
.product-page .ready-solution-products .solution-products {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  row-gap: 8px;
}
.product-page .ready-solution-products .solution-products .solution-product {
  display: contents;
}
.product-page
  .ready-solution-products
  .solution-products
  .solution-product
  .code {
  font-weight: bold;
}
.product-page .ready-solution-products .solution-products .solution-product a {
  transition: 0.2s;
  text-decoration: underline;
  color: #54b7bc;
}
.product-page
  .ready-solution-products
  .solution-products
  .solution-product
  a:hover {
  text-decoration: none;
}
.product-page .ready-solutions .title {
  margin-bottom: 24px;
}
.product-page .ready-solutions .ready-solutions-slider {
  position: relative;
  width: calc(278px * 3);
  margin: 0 auto;
}
.product-page .ready-solutions .ready-solutions-slider.no-slider {
  width: 100%;
}
.product-page .ready-solutions .ready-solutions-slider.no-slider .prev,
.product-page .ready-solutions .ready-solutions-slider.no-slider .next {
  display: none;
}
.product-page .ready-solutions .ready-solutions-slider .owl-carousel {
  width: 100%;
  padding-bottom: 0;
}
.product-page .ready-solutions .ready-solutions-slider .prev,
.product-page .ready-solutions .ready-solutions-slider .next {
  position: absolute;
  display: inline-block;
  background: url(/img/2right-arrow.svg) no-repeat center;
  background-size: 55px;
  padding: 30px;
  opacity: 0.5;
  transition: 0.2s;
  top: 50%;
  margin-top: -30px;
  z-index: 50;
}
.product-page .ready-solutions .ready-solutions-slider .prev:hover,
.product-page .ready-solutions .ready-solutions-slider .next:hover {
  opacity: 1;
}
.product-page .ready-solutions .ready-solutions-slider .prev {
  transform: rotateY(180deg);
  left: -80px;
}
.product-page .ready-solutions .ready-solutions-slider .next {
  right: -63px;
}
.slider-wr .bx-wrapper,
.slider-wr .control-wr {
  display: inline-block;
  vertical-align: top;
}
.slider-wr .bx-wrapper {
  width: 440px;
  height: 320px;
  margin-bottom: 0;
  box-shadow: none;
}
.slider-wr .control-wr {
  width: 100px;
}
.slider-wr .control-wr #slider-prev,
.slider-wr .control-wr #slider-next {
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  cursor: pointer;
  transition: 0.2s;
}
.slider-wr .control-wr #slider-prev > a,
.slider-wr .control-wr #slider-next > a {
  display: block;
  position: absolute;
  width: 28px;
  height: 14px;
  left: -14px;
}
.slider-wr .control-wr #slider-prev {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #a1a1a1;
  margin-bottom: 8px;
}
.slider-wr .control-wr #slider-prev:hover {
  border-bottom-color: #334e60;
}
.slider-wr .control-wr #slider-prev > a {
  top: 0;
}
.slider-wr .control-wr #slider-next {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #a1a1a1;
  margin-top: 8px;
}
.slider-wr .control-wr #slider-next:hover {
  border-top-color: #334e60;
}
.slider-wr .control-wr #slider-next > a {
  bottom: 0;
}
.slider-wr .control-wr #bx-pager {
  width: 66px;
  margin: 0 auto;
}
.slider-wr .control-wr #bx-pager > a,
#slide-preview-3dblock-link {
  display: block;
  box-sizing: border-box;
  height: 65px;
  width: 65px;
  border: solid 2px transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
.slider-wr .control-wr #bx-pager > a.active {
  border: solid 2px #44b96b;
}
.slider-wr .control-wr #bx-pager > a:not(:last-child) {
  margin-bottom: 10px;
}
.leaf__left-arrow,
.leaf__right-arrow {
  display: inline-block;
  height: 34px;
  vertical-align: top;
  margin-top: 13px;
}
.leaf__left-arrow:before,
.leaf__right-arrow:before {
  display: block;
  margin-top: 4px;
  font-family: "icomoon";
  font-size: 26px;
  content: "\e907";
  color: #989898;
  transition: 0.2s;
}
.leaf__left-arrow:hover:before,
.leaf__right-arrow:hover:before {
  color: #4a4a4a;
}
.leaf__left-arrow:before {
  transform: rotate(180deg);
}
.leaf__delimer {
  display: inline-block;
  width: 4px;
  height: 34px;
  margin: 13px 16px 0;
  background-color: #989898;
}
.leaf__info {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 294px;
  height: 58px;
  padding: 5px 80px 5px 15px;
  vertical-align: top;
  background-color: #54b7bc;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}
.leaf__info img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
}
.leaf__info .tbl_wrapper {
  display: table;
  height: 100%;
}
.leaf__info .tbl_wrapper .leaf__name {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .files-container {
    flex-direction: column;
  }
  .files-container .file-pack-link {
    margin-top: 32px;
  }
  .info-wr {
    display: flex;
    grid-template-columns: 1fr;
    grid-gap: 0vw;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .breadcrumb__item a {
    white-space: initial;
  }
  .slider-wr {
    display: block;
  }
  .product-page .spec-table-wr .spec-table {
    min-width: initial;
  }
  .product-page .desktop {
    display: none;
  }
  .product-page .mobile {
    display: initial;
  }
  .product-page .double_line.mobile {
    display: block;
    margin-top: -10px;
  }
  .product-page .description {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-page .where_buy {
    display: block;
    margin-bottom: 30px;
  }
  .product-page .links .autocad {
    margin-left: 40px;
  }
  .product-page h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    line-height: 1.32;
    color: #4a4a4a;
    text-align: center;
  }
  .product-page .breadcrumb {
    margin-top: 10px;
    padding-top: 5px;
  }
  .product-page .mobile-top-background-image {
    height: 50px;
    display: block;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  .product-page .delimer-line {
    display: none;
  }
  .product-page .top-block .leaf {
    display: none;
  }
  .product-page .info-wr .info {
    padding-left: initial;
  }
  .product-page .info-wr .info .btn-wr {
    display: flex;
    align-items: center;
  }
  .product-page .info-wr .info .btn-wr .add-to-favorites {
    margin: 0 0 0 16px;
  }
  .slider-wr {
    margin-bottom: 30px;
    height: initial;
    width: 100%;
    float: none;
  }
  .slider-wr .slider-container {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .slider-wr .control-wr {
    width: 100%;
  }
  .slider-wr .control-wr #bx-pager {
    width: 100%;
  }
  .slider-wr .control-wr #bx-pager a {
    width: 64px;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
  }
  .slider-wr .control-wr #bx-pager a:last-child {
    margin-right: 0;
  }
  .slider-wr .slider {
    width: 100%;
    height: 100%;
  }
  .slider-wr .slider li {
    width: 100%;
    height: 100%;
  }
  .slider-wr .slider li img {
    max-width: 100%;
    max-height: 100%;
  }
  .info-wr .info {
    width: 100%;
    float: none;
    height: initial;
  }
  .product-page .info-wr .background-image {
    display: none;
  }
  .product-page .additional label:not(:last-child) {
    display: block;
  }
  .product-page .tabs-wr {
    width: initial;
    margin-top: 10px;
  }
  .product-page .tabs-wr .documents_list {
    width: 100%;
  }
  .product-page .tabs-wr .tabs.default.additiveInfo {
    margin-bottom: 50px;
  }
  .product-page .tabs-wr .tabs.default.additiveInfo > .head {
  }
  .product-page .tabs-wr .tabs.default.additiveInfo > .list > li {
    display: inline;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li.expanded
    .tab-name:after {
    content: "-";
    color: #dbdbdb;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li:not(.expanded)
    .tab-name:after {
    color: #334e60;
    content: "+";
    font-weight: bold;
    font-size: 20px;
  }
  .product-page .tabs-wr .tabs.default > ul.head > li .icon-tab {
    display: none;
  }
  .product-page .tabs-wr .tabs.default.additiveInfo > .head {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .product-page .tabs-wr .tabs.default > ul.head > li {
    white-space: nowrap;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li.content_doesnt_exists {
    background-color: #ededed;
  }
  .product-page .tabs-wr .tabs.default.additiveInfo > .list > li .tab-body {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #000000;
    min-height: 0;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .tab-body
    .expand-button {
    display: none;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .tab-.needToggle
    .expand-button {
    cursor: pointer;
    display: block;
    width: 120px;
    margin-top: 1rem;
    height: 28px;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* margin: 0 auto; */
    color: #4d897d;
    background: white;
    border: 1px solid #4d897d;
    text-transform: lowercase;
    transition: all 0.5s;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .tab-.needToggle
    .expand-button:hover {
    transition: all 0.5s;
    color: white;
    background: #4d897d;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .tab-.needToggle
    .preview-text {
    height: 100px;
    overflow: hidden;
    transition: max-height 1s ease;
    position: relative;
    transition: all 1s;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .tab-.needToggle
    .preview-text:not(.expanded-text)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  }
  .product-page .tabs-wr .tabs.default.additiveInfo > .list > li .tab-name {
    display: none;
    line-height: 44px;
    border: 1px solid #dbdbdb !important;
    position: relative;
    border-bottom: 1px solid;
    padding: 0 10px;
    font-size: 18px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 20px;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .tab-name:after {
    position: absolute;
    right: 10px;
    font-size: 40px;
  }
  .product-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .products-list
    .product-item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .product-page .certificate_container {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .product-page .certificate_container .cert {
    display: inline-block;
    margin-right: 31px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .product-page .certificate_container .cert:last-child {
    margin-right: 0;
  }
  .product-page .solution_link {
    display: none;
  }
}
.search-page {
  min-height: 560px;
  background: white;
  padding-left: 15px;
  padding-right: 15px;
}
.search-page .breadcrumb {
  padding-top: 46px;
  margin-top: 0;
}
.search-page .categories-mesh {
  padding-bottom: 72px;
  margin-bottom: 0;
}
.search-page .search-oops {
  padding: 48px 0;
}
.search-page .products-mesh .product .archive-badge {
  display: block;
}
@media (max-width: 767px) {
  .search-page .categories-mesh.col4 .category_row .info {
    width: 100%;
  }
  .search-page .products-mesh .product .archive-badge {
    top: 154px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news-page .mobile {
  display: none;
}
.news-page.center-block {
  background: white;
}
.news-page .news-mesh {
  padding-bottom: 60px;
  font-size: 0.00001px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
  flex-direction: row;
}
.news-page .news-mesh h1 {
  text-transform: none;
}
.news-page .news-mesh .news {
  box-sizing: border-box;
  width: 360px;
  padding-bottom: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  border: solid 1px #ececec;
  vertical-align: top;
  transition: 0.2s;
}
.news-page .news-mesh .news:hover {
  box-shadow: 0 2px 12px 0 rgba(214, 214, 214, 0.5);
}
.news-page .news-mesh .news .photo-wr {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.news-page .news-mesh .news .photo-wr img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.news-page .news-mesh .news .info {
  margin: 0 20px 9px;
  overflow: hidden;
}
.news-page .news-mesh .news .info .date {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 17px;
  text-transform: lowercase;
  color: #a1a1a1;
}
.news-page .news-mesh .news .info .name {
  font-size: 16px;
  line-height: 20px;
  color: #4a4a4a;
}
.news-page .news-mesh .news .info .name h1 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 0;
}
.news-page .news-mesh .news .more {
  line-height: 20px;
  margin: 0 20px 0;
}
.news-h {
  color: white;
  display: block;
  font-size: 29px;
  margin: 90px auto 0;
  text-align: center;
  text-shadow: 0 0 10px #c00;
}
.show-header-bg-news header {
  height: 400px;
  background: none;
}
.show-header-bg-news .top-block {
  background: none;
}
.show-header-bg-news .header-bg {
  top: 0;
}
@media (max-width: 767px) {
  .show-header-bg-news #main header {
    height: 200px;
  }
  .show-header-bg-news #main .top-block .search_icon #Headersimple {
    fill: white;
  }
  .show-header-bg-news #main .top-block .contacts:before {
    color: white !important;
  }
  .show-header-bg-news #main .top-block .send-feedback .send_email_text {
    color: white !important;
  }
  .show-header-bg-news #main .top-block .send-feedback .mail .fil0 {
    fill: white !important;
  }
  .show-header-bg-news #main .top-block .favorites_block .my_favorites_text {
    color: #fff !important;
  }
  .show-header-bg-news #main .top-block .favorites_block .favorites_icon .fil0 {
    fill: #fff !important;
    stroke: #fff !important;
  }
  .show-header-bg-news #main .menu-block .constructor {
    display: none;
  }
  .show-header-bg-news #main .menu-block .menu {
    display: none;
  }
  .show-header-bg-news #main .menu-block .menu-icon i {
    background-color: white;
  }
  .show-header-bg-news #main .header-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position-y: center;
    background-position-x: 50%;
    height: 400px;
  }
  .show-header-bg-news #main .header-bg:before {
    height: 400px;
  }
  .news-page.center-block {
    padding-top: 20px;
  }
  .news-page .desktop {
    display: none;
  }
  .news-page .mobile {
    height: 80px;
    display: block;
    overflow: hidden;
  }
  .news-page .news-mesh {
    margin-bottom: 60px;
    font-size: 0.00001px;
    width: 100%;
  }
  .news-page .news-mesh .news {
    width: 48%;
    text-align: center;
    margin-right: 0;
    height: 294px;
  }
  .news-page .news-mesh .news:nth-child(odd) {
    margin-right: 4%;
  }
  .news-page .news-mesh .news:hover {
    box-shadow: 0 2px 12px 0 rgba(214, 214, 214, 0.5);
  }
  .news-page .news-mesh .news .photo-wr {
    margin-bottom: 0;
  }
  .news-page .news-mesh .news .photo-wr img {
    max-width: 100%;
    max-height: 130px;
    height: auto;
    width: auto;
    object-fit: initial;
    object-position: initial;
  }
  .news-page .news-mesh .news .info {
    height: 101px;
    overflow: hidden;
    margin: 0 6px 16px 11px;
    padding-top: 15px;
  }
  .news-page .news-mesh .news .info .date {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 17px;
    text-transform: lowercase;
    color: #a1a1a1;
    text-align: center;
  }
  .news-page .news-mesh .news .info .name {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.4;
    text-align: left;
  }
  .news-page .news-mesh .news .info .name h1 {
    text-align: center;
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
  }
  .news-page .news-mesh .news .more {
    margin: 0 auto;
    line-height: 20px;
  }
  .news-h {
    margin-top: 0;
    width: 290px;
    text-align: center;
  }
}
.about_company-page {
  font-family: "Exo 2", sans-serif;
}
.about_company-page .row {
  text-align: center;
  background: white;
}
.about_company-page .row .col {
  padding-top: 50px;
}
.about_company-page .m-b60 {
  margin-bottom: 0;
  padding-bottom: 60px;
}
.about_company-page .info {
  font-size: 16px;
}
.about_company-page .info .about_container {
  text-align: left;
  width: 100%;
  padding: 30px;
  margin-bottom: 10px;
  box-shadow: 0px 4px 14.8px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 36px;
}
.about_company-page .info .about_container:last-child {
  border: none;
}

.about_company-page .info .about_container .picture_container {
  flex: 1 1 50%;
  max-width: 50%;
}
.about_company-page .info .about_container .picture_container.even {
  order: 1;
}
.about_company-page .info .about_container .picture_container .title {
  width: 100%;
  background-color: var(--primary-color);
  color: white;
  height: 34px;
  line-height: 34px;
  margin-bottom: 5px;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}

.about_company-page .info .about_container .picture_container .picture {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 6px;
}
.about_company-page .info .about_container .description_container {
  flex: 1 1 50%;
  max-width: 50%;
}
.about_company-page .info .about_container .description_container.even {
  padding-left: 0;
  padding-right: 20px;
  float: left;
}
.about_company-page
  .info
  .about_container
  .description_container
  .expand-button {
  cursor: pointer;
  display: none;
  width: 120px;
  margin-top: 1rem;
  height: 28px;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* margin: 0 auto; */
  color: #4d897d;
  background: white;
  border: 1px solid #4d897d;
  text-transform: lowercase;
  transition: all 0.5s;
}
.about_company-page
  .info
  .about_container
  .description_container
  .expand-button:hover {
  transition: all 0.5s;
  color: white;
  background: #4d897d;
}
.about_company-page
  .info
  .about_container
  .description_container
  .expand-button.visible {
  display: inline-block;
}
.about_company-page .info .about_container .description_container .text_info {
  width: 100%;
  overflow: hidden;
  transition: all 1s;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: var(--secondary-text);
}
.about_company-page .info .about_container .description_container .text_info b {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: var(--secondary-text);
}

.about_company-page
  .info
  .about_container
  .description_container
  .text_info.need_expand {
  height: 160px;
}
.about_company-page
  .info
  .about_container
  .description_container
  .text_info.need_expand:not(.expanded-text)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  height: 90px;
}

.objects-page {
  padding: 0 15px;
  background: white;
  padding-bottom: 100px;
}
.objects-page .breadcrumb {
  margin-top: 0;
  padding-top: 46px;
}
.objects-page .hidden_info {
  display: none;
}
.objects-page .geolocation_container {
  margin-bottom: 40px;
  content: "";
  display: flex;
  clear: both;
}
.objects-page .geolocation_container .ya_map,
.objects-page .geolocation_container .city_block {
  display: inline-block;
}
.objects-page .geolocation_container .ya_map .choice_city,
.objects-page .geolocation_container .city_block .choice_city {
  margin-bottom: 10px;
}
.objects-page .geolocation_container .ya_map .wr_city-input,
.objects-page .geolocation_container .city_block .wr_city-input,
.objects-page .geolocation_container .ya_map .wr_typeline-input,
.objects-page .geolocation_container .city_block .wr_typeline-input,
.objects-page .geolocation_container .ya_map .wr_article-input,
.objects-page .geolocation_container .city_block .wr_article-input {
  position: relative;
}
.objects-page .geolocation_container .ya_map #city-input,
.objects-page .geolocation_container .city_block #city-input,
.objects-page .geolocation_container .ya_map #type-input,
.objects-page .geolocation_container .city_block #type-input,
.objects-page .geolocation_container .ya_map #article-input,
.objects-page .geolocation_container .city_block #article-input {
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 14px;
  padding: 0 22px 0 30px;
  position: relative;
  background-color: #fff;
}
.objects-page .geolocation_container .ya_map .wr-cityes,
.objects-page .geolocation_container .city_block .wr-cityes,
.objects-page .geolocation_container .ya_map .wr-type,
.objects-page .geolocation_container .city_block .wr-type,
.objects-page .geolocation_container .ya_map .wr-article,
.objects-page .geolocation_container .city_block .wr-article {
  display: none;
  padding: 5px 10px;
  border: 1px solid #d2d2d2;
  min-height: 65px;
  max-height: 246px;
  position: absolute;
  z-index: 17;
  background-color: white;
  overflow: auto;
  width: 100%;
}
.objects-page .geolocation_container .ya_map .wr-cityes.active,
.objects-page .geolocation_container .city_block .wr-cityes.active,
.objects-page .geolocation_container .ya_map .wr-type.active,
.objects-page .geolocation_container .city_block .wr-type.active,
.objects-page .geolocation_container .ya_map .wr-article.active,
.objects-page .geolocation_container .city_block .wr-article.active {
  display: block;
}
.objects-page .geolocation_container .ya_map .icon-toogle-input,
.objects-page .geolocation_container .city_block .icon-toogle-input {
  background-image: url(/img/toogleObjInput.svg);
  background-repeat: no-repeat;
  position: absolute;
  padding: 12px;
  top: 10px;
  right: 14px;
  cursor: pointer;
  z-index: 16;
}
.objects-page .geolocation_container .ya_map .icon-search-input,
.objects-page .geolocation_container .city_block .icon-search-input {
  background-image: url(/img/toogleSearchInput.svg);
  background-repeat: no-repeat;
  position: absolute;
  padding: 8px;
  top: 18px;
  right: 18px;
  cursor: pointer;
  z-index: 16;
}
.objects-page .geolocation_container .ya_map #clear_filter,
.objects-page .geolocation_container .city_block #clear_filter {
  cursor: pointer;
  margin-top: 15px;
  text-align: center;
}
.objects-page .geolocation_container .ya_map .city-value,
.objects-page .geolocation_container .city_block .city-value,
.objects-page .geolocation_container .ya_map .type-value,
.objects-page .geolocation_container .city_block .type-value,
.objects-page .geolocation_container .ya_map .article-value,
.objects-page .geolocation_container .city_block .article-value {
  margin-bottom: 5px;
  padding: 5px;
  cursor: pointer;
}
.objects-page .geolocation_container .ya_map .city-value:hover,
.objects-page .geolocation_container .city_block .city-value:hover,
.objects-page .geolocation_container .ya_map .type-value:hover,
.objects-page .geolocation_container .city_block .type-value:hover,
.objects-page .geolocation_container .ya_map .article-value:hover,
.objects-page .geolocation_container .city_block .article-value:hover {
  background-color: #54b6bc;
  color: white;
}
.objects-page .geolocation_container .ya_map {
  margin-right: 30px;
}
.objects-page .geolocation_container .ya_map #map {
  width: 655px;
  height: 281px;
}
.objects-page .geolocation_container .city_block {
  display: inline-block;
  /* width: 352px; */
  vertical-align: top;
  flex: 1;
}
.objects-page .geolocation_container .city_block .city_content {
  margin-top: 27px;
}
.objects-page .geolocation_container .city_block .city_content .city_name {
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  color: #4a4a4a;
}
.objects-page
  .geolocation_container
  .city_block
  .city_content
  .city_description {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #000000;
  margin-top: 8px;
}
.objects-page .bx-ui-sls-container {
  height: 50px;
}
.objects-page .bx-ui-sls-container .bx-ui-sls-fake {
  height: 50px;
  line-height: 50px;
}
.objects-page .bx-sls .dropdown-icon {
  display: none;
}
.objects-page .bx-sls .bx-ui-sls-pane {
  margin-top: 15px;
}
.objects-page .bx-sls .dropdown-block {
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  box-shadow: none;
}
.objects-page .bx-sls .bx-ui-sls-route {
  height: 50px;
}
.objects-page .bx-sls .bx-ui-sls-clear {
  top: 8px;
}
.objects-page .category-description {
  margin-bottom: 25px;
}
.objects-page .category-description__text {
  float: left;
  width: 100%;
}
.objects-page .category-description__text.col3 {
  width: calc(100% - 293px - 30px);
  margin-right: 30px;
}
.objects-page .category-description p {
  margin-bottom: 5px;
}
.objects-page .breadcrumb__item:first-child {
  display: none;
}
.objects-page .breadcrumb__item:nth-child(2) .breadcrumb__angle {
  display: none;
}
.objects-page .sidebar {
  width: 263px;
  margin-right: 30px;
  float: left;
}
.objects-page .sidebar .menu a {
  color: #4a4a4a;
}
.objects-page .sidebar .menu a:hover {
  text-decoration: underline;
  color: #000;
}
.objects-page .sidebar .menu__item {
  line-height: 24px;
}
.objects-page .sidebar .menu__item a {
  font-size: 13px;
}
.objects-page .sidebar .menu__item_active > a {
  color: #0186b7;
}
.objects-page .sidebar .menu__section > .menu__item > a {
  font-size: 15px;
}
.objects-page .sidebar .menu__section > .menu__item_active > a {
  font-weight: bold;
  color: #4a4a4a;
}
.objects-page .sidebar .menu__subsection {
  padding-left: 12px;
}
.objects-page .content {
  float: left;
}
.objects-page .products-mesh {
  margin-bottom: 20px;
  font-size: 0.00001px;
  width: calc(100% + 30px);
}
.objects-page .products-mesh .product {
  display: inline-block;
  box-sizing: border-box;
  width: 268px;
  position: relative;
  height: 320px;
  margin-right: 23px;
  margin-bottom: 30px;
  border: solid 1px white;
  vertical-align: top;
  transition: 0.2s;
}
.objects-page .products-mesh .product:hover {
  border: solid 1px #ececec;
  box-shadow: initial;
}
.objects-page .products-mesh .product .photo-wr {
  display: block;
  height: 160px;
  margin-top: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
}
.objects-page .products-mesh .product .photo-wr .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.objects-page .products-mesh .product .info {
  text-align: center;
  margin-bottom: 17px;
}
.objects-page .products-mesh .product .info .line {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.43;
  text-align: center;
  color: #000000;
}
.objects-page .products-mesh .product .info .city {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #4a4a4a;
}
.objects-page .products-mesh .product .info .city img {
  width: 11.6px;
  display: inline-block;
  height: 17px;
  vertical-align: top;
}
.objects-page .products-mesh .product .info .address {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #000000;
}
.objects-page .products-mesh .product .more {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  left: 72px;
  bottom: 5px;
}
.objects-main-page .mobile {
  display: none;
}
.objects-main-page h1 {
  margin-top: 30px;
  text-transform: uppercase;
}
.objects-main-page .categories-mesh {
  margin-bottom: 70px;
}
.objects-main-page .article {
  position: relative;
  box-sizing: border-box;
  height: 126px;
  margin-bottom: 100px;
  padding: 20px 75px;
  background: url("/img/main_catalog_article_bg.jpg") 0 -20px no-repeat;
  background-size: cover;
}
.objects-main-page .article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 134, 183, 0.61);
}
.objects-main-page .article .info {
  position: relative;
  color: #fff;
}
.objects-main-page .article .info .title {
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.objects-main-page .article .info .description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.objects-main-page .article .info .more a {
  color: #fff;
}
.objects-main-page .mobile_article {
  display: none;
}
.objects-main-page .best-categories {
  margin-bottom: 30px;
}
.objects-main-page .best-products {
  margin-bottom: 30px;
}
.objects-main-page .best-products h2 {
  margin-bottom: 30px;
}
.objects-main-page .seo-text {
  width: 840px;
  margin-bottom: 70px;
}
.show-header-objects-bg header {
  height: 400px;
  background: none;
}
.show-header-objects-bg .top-block {
  background: none;
}
@media (max-width: 767px) {
  .show-header-objects-bg header {
    background: white;
    height: 90px !important;
  }
  .show-header-objects-bg .top-block {
    background: white;
  }
  .show-header-objects-bg .menu-block .constructor {
    display: none;
  }
  .show-header-objects-bg .menu-block .menu {
    display: none;
  }
  .show-header-objects-bg .header-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position-y: center;
    background-position-x: 50%;
    background: none !important;
    height: 90px;
  }
  .show-header-objects-bg .header-bg:before {
    height: 90px;
  }
  .objects-page {
    margin-bottom: 100px !important;
  }
  .objects-page .breadcrumb {
    display: none;
  }
  .objects-page h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    line-height: 1.32;
    color: #4a4a4a;
  }
  .objects-page .category-description {
    margin-bottom: 25px;
  }
  .objects-page .category-description__text {
    float: left;
    width: 100%;
  }
  .objects-page .category-description__text.col3 {
    width: initial;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .objects-page .category-description__booklet {
    float: left;
    width: 293px;
    text-align: left;
  }
  .objects-page .category-description__booklet .icon {
    display: inline-block;
    font-size: 42px;
    margin-bottom: 5px;
  }
  .objects-page .category-description__booklet a {
    font-size: 16px;
    position: relative;
    top: -15px;
    margin-left: 5px;
  }
  .objects-page .category-description p {
    margin-bottom: 5px;
  }
  .objects-page .sidebar {
    display: none;
  }
  .objects-page .sidebar .menu a {
    color: #4a4a4a;
  }
  .objects-page .sidebar .menu a:hover {
    text-decoration: underline;
    color: #000;
  }
  .objects-page .sidebar .menu__item {
    line-height: 24px;
  }
  .objects-page .sidebar .menu__item a {
    font-size: 13px;
  }
  .objects-page .sidebar .menu__item_active > a {
    color: #0186b7;
  }
  .objects-page .sidebar .menu__section > .menu__item > a {
    font-size: 15px;
  }
  .objects-page .sidebar .menu__section > .menu__item_active > a {
    font-weight: bold;
    color: #4a4a4a;
  }
  .objects-page .sidebar .menu__subsection {
    padding-left: 12px;
  }
  .objects-page .content {
    width: 100%;
    /* col3 */
    float: left;
  }
  .objects-page .geolocation_container {
    width: 100%;
  }
  .objects-page .geolocation_container .ya_map {
    display: none;
  }
  .objects-page .geolocation_container .city_block {
    width: 100%;
  }
  .objects-page .products-mesh {
    width: 100%;
  }
  .objects-page .products-mesh .product {
    width: 48%;
    margin-right: 4%;
    height: 295px;
    border: solid 1px #ececec;
  }
  .objects-page .products-mesh .product:nth-child(even) {
    margin-right: 0;
  }
  .objects-page .products-mesh .product:nth-child(odd) {
    margin-right: 4%;
  }
  .objects-page .products-mesh .product .more {
    left: 20%;
    position: initial;
  }
  .objects-page .products-mesh .product .info {
    min-height: 115px;
    max-height: 80px;
    overflow: hidden;
    padding-top: 10px;
  }
  .objects-page .products-mesh .product .photo-wr {
    display: inline-block;
    height: 130px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
  }
  .objects-page .products-mesh .product .photo-wr .photo {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .objects-main-page {
    margin-bottom: 0;
  }
  .objects-main-page .mobile {
    display: initial;
  }
  .objects-main-page .desktop {
    display: none;
  }
  .objects-main-page .article {
    padding: 0;
    width: 101vw;
    margin-left: -6%;
    height: 196px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .objects-main-page .article:before {
    height: 176px;
  }
  .objects-main-page .mobile_article {
    display: block;
  }
  #wrap {
    overflow: hidden;
    max-width: 100%;
  }
  body .objects-main-page.center-block {
    width: 90%;
    margin-left: 5%;
  }
}
.show-header-objects-bg .top-block .menu li a {
  color: white;
}
.show-header-objects-bg .top-block .send-feedback .send_email_text {
  color: #fff;
}
.show-header-objects-bg .top-block .send-feedback .mail .fil0 {
  fill: #fff;
}
.show-header-objects-bg .top-block .favorites_block .my_favorites_text {
  color: #fff;
}
.show-header-objects-bg .top-block .favorites_block .favorites_icon .fil0 {
  fill: #fff;
  stroke: #fff;
}
.show-header-objects-bg .top-block .contacts:before {
  color: white;
}
.show-header-objects-bg .top-block .contacts .phone {
  color: white;
}
.show-header-objects-bg .top-block .contacts .times {
  color: white;
}
.object-page {
  padding: 0 15px;
  background: white;
}
.object-page .breadcrumb {
  margin-top: 0;
  padding-top: 46px;
}
.object-page .mobile {
  display: none;
}
.object-page h1 {
  text-transform: none;
}
.object-page ul {
  list-style: disc;
  list-style-position: inside;
}
.object-page .top-block .title {
  float: left;
}
.object-page .top-block .leaf {
  float: right;
}
.object-page .delimer-line {
  margin-top: 20px;
}
.object-page .btitle {
  font-weight: bold;
  margin-bottom: 10px;
}
.object-page .info-wr {
  font-size: 0.00001px;
  margin-bottom: 40px;
}
.object-page .info-wr .slider-wr {
  box-sizing: border-box;
  width: 100%;
  margin-right: 30px;
}
.object-page .info-wr .slider-wr .wr-block-slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.object-page .info-wr .slider-wr .wr-block-slider .slider {
  width: 526px;
  height: 330px;
  display: inline-block;
}
.object-page .info-wr .slider-wr .wr-block-slider .slider li {
  position: absolute;
  height: 330px;
  width: 526px;
  transition: all 1s ease;
  opacity: 0;
}
.object-page .info-wr .slider-wr .wr-block-slider .slider li.active {
  opacity: 1;
}
.object-page .info-wr .slider-wr .wr-block-slider .slider li a {
  height: 100%;
  width: 100%;
}
.object-page
  .info-wr
  .slider-wr
  .wr-block-slider
  .slider
  li
  a
  .picture_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.object-page .info-wr #map {
  width: 526px;
  height: 330px;
}
.object-page .info-wr .info {
  box-sizing: border-box;
  float: left;
  width: 486px;
}
.object-page .info-wr .info__row {
  display: block;
  margin-bottom: 40px;
}
.object-page .parametrs,
.object-page .additional,
.object-page .features {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}
.object-page .parametrs {
  display: inline-block;
  width: 216px;
}
.object-page .parametrs span {
  display: inline-block;
  width: 60px;
}
.object-page .parametrs .cross {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin: 0 3px;
}
.object-page .certificates {
  display: inline-block;
  width: 270px;
  font-size: 14px;
}
.object-page .certificates__item:not(:last-child) {
  margin-right: 24px;
}
.object-page .additional label:not(:last-child) {
  margin-right: 20px;
}
.object-page .price {
  margin-bottom: 15px;
  font-size: 20px;
  color: #4a4a4a;
}
.object-page .links {
  font-size: 14px;
}
.object-page .links .autocad {
  position: relative;
  margin-left: 60px;
}
.object-page .links .autocad:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -40px;
  width: 33px;
  height: 33px;
  background: url("/img/autocad_ico.png") center 0 no-repeat;
}
.object-page .description {
  margin-top: 25px;
  width: 100%;
  display: flex;
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.object-page .description .features-discription {
  width: 600px;
  margin-right: 100px;
}
.object-page .description .title-descr {
  font-size: 20px;
  color: #23776b;
  margin-bottom: 10px;
  font-weight: bold;
}
.object-page .description .right-block-descr .project {
  margin-top: 20px;
}
.object-page .description .right-block-descr .project .open-construct {
  background-color: #9b0100;
  color: white;
  border-radius: 16px;
  text-align: center;
  width: 185px;
}
.object-page .description .right-block-descr .project .wr-download {
  margin-top: 10px;
  color: #9b0100;
  font-weight: bold;
}
.object-page .description .right-block-descr .project .wr-download a {
  color: #9b0100;
  text-decoration: underline;
  font-weight: initial;
}
.object-page .tabs-wr {
  width: 840px;
  margin-bottom: 56px;
}
.object-page .tabs-wr:after {
  content: "";
  display: table;
  clear: both;
}
.object-page .tabs-wr .tabs.default > ul.head {
  overflow: hidden;
  margin-bottom: 45px;
}
.object-page .tabs-wr .tabs.default > ul.head > li {
  float: left;
  display: inline-block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 34px;
  color: #4a4a4a;
  border: solid 1px #dcdcdc;
}
.object-page .tabs-wr .tabs.default > ul.head > li:not(.selected) {
  cursor: pointer;
  background-color: #ededed;
}
.object-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li:not(.selected):not(:first-child):after {
  content: "";
  height: 1px;
  width: 35px;
  position: absolute;
  left: -35px;
  bottom: -1px;
}
.object-page .tabs-wr .tabs.default > ul.head > li:not(.selected):before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  top: 24px;
}
.object-page .tabs-wr .tabs.default > ul.head > li:not(.selected):hover {
  color: white;
  background-color: #54b7bc;
}
.object-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li:not(.selected):active:before {
  display: none;
}
.object-page .tabs-wr .tabs.default > ul.head > li:last-child {
  margin-right: 0;
  border-top-right-radius: 5px;
}
.object-page .tabs-wr .tabs.default > ul.head > li:not(:first-child) {
  margin-left: -4px;
}
.object-page .tabs-wr .tabs.default > ul.head > li:first-child {
  margin-right: 0;
  border-top-left-radius: 5px;
}
.object-page .tabs-wr .tabs.default > ul.head > li.selected {
  font-weight: normal;
}
.object-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li.selected:not(:first-child):before {
  content: "";
  height: 1px;
  width: 50px;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  left: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 0;
}
.object-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li.selected:not(:last-child):after {
  content: "";
  height: 1px;
  width: 50px;
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
  position: absolute;
  right: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 0;
}
.object-page
  .tabs-wr
  .tabs.default
  > ul.head
  > li.selected
  + :not(.selected):after {
  display: none;
}
.object-page .tabs-wr .tabs.default > ul.list .tab-name {
  display: none;
}
.object-page .tabs-wr .tabs.default > ul.list .tab-body {
  padding: 10px 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #000000;
}
.object-page .tabs-wr .tabs.default > ul.list > li {
  font-size: 16px;
}
.object-page .tabs-wr .tabs.default > ul.list > li:not(.selected) {
  display: none;
}
.object-page .tabs-wr .tabs.default > ul.list > li .products-list {
  font-size: 0.00001px;
}
.object-page
  .tabs-wr
  .tabs.default
  > ul.list
  > li
  .products-list
  .product-item {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}
.object-page .tabs-wr .tabs > ul.head > li {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}
.object-page .tabs-wr .tabs > ul.head > li:not(.selected):hover {
  color: #296999;
}
.object-page .tabs-wr .tabs > ul.head > li:last-child {
  margin-right: 0;
}
.object-page .tabs-wr .tabs > ul.head > li.selected {
  font-weight: 700;
}
.object-page .tabs-wr .tabs > ul.list > li {
  display: none;
}
.object-page .tabs-wr .tabs > ul.list > li.selected {
  display: initial;
}
.object-page .tabs-wr .tabs.product-offers .head {
  margin-bottom: 15px;
}
.object-page .tabs-wr .tabs.product-offers .head li {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  height: 30px;
  padding: 0 13px;
  min-width: 45px;
  margin-right: 9px;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  text-align: center;
  margin-top: 0.6em;
  margin-bottom: 1px;
}
.object-page .tabs-wr .tabs.product-offers .head li:not(.selected) {
  color: #6d6d6d;
  cursor: pointer;
  background: white;
}
.object-page .tabs-wr .tabs.product-offers .head li.selected {
  border-color: #368ccc;
  background: #368ccc;
  color: white;
}
.object-page .tabs-wr .tabs.product-offers .head li.disabled {
  border-width: 0;
  color: #b5b3b3;
}
.object-page .tabs-wr .tabs.product-offers .head li.disabled.selected {
  border-color: #368ccc;
  border-width: 1px;
}
.object-page .slider-wr .bx-wrapper,
.object-page .slider-wr .control-wr {
  display: inline-block;
  vertical-align: top;
}
.object-page .slider-wr .bx-wrapper {
  width: 454px;
  max-height: 330px;
  margin-bottom: 0;
  box-shadow: none;
}
.object-page .slider-wr .bx-wrapper .bx-viewport {
  max-height: 100% !important;
  height: 330px !important;
}
.object-page .slider-wr .bx-wrapper .bx-viewport .picture_preview {
  width: 101vw;
  height: 330px;
  background-size: contain;
}
.object-page .slider-wr .control-wr {
  width: 100%;
}
.object-page .slider-wr .control-wr #slider-prev,
.object-page .slider-wr .control-wr #slider-next {
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  cursor: pointer;
  transition: 0.2s;
}
.object-page .slider-wr .control-wr #slider-prev > a,
.object-page .slider-wr .control-wr #slider-next > a {
  display: block;
  position: absolute;
  width: 28px;
  height: 14px;
  left: -14px;
}
.object-page .slider-wr .control-wr #slider-prev {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #a1a1a1;
  margin-bottom: 8px;
}
.object-page .slider-wr .control-wr #slider-prev:hover {
  border-bottom-color: #334e60;
}
.object-page .slider-wr .control-wr #slider-prev > a {
  top: 0;
}
.object-page .slider-wr .control-wr #slider-next {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #a1a1a1;
  margin-top: 8px;
}
.object-page .slider-wr .control-wr #slider-next:hover {
  border-top-color: #334e60;
}
.object-page .slider-wr .control-wr #slider-next > a {
  bottom: 0;
}
.object-page .slider-wr .control-wr #bx-pager {
  margin: 0 auto;
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.object-page .slider-wr .control-wr #bx-pager > a {
  box-sizing: border-box;
  height: 66px;
  display: inline-block;
  width: 66px;
  margin-right: 20px;
  border: solid 2px transparent;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}
.object-page .slider-wr .control-wr #bx-pager > a.active {
  border: solid 2px #54b7bc;
}
.object-page .slider-wr .control-wr #bx-pager > a:not(:last-child) {
  margin-bottom: 10px;
}
.object-page .leaf__left-arrow,
.object-page .leaf__right-arrow {
  display: inline-block;
  height: 34px;
  vertical-align: top;
  margin-top: 5px;
}
.object-page .leaf__left-arrow:before,
.object-page .leaf__right-arrow:before {
  display: block;
  margin-top: 4px;
  font-family: "icomoon";
  font-size: 26px;
  content: "\e907";
  color: #989898;
  transition: 0.2s;
}
.object-page .leaf__left-arrow:hover:before,
.object-page .leaf__right-arrow:hover:before {
  color: #4a4a4a;
}
.object-page .leaf__left-arrow:before {
  transform: rotate(180deg);
}
.object-page .leaf__delimer {
  display: inline-block;
  width: 4px;
  height: 34px;
  margin: 5px 16px 0;
  background-color: #989898;
}
.object-page .leaf__info {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 294px;
  height: 44px;
  padding: 5px 80px 5px 15px;
  vertical-align: top;
  background-color: #54b7bc;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
}
.object-page .leaf__info .text {
  display: inline-block;
  vertical-align: middle;
}
.object-page .leaf__info img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 44px;
}
@media (max-width: 767px) {
  header div.objects_.info {
    width: 95% !important;
  }
  .object-page .info-wr {
    margin-bottom: 0px;
  }
  .object-page .info-wr .slider-wr {
    width: 100% !important;
  }
  .object-page #map {
    width: 100% !important;
  }
  .object-page .slider-wr .bx-wrapper,
  .object-page .slider-wr .control-wr {
    display: inline-block;
    vertical-align: top;
  }
  .object-page .slider-wr .wr-block-slider {
    flex-direction: column-reverse;
  }
  .object-page .slider-wr .control-wr {
    margin-bottom: 20px;
  }
  .object-page .slider-wr .control-wr #bx-pager {
    display: block;
  }
  .object-page .slider-wr .slider {
    width: 100%;
  }
  .object-page .slider-wr .bx-wrapper {
    width: 100%;
    max-height: 230px;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
  }
  .object-page .slider-wr .bx-wrapper .bx-viewport {
    max-height: 100% !important;
  }
  .object-page .slider-wr .bx-wrapper .bx-viewport img {
    max-height: 100%;
  }
  .object-page .slider-wr .bx-wrapper .bx-viewport .picture_preview {
    background-size: cover;
  }
  .object-page .slider-wr .control-wr {
    width: 100%;
    margin-top: 5px;
  }
  .object-page .slider-wr .control-wr #slider-prev,
  .object-page .slider-wr .control-wr #slider-next {
    position: relative;
    margin: 0 auto;
    width: 0;
    height: 0;
    cursor: pointer;
    transition: 0.2s;
  }
  .object-page .slider-wr .control-wr #slider-prev > a,
  .object-page .slider-wr .control-wr #slider-next > a {
    display: block;
    position: absolute;
    width: 28px;
    height: 14px;
    left: -14px;
  }
  .object-page .slider-wr .control-wr #slider-prev {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #a1a1a1;
    margin-bottom: 8px;
  }
  .object-page .slider-wr .control-wr #slider-prev:hover {
    border-bottom-color: #334e60;
  }
  .object-page .slider-wr .control-wr #slider-prev > a {
    top: 0;
  }
  .object-page .slider-wr .control-wr #slider-next {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #a1a1a1;
    margin-top: 8px;
  }
  .object-page .slider-wr .control-wr #slider-next:hover {
    border-top-color: #334e60;
  }
  .object-page .slider-wr .control-wr #slider-next > a {
    bottom: 0;
  }
  .object-page .slider-wr .control-wr #bx-pager {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .object-page .slider-wr .control-wr #bx-pager > a {
    display: inline-block;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    border: solid 2px transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
    vertical-align: top;
    margin-right: 8px;
  }
  .object-page .slider-wr .control-wr #bx-pager > a:last-child {
    margin-right: 0;
  }
  .object-page .slider-wr .control-wr #bx-pager > a.active {
    border: solid 2px #54b7bc;
  }
  .object-page .slider-wr .control-wr #bx-pager > a:not(:last-child) {
    margin-bottom: 10px;
  }
  .object-page .breadcrumb__item {
    line-height: initial;
    white-space: initial;
  }
  .object-page .breadcrumb__item a {
    white-space: initial;
  }
  .object-page .desktop {
    display: none;
  }
  .object-page .mobile {
    display: initial;
  }
  .object-page .description {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .object-page .description .right-block-descr .characteristic {
    margin-top: 20px;
  }
  .object-page .where_buy {
    display: block;
    margin-bottom: 30px;
  }
  .object-page .links .autocad {
    margin-left: 40px;
  }
  .object-page h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    line-height: 1.32;
    color: #4a4a4a;
  }
  .object-page .breadcrumb {
    margin-top: 10px;
    border-bottom: solid 2px #a1a1a1;
  }
  .object-page .slider li {
    position: absolute;
    width: 100% !important;
    height: 230px;
    left: 0;
    text-align: center;
    opacity: 0;
  }
  .object-page .slider li .picture_preview {
    width: 100%;
    height: 230px;
    background-size: cover;
  }
  .object-page .slider li.active {
    opacity: 1;
  }
  .object-page .delimer-line {
    display: none;
  }
  .object-page .top-block .leaf {
    display: none;
  }
  .object-page .info-wr .slider-wr {
    width: 100%;
  }
  .object-page .info-wr .info {
    width: 100%;
  }
  .object-page .additional label:not(:last-child) {
    display: block;
  }
  .object-page .tabs-wr {
    width: initial;
  }
  .object-page .tabs-wr .tabs.default.additiveInfo {
    margin-bottom: 50px;
  }
  .object-page .tabs-wr .tabs.default.additiveInfo > .head {
    display: none;
  }
  .object-page .tabs-wr .tabs.default.additiveInfo > .list > li {
    display: block !important;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
  }
  .object-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li.expanded
    .tab-name:after {
    content: "-";
    color: #dbdbdb;
  }
  .object-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li:not(.expanded)
    .tab-name:after {
    color: #334e60;
    content: "+";
    font-weight: bold;
    font-size: 20px;
  }
  .object-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li:not(.expanded)
    .tab-body {
    display: none;
  }
  .object-page .tabs-wr .tabs.default.additiveInfo > .list > li .tab-body {
    padding: 10px 10px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #000000;
  }
  .object-page .tabs-wr .tabs.default.additiveInfo > .list > li .tab-name {
    display: block;
    line-height: 44px;
    border: 1px solid #dbdbdb !important;
    position: relative;
    border-bottom: 1px solid;
    padding: 0 10px;
    font-size: 18px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 20px;
  }
  .object-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .tab-name:after {
    position: absolute;
    right: 10px;
    font-size: 40px;
  }
  .object-page
    .tabs-wr
    .tabs.default.additiveInfo
    > .list
    > li
    .products-list
    .product-item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .object-page .certificate_container {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .object-page .certificate_container .cert {
    display: inline-block;
    margin-right: 31px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .object-page .certificate_container .cert:last-child {
    margin-right: 0;
  }
}
.documentation-page {
  background: white;
  height: 100%;
  padding: 0 15px 32px;
}

.documentation-page .categories-list .category {
  margin-bottom: 16px;
}
.documentation-page
  .categories-list
  .category.showed
  .category-title
  .category-name
  span {
  color: #54b7bc;
}
.documentation-page .categories-list .category .category-title {
  display: flex;
  margin-bottom: 8px;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 22px;
}
.documentation-page .categories-list .category .category-title .num {
  width: 20px;
  font-weight: bold;
}
.documentation-page .categories-list .category .category-title .category-name {
  cursor: pointer;
  width: calc(100% - 20px);
}
.documentation-page
  .categories-list
  .category
  .category-title
  .category-name:hover
  span {
  color: #54b7bc;
}
.documentation-page
  .categories-list
  .category
  .category-title
  .category-name
  span {
  border-bottom: 1px dotted;
  display: inline;
  transition: 0.2s;
}
.documentation-page .categories-list .category .docs-list {
  display: none;
  margin-top: 16px;
  padding-left: 20px;
}
.documentation-page .categories-list .category .docs-list .document {
  margin-bottom: 32px;
}
.documentation-page .categories-list .category .docs-list .document .doc-name {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.documentation-page
  .categories-list
  .category
  .docs-list
  .document
  .description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 20px;
  color: gray;
}
.documentation-page
  .categories-list
  .category
  .docs-list
  .document
  .description
  h3 {
  display: none;
}
.documentation-page .categories-list .category .docs-list .document .file {
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #54b7bc;
  padding-left: 20px;
}
.documentation-page .categories-list .category .docs-list .document .file img {
  width: 32px;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .show-header-documentation-bg header {
    height: 80px;
  }
}
.page-404 {
  font-family: "Exo 2", sans-serif;
  background-image: url(/img/404/football_guys.jpg);
  background-size: cover;
  height: 100vh;
  width: 100vw;
  background-position: center center;
}
.page-404 .logo {
  display: block;
  position: fixed;
  top: 33px;
  left: 20vw;
}
.page-404 .content_404 {
  position: fixed;
  top: 40vh;
  left: 20vw;
}
.page-404 .content_404 .not_found_title {
  font-family: "Exo 2", sans-serif;
  font-size: 26px;
  line-height: 1.12;
  margin-bottom: 10px;
}
.page-404 .content_404 .text {
  font-size: 14px;
  line-height: 1.43;
}

.page-404 .content_404 .search-block input[type="text"] {
  width: 410px;
  height: 42px;
  border-radius: 100px;
  background-color: #ececec;
  border: 0;
  padding-left: 52px;
  font-size: 14px;
  transition: 0.2s;
}
.page-404 .content_404 .search-block input[type="text"]:focus {
  box-shadow: inset #54b6bc 0 0px 7px;
}
.page-404 .content_404 .search-block .icon-search {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 19px;
  height: 19px;
}
.page-404 .content_404 .search-block .icon-search:before {
  font-size: 19px;
  color: #a1a1a1;
}
.detail-news-page {
  background-color: white;
  padding: 20px 15px;
}
.detail-news-page .text {
  line-height: 20px;
}
.detail-news-page .text p,
.detail-news-page .text div {
  width: 100%;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.43;
}
.detail-news-page .text img {
  margin-bottom: 16px;
  max-width: 100%;
  height: auto;
}
.detail-news-page .text ul {
  list-style: initial;
}
.detail-news-page .text ol {
  list-style-type: decimal;
}
.detail-news-page .text ul,
.detail-news-page .text ol {
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
}
.detail-news-page.news-center-block {
  width: 748px;
  position: relative;
  margin: 0 auto;
  background: white;
}
.detail-news-page .btn-container {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
.detail-news-page .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #4a4a4a;
  padding-bottom: 15px;
}
.detail-news-page .photo-holder {
  text-align: center;
  float: left;
}
.detail-news-page .photo-holder .photo {
  width: 240px;

  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}
.detail-news-page .preview-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 280px);
  float: right;
  margin-bottom: 10px;
}
.detail-news-page .preview-info .date {
  margin-bottom: 20px;
  color: #336667;
}
.detail-news-page .preview-text {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 20px;
}
.detail-news-page .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.detail-news-page .news-page {
  padding-left: 0;
  padding-right: 0;
}
.detail-news-page .news-page .news-mesh {
  padding-bottom: 30px;
  text-align: center;
}
.detail-news-page .news-page .news-mesh .news {
  width: 229px;
}
.detail-news-page .news-page .news-mesh .news .info .name h1 {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.show-header-detail-news header {
  height: 400px;
  background: none;
}
.show-header-detail-news .top-block {
  background: none;
}
.show-header-detail-news .header-bg {
  top: 0;
}
@media (max-width: 767px) {
  .show-header-detail-news #main header {
    height: 200px;
  }
  .show-header-detail-news #main .top-block .search_icon #Headersimple {
    fill: white;
  }
  .show-header-detail-news #main .top-block .contacts:before {
    color: white !important;
  }
  .show-header-detail-news #main .menu-block .constructor {
    display: none;
  }
  .show-header-detail-news #main .menu-block .menu {
    display: none;
  }
  .show-header-detail-news #main .menu-block .menu-icon i {
    background-color: white;
  }
  .show-header-detail-news #main .header-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position-y: center;
    background-position-x: 50%;
    height: 400px;
  }
  .show-header-detail-news #main .header-bg:before {
    height: 400px;
  }
  .detail-news-page .photo-holder {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail-news-page .photo-holder .photo {
    max-width: 100%;
    max-height: initial;
    width: auto;
    height: auto;
    margin: 0;
  }
  .detail-news-page.news-center-block {
    width: 100%;
  }
  .detail-news-page .preview-info {
    float: initial;
    width: 100%;
    display: block;
  }
  .detail-news-page .news-page .news-mesh {
    margin-bottom: 0;
  }
  .detail-news-page .news-page .news-mesh .news {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .detail-news-page .news-page .news-mesh .news:nth-child(odd) {
    margin-right: 0;
  }
  .detail-news-page .news-page .news-mesh .news .info {
    height: 81px;
  }
}

.articles-page .articles {
  padding-bottom: 30px;
}

.articles-page .articles .article:first-child {
  margin-top: 0;
}
.articles-page .articles .article .photo-wr {
  min-width: 170px;
  display: inline-block;
  margin-right: 20px;
}
.articles-page .articles .article .photo-wr .photo-article {
  width: 170px;
  height: auto;
}
.articles-page .articles .article .info {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 195px);
}
.articles-page .articles .article .info .date {
  color: #336667;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .articles-page.center-block {
    padding-top: 20px;
  }
  .articles-page .articles .article {
    width: 100%;
  }
  .articles-page .articles .article .info {
    width: calc(100% - 120px);
  }
  .articles-page .articles .article .info .name h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .articles-page .articles .article .photo-wr {
    margin-right: 10px;
    min-width: 100px;
  }
  .articles-page .articles .article .photo-wr .photo-article {
    width: 100px;
    height: auto;
  }
}
.single-article-news-page {
  background-color: white;
  padding: 20px 15px;
}
.single-article-news-page .text p,
.single-article-news-page .text div {
  width: 100%;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 1.43;
  color: #000000;
}
.single-article-news-page .text img {
  margin-bottom: 32px;
  max-width: 748px;
  height: auto;
}
.single-article-news-page .text ul {
  list-style: initial;
}
.single-article-news-page .text ol {
  list-style-type: decimal;
}
.single-article-news-page .text ul,
.single-article-news-page .text ol {
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
}
.single-article-news-page.news-center-block {
  position: relative;
  margin: 0 auto;
  background: white;
  width: 1140px;
  padding: 20px 0 0 22px;
}
.single-article-news-page .btn-container {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
.single-article-news-page .title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #4a4a4a;
  padding-bottom: 15px;
}
.single-article-news-page .photo-holder {
  text-align: center;
  float: left;
}
.single-article-news-page .photo-holder .photo {
  width: 240px;
  height: 160px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}
.single-article-news-page .preview-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 280px);
}
.single-article-news-page .preview-info .date {
  margin-bottom: 20px;
  color: #336667;
}
.single-article-news-page .preview-text {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 20px;
}
.single-article-news-page .news-page {
  padding-left: 0;
  padding-right: 0;
}
.single-article-news-page .news-page .news-mesh {
  padding-bottom: 30px;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.single-article-news-page .news-page .news-mesh .news {
  width: 229px;
  margin-right: 30px;
}
.single-article-news-page .news-page .news-mesh .news:last-child {
  margin-right: 0;
}
.single-article-news-page .news-page .news-mesh .news .info .name h1 {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-article-news-page .photo-holder {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-article-news-page .photo-holder .photo {
    max-width: 100%;
    max-height: initial;
    width: auto;
    height: auto;
    margin: 0;
  }
  .single-article-news-page.news-center-block {
    width: 100%;
    padding: 20px;
  }
  .single-article-news-page .preview-info {
    float: init;
    width: 100%;
    display: block;
  }
  .single-article-news-page .articles-detail {
    padding-top: 20px;
  }
  .single-article-news-page .news-page .news-mesh {
    margin-bottom: 0;
  }
  .single-article-news-page .news-page .news-mesh .news {
    width: 100%;
  }
  .single-article-news-page .news-page .news-mesh .news:nth-child(odd) {
    margin-right: 0;
  }
}
.favorites-page {
  background: white;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 100vh;
}

.favorites-page .name_container h1 {
  width: 200px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .favorites-page .content {
    min-height: 210px;
  }
  .favorites-page .open_in_constructor {
    display: none;
  }
  .favorites-page .name_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .favorites-page .name_container h1 {
    margin-bottom: 20px;
  }
  .favorites-page .name_container .button {
    margin: 0 0 16px 0;
  }
  .favorites-page .products-mesh {
    width: 100%;
  }
  .favorites-page .products-mesh .product:nth-child(even) {
    margin-right: 0;
  }
  .favorites-page .products-mesh .product .photo-wr {
    display: inline-block;
    height: 130px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 500px) {
  .favorites-page .open-in-constructor {
    display: none;
  }
  .favorites-page .name_container h1 {
    width: 100%;
    display: block;
  }
  .product-infographik {
    justify-content: center;
  }
}
.map-page {
  background: white;
  padding: 20px 10px 70px;
}
.map-page .map-container {
  display: flex;
  flex-wrap: wrap;
}
.map-page .map-container .map-value {
  margin-bottom: 10px;
  padding-right: 10px;
  flex: 50%;
}
.photo-page {
  background: white;
  padding: 20px 15px;
  font-size: 0.00001px;
  padding-top: 20px !important;
}
.modal-photo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: 0.3s;
  cursor: pointer;
}
.modal-photo.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0.3s;
}
.modal-photo .close-photo {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
  width: 45px;
  height: 45px;
  background: white;
  padding: 13px;
  border-radius: 50px;
}
.modal-photo .photo-popup {
  cursor: initial;
  width: 650px;
  transition: 0.5s;
  height: 430px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-325px) translateY(-215px);
}
.modal-photo .photo-popup .additional-info {
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
.modal-photo .photo-popup .additional-info .name {
  color: white;
}
.modal-photo .photo-popup .additional-info .open-on-youtube {
  border-radius: 100px;
  height: 48px;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  line-height: 48px;
  display: block;
  width: 282px;
  background: #e33f36;
  border: 1px solid #e33f36;
  margin: 20px auto 0;
}
.modal-photo .photo-popup .additional-info .open-on-youtube:hover {
  color: #e33f36;
  background: white;
}
.modal-photo .photo-popup .photo-container {
  padding: 40px 40px 20px;
  width: 100%;
  height: 360px;
}
.modal-photo .photo-popup .photo-container .holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.modal-photo .photo-popup .photo-container .holder iframe,
.modal-photo .photo-popup .photo-container .holder object,
.modal-photo .photo-popup .photo-container .holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .photo-page {
    padding-top: 15px;
  }
  .modal .photo-popup {
    height: 100vh;
    top: 80px;
    left: 0;
    width: 100vw;
    transform: none;
    border-radius: 0;
  }
  .modal .photo-popup .photo-container {
    height: initial;
    padding: 0;
  }
}
.old-products-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.old-products-page .container .img {
  max-width: 550px;
  margin-bottom: 32px;
  margin-top: 90px;
  max-width: 100%;
}
.old-products-page .container .info-link {
  margin-bottom: 16px;
}
.old-products-page .container .button {
  margin-bottom: 16px;
}
.old-products-page .container .message {
  max-width: 600px;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 32px;
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  display: none;
}

.contact-page .search-form {
  margin-bottom: 32px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  position: relative;
}
.contact-page .search-form.waiting:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 100000;
}
.contact-page .search-form .title {
  font-size: 22px;
  margin-bottom: 16px;
}
.contact-page .search-form form {
  display: flex;
  align-items: center;
}
.contact-page .search-form form .input-group {
  margin: 0 22px 0 0;
  display: flex;
  align-items: center;
}
.contact-page .search-form form .input-group .name {
  width: 250px;
  margin-bottom: 0;
  line-height: 1.2;
}
.contact-page .search-form .results-container {
  display: none;
  margin-top: 16px;
}
.contact-page .search-form .results-container .result-title {
  font-size: 18px;
  margin-bottom: 8px;
}
.contact-page .search-form .results-container .list {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 16px;
}
.contact-page .search-form .results-container .list a {
  cursor: pointer;
  color: #228bb8;
}
.contact-page .search-form .results-container .list a:hover {
  text-decoration: underline;
}
.contact-page .section-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;

  color: var(--primary-color);
  margin-bottom: 16px;
}
.contact-page .section-title.main {
  color: var(--primary-color);
}
.contact-page .head-office-block {
  margin-bottom: 24px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}

.contact-page .head-office-block .feedback-block .message-block {
  position: relative;
  margin-bottom: 12px;
}
.contact-page
  .head-office-block
  .feedback-block
  .message-block
  .handshake-icon {
  position: absolute;
  top: -30px;
  left: -31px;
  width: 54px;
  z-index: 1;
}
.contact-page .head-office-block .feedback-block .message-block .message {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  color: var(--secondary-text);
}

.contact-page .head-office-block .feedback-block .buttons {
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.contact-page
  .head-office-block
  .feedback-block
  .buttons
  .button:not(:last-child) {
  margin-bottom: 8px;
}
.contact-page .dealers {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  font-size: 16px;
  line-height: 130%;
}
.contact-block {
  margin-bottom: 12px;
}
.contact-block__name {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
}
.contact-block__value{
  /* Адрес г. Мурманск, ул. Колхозная, д. 16, пом. 2 */




font-weight: 500;
font-size: 15px;
line-height: 25px;
/* or 167% */
color: var(--secondary-text);

}

.contact-block .n {
  margin-bottom: 8px;
}
.contact-block small {
  font-size: 14px;
}
.division-block-wr {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.division-block-wr .city h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #4d4d4d;
}
.contact-page .popup-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.contacts-obj .n {
  margin-bottom: 8px;
}
.contacts-obj .mail {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .contact-page .search-form form {
    flex-direction: column;
  }
  .contact-page .search-form form .input-group {
    flex-direction: column;
    width: 100%;
    margin: 0 0 16px;
  }
  .contact-page .search-form form .input-group .name {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page .search-form form button {
    width: 70%;
  }

  .contact-page .head-office-block {
    display: block;
  }
  .head-office-block .division-block-wr {
    margin-bottom: 16px;
  }
  .contact-page .dealers {
    display: block;
  }
  .contact-page .dealers .division-block-wr {
    margin-bottom: 24px;
  }
  .contact-page .division-block-wr {
    width: 100%;
  }
}
.division-block {
  padding: 24px;
  max-width: 100%;
  height: 100%;

  background: #ffffff;
  box-shadow: 0px 4px 14.8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.division-block.expanded {
  position: fixed;
  z-index: 10;
  background: #fff;
}
.division-block.expanded .actions-block {
  transform: scale(0);
}
.division-block.expanded .close-icon {
  display: block;
}
.division-block.expanded .actions-line {
  display: flex;
}
.division-block.expanded .map-block {
  display: block;
}
.division-block .close-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/img/icons/close-btn.png);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 0.4;
  transition: 0.2s;
  cursor: pointer;
}

.division-block .main-info-container a {
}
.division-block .main-info-container a:hover {
  text-decoration: underline;
}

.division-block .main-info-container .division-info .city {
  margin-bottom: 6px;
  font-size: 27px;
}
.division-block .main-info-container .division-info .company-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */

  color: #42add9;
}
.division-block .main-info-container .division-info .inn {
  margin-bottom: 12px;

  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.division-block .main-info-container .division-info .contacts .r {
  display: flex;
}
.division-block
  .main-info-container
  .division-info
  .contacts
  .r:not(:last-child) {
  margin-bottom: 4px;
}
.division-block .main-info-container .division-info .contacts .r .n {
  width: 60px;
  font-weight: bold;
}

.division-block .main-info-container .actions-block {
  padding-top: 12px;
  transition: 0.5s;
  transform-origin: top right;
}
.division-block .main-info-container .actions-block .action {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.division-block .main-info-container .actions-block .action:not(:last-child) {
  margin-bottom: 8px;
}
.division-block
  .main-info-container
  .actions-block
  .action.show-on-map-btn
  .pic-wr {
  margin-top: -4px;
}
.division-block .main-info-container .actions-block .action .pic-wr {
  width: 24px;
  margin-right: 8px;
}
.division-block .main-info-container .actions-block .action .pic-wr img {
  width: 24px;
  display: block;
}
.division-block .actions-line {
  display: none;
  margin: 16px 0;
}
.division-block .actions-line .action {
  font-size: 24px;
  color: #228bb8;
  cursor: pointer;
}
.division-block .actions-line .action.active {
  color: #f39c12;
}
.division-block .actions-line .action:not(:last-child) {
  margin-right: 32px;
}
.division-block .action.muted {
  cursor: default !important;
  opacity: 0.4;
}
.division-block .action.muted:hover {
  text-decoration: none;
}
.division-block .map-block {
  display: none;
  height: 452px;
  background: #fcfcf7;
}

@media (max-width: 767px) {
  .division-block {
    width: 100%;
    padding: 16px;
  }
  .division-block.expanded .main-info-container .actions-block {
    display: none;
  }

  .division-block .main-info-container .division-info {
    width: 100%;
  }
  .division-block .main-info-container .actions-block {
    width: 100%;
    padding: 0;
  }
  .division-block .main-info-container .actions-block .action {
    padding: 5px 0;
  }
  .division-block .main-info-container .actions-block .action:not(:last-child) {
    margin-bottom: 0;
  }
  .division-block .actions-line {
    margin: 0 0 24px;
  }
  .division-block .actions-line .action {
    font-size: 16px;
  }
}
.popup-form {
  display: none;
  width: 486px;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  z-index: 10001;
  top: 30px;
  left: 50%;
  padding: 30px;
  transform: translateX(-50%);
  cursor: initial;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.popup-form.waiting:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 100000;
}
.popup-form:not(.done):not(.waiting):after,
.popup-form:not(.done):not(.waiting):before {
  font-size: 10px;
  opacity: 0;
}
.popup-form.unclosable .close-popup-btn,
.popup-form.unclosable .close-icon {
  display: none;
}
.popup-form.done:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 10;
}
.popup-form.done:after {
  content: "Успешно!";
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #228bb8;
  opacity: 1;
  transition: 0.2s;
  z-index: 11;
}
.popup-form .popup-title{

font-weight: 600;
font-size: 25px;
line-height: 25px;
color: #42ADD9;
margin-bottom: 16px;

}

.popup-form.project-list-popup {
  padding-right: 14px;
}
.popup-form.project-list-popup.default {
  width: 826px;
  max-height: 720px;
}
.popup-form.project-list-popup.default .popup-form-title {
  padding-top: 0;
}
.popup-form.project-list-popup .content-projects {
  max-height: 510px;
  overflow-y: auto;
  padding-right: 16px;
}
.popup-form.projects-popup {
  padding-top: 50px;
  max-height: 360px;
  width: 500px;
  overflow: auto;
  transform: none;
  top: calc(50% - 250px);
  left: calc(50% - 243px);
}
.popup-form.projects-popup.opened {
  overflow: initial;
}
.popup-form.estimate-popup,
.popup-form.request-popup {
  width: 943px;
  transform: translate(0);
  top: 20px;
  margin-left: -473px;
  padding: 28px 96px;
  position: absolute;
}
.popup-form.estimate-popup .header img,
.popup-form.request-popup .header img {
  width: 100%;
}
.popup-form.estimate-popup .params,
.popup-form.request-popup .params {
  list-style: none;
  padding-top: 40px;
}
.popup-form.estimate-popup .params li,
.popup-form.request-popup .params li {
  display: inline-block;
  margin-right: 20px;
}
.popup-form.estimate-popup .params .name,
.popup-form.request-popup .params .name {
  font-weight: bold;
}
.popup-form.estimate-popup .square_container .image-holder,
.popup-form.request-popup .square_container .image-holder {
  display: inline-block;
}
.popup-form.estimate-popup .square_container .image-holder:first-child,
.popup-form.request-popup .square_container .image-holder:first-child {
  margin-right: 40px;
  width: 280px;
}
.popup-form.estimate-popup .square_container .image-holder:first-child img,
.popup-form.request-popup .square_container .image-holder:first-child img {
  margin-top: 55px;
}
.popup-form.estimate-popup .square_container .image-holder:nth-child(2),
.popup-form.request-popup .square_container .image-holder:nth-child(2) {
  width: 420px;
}
.popup-form.estimate-popup .square_container .image-holder img,
.popup-form.request-popup .square_container .image-holder img {
  max-width: 100%;
}
.popup-form.estimate-popup .square_container .image-holder img.preview-3d,
.popup-form.request-popup .square_container .image-holder img.preview-3d {
  margin-top: 55px;
  position: relative;
  top: -19px;
}
.popup-form.estimate-popup .title,
.popup-form.request-popup .title {
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.popup-form.estimate-popup .subtitle,
.popup-form.request-popup .subtitle {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  margin-bottom: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.popup-form.estimate-popup .disclaimer,
.popup-form.request-popup .disclaimer {
  color: gray;
}
.popup-form.estimate-popup .summary-block-wr,
.popup-form.request-popup .summary-block-wr {
  text-align: center;
  padding: 25px;
}
.popup-form.estimate-popup .summary-block,
.popup-form.request-popup .summary-block {
  display: inline-block;
  text-align: left;
}
.popup-form.estimate-popup .summary-block .total,
.popup-form.request-popup .summary-block .total {
  font-size: 16px;
  line-height: 1.38;
  color: #4a4a4a;
}
.popup-form.estimate-popup .summary-block .total .value,
.popup-form.request-popup .summary-block .total .value {
  display: inline-block;
  margin-left: 8px;
}
.popup-form.estimate-popup .summary-block .total .value:after,
.popup-form.request-popup .summary-block .total .value:after {
  content: " руб.";
}
.popup-form.estimate-popup .btn-wr .save,
.popup-form.request-popup .btn-wr .save {
  width: 190px;
}
.popup-form.estimate-popup .btn-wr .print,
.popup-form.request-popup .btn-wr .print {
  margin-left: 40px;
  font-size: 16px;
  color: #0085b6;
}
.popup-form.estimate-popup .btn-wr .print:hover,
.popup-form.request-popup .btn-wr .print:hover {
  text-decoration: underline;
}
.popup-form.estimate-popup .unic-bl,
.popup-form.request-popup .unic-bl {
  margin-bottom: 14px;
}
.popup-form.estimate-popup .unic-bl .tooltip,
.popup-form.request-popup .unic-bl .tooltip {
  width: 19px;
  height: 19px;
  border: solid 1px #aaaaaa;
  border-radius: 50%;
  color: #aaa;
  text-align: center;
  line-height: 19px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
.popup-form.estimate-popup .unic-bl .tooltip:hover .tooltiptext,
.popup-form.request-popup .unic-bl .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.popup-form.estimate-popup .unic-bl .tooltip .tooltiptext,
.popup-form.request-popup .unic-bl .tooltip .tooltiptext {
  visibility: hidden;
  width: 310px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  font-size: 13px;
  transform: translate(-50%, -100%);
  margin-top: -30px;
  margin-left: 8px;
}
.popup-form.estimate-popup .unic-bl .tooltip .tooltiptext:after,
.popup-form.request-popup .unic-bl .tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.popup-form.request-popup {
  width: 943px;
  transform: translate(0);
  top: 20px;
  margin-left: -473px;
  padding: 28px 96px;
  position: absolute;
}
.popup-form.request-popup .title {
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.popup-form.request-popup form {
  padding: 20px 140px;
}
.popup-form.request-popup form input,
.popup-form.request-popup form textarea {
  display: block;
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Exo 2", sans-serif;
}
.popup-form.request-popup form textarea {
  resize: vertical;
}
.popup-form.screenshot-list-popup {
  width: 700px;
}
.popup-form.screenshot-list-popup .single-screenshot {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-form.screenshot-list-popup .single-screenshot .data {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.popup-form.screenshot-list-popup .single-screenshot .data:hover .preview {
  opacity: 1;
  width: 200px;
}
.popup-form.screenshot-list-popup .single-screenshot .data .screenshot {
  margin-right: 20px;
  font-size: 18px;
  color: #9acccd;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.popup-form.screenshot-list-popup .single-screenshot .data .screenshot:hover {
  color: orange;
}
.popup-form.screenshot-list-popup .single-screenshot .data .date {
  color: gray;
}
.popup-form.screenshot-list-popup .single-screenshot .data .preview {
  position: absolute;
  right: -20px;
  top: 0;
  opacity: 0;
  width: 0;
  transition: 0.2s;
  transform: translate(100%, -50%);
}
.popup-form.screenshot-list-popup .single-screenshot .actions {
  display: flex;
}
.popup-form.screenshot-list-popup .single-screenshot .actions span {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 3px;
  cursor: pointer;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.popup-form.screenshot-list-popup .single-screenshot .actions span.delete {
  background-image: url(/constructor/img/icons/screenshot/cancel.svg);
  border: 1px solid #bdbdbd;
  background-size: 18px;
}
.popup-form.screenshot-list-popup .single-screenshot .actions span.rename {
  background-image: url(/constructor/img/icons/screenshot/rename.svg);
  border: 1px solid #bdbdbd;
  background-size: 20px;
}
.popup-form.screenshot-list-popup .single-screenshot .actions span.download {
  background-image: url(/constructor/img/icons/screenshot/download.svg);
  border: 1px solid #bdbdbd;
  background-size: 20px;
}
.popup-form.screenshot-list-popup .playground-name {
  text-align: center;
  font-size: 18px;
  color: #228bb8;
  margin: -10px 0 20px;
}
.popup-form.screenshot-list-popup .update-screenshot-list-btn {
  position: absolute;
  top: 30px;
}
.popup-form.auth-popup {
  width: 540px;
}
@media (max-width: 767px) {
  .popup-form.auth-popup .btn-wr {
    flex-direction: column-reverse;
  }
  .popup-form.auth-popup .btn-wr .button {
    margin: 0 0 8px;
  }
}
.popup-form .popup-form-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #4a4a4a;
  margin-bottom: 25px;
}
.popup-form .popup-form-title.project-list-title {
  font-size: 28px;
  padding-top: 40px;
}
.popup-form .error-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #dc3545;
  border-radius: 4px;
}
.popup-form .error-container .error-wr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px;
  text-align: center;
}
.popup-form .error-container .error-message {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.4;
}
.popup-form .account_info {
  text-align: center;
  padding-bottom: 29px;
  font-size: 16px;
}
.popup-form .account_info .blue {
  color: #228bb8;
}
.popup-form .account_info .email {
  color: #f39c12;
}
.popup-form .popup-form-text {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #4a4a4a;
}
.popup-form .btn-wr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 32px;
}
.popup-form .btn-wr .button {
  margin-left: 8px;
}
.popup-form .link-btn {
  margin: 0 20px;
  text-align: center;
  font-size: 17px;
  width: auto;
  color: #0085b6;
}
.popup-form .link-btn:hover {
  text-decoration: underline;
}
.popup-form .error {
  font-size: 12px;
  line-height: 1.42;
  color: #e19999;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.popup-form .note {
  margin: 20px 2px 0 0;
  display: inline-block;
}
.popup-form .close-block {
  width: 100px;
  border: 1px solid #228bb8;
  height: 22px;
  transition: all 0.5s;
  cursor: pointer;
  top: 30px;
  position: absolute;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.popup-form .close-block:hover {
  background: #228bb8;
  transition: all 0.5s;
}
.popup-form .close-block:hover .close-title {
  color: white;
  transition: all 0.5s;
}
.popup-form .close-block:hover .cross:before,
.popup-form .close-block:hover .cross:after {
  transition: all 0.5s;
  background-color: white;
}
.popup-form .close-block .close-title {
  transition: all 0.5s;
  color: #228bb8;
}
.popup-form .close-block .close-icon {
  width: 12px;
  height: 12px;
}
.popup-form .close-block .close-icon:before,
.popup-form .close-block .close-icon:after {
  width: 15px;
  background-color: #228bb8;
}
.popup-form .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/img/icons/close-btn.png);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 0.4;
  transition: 0.2s;
}
.popup-form .close-icon:hover {
  opacity: 1;
  cursor: pointer;
}
.popup-form .cancel.unclosable {
  display: none;
}
.popup-form .success-message {
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .popup-form {
    max-width: 94%;
  }
}
.notification-popup .text {
  line-height: 1.3;
  font-size: 25px;
}
.notification-popup .text .title {
  font-size: 29px;
}
.notification-popup .text .red {
  color: #a70009;
}
.notification-popup .close-btn:hover .cross:before,
.notification-popup .close-btn:hover .cross:after {
  background-color: #fff;
}
.notification-popup .close-btn .cross {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.notification-popup .close-btn .cross:before,
.notification-popup .close-btn .cross:after {
  background-color: #4d897d;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .notification-popup .text {
    line-height: 1.7;
    font-size: 16px;
  }
  .notification-popup .text .title {
    font-size: 20px;
  }
}
.model-3d-preview-popup {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 16px;
  height: calc(100vh - 32px);
  width: calc(100vh - 32px);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 10000px;
  left: 50%;
  transform: translateX(-50%);
}
.model-3d-preview-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #36a1a8;
}
.model-3d-preview-popup .close img {
  width: 16px;
  margin-left: 4px;
}
.model-3d-preview-popup .control-block {
  position: absolute;
  font-size: 0;
}
.model-3d-preview-popup .control-block.zoom-block {
  width: 88px;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
.model-3d-preview-popup .control-block.zoom-block .zoom-btn[data-zoom="in"] {
  margin-right: 8px;
}
.model-3d-preview-popup .control-block.rotate-block,
.model-3d-preview-popup .control-block.move-block {
  left: 16px;
  bottom: 16px;
  height: 106px;
  width: 128px;
}
.model-3d-preview-popup .control-block.rotate-block .control-btn,
.model-3d-preview-popup .control-block.move-block .control-btn {
  position: absolute;
}
.model-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="right"],
.model-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="right"] {
  top: 44px;
  left: 0;
}
.model-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="left"],
.model-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="left"] {
  top: 44px;
  right: 0;
}
.model-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="down"],
.model-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="down"] {
  top: 0;
  left: 44px;
}
.model-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="up"],
.model-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="up"] {
  top: 44px;
  left: 44px;
}
.model-3d-preview-popup .control-block.rotate-block .caption,
.model-3d-preview-popup .control-block.move-block .caption {
  position: absolute;
  bottom: 0;
}
.model-3d-preview-popup .control-block.rotate-block {
  left: initial;
  right: 16px;
}
.model-3d-preview-popup .control-block.other-block {
  left: 16px;
  top: 16px;
}
.model-3d-preview-popup
  .control-block.other-block
  .control-btn:not(:last-child) {
  margin-right: 8px;
}
.model-3d-preview-popup .control-block .caption {
  text-align: center;
  width: 100%;
  margin-top: 4px;
  color: #36a1a8;
  height: 14px;
  font-size: 14px;
}
.model-3d-preview-popup .control-block .control-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.2s;
}
.model-3d-preview-popup .control-block .control-btn:active {
  transform: scale(0.9);
}
.model-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.stopped
  .stop {
  display: none;
}
.model-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.stopped
  .play {
  display: block;
}
.model-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.played
  .stop {
  display: block;
}
.model-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.played
  .play {
  display: none;
}
.model-3d-preview-popup .control-block .control-btn.with-bg {
  border-radius: 50%;
  background: #36a1a8;
}
.model-3d-preview-popup .control-block .control-btn.with-bg img {
  max-width: 100%;
}
.model-3d-preview-popup .control-block .control-btn img {
  max-width: 100%;
}
.model-3d-preview-popup .model {
  height: 100%;
}
@media (max-width: 767px) {
  .model-3d-preview-popup {
    width: calc(100vw - 20px);
    height: calc(100vh - 60px);
  }
  .model-3d-preview-popup .control-block.zoom-block {
    bottom: initial;
    top: 15px;
  }
}
.model-2d-preview-popup {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 700px;
  width: 700px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 10000px;
  transform: translateX(-50%) translateY(-50%);
  padding: 50px;
}
.model-2d-preview-popup .scheme {
  width: 600px;
  height: 600px;
}
.model-2d-preview-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #36a1a8;
}
.model-2d-preview-popup .close img {
  width: 16px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .model-2d-preview-popup {
    width: calc(100vw - 20px);
    height: calc(100vh - 60px);
  }
  .model-2d-preview-popup .control-block.zoom-block {
    bottom: initial;
    top: 15px;
  }
}
.project-3d-preview-popup {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 16px;
  height: calc(100vh - 32px);
  width: calc(100vh - 32px);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 10000px;
  left: 50%;
  transform: translateX(-50%);
}
.project-3d-preview-popup .scheme {
  width: 600px;
  height: 600px;
}
.project-3d-preview-popup .preview-3d-block {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.project-3d-preview-popup .preview-3d-block canvas {
  display: none;
}
.project-3d-preview-popup .preview-3d-block .background-pic {
  position: relative;
  text-align: center;
}
.project-3d-preview-popup .preview-3d-block .background-pic img {
  max-width: 75%;
}
.project-3d-preview-popup .preview-3d-block .progress-bar-container {
  z-index: 1;
  width: 189px;
  transition: all 0.5s;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 90px);
  top: calc(50% - 19px);
  background: white;
  padding: 20px;
}
.project-3d-preview-popup
  .preview-3d-block
  .progress-bar-container
  .progress-title {
  color: #55b6bc;
  font-size: 16px;
  text-align: center;
}
.project-3d-preview-popup
  .preview-3d-block
  .progress-bar-container
  .loaders-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #55b6bc;
}
.project-3d-preview-popup
  .preview-3d-block
  .progress-bar-container
  .loaders-container
  .load-progress-bar {
  width: 100%;
  transition: all 0.5s;
  display: inline-block;
}
.project-3d-preview-popup
  .preview-3d-block
  .progress-bar-container
  .loaders-container
  .load-progress-bar
  .load-bar {
  transition: all 0.5s;
  width: 0%;
  height: 20px;
  background-color: #55b6bc;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px;
}
.project-3d-preview-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #36a1a8;
  z-index: 1;
}
.project-3d-preview-popup .close img {
  width: 16px;
  margin-left: 4px;
}
.project-3d-preview-popup .control-block {
  position: absolute;
  font-size: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.project-3d-preview-popup .control-block.zoom-block {
  width: 88px;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  height: 80px;
}
.project-3d-preview-popup .control-block.zoom-block .zoom-btn[data-zoom="in"] {
  margin-right: 8px;
}
.project-3d-preview-popup .control-block.rotate-block,
.project-3d-preview-popup .control-block.move-block {
  left: 16px;
  bottom: 16px;
  height: 106px;
  width: 128px;
}
.project-3d-preview-popup .control-block.rotate-block .control-btn,
.project-3d-preview-popup .control-block.move-block .control-btn {
  position: absolute;
}
.project-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="right"],
.project-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="right"] {
  top: 44px;
  right: 0;
}
.project-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="left"],
.project-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="left"] {
  top: 44px;
  left: 0;
}
.project-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="down"],
.project-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="down"] {
  top: 44px;
  left: 44px;
}
.project-3d-preview-popup
  .control-block.rotate-block
  .control-btn[data-direction="up"],
.project-3d-preview-popup
  .control-block.move-block
  .control-btn[data-direction="up"] {
  top: 0;
  left: 44px;
}
.project-3d-preview-popup .control-block.rotate-block {
  left: initial;
  right: 16px;
}
.project-3d-preview-popup .control-block.other-block {
  left: 16px;
  top: 16px;
}
.project-3d-preview-popup
  .control-block.other-block
  .control-btn:not(:last-child) {
  margin-right: 8px;
}
.project-3d-preview-popup .control-block .caption {
  text-align: center;
  width: 100%;
  margin-top: 4px;
  color: #36a1a8;
  height: 14px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
.project-3d-preview-popup .control-block .control-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.2s;
}
.project-3d-preview-popup .control-block .control-btn:active {
  transform: scale(0.9);
}
.project-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.stopped
  .stop {
  display: none;
}
.project-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.stopped
  .play {
  display: block;
}
.project-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.played
  .stop {
  display: block;
}
.project-3d-preview-popup
  .control-block
  .control-btn.toggle-animation-btn.played
  .play {
  display: none;
}
.project-3d-preview-popup .control-block .control-btn.with-bg {
  border-radius: 50%;
  background: #36a1a8;
}
.project-3d-preview-popup .control-block .control-btn.with-bg img {
  max-width: 100%;
}
.project-3d-preview-popup .control-block .control-btn img {
  max-width: 100%;
}
.project-3d-preview-popup .model {
  height: 100%;
}
@media (max-width: 767px) {
  .project-3d-preview-popup {
    width: calc(100vw - 20px);
    height: calc(100vh - 60px);
  }
  .project-3d-preview-popup .control-block {
    display: none;
  }
  .project-3d-preview-popup .control-block.other-block {
    display: block;
  }
}
.feedback-popup {
  width: 100%;
  max-width: 1000px;
  gap: 60px;
}
.feedback-popup.price_requirements {
  height: 360px;
}
.feedback-popup .feedback-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feedback-popup .left-block {
  flex: 1 1 50%;
  max-width: 50%;
}

.feedback-popup .info-block {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  /* or 125% */

  color: var(--secondary-text);
}

.feedback-popup .left-block .info-block {
  margin-bottom: 24px;
}
.feedback-popup .product-block .code {
  font-weight: bold;
  margin-bottom: 8px;
}
.feedback-popup .product-block .name {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.feedback-popup .product-block .pic {
  max-width: 100%;
  max-height: 120px;
}
.feedback-popup .product-block .size {
  color: #f39c12;
}
.feedback-popup .feedback-theme-block {
  margin-bottom: 24px;
}
.feedback-popup .feedback-theme-block .title {

font-weight: 500;
font-size: 20px;
line-height: 25px;
/* or 125% */

color: var(--primary-color);

margin-bottom: 24px;

}
.feedback-popup .feedback-theme-block label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.feedback-popup .feedback-theme-block label:not(:last-child) {
  margin-bottom: 16px;
}
.feedback-popup .feedback-theme-block label .caption {
  margin-left: 8px;
  margin-top: -3px;
  max-width: calc(100% - 40px);
 
font-weight: 400;
font-size: 16px;
line-height: 35px;

color: #4D4D4D;


}
.feedback-popup .form-info {
  flex: 1 1 45%;
  max-width: 45%;
}
.feedback-popup .form-info #captcha_block {
  min-height: 78px;
}
.feedback-popup .form-info textarea {
  height: 130px;
}
.feedback-popup .form-info .button-block {
  display: none;
}
.feedback-popup .success_send {
  display: none;
  background: white;
  text-align: center;
  z-index: 10001;
  margin: 0 auto;
  border-radius: 10px;
  width: 550px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.feedback-popup .success_send .general_send_notify,
.feedback-popup .success_send .price_sended_notify {
  display: none;
}
.feedback-popup .success_send .top-block {
  position: relative;
}
.feedback-popup .success_send .top-block .close_btn {
  position: absolute;
  right: 12px;
  cursor: pointer;
  top: -9px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .feedback-popup {
    width: 100%;
    padding: 30px 20px;
  }
  .feedback-popup .feedback-form {
    flex-direction: column;
    justify-content: start;
  }
  .feedback-popup .left-block .button-block {
    display: none;
  }
  .feedback-popup .form-info {
    width: 100%;
  }
  .feedback-popup .form-info .button-block {
    display: block;
  }
}
.mobile-popup .text {
  font-size: 16px;
  line-height: 1.5;
}
.mobile-popup .text .red {
  color: #940806;
}
.mobile-popup .text .blue {
  color: #228bb8;
}
.mobile-popup .mobile-links {
  margin-top: 16px;
  display: flex;
  font-size: 16px;
  line-height: 1.4;
}
.mobile-popup .mobile-links img {
  max-width: 150px;
}
.personal-popup {
  background: #faf5f5;
  display: block;
  left: -500px;
  transform: none;
  top: 200px;
  transition: left 1s;
  transition-timing-function: ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.7) 5px 7px 14px;
  position: fixed;
}
.personal-popup.visible {
  left: 40px;
}
.personal-popup .img {
  width: calc(100% + 60px);
  margin: 8px 0 16px -30px;
}
.personal-popup .red {
  color: #a70009;
}
.personal-popup .green {
  color: #7ba173;
}
.personal-popup .text {
  line-height: 1.3;
  font-size: 22px;
}
.personal-popup .btn-wr {
  justify-content: center;
}
.personal-popup .details-btn {
  background: #7ba173;
  border-color: #7ba173;
}
.personal-popup .details-btn:hover {
  background: #fff;
  color: #7ba173;
}
.personal-popup .close-btn {
  background: #c4e0d1;
  border-color: #c4e0d1;
  color: #7ba173;
}
.personal-popup .close-btn:hover {
  border-color: #7ba173;
  background: #fff;
  color: #7ba173;
}
@media (max-width: 767px) {
  .personal-popup {
    width: calc(100% - 20px);
  }
  .personal-popup.visible {
    left: 10px;
  }
  .personal-popup .text {
    font-size: 19px;
  }
}
.waiting-state.waiting:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 100000;
}
.creating-playground-popup.select-shape-of-substrate-mode {
  width: 1140px;
}
.creating-playground-popup.select-shape-of-substrate-mode .main-params-form,
.creating-playground-popup.select-shape-of-substrate-mode
  .set-type-of-substrate-block {
  display: none;
}
.creating-playground-popup.select-shape-of-substrate-mode
  .select-shape-of-substrate-block {
  display: block;
}
.creating-playground-popup.set-type-of-substrate-mode .main-params-form,
.creating-playground-popup.set-type-of-substrate-mode
  .select-shape-of-substrate-block {
  display: none;
}
.creating-playground-popup.set-type-of-substrate-mode
  .set-type-of-substrate-block {
  display: block;
}
.creating-playground-popup .select-shape-of-substrate-block {
  padding: 0 20px;
  display: none;
}
.creating-playground-popup .select-shape-of-substrate-block .note {
  line-height: 1.3;
  max-width: 680px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 20px;
  color: #4a4a4a;
  width: 100%;
  display: block;
}
.creating-playground-popup .select-shape-of-substrate-block .head-block {
  border: 1px solid #ccc;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-radius: 5px 5px 0 0;
  background: #fbfbfb;
}
.creating-playground-popup .select-shape-of-substrate-block .head-block input {
  margin-right: 8px;
  width: 130px;
}
.creating-playground-popup
  .select-shape-of-substrate-block
  .head-block
  .button:not(:last-child) {
  margin-right: 8px;
}
.creating-playground-popup .select-shape-of-substrate-block .working-area {
  display: flex;
  justify-content: center;
}
.creating-playground-popup
  .select-shape-of-substrate-block
  .working-area
  .canvas-container {
  position: relative;
}
.creating-playground-popup
  .select-shape-of-substrate-block
  .working-area
  .draw-area {
  height: 600px;
  border-radius: 0 0 5px 5px;
  width: 600px;
  margin: 0 auto 30px;
  display: block;
  background: #fefefe;
  border: 1px solid #ccc;
  border-top: 0;
}
.creating-playground-popup .select-shape-of-substrate-block .figures-block {
  display: flex;
  align-items: center;
}
.creating-playground-popup
  .select-shape-of-substrate-block
  .figures-block
  .figures {
  display: flex;
}
.creating-playground-popup
  .select-shape-of-substrate-block
  .figures-block
  .figures
  li {
  cursor: pointer;
  margin: 0 10px;
}
.creating-playground-popup
  .select-shape-of-substrate-block
  .figures-block
  .figures
  li:hover
  img {
  opacity: 1;
}
.creating-playground-popup
  .select-shape-of-substrate-block
  .figures-block
  .figures
  li
  img {
  opacity: 0.8;
  transition: 0.2s;
}
.creating-playground-popup .set-type-of-substrate-block {
  text-align: center;
  display: none;
}
.creating-playground-popup .set-type-of-substrate-block .icon {
  width: 90px;
  margin: 32px 0;
}
.creating-playground-popup .set-type-of-substrate-block .text-block {
  margin-bottom: 18px;
  color: #a8a8a8;
  line-height: 1.15;
  font-size: 15px;
}
.creating-playground-popup .set-type-of-substrate-block .btn-wr .button {
  width: 219px;
  margin: 0 8px;
}
.popup-form.project-sending-popup {
  padding-top: 30px;
}
.popup-form.project-sending-popup.first-step-mode .first-step {
  display: block;
}
.popup-form.project-sending-popup.second-step-mode .second-step {
  display: block;
}
.popup-form.project-sending-popup.addresses-list-mode .addresses-list {
  display: block;
}
.popup-form.project-sending-popup .step-block {
  display: none;
}
.popup-form.project-sending-popup .first-step .email-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 32px;
}
.popup-form.project-sending-popup .first-step .email-block .input-group {
  margin-bottom: 0;
  width: 364px;
}
.popup-form.project-sending-popup .first-step .email-block .address-book-icon {
  height: 38px;
  margin-bottom: 5px;
  cursor: pointer;
}
.popup-form.project-sending-popup .second-step .form-send {
  height: 95%;
}
.popup-form.project-sending-popup .second-step .form-send .project {
  position: relative;
  overflow-y: scroll;
  max-height: 600px;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .bottom-controls {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .top-controls {
  display: none;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds {
  max-height: 65%;
  overflow-y: auto;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .checkboxes {
  display: block;
  margin-bottom: 16px;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .checkboxes:last-child {
  margin-bottom: 0;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .checkboxes
  input {
  margin: 0;
  vertical-align: middle;
  margin-right: 8px;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .checkboxes
  .title {
  vertical-align: bottom;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .playground {
  margin-bottom: 16px;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .playground
  .playground-title {
  margin-bottom: 16px;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .estimate {
  margin-bottom: 16px;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .estimate
  .title {
  margin-bottom: 16px;
  color: lightblue;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .screenshots {
  margin-bottom: 16px;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .screenshots
  .title {
  margin-bottom: 16px;
  color: lightblue;
}
.popup-form.project-sending-popup
  .second-step
  .form-send
  .project
  .content-playgrounds
  .subgroup {
  padding-left: 15px;
}
.popup-form.project-sending-popup .second-step .error-block {
  color: red;
  margin-top: 20px;
  text-align: center;
}
.popup-form.project-sending-popup .addresses-list .single-address {
  margin-bottom: 25px;
  width: 386px;
  position: relative;
  cursor: pointer;
}
.popup-form.project-sending-popup .addresses-list .single-address:hover .name {
  text-decoration: underline;
}
.popup-form.project-sending-popup .addresses-list .single-address .logo {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.popup-form.project-sending-popup .addresses-list .single-address .name {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 190px;
  vertical-align: middle;
  height: 19px;
}
.popup-form.project-sending-popup .addresses-list .single-address .email {
  color: #3f92bf;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 140px;
  top: 4px;
  height: 19px;
}
.popup-form.project-sending-popup .addresses-list .single-address .actions {
  position: absolute;
  right: 0;
  width: 60px;
  height: 20px;
  top: 0;
}
.popup-form.project-sending-popup
  .addresses-list
  .single-address
  .actions
  span {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.popup-form.project-sending-popup
  .addresses-list
  .single-address
  .actions
  .change-name {
  background: no-repeat url(/img/icons/address_book/rename.svg);
  cursor: pointer;
}
.popup-form.project-sending-popup
  .addresses-list
  .single-address
  .actions
  .remove {
  margin-left: 8px;
  background: no-repeat url(/img/icons/address_book/remove.svg);
  background-size: 14px;
  border: 1px solid lightgray;
  background-position-x: 2px;
  background-position-y: 2px;
  cursor: pointer;
}
.popup-form.project-sending-popup .registered-templates,
.popup-form.project-sending-popup .unregistered-templates {
  display: none;
}
.page-3d {
  overflow: initial !important;
  position: relative;
}
.page-3d .preview-3d-block {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.page-3d .preview-3d-block canvas {
  display: none;
}
.page-3d .preview-3d-block .background-pic {
  position: relative;
  text-align: center;
}
.page-3d .preview-3d-block .background-pic img {
  max-width: 75%;
}
.page-3d .preview-3d-block .progress-bar-container {
  z-index: 1;
  width: 189px;
  transition: all 0.5s;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 90px);
  top: 200px;
  background: white;
  padding: 20px;
}
.page-3d .preview-3d-block .progress-bar-container .progress-title {
  color: #55b6bc;
  font-size: 16px;
  text-align: center;
}
.page-3d .preview-3d-block .progress-bar-container .loaders-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #55b6bc;
}
.page-3d
  .preview-3d-block
  .progress-bar-container
  .loaders-container
  .load-progress-bar {
  width: 100%;
  transition: all 0.5s;
  display: inline-block;
}
.page-3d
  .preview-3d-block
  .progress-bar-container
  .loaders-container
  .load-progress-bar
  .load-bar {
  transition: all 0.5s;
  width: 0%;
  height: 20px;
  background-color: #55b6bc;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px;
}
.page-3d .top-block {
  margin-bottom: 0;
}
.page-3d .top-block .textures-container {
  display: flex;
  align-items: center;
}
.page-3d .top-block .textures-container .arrow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.page-3d .top-block .textures-container .arrow:hover {
  opacity: 0.8;
}
.page-3d .top-block .textures-container .arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.page-3d .top-block .textures-container .arrow.prev:after {
  border-width: 8px 8px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}
.page-3d .top-block .textures-container .arrow.next:after {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.page-3d .top-block .textures-container .textures {
  display: flex;
  width: 140px;
}
.page-3d .top-block .textures-container .textures li {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border: 1px solid #000;
  transition: 0.2s;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.page-3d .top-block .textures-container .textures li.selected,
.page-3d .top-block .textures-container .textures li:hover {
  border-color: #fff;
}
.page-3d .slide-toggle-btn {
  position: absolute;
  right: 38px;
  z-index: 100;
  height: 71px;
  display: flex;
  align-items: center;
  color: #fff;
  top: 0;
  transition: 0.2s;
}
.page-3d .slide-toggle-btn.slided {
  filter: brightness(0.8);
}
.page-3d .slide-toggle-btn.slided .icon {
  transform: rotate(180deg);
}
.page-3d .slide-toggle-btn.slided .caption:before {
  content: "Развернуть меню";
}
.page-3d .slide-toggle-btn .caption:before {
  content: "Свернуть меню";
}
.page-3d .slide-toggle-btn .icon {
  width: 45px;
  margin-left: 10px;
  transition: 0.2s;
}
.page-3d .controls-blocks-wr {
  position: absolute;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow-x: hidden;
  height: 100%;
}
.page-3d .controls-blocks-wr.blocks-on-left {
  left: 20px;
  width: 50px;
  overflow: hidden;
  align-items: flex-start;
  height: 287px;
}
.page-3d .controls-blocks-wr.blocks-on-left.showed {
  width: auto;
}
.page-3d .controls-blocks-wr:not(.blocks-on-left) {
  right: 20px;
}
.page-3d .controls-blocks-wr:not(.blocks-on-left) .control-block {
  transform: translateX(218px);
}
.page-3d .controls-blocks-wr:not(.blocks-on-left) .control-block.showed {
  transform: translateX(0) !important;
}
.page-3d .controls-blocks-wr .control-block-wr {
  position: relative;
  margin-bottom: 20px;
}
.page-3d .controls-blocks-wr .control-block {
  color: #fff;
  background-color: #56b7bd;
  transition: 0.3s;
  position: relative;
  width: 268px;
  padding-bottom: 9px;
}
.page-3d .controls-blocks-wr .control-block:hover {
  opacity: 0.9;
}
.page-3d .controls-blocks-wr .control-block.showed {
  padding: 0 10px 9px;
}
.page-3d .controls-blocks-wr .control-block.showed .title {
  opacity: 1;
}
.page-3d .controls-blocks-wr .control-block.showed .icon-wr {
  bottom: 9px;
  left: 0;
  height: 50px;
}
.page-3d .controls-blocks-wr .control-block.bg-control {
  transform: translateX(186px);
  background: #0186b1;
  display: none;
  width: 236px;
}
.page-3d .controls-blocks-wr .control-block.bg-control.showed .body .icon-wr {
  height: 93px;
}
.page-3d .controls-blocks-wr .control-block.bg-control .body .btns {
  width: 180px;
}
.page-3d
  .controls-blocks-wr
  .control-block.bg-control
  .body
  .btns
  .arrow:not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
  margin-bottom: 9px;
}
.page-3d .controls-blocks-wr .control-block.bg-control .body .icon {
  width: 38px;
}
.page-3d .controls-blocks-wr .control-block.move-scene-control.showed .body {
  padding-left: 0;
}
.page-3d
  .controls-blocks-wr
  .control-block.move-scene-control.showed
  .body
  .icon-wr {
  display: none;
}
.page-3d .controls-blocks-wr .control-block.move-scene-control .title {
  display: flex;
  align-items: center;
  padding: 11px 0 0;
}
.page-3d .controls-blocks-wr .control-block.move-scene-control .title .icon {
  margin-right: 10px;
}
.page-3d .controls-blocks-wr .control-block.move-scene-control .body .icon-wr {
  flex-direction: column-reverse;
}
.page-3d
  .controls-blocks-wr
  .control-block.move-scene-control
  .body
  .icon-wr
  .t {
  transform: rotate(-90deg);
  font-family: sans-serif;
  width: 317px;
  height: 207px;
  display: flex;
  align-items: center;
  padding-left: 41px;
  font-size: 19px;
  position: relative;
  left: -2px;
}
.page-3d .controls-blocks-wr .control-block.move-scene-control .body .hide-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.page-3d .controls-blocks-wr .control-block .icon-wr {
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
  cursor: pointer;
}
.page-3d .controls-blocks-wr .control-block .icon-wr .icon {
  width: 26px;
}
.page-3d .controls-blocks-wr .control-block .zones-caption {
  transform: rotate(-90deg);
  font-size: 16px;
  border: 1px dashed;
  display: inline-block;
  padding: 0 6px 7px;
  font-weight: bold;
  font-family: serif;
}
.page-3d .controls-blocks-wr .control-block .zones-ctrl {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}
.page-3d .controls-blocks-wr .control-block .zones-ctrl label {
  cursor: pointer;
}
.page-3d .controls-blocks-wr .control-block .zones-ctrl input {
  display: none;
}
.page-3d .controls-blocks-wr .control-block .zones-ctrl input + i {
  border: 1px solid #529399;
  box-shadow: inset #fff 0 0 0 1px;
  width: 32px;
  height: 32px;
  display: inline-block;
  padding: 7px;
  vertical-align: middle;
}
.page-3d .controls-blocks-wr .control-block .zones-ctrl input + i:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.page-3d
  .controls-blocks-wr
  .control-block
  .zones-ctrl
  input:checked
  + i:after {
  opacity: 1;
}
.page-3d .controls-blocks-wr .control-block .title {
  font-size: 18px;
  padding: 6px;
  margin-bottom: 7px;
  opacity: 0;
  transition: 0.2s;
}
.page-3d .controls-blocks-wr .control-block .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
}
.page-3d .controls-blocks-wr .control-block .has-range {
  padding-bottom: 17px;
}
.page-3d .controls-blocks-wr .control-block .body .btns-title {
  width: 100%;
  font-size: 16px;
  margin: 16px 0 8px;
  text-decoration: underline;
}
.page-3d .controls-blocks-wr .control-block .body .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-3d .controls-blocks-wr .control-block .body .btns .arrow {
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: 0.2s;
}
.page-3d
  .controls-blocks-wr
  .control-block
  .body
  .btns
  .arrow:not(:last-child) {
  margin-right: 9px;
}
.page-3d .controls-blocks-wr .control-block .body .btns .arrow:hover {
  opacity: 0.8;
}
.page-3d .controls-blocks-wr .control-block .body .btns .arrow img {
  width: 100%;
}
.page-3d .controls-blocks-wr .control-block .body .range {
  width: 200px;
  margin: 10px 11px 0px;
  box-shadow: #36a1a8 0 0 0 2px;
  border-radius: 0;
  border: #fff 2px solid;
  background: transparent;
}
.page-3d .controls-blocks-wr .control-block .body .range .noUi-handle {
  border: 2px solid #36a1a8;
  box-shadow: none;
  top: -9px;
  height: 32px;
}
.page-3d .controls-blocks-wr .control-block .body .range .noUi-handle:before,
.page-3d .controls-blocks-wr .control-block .body .range .noUi-handle:after {
  display: none;
}
.page-3d .controls-blocks-wr .control-block .body .subvariants {
  background: #def8f7;
  border: 2px solid #2e6869;
  color: #2e6869;
  position: absolute;
  padding: 8px;
  top: 91%;
  width: 160px;
  font-size: 12px;
  display: none;
}
.page-3d .controls-blocks-wr .control-block .body .subvariants label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.page-3d
  .controls-blocks-wr
  .control-block
  .body
  .subvariants
  label:not(:last-child) {
  margin-bottom: 10px;
}
.page-3d .controls-blocks-wr .control-block .body .subvariants label input {
  display: none;
}
.page-3d .controls-blocks-wr .control-block .body .subvariants label input + i {
  border: 2px solid #529399;
  width: 22px;
  height: 22px;
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  margin-right: 10px;
}
.page-3d
  .controls-blocks-wr
  .control-block
  .body
  .subvariants
  label
  input
  + i:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #529399;
  opacity: 0;
  transition: 0.3s;
}
.page-3d
  .controls-blocks-wr
  .control-block
  .body
  .subvariants
  label
  input:checked
  + i:after {
  opacity: 1;
}
.page-3d .controls-blocks-wr .control-block .body .subvariants label .name {
  width: calc(100% - 38px);
}
.lightbox {
  z-index: 10001 !important;
}
.scheme-page {
  overflow: hidden;
}
.scheme-page .items-block {
  width: 165px;
  position: relative;
}
.scheme-page .items-block.waiting:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 100000;
}
.scheme-page .items-block .search-form {
  margin-bottom: 16px;
  position: relative;
}
.scheme-page .items-block .search-form input {
  cursor: pointer;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #2ea9e1;
  transition: 0.2s;
  background-color: #fff;
}
.scheme-page .items-block .search-form input:hover {
  background-color: #e1e1e1;
}
.scheme-page .items-block .search-form input:focus {
  cursor: text;
  border-color: #2a83b4;
  background-color: white;
}
.scheme-page .items-block .search-form span {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.scheme-page .items-block .object-actions .btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 17px;
  border: 1px solid #aaa;
  text-align: center;
  border-radius: 3px;
  background: #fdfdfd;
}
.scheme-page .items-block .object-actions .btns {
  position: relative;
  margin-bottom: 10px;
}
.scheme-page .items-block .object-actions .btns.object-arrows {
  height: 60px;
}
.scheme-page .items-block .object-actions .btns.object-arrows .left {
  top: 20px;
}
.scheme-page .items-block .object-actions .btns.object-arrows .right {
  left: 40px;
  top: 20px;
}
.scheme-page .items-block .object-actions .btns.object-arrows .up {
  left: 20px;
}
.scheme-page .items-block .object-actions .btns.object-arrows .down {
  top: 40px;
  left: 20px;
}
.scheme-page .items-block .object-actions .btns.object-arrows a {
  position: absolute;
}
.scheme-page .items-block .items-hidden {
  display: none;
}
.scheme-page .items-block .items-btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.scheme-page .items-block .items-btns a {
  width: 77px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
}
.scheme-page .items-block .items-btns a:hover {
  border-color: #56b7bd;
}
.scheme-page .items-block .items-btns a.inactive {
  opacity: 0.3;
  border-color: #ccc !important;
  cursor: default;
}
.scheme-page .items-block .items-btns a:before {
  content: "";
  display: block;
  background: url("/img/icons/arrow key active.svg") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.scheme-page .items-block .items-btns a.up:before {
  transform: rotate(-90deg);
}
.scheme-page .items-block .items-btns a.down:before {
  transform: rotate(90deg);
}
.scheme-page .items-block .items {
  height: 632px;
  margin-bottom: 16px;
}
.scheme-page .items-block .items li {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 150px;
  border: solid 1px #d9d9d9;
  margin-bottom: 10px;
  transition: 0.2s;
  text-align: center;
}
.scheme-page .items-block .items li.added {
  border-color: #0186b7;
}
.scheme-page .items-block .items li.selected,
.scheme-page .items-block .items li:hover {
  border-color: #000;
}
.scheme-page .items-block .items li .draggable {
  z-index: 100;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  transform-origin: center center;
  opacity: 0;
}
.scheme-page .items-block .items li .draggable.dragging {
  opacity: 0.8;
}
.scheme-page .items-block .items li .img-wr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  position: relative;
}
.scheme-page .items-block .items li .img-wr .years-notify {
  position: absolute;
  background: #f39c12;
  left: 5px;
  top: 5px;
  padding: 2px 5px 2px 5px;
  color: white;
}
.scheme-page .items-block .items li .img-wr img {
  max-width: 100%;
  max-height: 100%;
}
.scheme-page .items-block .items li .articul {
  font-size: 14px;
  line-height: 2.07;
  color: #4a4a4a;
}
.scheme-page.waiting:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 100000;
}
.scheme-page.estimate-print-page .popup-form.estimate-popup {
  display: block;
  position: relative;
}
.scheme-page .shadow-container {
  display: none;
}
.scheme-page .articul_not_searched {
  font-size: 12px;
  line-height: 1.42;
  color: #e19999;
  margin-top: 20px;
  text-align: center;
}
.scheme-page input.has-error {
  border-color: #e19999 !important;
}
.scheme-page .top-block {
  height: 71px;
  background-color: #56b7bd;
  display: flex;
}
.scheme-page .top-block .top-block-wr {
  display: flex;
}
.scheme-page .top-block .profile-holder {
  position: relative;
  top: 9px;
  padding-left: 65px;
}
.scheme-page .top-block a {
  color: #fff;
}
.scheme-page .top-block .projects-title {
  width: 170px;
  background-color: #36a1a8;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  vertical-align: top;
  cursor: pointer;
}
.scheme-page .top-block .projects-title .copyright-text {
  width: 180px;
  height: 100%;
  background-color: #36a1a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheme-page .top-block .projects-title .copyright-text .copyright {
  width: 150px;
}
.scheme-page .top-block .projects-title.unauthorized {
  background-color: transparent;
  cursor: initial;
}
.scheme-page .top-block .projects-title.unauthorized:hover {
  transition: all 0.5s;
  background-color: transparent;
}
.scheme-page .top-block .projects-title:hover {
  transition: all 0.5s;
  background-color: #316367;
}
.scheme-page .top-block .toolbar {
  display: inline-flex;
  width: calc(100% - 170px - 24px);
  height: 71px;
  align-items: center;
  color: white;
}
.scheme-page .top-block .toolbar .toolbar-block {
  font-size: 12px;
  border-left: 2px solid #36a1a8;
  height: 50px;
  position: relative;
  padding: 4px 16px 0;
}
.scheme-page .top-block .toolbar .toolbar-block.unauthorized {
  border-left: none;
}
.scheme-page .top-block .toolbar .toolbar-block.additional-features {
  padding: 0 0 0 10px;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block.additional-features
  .signup-info {
  width: 230px;
  line-height: 18px;
  font-size: 14px;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block.additional-features
  .signup-info
  span {
  cursor: pointer;
  border-bottom: 1px solid white;
  transition: 0.2s;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block.additional-features
  .signup-info
  span:hover {
  border-bottom-color: transparent;
}
.scheme-page .top-block .toolbar .toolbar-block .block-caption {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.scheme-page .top-block .toolbar .toolbar-block .block-info .text {
  color: #f5d66f;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 150px;
  font-weight: bold;
  white-space: nowrap;
}
.scheme-page .top-block .toolbar .toolbar-block .expandable {
  position: relative;
  min-width: 154px;
  cursor: pointer;
}
.scheme-page .top-block .toolbar .toolbar-block .expandable:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(/img/icons/play-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 0;
  transform: rotate(90deg);
  pointer-events: none;
}
.scheme-page .top-block .toolbar .toolbar-block .expandable.expanded:after {
  transform: rotate(270deg);
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block
  .expandable.expanded
  .actions-list {
  display: block;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1);
  opacity: 1;
}
.scheme-page .top-block .toolbar .toolbar-block .expandable .actions-list {
  position: absolute;
  background-color: #f1f1f1b3;
  z-index: 101;
  transition: 0.2s;
  top: 25px;
  box-shadow: none;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block
  .expandable
  .actions-list.project-actions {
  width: 230px;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block
  .expandable
  .actions-list.playground-actions {
  width: 300px;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block
  .expandable
  .actions-list
  .action {
  width: 100%;
  height: 27px;
  margin-right: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 10px center;
  color: black;
  padding: 7px 5px 5px 35px;
  border-bottom: 1px solid #18b9ff;
  transition: 0.5s;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block
  .expandable
  .actions-list
  .action:hover {
  transition: 0.5s;
  background-color: lightblue;
}
.scheme-page .top-block .toolbar .toolbar-block .actions {
  display: flex;
  padding-left: 4px;
}
.scheme-page .top-block .toolbar .toolbar-block .actions .action {
  width: 27px;
  border: 1px solid white;
  padding: 0;
  background-position: center center;
  height: 27px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 16px;
  color: black;
  transition: 0.5s;
}
.scheme-page
  .top-block
  .toolbar
  .toolbar-block
  .actions
  .action:not(:last-child) {
  margin-right: 8px;
}
.scheme-page .top-block .toolbar .toolbar-block .actions .action:hover {
  transition: 0.5s;
  background-color: lightblue;
}
.scheme-page .top-block .toolbar .toolbar-block .action .brick {
  color: #9c0202;
}
.scheme-page .top-block .toolbar .toolbar-block .action .gray {
  color: #525252;
}
.scheme-page .top-block .toolbar .toolbar-block .action.add {
  background-image: url(/constructor/img/icons/header/add.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.open {
  background-image: url(/constructor/img/icons/header/open.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.open.blue {
  background-image: url(/constructor/img/icons/header/open_blue.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.rename {
  background-image: url(/constructor/img/icons/header/rename.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.bg {
  background-image: url(/constructor/img/icons/pic.svg);
}
.scheme-page .top-block .toolbar .toolbar-block .action.send {
  background-image: url(/constructor/img/icons/header/send.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.remove {
  background-image: url(/constructor/img/icons/header/cancel.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.save {
  background-image: url(/constructor/img/icons/header/save.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.upload {
  background-image: url(/constructor/img/icons/header/upload.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.screenshot {
  background-image: url(/constructor/img/icons/header/screenshot.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.view {
  background-image: url(/constructor/img/icons/header/smeta_icon.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.exit {
  background-image: url(/constructor/img/icons/header/exit.svg?v=1);
}
.scheme-page .top-block .toolbar .toolbar-block .action.send-request {
  background-image: url(/constructor/img/icons/header/send-request.svg);
  background-size: 23px;
}
.scheme-page .top-block .toolbar .toolbar-block .action.help {
  background-size: 10px;
  background-image: url(/constructor/img/icons/header/help_icon_01.svg);
}
.scheme-page .top-block .toolbar .toolbar-block .action.open-project-tooltip {
  position: relative;
}
.scheme-page .top-block .toolbar .toolbar-block .new-attached-projects {
  cursor: pointer;
  background: url(/img/icons/mail.svg) no-repeat center;
  width: 20px;
  height: 14.2px;
  background-size: contain;
  filter: brightness(10);
  margin-left: 7px;
  display: none;
}
.scheme-page .constructor-wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 15px 50px;
  background: white;
}
.scheme-page .constructor-wr .left-sidebar {
  width: 165px;
  color: #4a4a4a;
}
.scheme-page .constructor-wr .left-sidebar a {
  color: #4a4a4a;
}
.scheme-page .constructor-wr .left-sidebar .title {
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 9px;
}
.scheme-page .constructor-wr .left-sidebar .categories-holder {
  margin-bottom: 8px;
  cursor: pointer;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group.hide-subgroups
  .subcategory {
  display: none;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .subcategory {
  padding-left: 10px;
  font-size: 12px;
  line-height: 14px;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .subcategory.visible {
  display: block;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .selectable-category {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 2.14;
  color: #000;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .selectable-category
  .category-name {
  margin-right: 5px;
  display: inline-block;
  line-height: 16px;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .selectable-category
  .category-name:hover {
  text-decoration: underline;
  color: #000;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .selectable-category
  .category-name:hover
  .count-value {
  text-decoration: none;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .selectable-category
  .category-name
  .count-value {
  background: #ffffff;
  font-size: 11px;
  color: #8fbfb4;
  display: inline-block;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .selectable-category.highlight
  .category-name {
  color: #0186b7;
}
.scheme-page
  .constructor-wr
  .left-sidebar
  .categories-holder
  .categories-group
  .selectable-category.highlight
  .category-name
  .count-value {
  color: #8fbfb4;
}
.scheme-page .constructor-wr .left-sidebar .favorites {
  color: #54b7bc;
}
.scheme-page .constructor-wr .left-sidebar .favorites .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 4px;
}
.scheme-page .constructor-wr .workarea {
  width: 750px;
  border: 1px solid #7f7f7f;
  position: relative;
}
.scheme-page .constructor-wr .workarea .estimate-object-list {
  display: none;
}
.scheme-page .constructor-wr .workarea .hor-size {
  position: absolute;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  padding-bottom: 5px;
  top: 13px;
  left: 40px;
  width: 600px;
  display: none;
}
.scheme-page .constructor-wr .workarea .hor-size .value:after {
  content: " м";
}
.scheme-page .constructor-wr .workarea .hor-size:after,
.scheme-page .constructor-wr .workarea .hor-size:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #d8d8d8;
  position: absolute;
  top: 13px;
}
.scheme-page .constructor-wr .workarea .hor-size:before {
  left: 0;
}
.scheme-page .constructor-wr .workarea .hor-size:after {
  right: 0;
}
.scheme-page .constructor-wr .workarea .ver-size {
  text-align: center;
  border-left: 1px solid #d8d8d8;
  font-size: 14px;
  position: absolute;
  right: 20px;
  width: 54px;
  height: 600px;
  top: 64px;
  display: none;
}
.scheme-page .constructor-wr .workarea .ver-size span {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 12px;
  margin-top: -19px;
}
.scheme-page .constructor-wr .workarea .ver-size .value:after {
  content: " м";
}
.scheme-page .constructor-wr .workarea .ver-size:after,
.scheme-page .constructor-wr .workarea .ver-size:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  left: -7px;
}
.scheme-page .constructor-wr .workarea .ver-size:before {
  top: 0;
}
.scheme-page .constructor-wr .workarea .ver-size:after {
  top: 100%;
}
.scheme-page .constructor-wr .workarea .schema-wr {
  margin: 64px 71px 41px 40px;
  position: relative;
  width: 600px;
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  overflow: hidden;
}
.scheme-page .constructor-wr .workarea .schema-wr .scheme {
  width: 600px;
  height: 600px;
}
.scheme-page .constructor-wr .workarea .schema-wr .forms-helper {
  display: none;
  width: 600px;
  height: 600px;
}
.scheme-page .constructor-wr .workarea .workarea-params-block {
  display: none;
  width: 600px;
  margin: 30px auto 0;
}
.scheme-page .constructor-wr .workarea .workarea-params-block .params {
  margin-bottom: 0px;
}
.scheme-page .constructor-wr .workarea .bottom-actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
  vertical-align: top;
}
.scheme-page .constructor-wr .workarea .bottom-actions li {
  text-align: center;
  font-size: 14px;
  padding: 12px;
  transition: 0.2s;
  cursor: pointer;
}
.scheme-page .constructor-wr .workarea .bottom-actions li:hover {
  background: #f7f7f7;
}
.scheme-page .constructor-wr .workarea .bottom-actions li a {
  color: #4a4a4a;
}
.scheme-page .constructor-wr .workarea .bottom-actions li .icon-wr {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheme-page .workarea-params-block .params {
  margin-bottom: 40px;
  display: flex;
}
.scheme-page .workarea-params-block .params li {
  margin-right: 60px;
}
.scheme-page .workarea-params-block .params li .name {
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 4px;
}
.scheme-page .workarea-params-block .params li .value {
  font-size: 14px;
  line-height: 1.86;
  color: #4a4a4a;
}
.scheme-page .object-control {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 30px;
  background-color: #818181;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.scheme-page .object-control > div {
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.scheme-page .object-control > div:hover {
  opacity: 0.6;
}
.scheme-page .object-control > div.rotate-counter-clockwise {
  transform: rotateX(180deg);
}
.scheme-page .object-control > div.open-3d-preview-popup img {
  width: 27px;
}
.scheme-page .disclaimer-popup {
  width: 800px;
}
.scheme-page .disclaimer-popup label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.scheme-page .disclaimer-popup label input {
  margin-right: 10px;
}
.scheme-page .disclaimer-popup .inactive {
  background: #ccc !important;
  cursor: no-drop;
}
.scheme-page .estimate-object-list {
  width: 100%;
  margin-top: -17px;
}
.scheme-page .estimate-object-list thead td:first-child {
  width: 125px;
}
.scheme-page .estimate-object-list img {
  max-width: 100%;
  max-height: 100px;
}
.scheme-page .estimate-object-list tr {
  border-bottom: 1px solid #d8d8d8;
}
.scheme-page .estimate-object-list td,
.scheme-page .estimate-object-list th {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
}
.scheme-page .estimate-object-list td:nth-child(2) {
  text-align: left;
}
.scheme-page .estimate-object-list td:first-child {
  width: 140px;
  text-align: left;
}
@media print {
  .scheme-page .constructor-wr {
    display: block;
    width: 100%;
  }
  .scheme-page .top-block,
  .scheme-page .left-sidebar,
  .scheme-page .items-block,
  .scheme-page .bottom-actions,
  .scheme-page .object-control,
  .scheme-page .popup-form .btn-wr {
    display: none !important;
  }
  .scheme-page .workarea {
    border: 0 !important;
    width: 100% !important;
  }
  .scheme-page .workarea .workarea-params-block {
    display: block !important;
  }
  .scheme-page .workarea .ver-size,
  .scheme-page .workarea .hor-size {
    display: none;
  }
  .scheme-page .workarea .schema-wr {
    box-shadow: none;
    margin: 20px auto 0 !important;
    box-shadow: none !important;
  }
  .scheme-page .workarea .estimate-object-list {
    width: auto;
    margin-top: 30px;
    display: table !important;
  }
  .scheme-page .workarea .estimate-object-list td,
  .scheme-page .workarea .estimate-object-list th {
    padding: 12px !important;
  }
}
@media print {
  @page {
    size: 210mm 297mm;
    margin: 0;
  }
}
.constructor-title {
  display: none;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  top: 37px;
  left: 120px;
}
.projects-list-wrapper .projects-list-block .projects {
  margin-bottom: 15px;
}
.projects-list-wrapper .projects-list-block .projects .project {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 16px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project:not(:last-child) {
  margin-bottom: 16px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .project-info-block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .project-info-block
  .title-preposition {
  color: #fec899;
  font-size: 22px;
  font-weight: bold;
  margin-right: 15px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .project-info-block
  .title {
  color: #228bb8;
  font-size: 28px;
  font-weight: bold;
  cursor: initial;
  width: initial;
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  flex: 1;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .project-info-block
  .send-project-btn {
  margin-right: 10px;
}
.projects-list-wrapper .projects-list-block .projects .project .sender-params {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .sender-params
  .recieve-from {
  margin-right: 8px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .sender-params
  .email {
  color: #808080;
  border-bottom: 1px solid #808080;
  padding-bottom: 1px;
  margin-top: 1px;
  margin-right: 16px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground:not(:last-child) {
  margin-bottom: 15px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground
  .info-caption {
  color: #9acccd;
  margin-right: 15px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground
  .source {
  width: 30px;
  margin-right: 15px;
  max-height: 32px;
  flex: 0 0 30px;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground
  .preview {
  width: 80px;
  height: auto;
  border: 1px solid #bdbdbd;
  margin-right: 10px;
  transition: 1s;
  background: white;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground
  .preview:hover {
  transform: scale(2);
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground
  .title {
  width: 230px;
  padding-right: 15px;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  color: #9acccd;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground
  .control-block {
  display: flex;
  align-items: center;
}
.projects-list-wrapper
  .projects-list-block
  .projects
  .project
  .playgrounds
  .playground
  .time {
  margin-left: 10px;
  font-size: 14px;
  color: #bdbdbd;
}
.projects-list-wrapper .no-projects-message {
  display: none;
  color: #228bb8;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.projects-list-wrapper .no-projects-message .button {
  margin-top: 16px;
}
.auth-container123 {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
}
.auth-container123.visible {
  display: block;
}
.auth-container123 .captcha-container {
  z-index: 10001;
  position: absolute;
}
.auth-container123 .form-container {
  width: 500px;
  background: white;
  z-index: 10001;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translateY(-50%) translateX(-50%);
}
.auth-container123 .form-container .register-form {
  width: 100%;
  height: 100%;
  position: relative;
}
.auth-container123 .form-container .register-form .error-block {
  display: none;
  color: red;
  margin-top: 20px;
  text-align: center;
}
.auth-container123 .form-container .register-form .close-register {
  position: absolute;
  right: -25px;
  cursor: pointer;
  top: -25px;
  width: 20px;
  height: 20px;
}
.auth-container123 .form-container .register-form .required-field {
  position: relative;
}
.auth-container123 .form-container .register-form .required-field:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 15px;
  background: url(/img/icons/star-light.svg?v=1);
  background-repeat: no-repeat;
  background-size: 15px;
}
.auth-container123 .form-container .register-form input[type="text"],
.auth-container123 .form-container .register-form input[type="password"] {
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
}
.auth-container123
  .form-container
  .register-form
  input[type="text"]::placeholder,
.auth-container123
  .form-container
  .register-form
  input[type="password"]::placeholder {
  color: #9c9c9c;
}
.auth-container123 .form-container .register-form .checkbox-container {
  margin-bottom: 20px;
}
.auth-container123
  .form-container
  .register-form
  .checkbox-container
  .checkboxes {
  display: block;
  margin-bottom: 8px;
}
.auth-container123
  .form-container
  .register-form
  .checkbox-container
  .checkboxes:last-child {
  margin-bottom: 8px;
}
.auth-container123
  .form-container
  .register-form
  .checkbox-container
  .checkboxes
  input {
  margin: 0;
  vertical-align: middle;
  margin-right: 8px;
}
.auth-container123
  .form-container
  .register-form
  .checkbox-container
  .checkboxes
  a {
  color: #0185b6;
  text-decoration: underline;
  vertical-align: top;
}
.auth-container123 .form-container .register-form .available-actions {
  margin-top: 20px;
  color: #0185b6;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.auth-container123
  .form-container
  .register-form
  .available-actions
  .action-variant {
  cursor: pointer;
  text-decoration: underline;
}
.auth-container123 .form-container .register-form select {
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  background: transparent;
  text-transform: uppercase;
  color: #9c9c9c;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  position: relative;
  background: url(/img/icons/sort-down.svg);
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: 95% 15px;
}
.auth-container123 .form-container .register-form select.selected {
  color: black;
}
.auth-container123 .form-container .register-form select option {
  color: black;
}
.auth-container123 .form-container .register-form select option:first-child {
  color: #9c9c9c;
}
.auth-container123 .notifier {
  width: 500px;
  background: white;
  z-index: 10001;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translateY(-50%) translateX(-50%);
  display: none;
}
.auth-container123 .notifier .close-register {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
  width: 20px;
  height: 20px;
}
.auth-container123 .notifier .text {
  text-align: center;
}
.auth-container123 .templates {
  display: none;
}
.restore-page {
  min-height: 780px;
  padding-top: 50px;
}
.restore-page .confirm-info {
  max-width: 630px;
  margin: 0 auto;
}
.restore-page .error-block {
  display: none;
  color: red;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .auth-container .form-container {
    width: 100%;
    border-radius: 0;
    height: 100%;
  }
  .auth-container .form-container .register-form .available-actions {
    text-align: center;
    display: block;
  }
  .auth-container
    .form-container
    .register-form
    .available-actions
    .action-variant {
    margin-bottom: 15px;
  }
  .auth-container .notifier {
    width: 100%;
    border-radius: 0;
    height: 100%;
  }
}
.video-page {
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px !important;
  padding-bottom: 20px;
  font-size: 0.00001px;
}
.video-page .video-mesh {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 35px);
  flex-direction: row;
}
.video-page .video-mesh .video-item {
  position: relative;
  box-sizing: border-box;
  width: 262px;
  height: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: solid 1px #ececec;
  vertical-align: top;
  transition: 0.2s;
}
.video-page .video-mesh .video-item:hover {
  box-shadow: 0 2px 12px 0 rgba(214, 214, 214, 0.5);
}
.video-page .video-mesh .video-item .preview {
  height: 100%;
  width: 100%;
  position: relative;
}
.video-page .video-mesh .video-item .preview .open-video {
  width: 40px;
  transition: 0.5s;
  cursor: pointer;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translateX(-20px) translateY(-20px);
}
.video-page .video-mesh .video-item .preview .open-video:hover {
  transition: 0.5s;
  transform: translateX(-20px) translateY(-20px) scale(1.5, 1.5);
}
.video-page .video-mesh .video-item .description {
  width: 100%;
  height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  position: relative;
  bottom: 60px;
  right: 0;
}
.video-page .video-mesh .video-item .description .text {
  position: absolute;
  bottom: 20px;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 1.2em;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: 0.3s;
  cursor: pointer;
}
.modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0.3s;
}
.modal .close-video {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
  width: 45px;
  height: 45px;
  background: white;
  padding: 13px;
  border-radius: 50px;
}
.modal .video-popup {
  cursor: initial;
  width: 650px;
  transition: 0.5s;
  height: 430px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-325px) translateY(-215px);
}
.modal .video-popup .additional-info {
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
.modal .video-popup .additional-info .name {
  color: white;
}
.modal .video-popup .additional-info .open-on-youtube {
  border-radius: 100px;
  background-color: #0085b6;
  height: 48px;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  line-height: 48px;
  margin: 0 auto;
  display: block;
  width: 282px;
  background: #e33f36;
  border: 1px solid #e33f36;
  margin-top: 20px;
}
.modal .video-popup .additional-info .open-on-youtube:hover {
  color: #e33f36;
  background: white;
}
.modal .video-popup .video-container {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  width: 100%;
  height: 360px;
}
.modal .video-popup .video-container .holder {
  height: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.modal .video-popup .video-container .holder iframe,
.modal .video-popup .video-container .holder object,
.modal .video-popup .video-container .holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .video-page .video-mesh {
    display: block;
    text-align: center;
    width: 100%;
  }
  .video-page .video-mesh .video-item {
    width: 290px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .modal .video-popup {
    height: 100vh;
    top: 80px;
    left: 0;
    width: 100vw;
    transform: none;
    border-radius: 0;
  }
  .modal .video-popup .video-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    height: initial;
    padding-top: 0;
  }
}
.change-info .advice {
  margin-bottom: 12px;
  margin-top: 20px;
}
.change-info .advice:first-child {
  margin-top: 0;
}
.change-info .container-holder {
  display: flex;
  min-height: 37px;
  margin-bottom: 20px;
  align-items: center;
}
.change-info .container-holder .title {
  flex-grow: 0;
  flex-shrink: 0;
  width: 95px;
}
.change-info .container-holder input,
.change-info .container-holder select {
  width: 360px;
}
.change-info .password-form {
  display: none;
  margin-bottom: 20px;
}
.change-info .error-block {
  display: none;
  color: red;
  margin-top: 20px;
  text-align: center;
}
.change-info .btn-wr {
  display: flex;
  justify-content: flex-end;
}
.change-info .btn-wr .back-to-main-form-btn {
  display: none;
}
.change-info .btn-wr .button {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .change-info .container-holder {
    display: block;
  }
  .change-info .container-holder .title {
    margin-bottom: 15px;
    display: block;
  }
}
.projects-page {
  padding-bottom: 100px;
}
.projects-page .btn {
  border-radius: 25px;
  padding: 15px;
  cursor: pointer;
  display: inline-block;
  color: #0185b6;
  text-transform: uppercase;
  border: 1px solid #0185b6;
}
.projects-page .btn:hover {
  background: #0185b6;
  border: 1px solid white;
  color: white;
}
.projects-page .projects-list-block {
  display: none;
}
.address-book-page h1 {
  text-transform: none;
  color: #880f18;
  font-size: 15px;
  font-weight: bold;
}
.address-book-page .addresses-list .single-address {
  margin-bottom: 25px;
  width: 600px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address-book-page .addresses-list .single-address .logo {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.address-book-page .addresses-list .single-address .name {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 190px;
  vertical-align: middle;
  height: 19px;
}
.address-book-page .addresses-list .single-address .email {
  color: #3f92bf;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
}
.address-book-page .addresses-list .single-address .actions {
  display: flex;
}
.address-book-page .remove-contact-popup {
  display: none;
  border-radius: 4px;
  background-color: #ffffff;
  position: fixed;
  z-index: 10001;
  width: 500px;
  height: 190px;
  left: 50%;
  padding: 0 50px 30px;
  transform: translate(-50%, -50%);
  cursor: initial;
  padding-top: 30px;
}
.address-book-page .remove-contact-popup .title {
  font-size: 15px;
  margin-bottom: 40px;
  display: block;
}
.address-book-page .remove-contact-popup .actions {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.address-book-page .remove-contact-popup .actions .cancel {
  margin-right: 20px;
  position: relative;
  top: 15px;
}
.address-book-page .remove-contact-popup .actions .remove-contact-btn {
  background-color: #0085b6;
  border-radius: 24px;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border: 0;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.personal-page {
  background: white;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 100vh;
  position: static !important;
}
.personal-page h1 {
  margin-bottom: 30px;
}
.personal-page .content {
  display: flex;
}
.personal-page .content .sidebar-menu {
  flex-grow: 0;
  flex-shrink: 0;
  width: 250px;
}
.personal-page .content .sidebar-menu li {
  font-size: 18px;
  margin-top: 16px;
}
.personal-page .content .sidebar-menu li a {
  color: black;
}
.personal-page .content .sidebar-menu li:first-child {
  margin-top: 0;
}
.personal-page .content .sidebar-menu li.selected {
  font-weight: bold;
}
.personal-page .content .sidebar-menu li.disabled {
  color: grey;
}
.personal-page .content .main {
  width: calc(100% - 250px);
}
.personal-page .content .main .change-info {
  width: 360px;
}
.personal-page .content .main .change-info .unchangeable-info {
  height: 40px;
  display: flex;
  align-items: center;
}
.personal-page .content .main .favorites-page {
  width: 835px;
  min-height: initial;
}
.personal-page .content .main .favorites-page .content {
  display: initial;
}
@media (max-width: 767px) {
  .personal-page .content {
    display: block;
  }
  .personal-page .content .main {
    width: 100%;
  }
  .personal-page .content .main .change-info {
    width: 100%;
  }
  .personal-page .content .sidebar-menu {
    margin-bottom: 40px;
    width: 100%;
  }
  .personal-page .content .sidebar-menu li {
    font-size: 16px;
  }
  .personal-page .content .sidebar-menu a[href="/personal/projects/"] {
    display: none;
  }
  .personal-page .content .main .favorites-page {
    width: 100%;
    padding: 0;
  }
}
.container {
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin: 20px auto 0;
}
.container .container-manager .number {
  text-align: left;
}
.container .container-manager .indicator {
  height: 20px;
  position: absolute;
  right: 35px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
}
.container .container-manager .text {
  margin-top: 5px;
}
.container .container-manager .indicator.new {
  background-color: green;
}
.container .container-manager .indicator.block {
  background-color: red;
}
.container .container-manager .indicator.read {
  background-color: silver;
}
.container .container-manager .indicator.close {
  background-color: white;
}
.container .container-manager .status-close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 10px;
  display: inline-block;
  height: 25px;
  width: 20px;
  z-index: 10;
}
.container .container-manager .subjectBlock {
  margin-top: 10px;
}
.container .container-manager .container-manager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  -webkit-justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container .container-manager .wr-chat {
  padding: 20px;
}
.container .container-manager .current-chat {
  margin-right: 25px;
  margin-top: 15px;
  text-align: center;
  height: 265px;
  width: 25%;
  padding: 10px;
  display: inline-block;
  border: 1px solid black;
  background: seashell;
  position: relative;
  cursor: pointer;
}
.container .container-manager #all-chat {
  display: block;
  width: 100%;
}
.container .container-manager #all-chat .error {
  margin-top: 25px;
  color: red;
}
.container .container-manager .filtetName {
  margin-bottom: 15px;
}
.container .container-manager .text {
  margin-top: 10px;
}
.container .container-manager .lastMsgBlock {
  height: 140px;
  margin-top: 10px;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  background-color: blanchedalmond;
}
.container .container-manager .lastMsgBlock .lastMsg {
  margin-top: 5px;
}
.container .container-manager .lastMsgBlock .textMsg {
  margin-top: 5px;
}
.container .container-manager .subjectBlock .subject {
  font-weight: bold;
}
.container .container-commune .detailBox {
  width: 550px;
  border: 1px solid #bbb;
  margin: 50px;
}
.container .container-commune .titleBox {
  background-color: #fdfdfd;
  padding: 10px;
}
.container .container-commune .titleBox label {
  color: #444;
  margin: 0;
  display: inline-block;
}
.container .container-commune .noticeConnect {
  border: 1px dashed;
}
.container .container-commune .close {
  float: right;
}
.container .container-commune .commentBox {
  padding: 10px;
  border-top: 1px dotted #bbb;
}
.container .container-commune .commentBox .form-group:first-child,
.container .container-commune .actionBox .form-group:first-child {
  width: 80%;
  margin-top: 15px;
}
.container .container-commune .commentBox .form-group:nth-child(2),
.container .container-commune .actionBox .form-group:nth-child(2) {
  width: 30%;
}
.container .container-commune .actionBox .form-group * {
  width: 100%;
  height: 33px;
  margin-top: 10px;
}
.container .container-commune .taskDescription {
  margin-top: 10px 0;
}
.container .container-commune .img {
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.container .container-commune .img.client {
  background-color: aliceblue;
  color: black;
}
.container .container-commune .img.manager {
  background-color: cornflowerblue;
  color: white;
}
.container .container-commune .commentList {
  min-height: 300px;
  padding: 0;
  list-style: none;
  max-height: 350px;
  overflow: auto;
  display: block;
}
.container .container-commune .commentList li {
  margin: 0;
  margin-top: 10px;
}
.container .container-commune .commentList li > div {
  display: table-cell;
}
.container .container-commune .comment-wr {
  margin-top: 10px;
}
.container .container-commune .comment-wr.comment-manager {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.container .container-commune .comment-wr.comment-client {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-right: 50px;
}
.container .container-commune .commenterImage {
  width: 30px;
  margin-right: 5px;
  height: 100%;
  float: left;
  height: 30px;
}
.container .container-commune .commenterImage img {
  width: 100%;
  border-radius: 50%;
}
.container .container-commune .commentText {
  border-left: 1px solid silver;
  padding-left: 5px;
}
.container .container-commune .commentText p {
  margin-bottom: 5px;
}
.container .container-commune .commentText img {
  width: 340px;
}
.container .container-commune .sub-text {
  display: block;
  color: #aaa;
  font-family: verdana;
  font-size: 11px;
}
.container .container-commune .actionBox {
  border-top: 1px dotted #bbb;
  padding: 10px;
}

.button {
  color: white;
  border-radius: 4px;
  display: inline-flex;
  cursor: pointer;
  padding: 0 16px;
  height: 36px;
  background-color: #2ea9e1;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
}
.button:hover {
  background-color: #fff;
  color: #ff6b00;
}
.button:hover .icon svg * {
  fill: #fff;
}
.button:active {
  opacity: 0.9;
}
.button.inactive {
  background: #ccc !important;
  border-color: #ccc !important;
  cursor: no-drop;
  color: #333 !important;
}
.button.big {
  height: 48px;
}
.button.small {
  height: 24px;
}
.button.outline-primary {
  background: transparent;
  color: #228bb8;
}
.button.outline-primary:hover {
  background: #228bb8;
  color: #fff;
}

.button.button-main {
  background: #2ea9e1;
  color: #fff;
}
.button:hover {
  background: #ff6b00;
  color: #fff;
}
.button.outline-danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}
.button.outline-danger:hover {
  background: #dc3545;
  color: #fff;
}
.button.outline-info {
  background: transparent;
  border-color: #17a2b8;
  color: #17a2b8;
}
.button.outline-info:hover {
  background: #17a2b8;
  color: #fff;
}
.button.danger {
  background: #dc3545;
  border-color: #dc3545;
}
.button.danger:hover {
  background-color: #fff;
  color: #dc3545;
}
.button.info {
  background: #17a2b8;
  border-color: #17a2b8;
}
.button.info:hover {
  background-color: #fff;
  color: #17a2b8;
}
.button.green {
  border-color: #4d897d;
  background: #4d897d;
}
.button.green:hover {
  background-color: #fff;
  color: #4d897d;
}
.button.orange {
  border-color: #f39c12;
  background: #f39c12;
}
.button.orange:hover {
  background-color: #fff;
  color: #f39c12;
}
.button.link {
  border: 1px solid transparent;
  background-color: transparent;
  color: #228bb8;
}
.button.link:hover {
  border-color: #228bb8;
}
.button.link .icon svg * {
  fill: #228bb8;
}
.button.link.orange {
  color: #f39c12;
}
.button.link.orange:hover {
  border-color: #f39c12;
}
.button.link.orange .icon svg * {
  fill: #f39c12;
}
.button.outline-orange {
  background: transparent;
  border-color: #f39c12;
  color: #f39c12;
}
.button.outline-orange:hover {
  background-color: #f39c12;
  color: #fff;
}
.button.outline-green {
  background: transparent;
  border: 1px #2ea9e1 solid;
  color: #2ea9e1;
}
.button.outline-green:hover {
  border-color: #ff6b00;
  color: #ff6b00;
}
.button.square {
  border-radius: 0;
}
.button .icon {
  display: inline;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.button .icon svg {
  width: 16px;
  position: relative;
  top: 1px;
}
.button .icon svg * {
  transition: 0.2s;
  fill: #228bb8;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="number"],
select,
textarea {
  display: block;

  padding: 0 16px;
  height: 52px;
  font-family: inherit;
  width: 100%;

  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 27px !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border: 1px solid gray;
}
input[type="text"].has-error,
input[type="password"].has-error,
input[type="email"].has-error,
input[type="phone"].has-error,
input[type="number"].has-error,
select.has-error,
textarea.has-error {
  border-color: #e19999 !important;
}
input[type="text"].small,
input[type="password"].small,
input[type="email"].small,
input[type="phone"].small,
input[type="number"].small,
select.small,
textarea.small {
  height: 34px;
}
textarea {
  padding: 15px;
  resize: none;
  height: 100px;
}
.input-row {
  display: flex;
  justify-content: space-between;
}
.input-row .input-group {
  width: calc(50% - 8px);
}
.input-group {
  margin-bottom: 16px;
}
.input-group.required .name:after {
  content: "*";
  color: red;
}
.input-group .name {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 8px;
}
/*
    Контейнер для поля ввода пароля
 */
.pass-container {
  position: relative;
}
.pass-container .show-password {
  width: 48px;
  height: 100%;
  background: url("/img/icons/eye.svg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-size: 50%;
  opacity: 0.4;
  transition: 0.2s;
}
.pass-container .show-password:hover {
  opacity: 1;
}
/*
    Контейнер для чекбокса
 */
.checkbox-container {
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
}
.checkbox-container input {
  position: relative;
  top: 2px;
}
.adpic-flex {
  width: auto;
}
.action-button {
  border: 1px solid #bdbdbd;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 8px;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 4px;
  transition: 0.2s;
}
.action-button:hover {
  background-color: #eee;
}
.action-button img {
  width: 100%;
}
.bordered-link {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}
.bordered-link:hover {
  border-color: #228bb8;
}
.block-with-preview-img {
  position: relative;
}
.block-with-preview-img:hover .preview {
  opacity: 1;
  transform: scale(1);
}
.block-with-preview-img .preview {
  opacity: 0;
  transition: 0.2s;
  transform: scale(0);
  max-width: 200px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  bottom: 3px;
  margin-left: 10px;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .adpic-flex {
    width: 100%;
    height: auto;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 52px;
  border-radius: 27px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 16px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 100051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid lightgray;
  border-radius: 27px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 52px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 52px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/********************************************************************************** new */
/********************************************************************************** new */
/********************************************************************************** new */
/********************************************************************************** new */

.upper_link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.top-block__logo {
  width: 105px;
  height: auto;
}

.top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  gap: 50px;
  padding-block: 24px;
}
.top-block__wrap {
  background-color: #26272b;
  color: #fff;
}
.top-block__links {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  align-items: center;
}
.top-block__links-element {
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}

.head-logo {
  align-self: center;
}
.search-form {
  position: relative;
}
.search-form .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid var(--secondary-text);
  border-radius: 17px;
  padding-left: 17px;
}

.search-form .icon-search {
}
.search-form .search-btn {
  position: absolute;
  right: 20px;
  top: 10px;
}

.block-popular-categorys {
  gap: 8px;
  aspect-ratio: 440 / 243;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas:
    "block1 block2 block4 block5"
    "block1 block3 block4 block6";
}
.popular-category__element {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  position: relative;
  align-content: end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}
.popular-category__element::before {
  content: "";
  inset: 0;
  z-index: 0;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(26, 56, 74, 0.598) 11.87%,
    rgba(238, 243, 246, 0.0276) 67.47%
  );
  border-radius: 5px;
}

.popular-category__element:nth-child(1) {
  grid-area: block1;
}
.popular-category__element:nth-child(2) {
  grid-area: block2;
}
.popular-category__element:nth-child(3) {
  grid-area: block3;
}
.popular-category__element:nth-child(4) {
  grid-area: block4;
}
.popular-category__element:nth-child(5) {
  grid-area: block5;
}
.popular-category__element:nth-child(6) {
  grid-area: block6;
}

.popular-category__name {
  min-height: 38px;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.wrap-block-type-banner {
  background-image: url(/upload/content/img1.jpg);
  background-size: cover;
  aspect-ratio: 1280 / 424;
  position: relative;
}
.wrap-block-type-banner::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4648) 27.13%,
    rgba(0, 0, 0, 0) 62.75%
  );
  content: "";
}
.top-block__woking-hours {
  color: #e0e0e0b2;
}

.block-type-banner_content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.banner-title {
  font-weight: 700;
  font-size: calc(1.325rem + 0.9vw);
  line-height: 48px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #fff;
}

.banner-subtitle {
  max-width: 80%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #eee;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.banner-text {
  max-width: 70%;

  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #eee;
}

.block-tizers {
}
.tisers {
}
.tizer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tizer__img {
  margin-bottom: 24px;
}
.tizer__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: var(--secondary-text);
  margin-bottom: 8px;
  text-align: center;
}
.tizer__subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--secondary-text);
  text-align: center;
}
.video_preview {
  position: relative;
}

.video_picture_preview {
  aspect-ratio: 391 / 169;
  background-size: cover;
  border-radius: 6px;
}

.video_preview .play_btn {
  width: 58px;
  height: 58px;

  cursor: pointer;
  transition: all 0.2s ease;
}
.play_btn:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.footer-logo {
  width: 70px;
  height: 58px;
}
.footer-slogan {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.footer-woking-hours {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.social-networks__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--secondary-text);
  margin-bottom: 14px;
}

.footer-documents {
  margin-bottom: 28px;
}
.footer-documents__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: var(--primary-color);
  margin-bottom: 12px;
}
.footer-documents__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.doc-link {
  min-height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-left: 26px;
  background-image: url(/upload/content/fts-icon-doc.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: var(--secondary-text);
}
.main-menu {
  margin-bottom: 20px;
}
.mobile-app__title {
  margin-bottom: 14px;
}
.mobile-links {
  flex-direction: row;
  display: flex;
  gap: 8px;
}
.mobile-link__img {
  max-height: 36px;
  max-width: 100%;
}
.contact__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  color: var(--secondary-text);
  margin-bottom: 8px;
}
.contact__address {
  padding-left: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background-image: url(/upload/content/fts-icon-point.svg);
  color: var(--secondary-text);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 35px;
  margin-bottom: 24px;
}
.contact__phones {
  line-height: 1.8;
  margin-bottom: 24px;
}
.subscribe-news {
}
.subscribe-news__title {
  margin-bottom: 12px;
}

.block-price-info {
  display: flex;
  justify-content: space-between;
}
.block-price {
  display: flex;
  flex-direction: column;
}
.cur-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
}
.old-price {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #333333;
  opacity: 0.5;
}
.fts-icon-basket {
  width: 14px;
  height: 14px;
  background-image: url(/upload/content/fts-icon-basket.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 3px;
}

.news-list {
  padding: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 32px;
}
.detail-news__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;

  margin-bottom: 20px;
  color: var(--primary-color);
}

.news-element {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 45px;
}
.news-element:last-child {
  border-bottom: none;
}

.news-element__img {
  aspect-ratio: 216 / 200;
  width: 100%;
  height: 200px;
  flex: 1;
  max-width: 216px;
}
.news-element__img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.news-element__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.news-element__info {
  flex: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.news-element__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  color: #3d3d40;
}
.news-element__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;

  color: #42add9;
}
.news-element__preview-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3d3d40;
  display: -webkit-box; /* Включаем флексбокс-модель (старая версия) */
  -webkit-line-clamp: 3; /* Ограничиваем количество строк */
  -webkit-box-orient: vertical; /* Направление контейнера */
  overflow: hidden; /* Скрываем текст за пределами блока */
  text-overflow: ellipsis; /* Добавляем многоточие */
}
.news-element__more {
}
.news-element__more-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;

  color: var(--primary-color);
}
.detail-news__photo-holder {
  float: right;
  margin: 0 0 24px 24px;
}
.detail-news__photo-holder .photo {
  border-radius: 6px;
}
.detail-news .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;

  color: var(--secondary-text);
}
.detail-news .text p {
  margin-bottom: 24px;
}
.detail-news .text img{
  max-width: 100%;
  height: auto;
}


.top-title-articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.top-title-articles .section_title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  
  color: #42add9;
}
.shadow-block {
  box-shadow: 0px 4px 14.8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.sort-list {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
.sotr-element {
  box-shadow: 0px 4px 14.8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  flex: 1 1 50%;
  max-width: calc(50% - 10px);
  padding: 12px;
}
.sotr-element__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #42add9;
  margin-bottom: 6px;
}
.sotr-element__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.product-tizers {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.product-tizer-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 22%;
  max-width: 22%;
}

.product-tizer__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--secondary-text);
  text-align: center;
  margin-bottom: 6px;
}
.product-tizer__value {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: var(--primary-color);
}
.product-tizer__img {
  max-height: 42px;
}
.product-item-detail-slider-block {
  background: #ffffff;
  box-shadow: 0px 4px 14.8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.top-block__links a {
  color: #fff;
}
.dropdown-menu .nav-link {
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
.nomark-link {
  color: var(--secondary-text);
}

.photo-gallery .owl-carousel.owl-drag .owl-item img {
  height: 176px;
  width: auto;
}
.header{
  position: relative;
  z-index: 9999;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: slideDown 0.3s ease-out;
  background-color: #fff;
}
body.fixed-header {
  padding-top: 80px; /* Высота вашей шапки */
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}




@media (max-width: 576px) {
  .news-element {
    flex-direction: column;
  }
  .news-element__img {
    aspect-ratio: auto;
    max-width: 100%;
  }
  .news-list {
    padding: 10px;
  }
  .banner__title {
    font-size: 16px;
    line-height: 1.2;
  }
  .slides-block .slides .slide .content .preview-text {
    line-height: 1.2;
    font-size: 14px;
    display: none;
  }
  .block-popular-categorys {
    grid-template-columns: 1fr;

    grid-template-areas:
      "block1"
      "block2"
      "block3"
      "block4"
      "block5"
      "block6";
  }
  .wrap-block-type-banner {
    aspect-ratio: auto;
    padding-block: 16px;
  }
  .banner-title {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about_company-page .info .about_container {
    width: 100%;
    flex-direction: column;
  }
  .about_company-page .info .about_container .picture_container,
  .about_company-page .info .about_container .picture_container.even {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    order: 0;
  }
  .about_company-page .info .about_container .description_container {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .about_company-page .info .about_container .description_container.even {
    padding-right: 0;
  }
  .popular-category__name{
    margin-top: 52px;
  }
  .popular-category__element::before{
    background: linear-gradient( 0deg, rgba(26, 56, 74, 0.598) 11.87%, rgba(238, 243, 246, 0.0276) 100% );
  }

}
