/**
 * Helios Theme Main SCSS
 * Based on the original Helios Glass company design
 * 
 * This file imports all other SCSS partials and compiles to style.css
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "MagistralTT";
  src: url("../fonts/MagistralTT-Bold.eot");
  src: url("../fonts/MagistralTT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MagistralTT-Bold.woff2") format("woff2"), url("../fonts/MagistralTT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MagistralTT";
  src: url("../fonts/MagistralTT.eot");
  src: url("../fonts/MagistralTT.eot?#iefix") format("embedded-opentype"), url("../fonts/MagistralTT.woff2") format("woff2"), url("../fonts/MagistralTT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * SCSS Variables
 * Define all colors, fonts, sizes, and other reusable values
 */
/**
 * Normalize CSS converted to SCSS
 * Based on normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Additional reset styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/**
 * Base styles
 * Global HTML element styles using SCSS variables
 */
body {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  min-width: 320px;
  color: #000;
  margin: 0;
  padding: 0;
}

/* Utility Classes */
.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Typography styles
 * Using SCSS variables for consistent typography
 */
h1,
.h1 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}

h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}

h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

h5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

/**
 * Container and layout styles
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container--header-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container--footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

/**
 * Grid layout styles
 */
.content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.content-wrapper.has-sidebar-first {
  grid-template-columns: 300px 1fr;
}
.content-wrapper.has-sidebar-second {
  grid-template-columns: 1fr 300px;
}
.content-wrapper.has-both-sidebars {
  grid-template-columns: 250px 1fr 250px;
}

.sidebar {
  background: #f8f9fa;
  padding: 20px;
}

/**
 * Button component styles
 */
.button {
  transition: 0.3s ease;
  background: #2A7B9B;
  background: linear-gradient(0deg, #2a7b9b 0%, #317ca7 100%);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 34px;
  text-align: center;
  font-weight: 400;
  font-size: 15.6px;
  max-width: 100%;
  white-space: nowrap;
  line-height: 65px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #66a3ee;
  outline: 0;
  text-decoration: none;
  border-radius: 300px;
}
.button:hover {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
}
.button:focus {
  outline: 0;
}
.button--white {
  color: #0f4e99;
  background: #fff;
  border-color: #fff;
}
.button--white:hover {
  color: #fff;
  background: #3498db;
}

.contact-page__form--button {
  width: 300px;
}

.button--big {
  line-height: 64px;
  font-size: 16px;
  padding: 0 30px;
}

.contact-page__form .form-actions .button {
  line-height: 64px;
  font-size: 16px;
  padding: 0 30px;
  width: 300px;
}

/**
 * Skip link component
 */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  z-index: 999999;
  color: #fff;
  background: #000;
  padding: 8px 16px;
  text-decoration: none;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 6px;
}

/**
 * Header component styles
 */
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.header__top {
  background: #fff;
  color: #86b7d4;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 0;
  line-height: 20px;
}
.header__top > .container > div {
  display: flex;
}
.header__middle {
  background: #fff;
}

/* Header top elements */
.header-address {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.header-address__icon {
  width: 8px;
  height: 12px;
  margin-right: 5px;
  fill: currentColor;
}

.header-phones {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.header-phones__icon {
  width: 10px;
  height: 12px;
  margin-right: 10px;
  fill: currentColor;
}
.header-phones a {
  color: #86b7d4;
  text-decoration: none;
  transition: 0.3s ease;
  margin-right: 5px;
}
.header-phones a:hover {
  color: #cacaca;
}

.header-mail {
  display: flex;
  align-items: center;
  color: #86b7d4;
  transition: 0.3s ease;
  text-decoration: none;
}
.header-mail:hover {
  color: #86b7d4;
}
.header-mail__icon {
  color: #86b7d4;
  width: 13px;
  height: 15px;
  margin-right: 10px;
  fill: #86b7d4;
}

/* Logo */
.header-logo {
  max-width: 210px;
}
.header-logo__img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Language switcher */
.langs {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: 20px;
}
.langs__link {
  display: flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transition: 0.3s ease;
}
.langs__icon {
  width: 20px;
  height: 15px;
  fill: currentColor;
}

#block-helios-kontaktyvbloke .field--name--field-bk-elems {
  display: flex;
}

.language-switcher-language-url ul.links {
  display: flex;
}
.language-switcher-language-url ul.links li {
  display: block;
  width: 25px;
  aspect-ratio: 1.47;
  margin: 0 10px;
}
.language-switcher-language-url ul.links li a {
  display: block;
  text-indent: -5000px;
  width: 25px;
  aspect-ratio: 1.47;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("/themes/custom/helios/images/sprite.svg#lang-en");
}
.language-switcher-language-url ul.links li a[hreflang=ru] {
  background-image: url("/themes/custom/helios/images/sprite.svg#lang-ru");
}

/**
 * Navigation component styles
 */
.nav {
  position: relative;
}
.nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item {
  position: relative;
  padding: 15px 0;
  padding-right: 10px;
}
.nav__item.nav__item--active-trail {
  position: relative;
  padding-left: 10px;
}
.nav__item.nav__item--active-trail:before {
  content: "";
  background-image: url("../images/menustar.png");
  position: absolute;
  width: 55px;
  aspect-ratio: 1;
  background-size: 37px;
  left: -3px;
  top: 0;
  background-repeat: no-repeat;
}
.nav__item .nav__sub-menu .nav__item:before {
  display: none;
}
.nav__link {
  display: block;
  color: #307ba6;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  transition: 0.3s;
  padding: 5px 12px;
  text-transform: uppercase;
}
.nav__link:hover, .nav__link--active {
  color: #3498db;
}
.nav__drop-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  cursor: pointer;
  opacity: 0;
}
.nav__sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 170px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease ease;
  z-index: 1000;
}
.nav__sub-menu .nav__item {
  padding: 0;
}
.nav__sub-menu .nav__item .nav__sub-menu-link {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #4e4e4e;
  text-decoration: none;
  transition: 0.3s;
  padding: 12px;
  border: 1px solid #f0f0f0;
}
.nav__item:hover .nav__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav__sub-menu-item {
  margin: 0;
}
.nav__sub-menu-link {
  display: block;
  padding: 8px 20px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s ease;
}
.nav__sub-menu-link:hover {
  background: #f8f9fa;
  color: #3498db;
}

