@import url("/fonts/Inter/web/inter.css");
@import url("/fonts/Saar SP Demo/stylesheet.css");
@import url("/fonts/Graphik LCG/stylesheet.css");

:root {
  --dsk-chernyy: #16191f;
  --dsk-oranzhevyy: #f26520;
  --strouk-svetlyy: #e6e6e6;
  --strouk-temnyy: #5a5a5a;
  --belyy-bek: #fff;
  --seryy-tekst: rgba(0, 0, 0, 0.65);
  --font-family: "Inter", sans-serif;
  --second-family: "Saar SP Demo", sans-serif;
  --third-family: "Graphik LCG", sans-serif;
}

/* ===== B2B Premium Overrides (stage 1) ===== */
:root {
  --bg-dark: #0c1015;
  --bg-light: #f3f5f7;
  --surface: #ffffff;
  --accent: #e8792a;
  --text-primary: #101418;
  --text-muted: #5f6975;
  --border: #dbe1e8;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;
}

BODY {
  color: var(--text-primary);
  background: var(--bg-light);
}

H1,
H2 {
  font-size: clamp(32px, 4vw, 68px);
  letter-spacing: 0;
}
H3 {
  font-size: clamp(24px, 2.3vw, 40px);
  letter-spacing: 0;
}

.button,
.content BUTTON {
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid #111;
  font-size: 16px;
  line-height: 1.1;
  font-family: var(--font-family);
  font-weight: 700;
}

.button:hover,
BUTTON:hover {
  background: #111;
  color: #fff;
}

.button:focus-visible,
BUTTON:focus-visible,
A:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media screen and (max-width: 1200px) {
  BODY {
    min-width: 0;
    padding-top: 0;
  }
  MAIN,
  #main_content_contaner,
  #content_contaner,
  .footer_content {
    width: 100%;
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

* {
  box-sizing: border-box;
}

html > div[style] {
  display: none !important;
}

BODY {
  width: 100%;
  min-width: 1200px;
  position: relative;
  color: var(--dsk-chernyy);
  background: var(--belyy-bek);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  overflow-x: clip;
}
HEADER {
  margin: 0px auto 0px auto;
}
MAIN {
  width: 1140px;
  max-width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px;
  box-sizing: border-box;
}
FOOTER {
  width: 100%;
  background: #37465B;
  margin: 0px auto;
  box-sizing: border-box;
}
FOOTER A {
  color: var(--belyy-bek);
}
FOOTER A:hover {
  color: var(--dsk-oranzhevyy);
  border-bottom: 1px solid transparent;
}
FOOTER .footer_content {
  width: 1140px;
  margin: 0px auto;
  padding: 70px 0;
  color: var(--belyy-bek);
}
FOOTER .footer_contacts {
  padding: 50px 0;
}
FOOTER .footer_contacts,
FOOTER .footer_contacts A {
  font-weight: 400;
  letter-spacing: -0.03em;
}
FOOTER .footer_contacts .phone {
  font-size: 94px;
  line-height: 130px;
}
FOOTER .footer_contacts .email {
  font-size: 90px;
  line-height: 130px;
  text-transform: uppercase;
  word-break: break-all;
  overflow-wrap: anywhere;
}
FOOTER .footer_direction {
  margin-bottom: 20px;
}
FOOTER .footer_direction_label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #e8792a;
  margin-bottom: 4px;
}
FOOTER .copyrights {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
FOOTER .footer_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
FOOTER .footer_nav .footer_menu,
FOOTER .footer_nav .production_menu {
  margin: 0;
  list-style: none;
  position: relative;
}
FOOTER .footer_nav .footer_menu {
  width: 50%;
  padding: 0 0 0 290px;
}
FOOTER .footer_nav .production_menu {
  width: 48.5%;
  padding: 0 0 0 228px;
}
FOOTER .footer_nav .footer_menu:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "МЕНЮ";
  font-size: 16px;
  color: var(--dsk-oranzhevyy);
}
FOOTER .footer_nav .production_menu:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "КАТАЛОГ";
  font-size: 16px;
  color: var(--dsk-oranzhevyy);
}
FOOTER .footer_nav .footer_menu LI,
FOOTER .footer_nav .production_menu LI {
  margin: 0 0 20px 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

TH {
  text-align: left;
}
TH IMG {
  display: none;
}
A {
  transition:
    border 0.2s linear,
    color 0.2s linear;
  color: var(--dsk-chernyy);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

A:hover {
  color: var(--dsk-oranzhevyy);
  border-bottom: 1px solid var(--dsk-oranzhevyy);
  text-decoration: none;
}
A IMG {
  border: none;
}

.invisible {
  opacity: 0;
}

H1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 96px;
  letter-spacing: 0.01em;
  color: var(--dsk-chernyy);
  margin: 10px 0px 20px 0px;
  text-transform: uppercase;
}
H2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 96px;
  letter-spacing: 0.01em;
  color: var(--dsk-chernyy);
  margin: 10px 0px 20px 0px;
  text-transform: uppercase;
}
H3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.01em;
  color: var(--dsk-chernyy);
}
H4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  color: var(--dsk-chernyy);
}
H5 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: var(--dsk-chernyy);
}
H6 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: var(--dsk-chernyy);
  margin: 0px 0px 10px 0px;
}

.small_text {
  font-size: 24px;
}

.common_contaner {
  max-width: 1140px;
  margin: 0 auto;
}

.more_items {
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  opacity: 0;
}
.more_items_button {
  font-size: 30px;
  font-weight: 400;
  display: block;
  max-width: 260px;
  background-color: var(--dsk-oranzhevyy);
  margin: 0 auto;
  text-align: center;
  border-width: 0px;
  opacity: 0;
}
.more_items_button:hover {
  border-bottom: 1px solid transparent;
}

.video_contaner {
  position: absolute;
  top: 115px;
  left: 0px;
  z-index: -1;
  width: 100%;
  text-align: center;
  height: 695px;
  margin: 0 auto;
  overflow: hidden;
}
.video_contaner VIDEO {
  opacity: 0.05;
  width: 100%;
  position: relative;
  top: -20px;
}

.banner_contaner {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  height: 173px;
  text-align: center;
  color: #fff;
  background-image: url(/_images/banner1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 30px;
  text-transform: uppercase;
}
.banner_contaner SPAN {
  font-size: 40px;
}

.top_nav {
  float: left;
  clear: left;
  margin: 0px 0px 0px 10px;
  font-size: 14px;
  color: #fff;
}
.top_nav ul {
  margin: 0px;
  padding: 0px;
}
.top_nav ul .active A {
  border-bottom: 1px solid transparent;
  color: #1e4866;
} /*416c72*/
.top_nav li {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 14px 0px 0px 0px;
  border-right: 1px dashed #fff;
}
.top_nav LI:last-child {
  border-right: 0px;
}
.top_nav li strong {
  font-weight: normal;
}
.top_nav li a {
  display: block;
  margin: 1px 12px;
  border-bottom: 1px solid #ffffff;
  color: #fff;
}
.top_nav li a:hover {
  border-bottom: 1px solid transparent;
}
.top_nav li:hover {
}

.ico_nav {
  float: right;
  clear: none;
  height: 20px;
  margin: 13px 0px 0px 20px;
}
.ico_nav .icon {
  border: none;
  width: 12px;
  height: 12px;
  margin: 0px 15px;
  text-align: center;
}
.ico_nav .text {
  border: none;
  margin: 2px 15px 0px 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.ico_nav .text A {
  color: #fff;
}
.ico_nav .hr {
  width: 1px;
  height: 10px;
  margin: 5px 0px 0px 0px;
  float: left;
  border-left: 1px dashed #fff;
}
.ico_nav DIV {
  float: left;
}

.head_contaner {
  width: 100%;
  float: left;
  clear: both;
  height: 50px;
}
#head {
  max-width: 1140px;
  margin: 0 auto;
  height: 50px;
}

.lang_nav {
  float: right;
  clear: none;
  text-align: right;
  margin: 16px 0px 0px 20px;
  color: #1f4b6b;
  font-size: 12px;
}
.lang_nav A {
  color: #fff;
  border-bottom: 1px solid #ffffff;
}
.lang_nav A:hover {
  border-bottom: 1px solid transparent;
}
.lang_nav SPAN {
  color: #fff;
  margin: 0px 5px 0px 5px;
}

.search_form {
  float: right;
  clear: none;
  text-align: left;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}
.search_form .search_q {
  margin: 0px 0px 0px 10px;
  padding: 0px 5px 0px 30px;
  width: 180px;
  height: 30px;
  font-size: 12px;
  color: #446c6b;
  border: 0px solid #bfbfbf;
  border-radius: 15px 0px 0px 15px;
  box-shadow: inset 0px 4px 6px rgba(50, 50, 50, 0.2);
}
.search_form .search_submit {
  border-bottom: 1px solid #ffffff;
  color: #fff;
  border: 0px solid #5492e3;
  border-radius: 0px 15px 15px 0px;
  padding: 2px 4px;
  width: 70px;
  height: 30px;
  font-size: 12px;
  margin: 0px 0px 0px -5px;
  background-image: url(/_images/search_submit_bg.png);
  background-repeat: repeat-x;
  background-color: #1f4968;
  cursor: pointer;
}
.search_form .search_area {
  float: left;
  clear: none;
  color: #63797d;
  margin: 2px 0px 0px 10px;
  font-size: 12px;
}
.search_form .search_area A {
  color: #63797d;
  border-bottom: 1px solid #ffffff;
}
.yandexform {
  width: 585px;
}
.yashare-auto-init {
  float: right;
}
.ya-share2 {
  margin: 50px auto 0px auto;
}
.ya-share2 A:hover {
  border-bottom: 1px solid transparent !important;
}
.ya-share2__badge {
  border-radius: 0px !important;
}
.ya-share2__list,
.ya-share2__badge,
.ya-share2__icon {
  display: block !important;
}

.logo_contaner {
  max-width: 1140px;
  height: 800px; /*height: 100vh;*/
  margin: 0 auto;
  position: relative;
}
#logo {
}
#logo H1 {
  display: none;
}
.logo_contaner .directions {
  position: absolute;
  right: 0px;
  top: 200px;
}
.logo_contaner .directions LI {
  transition: color 0.2s linear;
  font-size: 48px;
  line-height: 66px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  list-style-type: none;
  opacity: 0;
}
.logo_contaner .directions LI A {
  transition: color 0.2s linear;
}
.logo_contaner .directions LI:hover {
  color: var(--dsk-oranzhevyy);
}
.logo_contaner .directions LI:hover A {
  color: var(--dsk-oranzhevyy);
  border-bottom: 1px solid transparent;
}
.logo_contaner .directions LI:first-child {
  animation-delay: 1s;
}
.logo_contaner .directions LI:nth-child(2) {
  animation-delay: 1.6s;
}
.logo_contaner .directions LI:nth-child(3) {
  animation-delay: 2.2s;
}
.logo_contaner .directions LI:nth-child(4) {
  animation-delay: 2.8s;
}
.logo_contaner .directions LI:nth-child(5) {
  animation-delay: 3.4s;
}
.logo_contaner .directions LI:nth-child(6) {
  animation-delay: 4s;
}
.logo_contaner .description {
  position: absolute;
  left: 0px;
  top: 580px;
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  animation-delay: 4.5s;
}