/* Mobile Navigation */
.nav-btn {
  display: none;
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.nav-btn::before {
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  margin: auto;
  box-shadow: 0 6px 0 #4f4f4f;
  background: #4f4f4f;
}
.nav-btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  background: #4f4f4f;
}

/**
 * Breadcrumbs component styles
 */
.breadcrumb-row {
  border: 1px solid #e5e5e5;
  color: #cacaca;
  margin-bottom: 20px;
  padding: 10px 0;
}
.breadcrumb-row .breadcrumb__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-row .breadcrumb__text {
  color: #666;
  position: relative;
}
.breadcrumb-row .breadcrumb__text:not(:last-child) .breadcrumb__link {
  padding-right: 50px;
}
.breadcrumb-row .breadcrumb__text:not(:last-child) .breadcrumb__link:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 20px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}
.breadcrumb-row .breadcrumb__link {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 40px;
  color: #858585;
  text-transform: uppercase;
}

/**
 * Main content area styles
 */
.main {
  min-height: calc(100vh - 200px);
}

.page-header {
  background: #f8f9fa;
  padding: 70px 0;
  text-align: center;
  text-transform: uppercase;
}
.page-header__title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.page-header .block--page_title_block h1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  color: #4e4e4e;
}

#block-helios-primary-local-tasks .block__content ul {
  display: flex;
  gap: 1em;
}

.clients-block {
  padding: 20px 0;
  margin-bottom: 20px;
}

.clients-block__clients {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
  margin-bottom: 20px;
}

.clients-block__controlls {
  text-align: center;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .clients-block__controlls {
    padding: 30px 0 20px;
  }

  .clients-block__button {
    width: 100%;
  }
}
.client {
  text-align: center;
}

.client-page {
  padding: 60px 0 150px;
}

.client-page__title {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  color: #16242e;
  margin-bottom: 50px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .client-page {
    padding: 20px 0 110px;
  }

  .client-page__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.full-block {
  padding: 100px 0;
  background: url(../images/production.jpg) center/cover no-repeat;
  margin-bottom: 80px;
}
.full-block.full-block-clients {
  background: url(../images/production-cl.jpg) center/cover no-repeat;
}

@media (max-width: 560px) {
  .full-block {
    background-position: 0 center;
    padding: 80px 0;
  }
}
.full-block__descr {
  padding: 40px 70px 70px;
  max-width: 980px;
}

@media (max-width: 768px) {
  .service__descr {
    min-height: 0;
  }

  .full-block {
    margin-bottom: 50px;
  }

  .full-block__descr {
    padding: 0;
    border: none;
  }
}
.full-block__title {
  font-weight: 700;
  font-size: 56px;
  color: #327da8;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .full-block__title {
    font-size: 25px;
    text-align: center;
  }
}
.full-block__text {
  font-family: "Open Sans";
  font-size: 20px;
  color: #4f4f4f;
  margin-bottom: 30px;
  max-width: 570px;
}

.full-block__button {
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  background: #D5E7F4;
  background: linear-gradient(0deg, #d5e7f4 0%, #c7def1 100%);
  line-height: 70px;
  width: 300px;
  max-width: 100%;
  color: #327da8;
}

@media (max-width: 560px) {
  .full-block__button {
    width: 100%;
  }
}
.vinolok-front .field--name--field-par-tk-text {
  display: flex;
  margin-top: 50px;
}
.vinolok-front .field--name--field-par-tk-text .vcat-left {
  width: 20%;
}
.vinolok-front .field--name--field-par-tk-text .vcat-right {
  width: 80%;
  padding-left: 4%;
}
.vinolok-front .field--name--field-par-tk-text .vcat-right .vcat-title {
  font-size: 36px;
  font-weight: 700;
  color: #327da8;
  line-height: 1.2;
  margin-bottom: 20px;
}
.vinolok-front .field--name--field-par-tk-text .vcat-right .vcat-images {
  display: flex;
  align-items: center;
}
.vinolok-front .field--name--field-par-tk-text .vcat-right .vcat-images img {
  width: 14.2%;
  height: auto;
}

/**
 * Footer component styles
 */
.footer {
  background: #fff;
  color: #327da8;
  padding: 30px 0;
  font-family: "Open Sans", sans-serif;
  margin-top: auto;
}
.footer__col {
  padding: 0 15px;
}
.footer__logo {
  max-width: 280px;
  margin-bottom: 30px;
}
.footer__logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer__contacts {
  color: #86b7d4;
  font-size: 12px;
  padding-left: 10px;
}
.footer__contacts-section {
  margin-bottom: 20px;
}
.footer__contacts-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer__contacts-icon {
  display: block;
  width: 10px;
  max-height: 12px;
  margin-right: 10px;
  fill: currentColor;
}
.footer__contacts-text {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.footer__contacts-text::before {
  /* content: '';
   background: $color-border-dark;
   min-height: 30px;
   margin-right: $spacing-sm;
   width: 1px;*/
}
.footer__contacts-text a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s ease;
}
.footer__contacts-text a:hover {
  color: #fff;
}
.footer__title, .footer h2.block__title, .footer h2#block-helios-nizhneemenyu-menu {
  color: #327da8;
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid #327da8;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer__title::before, .footer h2.block__title::before, .footer h2#block-helios-nizhneemenyu-menu::before {
  /*  content: '';
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3898db;*/
}
.footer__bottom {
  /*   border-top: 1px solid $color-border-dark;
     padding-top: $spacing-lg;
     margin-top: $spacing-xl;
     text-align: center;
     font-size: $font-size-sm;
     color: $color-text-lighter;*/
}