/* ── Old header styles removed — superseded by .hdr-* component (Header.astro) ── */

.button,
.content BUTTON {
  transition:
    color 0.2s linear,
    border 0.2s linear,
    background 0.2s linear;
  text-align: center;
  color: var(--dsk-chernyy);
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 85%;
  min-width: 213px;
  border: 1px solid var(--dsk-chernyy);
  padding: 17px 10px;
  display: inline-block;
  background: transparent;
}
.button:hover,
BUTTON:hover {
  background: var(--dsk-chernyy);
  color: var(--belyy-bek);
  border: 1px solid var(--dsk-chernyy);
}

.mainpage-gallery-video {
  width: 270px;
  height: 160px;
  overflow: hidden;
  margin: 0 0 0 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #666;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.menu_contaner .gallery-video {
  margin: 0 0 0 15px;
}
.gallery-video {
  float: left;
  clear: none;
  margin: 0 15px 15px 0;
  width: 270px;
  height: 175px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #666;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.mainpage-gallery-video A,
.gallery-video A {
  border-bottom: 1px solid transparent;
}
.gallery-video-title {
  padding: 6px 8px;
  margin: 35px 0 0 0;
  text-align: left;
  width: 254px;
  height: 40px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.gallery-video-play {
  margin: 35px 0 0 0;
}
.gallery-video-header {
}
.gallery-video-description {
  margin: 0 0 10px 0;
}

.navstr {
  font-size: 18px;
  color: var(--seryy-tekst);
  margin: 0px 0px 30px 0px;
  width: 100%;
}
.navstr A {
  border-bottom: 1px solid transparent;
  color: var(--seryy-tekst);
}
.navstr A:hover {
  border-bottom: 1px solid transparent;
  color: var(--dsk-oranzhevyy);
}
.navstr STRONG {
  color: var(--dsk-oranzhevyy);
}

#main_content_contaner {
  width: 1140px;
  margin: 0px auto;
}
#content_contaner {
  width: 1140px;
  margin: 0px auto 0px auto;
  padding: 50px 0 0px 0;
}
.main_header_contaner {
  display: none;
  width: 1140px;
  margin: 0px auto 0px auto;
  padding: 50px 0;
  background:
    -29px top / auto repeat url(/_images/new/lined_bg.png),
    64% 38% / auto no-repeat url(/_images/new/corner4.svg);
}
#main_header {
  width: 1140px;
  line-height: 90%;
  margin: 0px auto 0px auto;
  padding: 15px 20px 20px 25px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg);
}
#main_header SPAN {
  color: var(--dsk-oranzhevyy);
}

.main_content_contaner {
  max-width: 1140px;
  padding: 40px 0px 40px 0px;
  background: -29px top / auto repeat url(/_images/new/lined_bg.png);
}
.main_content_contaner .news_contaner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  position: relative;
}
.main_content_contaner .news {
  float: none;
  margin: 0;
  padding: 10px;
  width: 275px;
  background-color: #ebeff3;
}
.main_content_contaner .news .framed {
  width: 275px;
  height: 175px;
  float: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_content_contaner .news .framed IMG {
  width: 100%;
  margin: 0;
  float: none;
}
.main_content_contaner .news .date {
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: 18px;
  color: #242b32;
}
.main_content_contaner .news .date .day {
  font-size: 18px;
}
.main_content_contaner .news .header {
  overflow: hidden;
  font-size: 18px;
  color: #01a0e2;
  line-height: normal;
  text-transform: uppercase;
}
.main_content_contaner .news .header A {
  border-bottom: 1px solid transparent;
  color: #01a0e2;
  font-weight: bold;
}
.main_content_contaner .news .text {
  font-size: 16px;
  color: #51585b;
  line-height: normal;
}

#main_slider .slidee .video {
  height: calc(100vh - 131px);
}
#main_slider .slidee .video .header P {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 96px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
#main_slider .slidee .video .header .play_button {
  position: absolute;
  right: 300px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: center center / contain no-repeat url(/_images/new/play.svg);
  content: "";
  display: block;
}

#main_slider .slidee .video .header SPAN {
  color: var(--dsk-oranzhevyy);
}
#main_slider .slidee .video .description_text {
  animation-delay: 0.6s;
  font-size: 20px;
}
#main_slider .slidee .video .numbers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#main_slider .slidee .video .numbers SPAN {
  width: 100%;
  display: block;
  font-weight: 300;
  font-size: 80px;
}
#main_slider .slidee .video .numbers P:first-child {
  animation-delay: 1s;
}
#main_slider .slidee .video .numbers P:nth-child(2) {
  animation-delay: 1.4s;
}
#main_slider .slidee .video .numbers P:nth-child(3) {
  animation-delay: 1.8s;
}
#main_slider .slidee .video {
  position: relative;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
#main_slider .slidee .video VIDEO {
  width: 100%;
  position: absolute;
  opacity: 0.5;
}
#main_slider .slidee .video .description {
  width: 1140px;
  margin: auto;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #main_slider .slidee .video {
    height: 100vh;
  }
  #main_slider .slidee .video VIDEO {
    width: auto;
    height: 100%;
  }
  #main_slider .slidee .video .description {
    width: 344px;
    text-align: center;
  }
  #main_slider .slidee .video .header {
    margin-bottom: 10px;
  }
  #main_slider .slidee .video .header P {
    font-size: 36px;
  }
  #main_slider .slidee .video .header .play_button {
    position: initial;
    margin: 10px auto 0px auto;
    width: 40px;
    height: 40px;
  }
  #main_slider .slidee .video .description_text P {
    font-size: 14px;
  }
  #main_slider .slidee .video .numbers {
    flex-direction: column;
  }
  #main_slider .slidee .video .numbers SPAN {
    font-size: 36px;
  }
}

.inline_content {
  font-size: 14px;
}
.inline_content H3 {
  margin: 10px 0px 5px 0px;
  font-size: 16px;
  text-transform: none;
}
.content {
  width: 100%;
  box-sizing: border-box;
  display: flow-root;
  padding: 0px 0px 0px 0px;
  min-height: 480px;
}
.content H1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: var(--dsk-chernyy);
  margin: 40px auto 40px auto;
  text-align: left;
  text-transform: none;
}
.content UL {
  box-sizing: border-box;
}
.content UL LI,
.inline_content UL LI {
  list-style-position: outside;
  margin-bottom: 12px;
  list-style-type: disc;
}
.content OL LI,
.inline_content OL LI {
  list-style-position: outside;
  margin: 0px 0px 12px 24px;
}
.content UL LI::marker,
.inline_content UL LI::marker,
.content OL LI::marker,
.inline_content OL LI::marker {
  color: var(--dsk-oranzhevyy);
  font-weight: 900;
}
.content UL UL LI {
  list-style-type: circle;
}
.content UL UL UL LI {
  list-style-type: disc;
}
.content,
.content p,
.content li,
.content td {
}
.content,
.content p {
  text-align: left;
}
.content P {
}
.content EM {
  font-weight: normal;
}
.content STRONG {
}
.content A {
  font-weight: normal;
  cursor: pointer;
}
.content A:hover {
}

.quote {
  padding: 40px;
  position: relative;
  font-style: italic;
}
.quote:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "\201C";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
}
.quote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "\201D";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
}

.full_wide_block {
  width: 100%;
  margin: 60px auto;
  height: auto;
  background: #353f47;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  position: relative;
}
.full_wide_block .block_content {
  padding: 30px 0;
  color: #fff;
}