/* Footer Navigation */
.footer-nav {
  margin-bottom: 15px;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
  margin-bottom: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__item {
  margin: 0;
}
.footer-nav__link {
  transition: 0.3s ease;
  position: relative;
  margin: 0 0 15px;
  display: block;
  color: currentColor;
  text-decoration: none;
}
.footer-nav__link::before {
  /*   content: '';
     position: absolute;
     display: block;
     width: 7px;
     height: 7px;
     top: 0;
     bottom: 0;
     left: -$spacing-xs;
     border-right: 1px solid currentColor;
     border-top: 1px solid currentColor;
     margin: auto;
     transform: rotate(45deg);*/
}
.footer-nav__link:hover, .footer-nav__link--active {
  color: #86b7d4;
}

/* Time work schedule */
.time-work {
  margin-top: 15px;
}
.time-work__day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 12px;
}
.time-work__name {
  font-weight: 600;
  min-width: 30px;
}
.time-work__name--holiday {
  color: #e74c3c;
}
.time-work__val {
  color: #86b7d4;
}
.time-work__val--holiday {
  color: #e74c3c;
}

.input-row, .form-item--textarea, .form-item--textfield, .form-item--email, .form-actions {
  margin-bottom: 10px;
  font-family: Open Sans;
}
.input-row .input-row__input, .input-row input[type=text], .input-row input[type=email], .form-item--textarea .input-row__input, .form-item--textarea input[type=text], .form-item--textarea input[type=email], .form-item--textfield .input-row__input, .form-item--textfield input[type=text], .form-item--textfield input[type=email], .form-item--email .input-row__input, .form-item--email input[type=text], .form-item--email input[type=email], .form-actions .input-row__input, .form-actions input[type=text], .form-actions input[type=email] {
  width: 100%;
  background-color: #fff;
  font-size: 20px;
  font-family: "Open Sans";
  color: #000;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  outline: 0;
  line-height: 58px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .input-row .input-row__input, .input-row input[type=text], .input-row input[type=email], .form-item--textarea .input-row__input, .form-item--textarea input[type=text], .form-item--textarea input[type=email], .form-item--textfield .input-row__input, .form-item--textfield input[type=text], .form-item--textfield input[type=email], .form-item--email .input-row__input, .form-item--email input[type=text], .form-item--email input[type=email], .form-actions .input-row__input, .form-actions input[type=text], .form-actions input[type=email] {
    line-height: 38px;
    font-size: 18px;
    padding: 0 15px;
  }
}
.input-row .input-row__input:placeholder, .input-row input[type=text]:placeholder, .input-row input[type=email]:placeholder, .form-item--textarea .input-row__input:placeholder, .form-item--textarea input[type=text]:placeholder, .form-item--textarea input[type=email]:placeholder, .form-item--textfield .input-row__input:placeholder, .form-item--textfield input[type=text]:placeholder, .form-item--textfield input[type=email]:placeholder, .form-item--email .input-row__input:placeholder, .form-item--email input[type=text]:placeholder, .form-item--email input[type=email]:placeholder, .form-actions .input-row__input:placeholder, .form-actions input[type=text]:placeholder, .form-actions input[type=email]:placeholder {
  color: currentColor;
}
.input-row .input-row__input:focus, .input-row input[type=text]:focus, .input-row input[type=email]:focus, .form-item--textarea .input-row__input:focus, .form-item--textarea input[type=text]:focus, .form-item--textarea input[type=email]:focus, .form-item--textfield .input-row__input:focus, .form-item--textfield input[type=text]:focus, .form-item--textfield input[type=email]:focus, .form-item--email .input-row__input:focus, .form-item--email input[type=text]:focus, .form-item--email input[type=email]:focus, .form-actions .input-row__input:focus, .form-actions input[type=text]:focus, .form-actions input[type=email]:focus {
  border-color: #2a76a9;
}
.input-row textarea, .form-item--textarea textarea, .form-item--textfield textarea, .form-item--email textarea, .form-actions textarea {
  width: 100%;
  background-color: #fff;
  font-size: 20px;
  font-family: "Open Sans";
  color: #16242e;
  border: 1px solid #c9c9c9;
  outline: 0;
  min-height: 200px;
  padding: 10px 20px;
}
.input-row textarea:placeholder, .form-item--textarea textarea:placeholder, .form-item--textfield textarea:placeholder, .form-item--email textarea:placeholder, .form-actions textarea:placeholder {
  color: currentColor;
}
.input-row textarea:focus, .form-item--textarea textarea:focus, .form-item--textfield textarea:focus, .form-item--email textarea:focus, .form-actions textarea:focus {
  border-color: #2a76a9;
}
@media (max-width: 768px) {
  .input-row textarea, .form-item--textarea textarea, .form-item--textfield textarea, .form-item--email textarea, .form-actions textarea {
    padding: 10px 15px;
    font-size: 18px;
    padding: 10 15px;
  }
}

.input-row__input--error {
  border-color: red;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
}
.contacts__map {
  width: 60%;
}
.contacts__map .field--name--field-par-tk-text {
  height: 100%;
}