.content .numered_container {
  margin-bottom: -2px;
}
.numered_container .numered {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1340px) {
  .numered_container .numered {
    max-width: 900px;
  }
}
.numered_container:nth-child(odd) .numered {
  flex-direction: row-reverse;
}
.numered_container .numered .number {
  border-width: 0px 2px 0px 2px;
  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #363f48;
  border-left-color: transparent;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  z-index: 2;
  flex-direction: column;
  background-color: #ffffff;
  padding: 0 0px 0 140px;
  margin: 2px 0;
  font-size: 70px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: 30px center;
}
.numered_container .numered .number .digit {
  width: 75px;
  text-align: left;
}
.numered_container .numered .corner1 {
  z-index: 3;
  box-sizing: border-box;
  background: #ffffff;
  width: 23px;
  height: 23px;
  border-width: 2px 2px 0px 0px;
  border-style: solid;
  border-color: #363f48;
  display: block;
  transform: rotate(45deg);
  top: calc(50% - 13px);
  left: 207px;
  position: absolute;
}
.numered_container .numered .corner2 {
  z-index: 1;
  box-sizing: border-box;
  width: 37px;
  height: 37px;
  border-width: 7px 7px 7px 7px;
  border-style: solid;
  border-color: var(--dsk-oranzhevyy);
  display: block;
  transform: rotate(45deg);
  top: calc(50% - 20px);
  left: 199px;
  position: absolute;
}
.numered_container .numered .square {
  z-index: 2;
  box-sizing: border-box;
  background: #ffffff;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  top: calc(50% - 16px);
  left: 196px;
  position: absolute;
}
.numered_container:nth-child(odd) .numered .number {
  border-width: 0px 2px 0px 2px;
  border-left-color: #363f48;
  border-right-color: transparent;
  padding: 0 140px 0 0px;
  background-position: calc(100% - 30px) center;
}
.numered_container:nth-child(odd) .numered .number .digit {
  text-align: right;
}
.numered_container:nth-child(odd) .numered .corner1 {
  left: auto;
  right: 207px;
  border-width: 0px 0px 2px 2px;
}
.numered_container:nth-child(odd) .numered .corner2 {
  left: auto;
  right: 199px;
}
.numered_container:nth-child(odd) .numered .square {
  left: auto;
  right: 196px;
}
:nth-child(-n + 1 of .numered_container) .numered .number {
  border-left-color: #363f48;
  border-width: 2px 2px 0px 2px;
  border-radius: 70px 0px 0px 0px;
  margin: 0 0 2px 0;
}
:nth-child(-n + 1 of .numered_container) .numered .number:before {
  width: 20px;
  height: 20px;
  border-bottom: 50px solid #ffffff;
  bottom: 0px;
  background: radial-gradient(circle, #363f48 0%, #363f48 70%, transparent 70%);
  content: "";
  display: block;
  left: -9px;
  position: absolute;
  z-index: 2;
}
:nth-last-child(-n + 1 of .numered_container) .numered .number {
  border-right-color: #363f48;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 70px 0px;
  margin: 2px 0 0 0;
}
:nth-last-child(-n + 1 of .numered_container) .numered .number:after {
  width: 20px;
  height: 20px;
  border-top: 50px solid #ffffff;
  top: 0px;
  background: radial-gradient(circle, #363f48 0%, #363f48 70%, transparent 70%);
  content: "";
  display: block;
  right: -9px;
  position: absolute;
  z-index: 2;
}

.numered_container:nth-child(even):nth-last-child(-n + 1 of .numered_container)
  .numered
  .number {
  border-left-color: #363f48;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 0px 70px;
  margin: 2px 0 0 0;
}
.numered_container:nth-child(even):nth-last-child(-n + 1 of .numered_container)
  .numered
  .number:before {
  width: 20px;
  height: 20px;
  border-top: 50px solid #ffffff;
  top: 0px;
  background: radial-gradient(circle, #363f48 0%, #363f48 70%, transparent 70%);
  content: "";
  display: block;
  left: -9px;
  position: absolute;
  z-index: 2;
}
.numered_container:nth-child(even):nth-last-child(-n + 1 of .numered_container)
  .numered
  .number:after {
  display: none;
}

.numered_container:nth-child(odd):nth-child(-n + 1 of .numered_container)
  .numered
  .number {
  border-right-color: #363f48;
  border-width: 2px 2px 0px 2px;
  border-radius: 0px 70px 0px 0px;
  margin: 0 0 2px 0;
}
.numered_container:nth-child(odd):nth-child(-n + 1 of .numered_container)
  .numered
  .number:after {
  width: 20px;
  height: 20px;
  border-bottom: 50px solid #ffffff;
  bottom: 0px;
  background: radial-gradient(circle, #363f48 0%, #363f48 70%, transparent 70%);
  content: "";
  display: block;
  right: -9px;
  position: absolute;
  z-index: 2;
}
.numered_container:nth-child(odd):nth-child(-n + 1 of .numered_container)
  .numered
  .number:before {
  display: none;
}

.numered_container .numered .txt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  border-width: 2px 2px 2px 0px;
  border-radius: 0px 70px 70px 0px;
  border-style: solid;
  border-color: #363f48;
}
.numered_container:nth-child(odd) .numered .txt {
  border-width: 2px 0px 2px 2px;
  border-radius: 70px 0px 0px 70px;
}
.numered_container .numered .txt P {
  width: auto;
}

/*
.fac {float: left; clear: none; width: 400px; height: 255px; background: #57a0c6; font-size: 14px; overflow: hidden; color: #172328; text-align: left; margin: 30px 30px 0px 0px;}
.fac .head_photo {float: left; clear: left; margin: 0 10px 10px 0; width: 190px; height: 255px; overflow: hidden; text-align: center;}
.fac .head_photo IMG {width: 190px;}
.fac H6 {margin: 10px 10px 10px 10px; font-size: 14px; font-weight: bold; color: #fff;}
.fac A {color: #fff; border-bottom: 1px solid #ffffff;}
.fac A:hover {border-bottom: 1px solid transparent;}
.fac H6 SPAN {font-size: 16px; display: block;}
.fac .text {margin: 10px;}
.fac p {text-indent: 0px; line-height: 18px;}
.fac li {list-style: none !important; clear: none !important;}
.fac li A {color: #fff;}
.heads {width: 830px; height: 352px; float: none;}
.heads .head_photo {width: 255px; height: 352px;}
.heads .head_photo IMG {width: 255px;}
.heads H6 {font-size: 18px; line-height: 22px;}
.heads H6 SPAN {font-size: 22px; line-height: 28px;}
.heads .text {font-size: 14px;}
.staff_list {}
.staff_list .hr {width: 100%; float: left; clear: both; border-bottom: 1px dashed #676767;}

.rek {float: none; clear: both; width: 100%; text-align: center;}
.rek table {border-top: 1px #ffffff solid; border-collapse: collapse; width: 100%; background-color: #cccccc;}
.rek td, .rek th {background-color: #f8f8f8; padding: 10px; vertical-align: middle;}
.rek p {text-indent: 0px; line-height: 18px;}
.rek th p, .rek th {text-align: center;}
.rek td p, .rek td, .rek li {text-align: left;}

}
.product .header {color: #0093aa; font-size: 16px; margin: 70px 0 20px 0; font-weight: bold;}
.product .header A {color: #0093aa; border-bottom: 1px solid transparent;}
.product .header A:hover {border-bottom: 1px solid #ffffff;}
}
.product .text {float: left; clear: both; width: 100%;}
.product .short {margin: 0 0 30px 0; width: 700px; float: right;}
.product .short P {margin: 5px 0;}
.product P, .product LI, .product TD {font-size: 14px; line-height: 18px; margin: 5px 0;}
.product P {margin: 14px 0;}
.product .framed {float: left; clear: none; margin: 0 30px 20px 0; width: 240px;}
.product .framed IMG {width: 240px;}
.product TABLE {border-collapse: collapse; clear: both;}
.product TD {padding: 5px;}
.product TD P {margin: 0; padding: 0;}
.product TH {padding: 5px; text-align: center; font-size: 14px;}
.product TH P {margin: 0; padding: 0; font-size: 14px; text-align: center;}
.product LI {color: #189fa3; list-style-position: outside; list-style-image: url(/_images/product_list.png);}
.product LI LI {list-style-image: url(/_images/product_list1.png);}
.product .hr {width: 100%; float: left; clear: both; border-bottom: 1px dashed #686964; margin: 10px 0 !important;}
.product .t1 {color: #fff; background: #57a0c6;}
.product .t2 { background: #ffffff;}
.product H3 { color: #1e4866; font-size: 16px; margin: 20px 0 20px 0;}
.product H3 A {color: #1e4866; border-bottom: 1px solid transparent;}
.product H3 A:hover {border-bottom: 1px solid #ffffff;}

.newsletter .date {}
.newsletter .header {color: #446c6b; font-size: 16px; margin: 100px 20px 20px 0; font-weight: bold;}
.newsletter .header A { border-bottom: 1px solid transparent;}
.newsletter .header A:hover {border-bottom: 1px solid #ffffff;}
.newsletter {float: left; clear: none; width: 220px; height: 320px; overflow: hidden; margin: 0 0 20px 0; color: #3d6463; font-size: 14px; line-height: 18px;}
.newsletter .text {float: left; clear: both; width: 100%;}
.newsletter .framed {float: left; clear: both; margin: 0 20px 20px 0; width: 180px;}
.newsletter .framed IMG {width: 180px;}
.newsletter .hr {width: 100%; display: none; float: left; clear: both; border-bottom: 1px dashed #686964; margin: 10px 0 !important;}

.banners_bottom {max-width: 1140px; float: left; clear: both; border-radius: 10px; margin: 0px 0px 0px 0px; text-align: center; background: #efefef;}
.banners_bottom IMG {margin: 7px 3px 5px 2px;}
.banners_bottom .arrow_left {float: left; cursor: pointer; margin: 25px 5px 5px 20px; width: 18px; height: 40px; background: url(/_images/banners_arrow_left.png) no-repeat;}
.banners_bottom .arrow_right {float: right; cursor: pointer; margin: 25px 20px 5px 5px; width: 18px; height: 40px; background: url(/_images/banners_arrow_right.png) no-repeat;}

.banner_system {text-align: center; vertical-align: top; margin: 10px;}
*/
.png);
}
.product A:hover {
  border-bottom: 1px solid transparent;
}
.product .price {
  width: 534px;
  padding: 12px 18px;
  position: absolute;
  top: -88px;
  right: 0;
  font-weight: 800;
  font-size: 22px;
  background: var(--strouk-svetlyy);
}
.product > .button {
  position: absolute;
  top: -88px;
  right: 0;
  border: 0;
  background: var(--dsk-oranzhevyy);
  padding: 17px 15px;
  text-transform: uppercase;
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
}
.product > .button:hover {
  border: 0;
}
.product .thumb {
  width: 476px;
  height: 476px;
}
.product .thumb > A {
  display: block;
  width: 100%;
  height: 100%;
}
.product .short {
  width: 534px;
  padding: 18px;
  font-size: 16px;
  line-height: 150%;
  background: var(--strouk-svetlyy);
}
.product .short P {
  margin: 0 0 5px 0;
}
.product > .back2product_group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0px 0px 0;
  width: 100%;
  padding: 5px 25px;
  background: #d9d9d9;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 96px;
  letter-spacing: 0.01em;
  color: var(--dsk-chernyy);
  text-transform: uppercase;
}
.product > .back2product_group > .button {
  margin-left: 30px;
  margin-top: 17px;
  padding: 17px 55px 17px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  background:
    90% center / auto no-repeat url(/_images/new/arrow.svg),
    transparent;
}
.product > .back2product_group > .button:hover {
  color: var(--dsk-chernyy);
  background:
    90% center / auto no-repeat url(/_images/new/arrow.svg),
    transparent;
  border: 1px solid transparent;
}