@media (max-width: 1024px) {
  .contacts__map {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contacts__map {
    width: 100%;
  }
}
.contacts__descr {
  width: 40%;
  padding: 50px 90px;
  background: #c5dff2;
}

@media (max-width: 1024px) {
  .contacts__descr {
    padding: 30px 60px;
    width: 50%;
  }
}
.contacts__title {
  font-size: 45px;
  margin-bottom: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #327da8;
}

.contacts__address-row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media (max-width: 768px) {
  .contacts__descr {
    width: 100%;
    padding: 25px;
  }

  .contacts__address-row {
    margin-bottom: 30px;
  }
}
.contacts__icon {
  color: #327da8;
  max-height: 30px;
  max-width: 30px;
}

.contacts__info {
  padding-left: 15px;
}

.contacts__address-title {
  font-size: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #327da8;
}

.contacts__address {
  font-size: 20px;
  color: #327da8;
}

.contact-page {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0 150px;
}

@media (max-width: 768px) {
  .contact-page {
    padding: 70px 0 80px;
  }
}
.contact-page__address {
  width: 44%;
  padding-right: 25px;
}

@media (max-width: 768px) {
  .contact-page__address {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.contact-page__form {
  width: 56%;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .contact-page__form {
    width: 100%;
    padding: 0;
  }
}
.contact-page__form--button {
  width: 300px;
}

@media (max-width: 768px) {
  .contact-page__form--button {
    width: 100%;
  }
}
.contact-page__form--secure {
  margin: 30px 0 40px;
}

.small-icon {
  width: 30px;
  height: 30px;
  display: block;
  color: #0f4e99;
}

.download {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  background: #3498db;
  line-height: 1.2;
}

@media (max-width: 370px) {
  .download {
    font-size: 14px;
  }
}
.download__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.download__link:hover {
  text-decoration: underline;
}

.download__icon {
  display: inline-block;
  width: 32px;
  height: 41px;
}

.download__text {
  max-width: calc(100% - 32px);
  padding-left: 20px;
}

.text-block ul {
  display: block;
  padding: 15px 0;
  color: #4f4f4f;
}

.text-block ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
}

.text-block ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #2a76a9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.text-block ol {
  display: block;
  padding: 20px 0;
  color: #4f4f4f;
  counter-reset: counter;
}

.text-block ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  counter-increment: counter;
}

.text-block ol li:before {
  content: counter(counter) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.text-block table {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 370px) {
  .text-block table {
    font-size: 16px;
  }
}
.text-block table td {
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  padding: 15px;
}

.secure {
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  color: #898989;
  margin-bottom: 15px;
}

.secure__icon {
  flex: 0 0 40px;
  height: 40px;
  margin-right: 10px;
}

.specialization {
  background: url(../images/about.jpg) center/cover no-repeat;
  padding: 70px 0 200px;
  margin-top: -20px;
}

.specialization__title {
  position: relative;
  margin-bottom: -60px;
}

@media (max-width: 768px) {
  .contacts__address {
    font-size: 18px;
  }

  .specialization {
    padding: 30px 0;
  }

  .specialization__title {
    margin-bottom: 0;
  }
}
.specialization__title-inner {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #16242e;
  max-width: 600px;
  margin: auto;
}

@media (max-width: 1024px) {
  .specialization__title-inner {
    font-size: 28px;
  }
}
.specialization__items {
  padding: 150px 120px 120px;
  counter-reset: spec;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='237px' height='235px' viewBox='0 0 237 235' style='enable-background:new 0 0 237 235;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF0000;stroke:%23FFFFFF;stroke-width:4;stroke-linecap:square;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M237,2H2H237z'/%3E%3Cpath class='st0' d='M2,0v235V0z'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='235px' height='237px' viewBox='0 0 235 237' style='enable-background:new 0 0 235 237;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF0000;stroke:%23FFFFFF;stroke-width:4;stroke-linecap:square;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M233,237V2V237z'/%3E%3Cpath class='st0' d='M235,2H0H235z'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='237px' height='235px' viewBox='0 0 237 235' style='enable-background:new 0 0 237 235;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF0000;stroke:%23FFFFFF;stroke-width:4;stroke-linecap:square;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M0,233h235H0z'/%3E%3Cpath class='st0' d='M235,235V0V235z'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='235px' height='237px' viewBox='0 0 235 237' style='enable-background:new 0 0 235 237;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF0000;stroke:%23FFFFFF;stroke-width:4;stroke-linecap:square;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M2,0v235V0z'/%3E%3Cpath class='st0' d='M0,235h235H0z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .specialization__items {
    background-size: 150px;
    padding: 150px 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .specialization__items {
    background-size: 100px;
    padding: 150px 10px 0;
  }
}
@media (max-width: 768px) {
  .specialization__title-inner {
    font-size: 25px;
    line-height: 1.4;
  }

  .specialization__items {
    background: 0 0;
    padding: 20px 30px 60px;
  }
}
@media (max-width: 375px) {
  .specialization__items {
    background: 0 0;
    padding: 10px 10px 0;
  }
}
.specialization__items::before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 130px;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  background: #fff;
  display: block;
}

.specialization__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: spec;
}

.specialization__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.specialization__item-descr {
  font-family: "Open Sans";
  max-width: 50%;
  width: 330px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .specialization__items::before {
    display: none;
  }

  .specialization__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .specialization__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: initial;
    -ms-flex-flow: initial;
    flex-flow: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .specialization__item-descr {
    max-width: 100%;
    width: auto;
  }
}
.specialization__item-image {
  max-width: 50%;
}

.specialization__item-img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .specialization__item-image {
    max-width: 100%;
    width: 100%;
  }

  .specialization__item-img {
    height: auto;
  }
}
.specialization__item-name {
  color: #2a76a9;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  border-left: 1px solid currentColor;
  margin-left: 53px;
  padding: 15px 0 15px 10px;
}

.specialization__item-name::before {
  content: counter(spec);
  display: block;
  position: absolute;
  left: -66px;
  top: 12px;
  padding: 0 10px;
  margin: auto;
  font-size: 44px;
  line-height: 44px;
  height: 32px;
}

.specialization__item-name:nth-child(-n+9):before {
  content: "0" counter(spec);
}

.about-screen1 {
  padding: 200px 0 220px;
  background: url(../images/about_screen1_bg.png) center/cover no-repeat;
  margin-top: 50px;
}