.news li {
  list-style-position: outside;
}
.news {
  margin: 0px auto 20px auto;
  width: 100%;
}
.news IMG {
  /*float: left;*/
  margin: 5px 10px 5px 0px;
}
.news .framed IMG {
  display: none;
  width: 320px;
}
.news .date {
  display: none;
  font-size: 30px;
  margin: 0px 0px 40px 0px;
}
.news .date .day {
}
.news .header {
  margin: 5px 0px 5px 0px;
  font-size: 40px;
}
.news .header A {
  font-weight: normal;
} /*color: #008ea3;*/
.news .text {
  text-align: left;
  margin: 5px 0px 0px 0px;
}
.news .text P {
  margin: 0px 0px 15px 0px;
}
.news .more,
.news .more a {
  font-size: 15px;
  color: #d72323;
  text-align: right;
  margin: 0px 0px 0px 0px;
}
.tags {
  margin: 0px auto 40px auto;
}

.production_contaner {
  width: 1140px;
  position: relative;
  margin: 0px auto;
  padding: 50px 0 50px 0;
  background: -29px top / auto repeat url(/_images/new/lined_bg.png);
}
.production_contaner > H2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0px 50px 0;
  width: 100%;
  padding: 5px 25px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.production_contaner > H2 > SPAN {
  margin: auto 0 auto auto;
  width: 48%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  color: var(--seryy-tekst);
}
.production_contaner > H2 > .ancor {
  transform: rotate(-90deg);
  position: relative;
  left: 30px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 0;
  color: var(--seryy-tekst);
  text-transform: none;
}
.production_contaner > H2 > A {
  display: block;
  position: relative;
  padding: 0 45px 0 0;
}
.production_contaner > H2 > A:after {
  opacity: 0.65;
  width: 35px;
  height: 35px;
  top: 7px;
  right: 0px;
  background:
    7px 9px / auto no-repeat url(/_images/new/arrow.svg),
    transparent;
  content: "";
  display: block;
  position: absolute;
}
.production_contaner > H2 > A:hover {
  border-bottom: 1px solid transparent;
}
.production_list {
  width: 100%;
  margin: 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.production {
  transition: background 0.2s linear;
  width: 263px;
  height: 263px;
  position: relative;
  margin-bottom: 2%;
  background: #d9d9d9;
}
.production:nth-child(4n + 4) {
  animation-delay: 0.45s;
}
.production:nth-child(4n + 3) {
  animation-delay: 0.35s;
}
.production:nth-child(4n + 2) {
  animation-delay: 0.25s;
}
.production:nth-child(4n + 1) {
  animation-delay: 0.15s;
}

.production > A {
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 0;
}
.production > A:hover {
  border-bottom: 0;
}
.production:hover {
  /*background: #000000;*/
}
.production .image {
  position: absolute;
  width: 90%;
  height: 330px;
  top: 140px;
  left: 5%;
}
.production .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.production .video VIDEO {
  width: 100%;
}

.production .text {
  position: absolute;
  width: 100%;
  top: 0;
  font-size: 18px;
  text-align: left;
  padding: 8% 10% 10% 10%;
  color: var(--dsk-chernyy);
}
.production:hover .text {
  /*color: var(--belyy-bek);*/
}
.production .text:after {
  opacity: 0.65;
  width: 35px;
  height: 35px;
  top: 25px;
  right: 20px;
  background:
    7px 9px / auto no-repeat url(/_images/new/arrow.svg),
    transparent;
  content: "";
  display: block;
  position: absolute;
}
.production:hover .text:after {
  opacity: 1;
  filter: invert(100%);
  background:
    7px 9px / auto no-repeat url(/_images/new/arrow.svg),
    #0d9adf;
}
.production .text .header {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--dsk-chernyy);
  overflow: hidden;
}
.production:hover .text .header {
  /*color: var(--belyy-bek);*/
}
.production .text P {
  display: none;
  padding: 0px;
  margin: 0px;
}
.production .text A {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.production .tags {
  display: none;
  position: absolute;
  width: 90%;
  max-height: 18px;
  overflow: hidden;
  top: 0px;
  left: 0px;
  padding: 4% 5% 0% 5%;
  margin: 0px 0 0 0;
  font-size: 14px;
  color: #363f48;
  text-transform: uppercase;
}
.production .tags A {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.production .tags A:hover {
  border-bottom: 1px solid #ffffff;
} /*363f48*/
.production_list .all_items {
  background-color: transparent;
}
.production_list .all_items:hover .text .header {
  color: var(--dsk-chernyy);
}
.production_list .all_items .text {
  top: auto;
  bottom: 0;
}
.production_list .all_items .text:after {
  display: none;
}
.production_list .all_items > A {
  border: 1px solid #000000;
}
.production_list .all_items:hover > A {
  border: 1px solid transparent;
}
.production_list .all_items > A:before {
  width: 35px;
  height: 35px;
  top: 25px;
  right: 20px;
  opacity: 1;
  filter: invert(100%);
  background:
    7px 9px / auto no-repeat url(/_images/new/arrow.svg),
    #0d9adf;
  content: "";
  display: block;
  position: absolute;
}
.production_list .blank {
  background-color: transparent;
}

.product_group {
  position: relative;
}
.product_group > H2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0px 50px 0;
  width: 100%;
  padding: 5px 25px;
  background: #d9d9d9;
}
.product_group > H2 > SPAN {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: none;
  font-family: var(--font-family);
  font-weight: 300;
}
.product_group .product_group_ancor {
  top: -130px;
  position: absolute;
}
.product_items {
  width: 100%;
  margin: 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_item {
  margin-bottom: 50px;
  transition: background 0.2s linear;
  width: 263px;
  padding: 16px 16px 25px 16px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.product_item:nth-child(4n + 4) {
  animation-delay: 0.45s;
}
.product_item:nth-child(4n + 3) {
  animation-delay: 0.35s;
}
.product_item:nth-child(4n + 2) {
  animation-delay: 0.25s;
}
.product_item:nth-child(4n + 1) {
  animation-delay: 0.15s;
}
.product_item:hover {
  cursor: pointer;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    var(--strouk-svetlyy);
}
.product_item A:hover {
  border-bottom: 1px solid transparent;
  color: var(--dsk-chernyy);
}
.product_item BUTTON {
  padding: 17px 15px;
  min-width: auto;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.product_item:hover BUTTON {
  cursor: pointer;
  background: var(--dsk-oranzhevyy);
  color: var(--dsk-chernyy);
  border: 1px solid transparent;
}
.product_item BUTTON:hover {
  background: var(--dsk-oranzhevyy);
}
.product_item .thumb {
  width: 231px;
  height: 189px;
}
.product_item .title {
  font-size: 16px;
  margin: 16px 0px;
}
.product_item .price {
  font-weight: 800;
  font-size: 22px;
  margin: 16px 0px;
}
.product_item .price {
  font-weight: 800;
  font-size: 22px;
  margin: 16px 0px;
}
.product_items .blank {
  background: transparent;
}

.about_contaner {
  width: 1140px;
  position: relative;
  margin: 0px auto;
  padding: 0px 0 50px 0;
}
.about_contaner > H2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0px 40px 0;
  width: 100%;
  padding: 5px 25px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.about_contaner > H2 > SPAN {
  margin: auto 0 auto auto;
  width: 48%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  color: var(--seryy-tekst);
}
.about_contaner > H2 > .ancor {
  transform: rotate(-90deg);
  position: relative;
  left: 30px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 0;
  color: var(--seryy-tekst);
  text-transform: none;
}
.about_contaner > H2 > A:hover {
  border-bottom: 1px solid transparent;
}
.about_text_contaner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 30px 0;
  width: 100%;
  padding: 20px 20px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.about_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background: center center / cover no-repeat url(/_images/new/about_bg.jpg);
}
.about_text > P {
  background: #ffffff;
  margin: 0 275px 0 570px;
  padding: 10px 20px;
}
.about_text > P > SPAN {
  color: var(--seryy-tekst);
}
.about_advantages_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.advantage {
  width: 271px;
  background:
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
  padding: 60px 15px 15px 0px;
  position: relative;
}
.advantage:first-child {
  padding: 60px 15px 15px 0px;
  width: 280px;
}
.advantage:last-child {
  background: #ffffff;
  padding: 60px 0px 15px 0px;
  width: 250px;
}
.advantage:nth-child(1) {
  animation-delay: 0.15s;
}
.advantage:nth-child(2) {
  animation-delay: 0.25s;
}
.advantage:nth-child(3) {
  animation-delay: 0.35s;
}
.advantage:nth-child(4) {
  animation-delay: 0.45s;
}

.advantage STRONG {
  font-weight: 600;
  text-transform: uppercase;
}
.advantage:before {
  width: 59px;
  height: 59px;
  top: 0px;
  left: 0px;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
}
.advantage:nth-child(1):before {
  background:
    center center / auto no-repeat url(/_images/new/garant.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg);
}
.advantage:nth-child(2):before {
  background:
    center center / auto no-repeat url(/_images/new/prof.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg);
}
.advantage:nth-child(3):before {
  background:
    center center / auto no-repeat url(/_images/new/spec.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg);
}
.advantage:nth-child(4):before {
  background:
    center center / auto no-repeat url(/_images/new/list.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg);
}

.services_contaner {
  width: 1140px;
  position: relative;
  margin: 0px auto;
  padding: 0px 0 50px 0;
}
.services_contaner > H2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0px 40px 0;
  width: 100%;
  padding: 5px 25px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.services_contaner > H2 > SPAN {
  margin: auto 0 auto auto;
  width: 48%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  color: var(--seryy-tekst);
}
.services_contaner > H2 > .ancor {
  transform: rotate(-90deg);
  position: relative;
  left: 30px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 0;
  color: var(--seryy-tekst);
  text-transform: none;
}
.services_contaner > H2 > A:hover {
  border-bottom: 1px solid transparent;
}
.services_list {
  display: flex;
  flex-direction: column;
  counter-reset: orderedlist;
}
.services_content {
  display: flex;
  flex-direction: column;
  counter-reset: orderedlist;
}
.service {
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  padding: 20px 0 20px 291px;
  transition:
    background 0.2s linear,
    max-height 0.2s linear;
  overflow: hidden;
}

.services_content .service summary {
  cursor: pointer;
  list-style: none;
  outline: none;
}
.services_content .service summary::-webkit-details-marker {
  display: none;
}
.services_content .service summary ~ * {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.services_content .service[open] {
  max-height: 1000px;
}
.services_content .service[open] summary ~ * {
  opacity: 1;
}
.services_content .service {
  max-height: 102px;
}
.services_content .service H3::after {
  top: 26px;
  transform: rotate(180deg);
  background:
    7px 9px / auto no-repeat url(/_images/new/arrow_top.svg),
    #0d9adf;
}
.services_content .service[open] H3::after {
  transform: rotate(0deg);
  background:
    7px 10px / auto no-repeat url(/_images/new/arrow_top.svg),
    #191919;
}

.service:hover {
  background: var(--strouk-svetlyy);
}
.service:before {
  counter-increment: orderedlist;
  content: "0" counter(orderedlist);
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  color: var(--seryy-tekst);
  font-size: 16px;
}
.service H3 {
  margin: 0 0 10px 0;
}
.service H3::after {
  transition:
    transform 0.2s linear,
    background 0.2s linear;
  transform: rotate(0deg);
  width: 35px;
  height: 35px;
  top: 20px;
  right: 0px;
  opacity: 1;
  filter: invert(100%);
  background:
    7px 9px / auto no-repeat url(/_images/new/arrow.svg),
    #0d9adf;
  content: "";
  display: block;
  position: absolute;
}
.service .more_info {
  color: var(--seryy-tekst);
}
.services_contaner > .button {
  margin: 40px 0 10px 291px;
}
.services_content .button {
  border: 0;
  background: var(--dsk-oranzhevyy);
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.services_content .image {
  width: 100%;
  height: 263px;
  margin: 30px 0 40px 0;
}
.services_content .text {
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  padding: 22px 18px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.services_content .text P {
  margin: 0 0 16px 0;
}
.services_content .text UL LI::marker {
  color: var(--dsk-chernyy);
}
.services_content .service .service_ancor {
  top: -130px;
  position: absolute;
}

.feedback_contaner {
  width: 1140px;
  position: relative;
  margin: 0px auto;
  padding: 60px 0 40px 0;
  background: -29px top / auto repeat url(/_images/new/lined_bg.png);
}
.feedback_contaner > H2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0px 50px 0;
  width: 100%;
  padding: 5px 25px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.feedback_contaner > H2 > SPAN {
  margin: auto 0 auto auto;
  width: 48%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  color: var(--seryy-tekst);
}
.feedback_contaner > H2 > .ancor {
  transform: rotate(-90deg);
  position: relative;
  left: 30px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 0;
  color: var(--seryy-tekst);
  text-transform: none;
}
.feedback_contaner > H2 > A:hover {
  border-bottom: 1px solid transparent;
}
.feedback_contaner > H2 > .button {
  margin: auto 60px auto 0;
  background: var(--dsk-oranzhevyy);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--belyy-bek);
  border: 0;
}
.feedback_contaner > H2 > .button:hover {
  background: var(--dsk-oranzhevyy);
  border: 0;
}
.feedback_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feedback_list > .feedback_item {
  width: 556px;
  height: 342px;
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.feedback_item:nth-child(odd) {
  animation-delay: 0.15s;
}
.feedback_item:nth-child(even) {
  animation-delay: 0.25s;
}

.feedback_item .name {
  font-weight: 600;
  text-transform: uppercase;
  margin: 12px 0 6px 0;
}
.feedback_item .add_date {
  font-size: 16px;
  color: var(--seryy-tekst);
  margin: 6px 0 6px 0;
}
.feedback_item .text {
  color: var(--seryy-tekst);
  clear: both;
  max-height: 175px;
  overflow: hidden;
  transition: max-height 0.2s linear;
}
.feedback_item .photo {
  width: 74px;
  height: 74px;
  float: left;
  margin: 0 12px 16px 0;
}
.feedback_item .rating {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 120px;
  height: 24px;
  background: left top / auto repeat-x url(/_images/new/star.svg);
}
.feedback_item .show_more {
  display: none;
  font-weight: 600;
  color: var(--dsk-oranzhevyy);
  cursor: pointer;
}

.feedback_form {
  border: 2px solid var(--strouk-svetlyy);
  width: 1140px;
  padding: 30px 30px 30px 620px !important;
  background:
    left top / contain no-repeat url(/_images/new/feedback_bg.png),
    var(--belyy-bek) !important;
}
.feedback_form H2 {
  font-size: 50px;
  margin: 0;
}
.feedback_form P {
  margin: 10px 0px 10px 0px;
  color: var(--seryy-tekst);
}
.feedback_form INPUT,
.feedback_form SELECT,
.feedback_form TEXTAREA {
  font-family: var(--font-family);
  width: 100%;
  margin: 0 0 10px 0;
  border: 1px solid var(--dsk-chernyy);
  padding: 17px 15px;
  font-size: 16px;
  color: var(--seryy-tekst);
}
.feedback_form .submit {
  border: 0;
  background: var(--dsk-oranzhevyy);
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.feedback_form .note {
  font-size: 16px;
}
.feedback_form .note A {
  color: var(--dsk-oranzhevyy);
}

.question_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 254px;
  margin: 60px 0 0px 0;
  padding: 0px 20px 0px 585px;
  background:
    2px 2px / auto 250px no-repeat url(/_images/new/track.jpg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.question_form FORM > BR {
  display: none;
}
.question_form FORM .g-recaptcha {
  margin: 0px 0 0px 0;
}
.question_form H2 {
  font-size: 50px;
  margin: 0;
}
.question_form P {
  margin: 10px 0px 30px 0px;
  color: var(--seryy-tekst);
}
.question_form TEXTAREA {
  resize: none;
}
.question_form STRONG {
  color: #cc0000;
}
.question_form IMG {
  vertical-align: top;
  margin: 0px 5px 0px 0px;
}
.question_form .errors {
  color: #363f48;
}
.question_form INPUT,
.question_form SELECT,
.question_form TEXTAREA {
  margin: 0 8px 0 0;
  border: 1px solid var(--dsk-chernyy);
  padding: 17px 15px;
  font-size: 16px;
  color: var(--seryy-tekst);
}
.question_form INPUT[name="fio"] {
  width: 168px;
}
.question_form INPUT[name="phone"] {
  width: 185px;
}
.question_form INPUT[type="submit"] {
  width: 145px;
}
.question_form BUTTON,
.question_form .submit {
  border: 0;
  background: var(--dsk-oranzhevyy);
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.question_form INPUT[type="checkbox"] {
  width: 22px;
  height: 22px;
}
.question_form INPUT[type="checkbox"] + LABEL {
  margin-left: 22px;
}

.need_help_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 254px;
  margin: 60px 0 0px 0;
  padding: 0px 20px 0px 585px;
  background:
    2px 2px / auto 250px no-repeat url(/_images/new/help.png),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.need_help_form FORM > BR {
  display: none;
}
.need_help_form FORM .g-recaptcha {
  margin: 0px 0 0px 0;
}
.need_help_form H2 {
  font-size: 50px;
  margin: 0;
}
.need_help_form P {
  margin: 10px 0px 30px 0px;
  color: var(--seryy-tekst);
}
.need_help_form TEXTAREA {
  resize: none;
}
.need_help_form STRONG {
  color: #cc0000;
}
.need_help_form IMG {
  vertical-align: top;
  margin: 0px 5px 0px 0px;
}
.need_help_form .errors {
  color: #363f48;
}
.need_help_form INPUT,
.need_help_form SELECT,
.need_help_form TEXTAREA {
  margin: 0 8px 0 0;
  border: 1px solid var(--dsk-chernyy);
  padding: 17px 15px;
  font-size: 16px;
  color: var(--seryy-tekst);
}
.need_help_form INPUT[name="fio"] {
  width: 168px;
}
.need_help_form INPUT[name="phone"] {
  width: 185px;
}
.need_help_form INPUT[type="submit"] {
  width: 145px;
}
.need_help_form BUTTON,
.need_help_form .submit {
  border: 0;
  background: var(--dsk-oranzhevyy);
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.need_help_form INPUT[type="checkbox"] {
  width: 22px;
  height: 22px;
}
.need_help_form INPUT[type="checkbox"] + LABEL {
  margin-left: 22px;
}

.more_info_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 254px;
  margin: 0px 0 60px 0;
  padding: 0px 20px 0px 585px;
  background:
    2px 2px / auto 250px no-repeat url(/_images/new/more_info.png),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.more_info_form FORM > BR {
  display: none;
}
.more_info_form FORM .g-recaptcha {
  margin: 0px 0 0px 0;
}
.more_info_form H2 {
  font-size: 50px;
  margin: 0;
}
.more_info_form P {
  margin: 10px 0px 30px 0px;
  color: var(--seryy-tekst);
}
.more_info_form TEXTAREA {
  resize: none;
}
.more_info_form STRONG {
  color: #cc0000;
}
.more_info_form IMG {
  vertical-align: top;
  margin: 0px 5px 0px 0px;
}
.more_info_form .errors {
  color: #363f48;
}
.more_info_form INPUT,
.more_info_form SELECT,
.more_info_form TEXTAREA {
  margin: 0 8px 0 0;
  border: 1px solid var(--dsk-chernyy);
  padding: 17px 15px;
  font-size: 16px;
  color: var(--seryy-tekst);
}
.more_info_form INPUT[name="fio"] {
  width: 168px;
}
.more_info_form INPUT[name="phone"] {
  width: 185px;
}
.more_info_form INPUT[type="submit"] {
  width: 145px;
}
.more_info_form BUTTON,
.more_info_form .submit {
  border: 0;
  background: var(--dsk-oranzhevyy);
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.more_info_form INPUT[type="checkbox"] {
  width: 22px;
  height: 22px;
}
.more_info_form INPUT[type="checkbox"] + LABEL {
  margin-left: 22px;
}

.service_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 254px;
  margin: 30px 0 60px 0;
  padding: 0px 20px 0px 585px;
  background:
    2px 2px / auto 250px no-repeat url(/_images/new/service.png),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.service_form FORM > BR,
.service_form > A {
  display: none;
}
.service_form FORM .g-recaptcha {
  margin: 0px 0 0px 0;
}
.service_form H2 {
  font-size: 50px;
  margin: 0;
}
.service_form P {
  margin: 10px 0px 30px 0px;
  color: var(--seryy-tekst);
}
.service_form TEXTAREA {
  resize: none;
}
.service_form STRONG {
  color: #cc0000;
}
.service_form IMG {
  vertical-align: top;
  margin: 0px 5px 0px 0px;
}
.service_form .errors {
  color: #363f48;
}
.service_form INPUT,
.service_form SELECT,
.service_form TEXTAREA {
  margin: 0 8px 0 0;
  border: 1px solid var(--dsk-chernyy);
  padding: 17px 15px;
  font-size: 16px;
  color: var(--seryy-tekst);
}
.service_form INPUT[name="fio"] {
  width: 168px;
}
.service_form INPUT[name="phone"] {
  width: 185px;
}
.service_form INPUT[type="submit"] {
  width: 145px;
}
.service_form BUTTON,
.service_form .submit {
  border: 0;
  background: var(--dsk-oranzhevyy);
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.service_form INPUT[type="checkbox"] {
  width: 22px;
  height: 22px;
}
.service_form INPUT[type="checkbox"] + LABEL {
  margin-left: 22px;
}

.callback {
  width: 100%;
}
#callback {
  border: 2px solid var(--strouk-svetlyy);
  width: 1140px;
  padding: 30px 30px 30px 585px;
  background:
    left top / contain no-repeat url(/_images/new/callback_bg.jpg),
    var(--belyy-bek);
}
.callback H2 {
  font-size: 50px;
  margin: 0;
}
.callback P {
  margin: 10px 0px 10px 0px;
  color: var(--seryy-tekst);
}
.callback INPUT,
.callback SELECT,
.callback TEXTAREA {
  font-family: var(--font-family);
  width: 100%;
  margin: 0 0 10px 0;
  border: 1px solid var(--dsk-chernyy);
  padding: 17px 15px;
  font-size: 16px;
  color: var(--seryy-tekst);
}
.callback BUTTON,
.callback .submit {
  border: 0;
  background: var(--dsk-oranzhevyy);
  color: var(--belyy-bek);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.callback .note {
  font-size: 16px;
}
.callback .note A {
  color: var(--dsk-oranzhevyy);
}

.contacts_contaner {
  width: 1140px;
  position: relative;
  margin: 0px auto;
  padding: 0px 0 140px 0;
  background: -29px top / auto repeat url(/_images/new/lined_bg.png);
}
.contacts_contaner > H2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0px 0px 0;
  width: 100%;
  padding: 5px 25px;
  background:
    left top / auto no-repeat url(/_images/new/corner1.svg),
    right top / auto no-repeat url(/_images/new/corner2.svg),
    right bottom / auto no-repeat url(/_images/new/corner3.svg),
    left bottom / auto no-repeat url(/_images/new/corner4.svg),
    left top / auto repeat-x url(/_images/new/line.svg),
    left top / auto repeat-y url(/_images/new/line.svg),
    left bottom / auto repeat-x url(/_images/new/line.svg),
    right top / auto repeat-y url(/_images/new/line.svg),
    #ffffff;
}
.contacts_contaner > H2 > SPAN {
  margin: auto 0 auto auto;
  width: 48%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  color: var(--seryy-tekst);
}
.contacts_contaner > H2 > .ancor {
  transform: rotate(-90deg);
  position: relative;
  left: 30px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 0;
  color: var(--seryy-tekst);
  text-transform: none;
}
.contacts_contaner > H2 > A:hover {
  border-bottom: 1px solid transparent;
}
.contacts_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #ffffff;
}
.contact {
  padding: 60px 0px 60px 0px;
}
.contact:nth-child(1) {
  width: 555px;
}
.contact:nth-child(2) {
  width: 261px;
}
.contact:nth-child(3) {
  width: 261px;
}
.contact .name {
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 10px 0;
}
.contact .text A {
  color: var(--dsk-oranzhevyy);
}
.contact .text A:hover {
}
.contacts_map {
  margin: 0px 0 0 0;
}

.date_arc {
  margin: 0px 0px 20px 0px;
  color: #fff;
  background-color: #1e4866;
  background-image: url(/_images/menu_bg.png);
  background-repeat: repeat-y;
  padding: 10px;
  border-radius: 5px;
}
.date_arc A {
  border-bottom: 1px solid #ffffff;
  color: #008ea3;
}
.date_arc TD {
  padding: 0px 5px 0px 5px;
}

#tabs_contaner {
  max-width: 1140px;
  margin: 0px auto;
  background: #000;
}
#tabs_contaner .main_content_contaner {
  max-width: 1140px;
  padding: 0;
}
#tabs_contaner .main_content_contaner .navc_content > DIV {
  padding: 40px;
  color: #fff;
}
#tabs_contaner .main_content_contaner .navc_content > DIV SPAN {
  color: #c8c8c8;
}
#tabs_contaner .navc {
  max-width: 1140px;
}
#navc2_content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#navc2_content > DIV {
  flex-grow: 1;
  padding: 0px;
}

.soc_icons {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.soc_icons IMG {
  width: 48px;
  vertical-align: middle;
  margin: 0px 5px 0px 5px;
}
#contacts_contaner .soc_icons A:hover {
  border-bottom: 1px solid transparent;
}
.mobile_soc_icons {
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  position: fixed;
  left: 0;
  bottom: 100px;
  z-index: 9;
  margin: 0px;
  text-align: center;
}
.mobile_soc_icons IMG {
  width: 128px;
  margin: 0px 15px 0px 15px;
}

.sub_menu {
  background-color: #ebeff3;
}
.sub_menu UL {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sub_menu UL LI {
  padding: 25px 15px;
  margin: 0;
  color: #358fe7;
  font-size: 14px;
  list-style: none;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #fff;
}
.sub_menu UL LI A {
  color: #358fe7;
  border-bottom: 1px solid transparent;
}
.sub_menu UL .active {
  background: #358fe7;
  color: #fff;
}
.sub_menu UL .active A {
  color: #fff;
}
.sub_menu UL .active A STRONG {
  font-weight: normal;
}
.sub_menu UL LI:hover {
  background: #358fe7;
}
.sub_menu UL LI:hover A {
  color: #fff;
}
.sub_menu UL LI:last-child {
  border-right: 1px solid #fff;
}

.navc {
  width: auto;
  clear: both;
}
.navc UL {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.navc UL LI {
  padding: 15px 20px;
  margin: 0;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  list-style: none;
  text-transform: uppercase;
}
.navc UL LI:hover {
  padding: 15px 20px;
  margin: 0;
}
.navc UL LI A {
  color: #ffffff;
}
.navc UL .active {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  margin: 0;
}
.navc UL .active:hover {
  margin: 0;
}
.navc UL .active A {
  color: #fff;
  border-bottom: 1px solid transparent;
  font-weight: normal;
}
.navc UL .active A STRONG {
  font-weight: normal;
}
.navc UL LI:last-child A {
  border-right: 0;
}
.navc_small UL LI {
  font-size: 14px;
}

.navc_content P {
  width: 100%;
}

.news_arc {
  display: none;
}

/* Файловая система */

.file_tree {
  float: left;
  margin: 0px 0px 0px 0px;
  position: sticky;
  top: 100px;
  z-index: 10;
}
.file_link {
  clear: both;
  text-align: left;
  margin: 0px 0px 10px 0px;
}
.file_link IMG {
  float: left;
  margin: 0px 4px 4px 0px;
}
.file_link .date {
  margin: 0px 0px 0px 0px;
  clear: both;
  font-size: 11px;
  color: #666;
}
.file_link .header {
  margin: 0px 0px 0px 20px;
}
.file_link .text {
  font-size: 11px;
  margin: 5px 0px 10px 20px;
  color: #999;
}

.file_system A {
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.file_system .file_col_header {
  margin: 0px 0px 0px 170px;
}

.fs .fs_folder .file_name {
  cursor: pointer;
}
.fs .fs_folder .file_name:hover {
  border-bottom: 1px solid #ffffff;
}
.fs .fs_folder {
  background: #41abe4;
}
.fs .fs_file {
  background: #fff;
}
.fs .file_name {
  display: inline;
}
.fs .text {
  font-size: 14px;
  color: #666;
  margin: 5px 5px 5px 55px;
}
.fs LI {
  list-style: none !important;
  color: #fff !important;
  margin: 0 0 0 15px !important;
  padding: 5px !important;
  text-indent: 0px !important;
}
.fs LI A {
  color: #23689f;
  border-bottom: 1px solid transparent;
}
.fs LI A:hover {
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.fs UL {
  margin: 5px 0 0 0;
  padding: 0px;
}
.fs LI LI {
  background: #fff;
  color: #23689f;
}
.fs {
  margin: 5px 0 0 0;
  padding: 0px;
  clear: both;
}
.fs IMG {
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}
.fs .plus {
  float: left;
  background: #23689f;
  cursor: pointer;
  text-align: center;
  line-height: 6px;
  margin: 0px 10px 0px 0px;
  padding: 4px 1px 0px 1px;
  width: 14px;
  height: 12px;
  border: 1px solid #053792;
  color: #fff;
  border-radius: 4px;
}
.fs .plus_hidden {
  float: left;
  background: transparent;
  text-align: center;
  line-height: 6px;
  margin: 0px 10px 0px 0px;
  padding: 4px 1px 0px 1px;
  width: 14px;
  height: 12px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.captcha IMG,
.captcha INPUT {
  vertical-align: middle;
}

.errors {
  margin: 20px 0px 0px 0px;
  background: transparent;
  color: #fff;
}
.errors TD {
  font-size: 24px;
  padding: 2px;
  background: transparent;
  vertical-align: middle;
}
.errors TH {
  font-size: 30px;
  padding: 5px;
  background: transparent;
  font-weight: bolder;
}

.icons {
  vertical-align: middle;
  border: none !important;
}

/* Авторизация */

.authorization {
  margin: 7px 0px 0px 0px;
  width: 500px;
  float: left;
}
.authorization INPUT {
  padding: 0px 5px 0px 30px;
  margin: 0px 5px;
  height: 30px;
  font-size: 12px;
  color: #446c6b;
  border: 0px solid #bfbfbf;
  border-radius: 15px;
  box-shadow: inset 0px 4px 6px rgba(50, 50, 50, 0.2);
}
.authorization_subm {
  border-bottom: 1px solid #ffffff;
  color: #fff !important;
  text-align: center;
  border: 0px solid #5492e3;
  border-radius: 15px;
  padding: 2px 10px !important;
  height: 30px;
  font-size: 12px;
  background:
    url(/_images/search_submit_bg.png) repeat-x,
    #1f4968;
  cursor: pointer;
}

.tab {
  border: 0px;
  background-color: #ccc;
  border-spacing: 1px;
  margin: 10px 0;
}
.tab td,
.tab th {
  background-color: #f8f8f8;
  padding: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ccc;
}
.tab p {
  text-indent: 0px;
  line-height: 18px;
  margin: 0px;
}
.tab th p,
.tab th {
  text-align: center;
}
.tab td p,
.tab td,
.tab li {
  text-align: left;
  font-size: 12px;
}

#callback_button {
  transition: all 0.2s linear;
  min-width: auto;
  margin: 0 0 0 auto;
  text-align: left;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 85%;
  color: var(--dsk-chernyy);
  padding: 10px 15px 10px 55px;
  border: 1px solid var(--dsk-chernyy);
  background: 15px center / auto 50% no-repeat url(/_images/new/phone.svg);
}
#callback_button:hover {
  color: var(--belyy-bek);
  border: 1px solid transparent;
  background:
    15px center / auto 50% no-repeat url(/_images/new/phone_white.svg),
    var(--dsk-oranzhevyy);
}

.fancybox-slide--html .fancybox-close-small {
  color: #868c91;
}
.fancybox-content {
  color: #363f48;
}
.fancybox-button:hover {
  border: 1px solid transparent;
}

#gallery_slider {
  width: 572px;
  height: 510px;
  position: relative;
}
#gallery_slider .slidee {
  width: auto;
  height: 476px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-columns: 476px;
  grid-auto-flow: column;
  gap: 30px;
}
#gallery_slider .slidee LI {
  width: 476px;
  height: 476px;
  margin: 0 29px 0 0;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  list-style: none;
}
#gallery_slider .slidee LI A {
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 0;
}
#gallery_slider .slidee LI A:focus {
  outline: 0;
}
#gallery_slider_pagebar {
  z-index: 1;
  bottom: 0px;
  left: 10px;
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  width: 556px;
  text-align: center;
}
#gallery_slider_pagebar LI {
  margin: 0 8px;
  display: inline-block;
  list-style: none;
  color: transparent;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: var(--strouk-svetlyy);
  border: 2px solid transparent;
  border-radius: 16px;
  text-decoration: none;
  font-size: 1px;
  line-height: 1px;
}
#gallery_slider_pagebar .active {
  cursor: default;
  border: 2px solid transparent;
  background: var(--dsk-chernyy);
}
#gallery_slider .arrows_contaner {
  display: none !important;
  width: 556px;
  top: 20px;
  left: 10px;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  z-index: 1;
}
#gallery_slider .arrows_contaner .btn {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: transparent;
}
#gallery_slider .arrows_contaner .prev {
  transform: translate(0px, 2px) rotate(-90deg);
}
#gallery_slider .arrows_contaner .next {
  transform: translate(0px, -2px) rotate(90deg);
}

.adm_edit_row {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  bottom: 0;
  right: 0;
  padding: 25px 50px;
  z-index: 100;
}
.adm_edit_page {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  bottom: 0;
  left: 0;
  padding: 25px 50px;
  z-index: 100;
}
.adm_edit_page A {
  color: var(--dsk-oranzhevyy);
}

.addthis_sharing_toolbox {
  margin: 40px auto 0px auto;
}

.secured {
  display: none;
}
.mobile_content {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .mobile_content {
    display: block !important;
  }

  .mobile_logo {
    display: block;
    position: absolute;
    top: 2px;
    width: 100%;
  }
  .mobile_logo A {
    width: 61px;
    display: block;
    margin: 0 auto;
  }
  .mobile_logo A VIDEO {
    width: 100%;
  }
  .mobile_logo A:hover {
    color: transparent;
  }

  H1 {
    font-size: 50px;
  }
  H2 {
    font-size: 50px;
  }
  H3 {
    font-weight: 700;
    font-size: 18px;
  }
  P {
    font-size: 16px;
  }

  .small_text {
    font-size: 24px;
  }

  BODY {
    min-width: 360px;
    width: auto;
    padding: 0;
  }
  /* HEADER mobile override removed — Header.astro scoped styles handle this */
  MAIN {
    width: 360px;
  }
  FOOTER {
    width: 360px;
    background: var(--belyy-bek);
  }
  FOOTER A {
    color: var(--dsk-chernyy);
  }
  FOOTER .footer_content {
    width: 344px;
    padding: 35px 0;
    color: var(--dsk-chernyy);
    background: -18px top / 180px repeat url(/_images/new/lined_bg.png);
  }
  .common_contaner {
    max-width: 344px;
  }
  #head {
    max-width: 344px;
  }
  .logo_contaner {
    max-width: 344px;
  }
  #main_content_contaner {
    width: 344px;
  }
  #content_contaner {
    width: 344px;
  }
  .main_header_contaner {
    width: 344px;
  }
  #main_header {
    width: 344px;
  }
  .main_content_contaner {
    max-width: 344px;
    padding: 0px;
    background: -18px top / 180px repeat url(/_images/new/lined_bg.png);
  }
  .banners_bottom {
    max-width: 344px;
  }
  .production_contaner {
    width: 344px;
    background: -18px top / 180px repeat url(/_images/new/lined_bg.png);
  }
  .about_contaner {
    width: 344px;
  }
  .services_contaner {
    width: 344px;
    padding: 35px 0 35px 0;
    text-align: center;
  }
  .feedback_contaner {
    width: 344px;
    padding: 35px 0 35px 0;
    background: -10px top / 180px repeat url(/_images/new/lined_bg.png);
  }
  .feedback_form {
    width: 344px;
  }
  #callback {
    width: 344px;
  }
  .contacts_contaner {
    width: 344px;
    padding: 0px 0 35px 0;
    background: -18px top / 180px repeat url(/_images/new/lined_bg.png);
  }
  #tabs_contaner {
    max-width: 344px;
  }
  #tabs_contaner .main_content_contaner {
    max-width: 344px;
  }
  #tabs_contaner .navc {
    max-width: 344px;
  }
  .sub_menu UL {
    max-width: 344px;
  }

  /* Old menu/burger mobile styles removed — superseded by .hdr-* component (Header.astro) */

  .production_contaner > H2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 25px;
  }
  .production_contaner > H2 > SPAN {
    width: 100%;
  }
  .production_contaner > H2 > .ancor {
    display: none;
  }
  .production {
    width: 344px;
    height: 344px;
    margin-bottom: 4%;
  }
  .production .text .header {
    font-size: 24px;
    width: 80%;
  }
  .production .text::after {
    top: 15px;
    width: 70px;
    height: 70px;
    background:
      14px 18px / 38px auto no-repeat url(/_images/new/arrow.svg),
      transparent;
  }
  .production_list .blank,
  .production_list .all_items {
    display: none;
  }
  .product_items {
    justify-content: center;
  }
  .product_item {
    margin-bottom: 30px;
    width: 263px;
    padding: 16px 16px 25px 16px;
  }
  .product_item .thumb {
    width: 231px;
    height: 189px;
  }

  .png);
  }
  .product > .button {
    width: 100%;
    position: initial;
    margin: 0 0 30px 0;
  }
  .product .thumb {
    width: 344px;
    height: 344px;
  }
  .product .price {
    width: 344px;
    position: initial;
    margin: 0 0 30px 0;
  }
  .product .short {
    width: 344px;
    padding: 0;
    background: transparent;
  }
  .product > .back2product_group {
    width: 344px;
    font-size: 50px;
    padding: 25px 25px;
    flex-direction: column;
  }
  .product > .back2product_group > .button {
    margin-left: 0px;
    margin-top: 10px;
  }

  .product_group > H2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 25px;
  }
  .product_group > H2 > SPAN {
    width: 100%;
    font-size: 14px;
    margin: 10px auto 10px 0;
  }
  .product_group > H2 > .ancor {
    display: none;
  }
  .about_contaner > H2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 25px;
  }
  .about_contaner > H2 > SPAN {
    width: 100%;
    font-size: 14px;
    margin: 10px auto 10px 0;
  }
  .about_contaner > H2 > .ancor {
    display: none;
  }
  .services_contaner > H2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 25px;
  }
  .services_contaner > H2 > SPAN {
    width: 100%;
    font-size: 14px;
    margin: 10px auto 10px 0;
  }
  .services_contaner > H2 > .ancor {
    display: none;
  }
  .feedback_contaner > H2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 25px;
    margin: 0 0px 35px 0;
  }
  .feedback_contaner > H2 > SPAN {
    width: 100%;
    font-size: 14px;
    margin: 10px auto 10px 0;
  }
  .feedback_contaner > H2 > .ancor {
    display: none;
  }
  .feedback_list > .feedback_item {
    margin-bottom: 35px;
  }
  .feedback_item .photo {
    margin: 0 12px 50px 0;
  }
  .feedback_item .rating {
    top: 120px;
    right: auto;
  }
  .feedback_item .text {
    max-height: 135px;
  }
  .contacts_contaner > H2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 25px;
  }
  .contacts_contaner > H2 > SPAN {
    width: 100%;
  }
  .contacts_contaner > H2 > .ancor {
    display: none;
  }
  .contacts_list {
    flex-direction: column;
    background: transparent;
  }
  .contacts_list .contact {
    width: 100%;
  }
  .contact {
    padding: 30px 0px 0px 0px;
  }
  .contacts_map {
    margin: 40px 0 0 0;
  }

  .main_header_contaner {
    display: none;
  }

  #callback {
    padding: 250px 20px 20px 20px;
    background:
      left 0px / contain no-repeat url(/_images/new/callback_bg_mobile.jpg),
      var(--belyy-bek);
  }

  .content {
    overflow: visible;
  }

  .about_text {
    height: 431px;
    justify-content: flex-start;
    background: left top / cover no-repeat url(/_images/new/about_bg_mobile.jpg);
  }
  .about_text > P {
    margin: 0px 0 0 0;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 121%;
  }
  .about_text > P:first-child {
    margin: 35px 0 0 0;
    padding: 15px 10px 0px 10px;
  }
  .about_advantages_list {
    flex-wrap: wrap;
  }
  .advantage {
    width: 344px;
    text-align: center;
    padding: 80px 0px 5px 0px;
    background:
      left bottom / auto repeat-x url(/_images/new/line.svg),
      #ffffff;
  }
  .advantage:first-child {
    width: 344px;
    padding: 80px 0px 5px 0px;
  }
  .advantage:last-child {
    width: 344px;
    padding: 80px 0px 5px 0px;
    background: #ffffff;
  }
  .advantage:before {
    left: 130px;
    top: 20px;
  }
  .advantage P {
    font-size: 14px;
    color: var(--seryy-tekst);
    line-height: 121%;
  }
  .advantage P STRONG {
    font-size: 18px;
    color: var(--dsk-chernyy);
  }

  .service {
    padding: 30px 0 20px 0px;
    text-align: left;
  }
  .service::before {
    top: 0px;
  }
  .service H3 {
    font-size: 38px;
    margin: 0 0 25px 0;
  }
  .service H3::after {
    top: auto;
    bottom: 12px;
    right: 50%;
  }
  .services_contaner > .button {
    margin: 10px auto 10px auto;
  }

  .services_content .service {
    max-height: 160px;
  }
  .services_content .service H3 {
    margin: 0 100px 25px 0;
  }
  .services_content .service H3::after {
    right: 0px;
    top: 35px;
    bottom: auto;
  }

  .question_form {
    width: 360px;
    text-align: center;
    color: #ffffff;
    height: auto;
    margin: 0px 0 35px 0;
    padding: 200px 0px 50px 0px;
    background:
      center 0px / 100% auto no-repeat url(/_images/new/track.jpg),
      #000000;
  }
  .question_form FORM {
    width: 344px;
    margin: 0 auto;
  }
  .question_form H2 {
    color: var(--belyy-bek);
  }
  .question_form P {
    color: var(--strouk-svetlyy);
  }
  .question_form INPUT,
  .question_form SELECT,
  .question_form TEXTAREA {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .question_form INPUT[name="fio"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .question_form INPUT[name="phone"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .question_form INPUT[type="submit"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .question_form BUTTON,
  .question_form .submit {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .need_help_form {
    position: relative;
    left: -8px;
    width: 360px;
    text-align: center;
    color: #ffffff;
    height: auto;
    margin: 35px 0 35px 0;
    padding: 200px 0px 50px 0px;
    background:
      center 0px / 100% auto no-repeat url(/_images/new/help.png),
      #000000;
  }
  .need_help_form FORM {
    width: 344px;
    margin: 0 auto;
  }
  .need_help_form H2 {
    color: var(--belyy-bek);
  }
  .need_help_form P {
    color: var(--strouk-svetlyy);
  }
  .need_help_form INPUT,
  .need_help_form SELECT,
  .need_help_form TEXTAREA {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .need_help_form INPUT[name="fio"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .need_help_form INPUT[name="phone"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .need_help_form INPUT[type="submit"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .need_help_form BUTTON,
  .need_help_form .submit {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .more_info_form {
    position: relative;
    left: -8px;
    width: 360px;
    text-align: center;
    color: #ffffff;
    height: auto;
    margin: 35px 0 35px 0;
    padding: 200px 0px 50px 0px;
    background:
      center 0px / 100% auto no-repeat url(/_images/new/more_info.png),
      #000000;
  }
  .more_info_form FORM {
    width: 344px;
    margin: 0 auto;
  }
  .more_info_form H2 {
    color: var(--belyy-bek);
  }
  .more_info_form P {
    color: var(--strouk-svetlyy);
  }
  .more_info_form INPUT,
  .more_info_form SELECT,
  .more_info_form TEXTAREA {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .more_info_form INPUT[name="fio"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .more_info_form INPUT[name="phone"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .more_info_form INPUT[type="submit"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .more_info_form BUTTON,
  .more_info_form .submit {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .service_form {
    position: relative;
    left: -8px;
    width: 360px;
    text-align: center;
    color: #ffffff;
    height: auto;
    margin: 35px 0 35px 0;
    padding: 200px 0px 50px 0px;
    background:
      center 0px / 100% auto no-repeat url(/_images/new/service.png),
      #000000;
  }
  .service_form FORM {
    width: 344px;
    margin: 0 auto;
  }
  .service_form H2 {
    color: var(--belyy-bek);
  }
  .service_form P {
    color: var(--strouk-svetlyy);
  }
  .service_form INPUT,
  .service_form SELECT,
  .service_form TEXTAREA {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .service_form INPUT[name="fio"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .service_form INPUT[name="phone"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .service_form INPUT[type="submit"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .service_form BUTTON,
  .service_form .submit {
    width: 100%;
    margin: 0 0 10px 0;
  }

  FOOTER .footer_nav {
    flex-wrap: wrap;
  }
  FOOTER .footer_nav .footer_menu {
    width: 100%;
    padding: 40px 0 0 0;
  }
  FOOTER .footer_nav .production_menu {
    display: none;
    width: 100%;
    padding: 40px 0 0 0;
  }
  FOOTER .footer_contacts {
  }
  FOOTER .footer_contacts .phone {
    padding: 15px 0;
    font-size: 26px;
    line-height: normal;
    border-top: 1px solid rgba(255,255,255,.15);
  }
  FOOTER .footer_contacts .email {
    padding: 15px 0;
    font-size: 20px;
    line-height: normal;
    border-top: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  FOOTER .copyrights {
    flex-direction: column;
    font-size: 16px;
    color: rgba(255,255,255,.6);
  }
  FOOTER .copyrights > DIV {
    margin: 7px 0;
  }
  FOOTER .copyrights A {
    color: rgba(255,255,255,.6);
  }

  #go_top {
    font-size: 4vh !important;
  }
  .fancybox-slide--html .fancybox-close-small {
    color: #ffffff !important;
    opacity: 1;
    height: 70px;
    width: 70px;
  }

  #gallery_slider {
    width: 360px;
    height: 330px;
  }
  #gallery_slider .slidee {
    height: 290px;
    grid-auto-columns: 290px;
    gap: 15px;
  }
  #gallery_slider .slidee LI {
    width: 290px;
    height: 290px;
    margin: 0 15px 0 0;
  }
  #gallery_slider_pagebar {
    width: 344px;
    left: 0px;
    bottom: 10px;
  }
  #gallery_slider .arrows_contaner {
    width: 360px;
    top: 10px;
    left: 0px;
  }
}