.about-screen1__title {
  width: 42%;
  font-size: 40px;
  font-weight: 700;
  color: #16242e;
  margin-bottom: 50px;
}

@media screen and (max-width: 1367px) {
  .about-screen1 {
    padding: 100px 0 110px;
  }

  .about-screen1__title {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .about-screen1__title {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .about-screen1__title {
    width: 100%;
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .about-screen1 {
    padding: 50px 0 70px;
  }

  .about-screen1__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.about-screen1__title span {
  color: #3498db;
}

.about-screen1__inner {
  padding: 40px 0;
  background-color: #94cdfa;
}

.about-screen1__inner .container {
  position: relative;
}

.about-screen1 .advantages {
  width: 40%;
}

@media screen and (max-width: 1367px) {
  .about-screen1 .advantages {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .about-screen1 .advantages {
    width: 50%;
  }
}
.about-screen1 .advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-family: "Open Sans";
}

.about-screen1 .advantages-item:first-child {
  margin-top: 0;
}

.about-screen1 .advantages-item .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75px;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  height: 75px;
  margin-right: 30px;
}

.about-screen1 .advantages-item__text {
  font-size: 16px;
  color: #16242e;
}

.about-screen1__photo {
  border: 8px solid #fff;
  position: absolute;
  top: -84%;
  right: 0;
}

.about-screen1__photo img {
  display: block;
  position: relative;
  top: 40px;
  right: 50px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1367px) {
  .about-screen1__photo {
    width: 400px;
    top: -44%;
  }

  .about-screen1__photo img {
    top: 20px;
    right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .about-screen1 .advantages {
    width: 100%;
  }

  .about-screen1__photo {
    display: none;
  }
}
.block-title-decorate {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.block-title-decorate:before {
  background-color: #3498db;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 73px;
}

.steps {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .block-title-decorate {
    font-size: 25px;
  }

  .steps {
    padding: 70px 0;
  }
}
.steps__items {
  padding: 20px 0;
  counter-reset: step;
}

.steps__item {
  position: relative;
  counter-increment: step;
  padding-left: 80px;
}

@media (max-width: 768px) {
  .steps__item {
    padding-left: 40px;
  }
}
.steps__item:before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  color: #3498db;
  line-height: 1;
}

.steps__item:last-child .steps__title {
  padding-bottom: 0;
}

.steps__item:last-child .steps__title::after {
  display: none;
}

.steps__title {
  color: #858585;
  font-size: 20px;
  font-family: "Open Sans";
  padding-bottom: 80px;
  padding-left: 45px;
  position: relative;
  line-height: 1;
}

@media (max-width: 768px) {
  .steps__title {
    padding-left: 20px;
    font-size: 15px;
    padding-bottom: 60px;
  }
}
.steps__title::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #3498db;
  display: block;
  border-radius: 50%;
  z-index: 2;
}

.steps__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: -5px;
  background: #cacaca;
  width: 1px;
  display: block;
}

.about-screen3 {
  padding: 90px 0;
  background: url(../images/about_screen3_bg.png) center/cover no-repeat;
}

@media (max-width: 768px) {
  .about-screen3 {
    padding: 50px 0;
  }
}
.about-screen3__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.about-screen3__title img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  height: 90px;
  margin-right: 40px;
}

.about-screen3__title span {
  font-size: 38px;
  font-weight: 700;
  color: #0057a6;
}

.about-screen3 .caps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.about-screen3 .caps__item {
  padding: 30px 20px 0;
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .about-screen3__title span {
    font-size: 32px;
  }

  .about-screen3 .caps__item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .about-screen3__title {
    display: block;
  }

  .about-screen3__title img {
    display: block;
    margin: 0 auto 20px;
  }

  .about-screen3__title span {
    display: block;
    font-size: 24px;
    text-align: center;
  }

  .about-screen3 .caps__item {
    width: 100%;
    max-width: 100%;
  }
}
.about-screen3 .caps img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.about-screen3 .caps__text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #16242e;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.about-screen3 .caps__text:before {
  content: "";
  width: 55px;
  height: 3px;
  background-color: #3498db;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .about-screen3 .caps__text {
    font-size: 16px;
  }
}
.main-first {
  background: url(../images/firstbg.png) center/cover no-repeat;
  min-height: calc(100vh - 140px);
  overflow: hidden;
  min-height: 750px;
}
.main-first > .field--name--field-par-tk-text {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
  overflow: hidden;
  min-height: 750px;
  padding: 0 180px 0;
}
@media (max-width: 1024px) {
  .main-first > .field--name--field-par-tk-text {
    min-height: 100vh;
    padding: 0 0;
  }
}

.main-first__descr {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.main-first__descr::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bottles.png) center no-repeat;
  width: 420px;
  height: 590px;
  z-index: 2;
  right: 0;
  top: 0;
  background-size: 420px;
  background-position: top right;
}

@media (max-width: 1024px) {
  .main-first__descr {
    padding-top: 400px;
  }

  .main-first {
    min-height: 100vh;
    padding: 0 0;
  }

  .main-first__descr::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    max-width: 390px;
    height: 340px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .main-first__descr {
    padding-top: 330px;
  }

  .main-first__descr::before {
    top: 29px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 335px;
    background-size: 250px;
    width: 100%;
    background-position: top center;
  }
}
.main-first__descr::after {
  /*  content:'';
    display:block;
    position:absolute;
    background:url(../images/bottles_bg.png) center no-repeat;
    width:530px;
    height:590px;
    z-index:-1;
    right:-340px;
    bottom:-180px;
    opacity:.7*/
}

.main-first__inner {
  position: relative;
  padding: 50px 460px 0 0;
}

.main-first__inner::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/stellaV2.webp) center no-repeat;
  background-size: 127px;
  background-position: bottom center;
  width: 212px;
  height: 392px;
  z-index: 2;
  left: 0;
  top: 0px;
}
@media (max-width: 768px) {
  .main-first__inner::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .main-first__descr::after {
    display: none;
  }

  .main-first__inner {
    padding: 40px;
  }

  .main-first__inner::before {
    top: -380px;
    left: 40px;
  }
}
@media (max-width: 768px) {
  .main-first__inner::before {
    top: -170px;
    left: 20px;
    width: 100px;
    height: 145px;
    max-width: 40%;
  }
}
.main-first__title {
  font-size: 29px;
  margin-bottom: 30px;
  padding-left: 230px;
  margin-top: 0;
  color: #327da8;
  text-transform: uppercase;
  font-weight: normal;
}

@media (max-width: 768px) {
  .main-first__inner {
    padding: 0;
    border: none;
  }

  .main-first__title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 340px) {
  .main-first__title {
    font-size: 36px;
  }
}
.main-first__company-name {
  color: #327da8;
  font-weight: bold;
  text-transform: none;
  font-size: 78px;
}
@media (max-width: 340px) {
  .main-first__company-name {
    font-size: 72px;
  }
}

.main-first__text {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.2;
  margin-bottom: 145px;
  padding-left: 230px;
}

@media (max-width: 768px) {
  .main-first__text {
    font-size: 15px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 390px;
    position: relative;
  }
  .main-first__text:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/vinolok.png) center no-repeat;
    background-size: 212px;
    background-position: top center;
    width: 100%;
    height: 350px;
    z-index: 2;
    left: 0;
    top: 127%;
  }
}
.main-first__button {
  line-height: 70px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 40px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.main-first__button.button--transparent {
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  background: #D5E7F4;
  background: linear-gradient(0deg, #d5e7f4 0%, #c7def1 100%);
  color: #327da8;
}

@media (max-width: 768px) {
  .main-first__button {
    padding: 0 10px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
  }
}
.page--node--type--product .node--type--product .node__content {
  display: flex;
  flex-wrap: wrap;
}
.page--node--type--product .node--type--product .node__content .product_group {
  width: 50%;
}
@media (max-width: 768px) {
  .page--node--type--product .node--type--product .node__content .product_group {
    width: 100%;
  }
}
.page--node--type--product .node--type--product .node__content .group_left {
  position: relative;
  aspect-ratio: 0.8;
}
@media (max-width: 768px) {
  .page--node--type--product .node--type--product .node__content .group_left {
    aspect-ratio: 0.8;
  }
}
.page--node--type--product .node--type--product .node__content .group_left .group-left-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .page--node--type--product .node--type--product .node__content .group_left .group-left-top {
    left: 5px;
  }
}
.page--node--type--product .node--type--product .node__content .group_left .group-left-top h1.node-title-custom {
  font-size: 40px;
  font-family: "MagistralTT";
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .page--node--type--product .node--type--product .node__content .group_left .group-left-top h1.node-title-custom {
    font-size: 9vw;
  }
}
.page--node--type--product .node--type--product .node__content .group_left .group-left-top .field--name--field-product-subtitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "MagistralTT";
}
@media (max-width: 768px) {
  .page--node--type--product .node--type--product .node__content .group_left .group-left-top .field--name--field-product-subtitle {
    font-size: 4vw;
  }
}
.page--node--type--product .node--type--product .node__content .group_left .group-left-top .bottle-logo {
  width: 50px;
  aspect-ratio: 1;
  background-image: url("../images/logo-notext.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .page--node--type--product .node--type--product .node__content .group_left .group-left-top .bottle-logo {
    width: 10vw;
    aspect-ratio: 1;
  }
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 90%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch > .field-group__wrapper {
  height: 100%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch > .field-group__wrapper > .field-group__content {
  height: 100%;
  position: relative;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch .field--name--field-product-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20%;
  padding-bottom: 5%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch .field--name--field-product-image img {
  height: auto;
  width: 100%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch .field--name--field-product-3d-threejs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  padding-top: 20%;
  padding-bottom: 5%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch .field--name--field-product-3d-threejs .threejs-download {
  display: none;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch .field--name--field-product-3d-threejs .canvas-container {
  height: 100%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch .field--name--field-product-3d-threejs .canvas-container canvas.threejs {
  margin-top: 0;
  height: 100%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch-switch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 10%;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch-switch .group-view-switch-switch-buttons {
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #3498db;
  border-radius: 5px;
  overflow: hidden;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch-switch .group-view-switch-switch-buttons .group-view-switch-button {
  cursor: pointer;
  width: 50%;
  color: #3498db;
  text-align: center;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch-switch .group-view-switch-switch-buttons .group-view-switch-button.active {
  background: #3498db;
  color: #fff;
}
.page--node--type--product .node--type--product .node__content .group_left .group-view-switch-switch .group-view-switch-switch-buttons .group-view-switch-button i {
  margin-right: 5px;
}
.page--node--type--product .node--type--product .node__content .group_right {
  container-type: inline-size;
  opacity: 0;
}
.page--node--type--product .node--type--product .node__content .group_right.visible {
  opacity: 1;
}
.page--node--type--product .node--type--product .node__content .group_right .bottle-table-wrapper {
  width: 100%;
}
.page--node--type--product .node--type--product .node__content .group_right .bottle-table-wrapper .bottle-table {
  width: 100%;
}
.page--node--type--product .node--type--product .node__content .group_right .bottle-table-wrapper .bottle-table .labelcolumn {
  width: 23%;
  white-space: nowrap;
}
.page--node--type--product .node--type--product .node__content .group_right .bottle-table-wrapper .bottle-table .crown-rowclass.valcolumn img {
  height: 37px;
  width: auto;
}
.page--node--type--product .node--type--product .node__content .group_right .group_bottom_wrapper {
  height: 40cqw;
  width: 100cqw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--node--type--product .node--type--product .node__content .group_right .group_bottom_wrapper .field--name--field-product-image-bottom {
  height: 30cqw;
  aspect-ratio: 1;
  text-align: center;
  background-size: 30cqw;
  background-position: center;
  /* padding: 0 30%;
   margin-bottom: 30%;*/
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper {
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 300px;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-inputs .nudge-input {
  width: 43px;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons {
  position: relative;
  width: 200px;
  aspect-ratio: 1;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons .nudge {
  position: absolute;
  width: 45px;
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
  line-height: 45px;
  font-size: 27px;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons .nudge.nudge-up {
  top: 0;
  left: 73px;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons .nudge.nudge-left {
  top: 50px;
  left: 0;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons .nudge.nudge-right {
  top: 50px;
  right: 0;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons .nudge.nudge-scaleup {
  top: 50px;
  left: 50px;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons .nudge.nudge-scaledown {
  top: 50px;
  left: 100px;
}
.page--node--type--product .node--type--product .node__content .group_right .controls-wrapper .nudge-wrapper .nudge-buttons .nudge.nudge-down {
  top: 100px;
  left: 73px;
}
.page--node--type--product .node--type--product .bottle-table-wrapper {
  overflow-x: auto;
  margin: 1em 0;
}
.page--node--type--product .node--type--product .bottle-table {
  width: 100%;
  border-collapse: collapse;
  /* Special styling for crown row */
}
.page--node--type--product .node--type--product .bottle-table thead {
  display: none;
}
.page--node--type--product .node--type--product .bottle-table th,
.page--node--type--product .node--type--product .bottle-table td {
  padding: 8px 12px;
  text-align: center;
  vertical-align: bottom;
}
.page--node--type--product .node--type--product .bottle-table tr {
  border-bottom: 1px solid #ddd;
}
.page--node--type--product .node--type--product .bottle-table tr:first-child {
  border-bottom: none;
}
.page--node--type--product .node--type--product .bottle-table td:first-child {
  text-align: left;
}
.page--node--type--product .node--type--product .bottle-table-image {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page--node--type--product .node--type--product .crown-image {
  margin: 0 auto;
}

.view-katalog .pager__items {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 250px;
}
.view-katalog .pager__items .pager__item {
  background: #0052b4;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  min-width: 50px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.view-katalog .pager__items .pager__item.is-active {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 13px;
  color: #4e4e4e;
  text-align: center;
  line-height: 50px;
  min-width: 50px;
  margin-right: 10px;
  background: #e5e5e5;
}
.view-katalog .pager__items .pager__item.pager__item--next, .view-katalog .pager__items .pager__item.pager__item--last {
  display: none;
}
.view-katalog .pager__items .pager__item.pager__item--previous, .view-katalog .pager__items .pager__item.pager__item--first {
  display: none;
}
.view-katalog .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 60px;
  padding: 10px 0 30px;
}
@media (max-width: 768px) {
  .view-katalog .products {
    row-gap: 30px;
  }
}
.view-katalog .products .product {
  cursor: pointer;
}
.view-katalog .products .product .product__image {
  display: block;
  text-decoration: none;
  position: relative;
  aspect-ratio: 0.502;
  overflow: hidden;
  padding-top: 20%;
  padding-bottom: 10%;
  /*
        &:after {
          content: "";
          position: absolute;
          opacity: 1;
          top: 4%;
          left: 7%;
          display: block;
          width: 20%;
          background-image: url('../images/catstar_hollow.svg');
          background-repeat: no-repeat;
          background-size: cover;
          aspect-ratio: 1;
        }
  */
}
.view-katalog .products .product .product__image .product__img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.view-katalog .products .product .product__image .product__button {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 50px;
  max-width: 150px;
  line-height: 49px;
  padding: 0 20px;
}
.view-katalog .products .product .product__image:hover .product__img {
  opacity: 0.7;
}
.view-katalog .products .product .product__image:hover .product__button {
  opacity: 1;
}
.view-katalog .products .product .product__name {
  font-size: 17px;
  text-align: center;
}

.catalog {
  padding: 90px 0 30px;
}
@media (max-width: 768px) {
  .catalog {
    padding: 70px 0 80px;
  }
}
.catalog .viewsreference--view-title {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: left;
  text-transform: uppercase;
  color: #327da8;
  container-type: inline-size;
  position: relative;
}
.catalog .viewsreference--view-title:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 85cqw;
  background: #327da8;
  right: 0;
  top: calc(50% - 2px);
}
@media (max-width: 768px) {
  .catalog .viewsreference--view-title {
    margin-bottom: 15px;
  }
  .catalog .viewsreference--view-title:after {
    width: 59cqw;
  }
}

.block-title {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: left;
  text-transform: uppercase;
  color: #327da8;
  container-type: inline-size;
  position: relative;
}
.block-title:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 75cqw;
  background: #327da8;
  right: 0;
  top: calc(50% - 2px);
}
@media (max-width: 768px) {
  .block-title {
    margin-bottom: 15px;
  }
  .block-title:after {
    width: 31cqw;
  }
}

.catalog__controls {
  padding: 40px 0;
  text-align: center;
}

.button__icon {
  display: inline-block;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

.services {
  padding: 20px 0;
  margin-bottom: 20px;
}

.service-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  column-gap: 60px;
  row-gap: 60px;
  margin: auto;
  padding: 20px 50px 60px;
}

@media (max-width: 1024px) {
  .service-items {
    padding: 20px 20px 40px;
  }
}
.service {
  padding: 30px 0 0;
  background: #B4D1EB;
  background: linear-gradient(180deg, #b4d1eb 0%, #c5dff2 100%);
  border-radius: 5px;
  overflow: hidden;
}

.service__icon {
  width: 70px;
  height: 70px;
}

@media (max-width: 768px) {
  .service {
    padding: 15px 0 0;
  }

  .service__icon {
    width: 50px;
    height: 50px;
  }
}
.service__title {
  font-weight: 600;
  font-size: 16px;
  color: #327da8;
  text-transform: uppercase;
  padding-left: 15px;
  width: 100%;
  text-align: center;
  line-height: 21px;
}

@media (max-width: 1024px) {
  .service__title {
    font-size: 13px;
  }
}
.service__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.service__head img {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .service__head {
    padding: 0 15px;
  }
}
.service__descr {
  padding: 30px;
  font-size: 14px;
  line-height: 1.4;
  color: #327da8;
  text-align: center;
}

@media (max-width: 1024px) {
  .service__descr {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .service__descr {
    transform: translate3d(10px, 10px, 0);
  }
}
.clients-block {
  padding: 20px 0;
  margin-bottom: 20px;
}

.clients-block__clients {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
  margin-bottom: 20px;
}

.clients-block__controlls {
  text-align: center;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .clients-block__controlls {
    padding: 30px 0 20px;
  }

  .clients-block__button {
    width: 100%;
  }
}
/**
 * Utility helper classes
 */
/* Display utilities */
.hide-mobile {
  display: block;
}

.show-mobile {
  display: none;
}

/* Grid helpers */
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: 1fr;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Flexbox helpers */
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

/* Spacing helpers */
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

/* Text helpers */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/**
 * Responsive utilities and media queries
 */
/* ========================================================================== */
/* TABLET STYLES (max-width: 1024px) */
/* ========================================================================== */
@media (max-width: 1024px) {
  header .nav {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 100%;
    background: rgba(22, 36, 46, 0.3);
    z-index: -999;
    transition: 0.3s;
  }
  header.header--open-menu .nav {
    left: 0;
    opacity: 1;
    z-index: 9999;
    display: block;
  }

  /* Typography adjustments */
  h1,
.h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* Container adjustments */
  .container {
    padding: 0 20px;
    max-width: 100vw;
  }
  .container--footer {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* Header adjustments */
  .header-logo {
    max-width: 180px;
  }

  .header--small .header-logo {
    max-width: 130px;
  }
  .header--small .container.container--header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header--small .nav__item {
    padding: 10px 0;
  }

  /* Navigation adjustments */
  .nav__link {
    padding: 8px 12px;
    font-size: 12px;
    color: #fff;
  }
  .nav__link.is-active {
    color: #2a76a9;
  }

  /* Page header */
  .page-header {
    padding: 70px 0;
  }
  .page-header__title {
    font-size: 30px;
  }

  /* Footer adjustments */
  .footer__logo {
    margin: 0 auto 20px;
    max-width: 230px;
  }
  .footer__col:last-child {
    grid-column: 1/-1;
  }
}
/* ========================================================================== */
/* MOBILE STYLES (max-width: 768px) */
/* ========================================================================== */
@media (max-width: 768px) {
  /* Typography */
  .page-header__title {
    font-size: 30px;
  }

  /* Header top - hide on mobile */
  .header__top {
    display: none;
  }

  /* Container adjustments */
  .container {
    padding: 0 25px;
  }
  .container--header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container--footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .container.container--header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Logo adjustments */
  .header-logo {
    max-width: 150px;
  }

  /* Language switcher - reduce size */
  .langs {
    margin-right: 10px;
  }
  .langs__icon {
    width: 16px;
    height: 12px;
  }

  /* Mobile navigation */
  .nav-btn {
    display: block;
  }

  .nav__list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #16242e;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px 20px;
    transition: 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .nav__list.active {
    right: 0;
  }

  .nav__item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #4f4f4f;
  }

  .nav__link {
    padding: 15px 0;
    font-size: 14px;
    width: 100%;
  }

  .nav__sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f9fa;
    margin-top: 10px;
    display: none;
  }

  .nav__item.expanded .nav__sub-menu {
    display: block;
  }

  .nav__drop-btn {
    right: 0;
    top: 15px;
    transform: none;
  }

  /* Main content adjustments */
  .page-header__title {
    font-size: 24px;
  }

  .main-content {
    padding: 20px 0;
  }

  .content-wrapper,
.content-wrapper.has-sidebar-first,
.content-wrapper.has-sidebar-second,
.content-wrapper.has-both-sidebars {
    grid-template-columns: 1fr;
  }

  .sidebar {
    order: -1;
    /* Move sidebars above main content on mobile */
  }

  /* Breadcrumbs */
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb__list {
    flex-wrap: wrap;
  }
  .breadcrumb__text {
    font-size: 11px;
  }

  /* Footer adjustments */
  .footer {
    padding: 20px 0;
  }
  .footer__logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .footer__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-nav__list {
    grid-template-columns: 1fr;
    padding-bottom: 15px;
  }
  .footer-nav__link {
    margin-bottom: 10px;
  }

  /* Time work adjustments */
  .time-work__day {
    font-size: 11px;
  }

  /* Utility responsive classes */
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .grid-cols-2,
.grid-cols-3 {
    grid-template-columns: 1fr;
  }

  .text-center-mobile {
    text-align: center;
  }
}
/* ========================================================================== */
/* SMALL MOBILE STYLES (max-width: 480px) */
/* ========================================================================== */
@media (max-width: 480px) {
  /* Container adjustments */
  .container.container--header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Header adjustments */
  .header-logo {
    max-width: 120px;
  }

  .langs {
    margin-right: 5px;
  }

  /* Typography */
  .page-header__title {
    font-size: 30px;
  }

  h1,
.h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  /* Navigation */
  .nav__list {
    width: 280px;
    right: -100vw;
  }
  .nav__list.active {
    right: 0;
  }

  /* Footer */
  .footer {
    padding: 15px 0;
  }
  .footer__logo {
    max-width: 180px;
  }
  .footer__title {
    font-size: 14px;
  }

  .footer-nav__link {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
