@charset "UTF-8";

@font-face {
   src: url("../fonts/ubuntu-regular.woff2") format("woff2");
   font-display: swap;
   font-family: "Ubuntu";
   font-weight: 400;
   font-style: normal;
}

@font-face {
   src: url("../fonts/ubuntu-bold.woff2") format("woff2");
   font-display: swap;
   font-family: "Ubuntu";
   font-weight: 700;
   font-style: normal;
}

@font-face {
   src: url("../fonts/opensans-regular.woff2") format("woff2");
   font-display: swap;
   font-family: "Open Sans";
   font-weight: 400;
   font-style: normal;
}

@font-face {
   src: url("../fonts/opensans-semibold.woff2") format("woff2");
   font-display: swap;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
}

/* Based on X-Node Web Framework – xnode.site */

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

html {
   line-height: 1.5;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
   margin: 0;
   font-family: "Open Sans", sans-serif;
   font-size: 15px;
   font-weight: 400;
   color: #121212;
   text-rendering: optimizeSpeed;
   letter-spacing: 0;
}

*:focus:not(:focus-visible) {
   outline-width: 0;
}

::-moz-selection {
   color: #FFFFFF;
   text-shadow: none;
   background-color: #67686A;
}

::selection {
   color: #FFFFFF;
   text-shadow: none;
   background-color: #67686A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   text-rendering: optimizeLegibility;
}

p {
   margin: 0;
}

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

hr {
   margin: 0;
}

a {
   color: inherit;
   text-decoration: none;
   -webkit-text-decoration-skip: edges;
   text-decoration-skip: edges;
}

b,
strong {
   font-weight: 700;
}

sub,
sup {
   position: relative;
   vertical-align: baseline;
   line-height: 0;
   font-size: 75%;
}

sub {
   bottom: -0.25em;
}

sup {
   top: -0.5em;
}

small {
   font-size: 1em;
}

mark {
   background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
   text-decoration: underline;
   -webkit-text-decoration-style: dotted;
   text-decoration-style: dotted;
}

pre,
code,
kbd,
samp {
   font-family: "Courier New", monospace;
   font-size: 1em;
}

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

iframe {
   border: 0;
}

video {
   outline: 0;
}

input,
textarea {
   letter-spacing: inherit;
   border-width: 0;
   outline: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
   opacity: 1;
}

input::placeholder,
textarea::placeholder {
   opacity: 1;
}

button {
   padding: 0;
   background-color: rgba(0, 0, 0, 0);
   border: 0;
   outline: 0;
}

button:not([disabled]) {
   cursor: pointer;
}

button,
input[type="button"],
input[type="submit"] {
   letter-spacing: inherit;
}

button,
input,
optgroup,
select,
textarea {
   margin: 0;
   line-height: 1.5;
   font-family: inherit;
   font-size: 1em;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
   padding: 0;
}

[type="button"] {
   border: 0;
}

fieldset {
   padding: 0;
}

legend {
   padding: 0;
}

progress {
   vertical-align: baseline;
}

textarea {
   resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

[type="search"] {
   outline-offset: -2px;
}

::-webkit-file-upload-button {
   font: inherit;
}

summary {
   display: list-item;
}

.js-no-scroll {
   overflow: hidden !important;
}

body.js-no-scroll {
   position: fixed;
   width: 100%;
}

.is-hidden {
   visibility: hidden !important;
   width: 0 !important;
   height: 0 !important;
   margin: 0 !important;
   padding: 0 !important;
   font-size: 0 !important;
}

[data-reader] {
   overflow: hidden !important;
   position: absolute !important;
   width: 1px !important;
   height: 1px !important;
   padding: 0 !important;
   white-space: nowrap !important;
   border: 0 !important;
}

.block-link {
   font-size: 0;
}

.block-link::after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0);
   pointer-events: auto;
}

[class*="icon-"] {
   display: inline-flex;
   flex-shrink: 0;
   background-repeat: no-repeat;
   background-position: center;
}

.icon-simple-catalog {
   background-image: url("../design/icon-pack/simple-catalog.svg");
}

.icon-simple-search,
.global-search__input {
   background-image: url("../design/icon-pack/simple-search.svg");
}

.icon-simple-phone,
.delivery-point__item.mod-phone,
.contact-block__item.mod-phone {
   background-image: url("../design/icon-pack/simple-phone.svg");
}

.icon-simple-email,
.delivery-point__item.mod-email,
.contact-block__item.mod-email {
   background-image: url("../design/icon-pack/simple-email.svg");
}

.icon-simple-chat,
.contact-block__item.mod-chat {
   background-image: url("../design/icon-pack/simple-chat.svg");
}

.icon-simple-address,
.delivery-point__item.mod-address,
.contact-block__item.mod-address {
   background-image: url("../design/icon-pack/simple-address.svg");
}

.icon-simple-schedule,
.delivery-point__item.mod-schedule,
.contact-block__item.mod-schedule {
   background-image: url("../design/icon-pack/simple-schedule.svg");
}

.icon-simple-quote {
   background-image: url("../design/icon-pack/simple-quote.svg");
}

.icon-simple-more {
   background-image: url("../design/icon-pack/simple-more.svg");
}

.icon-simple-check,
.check__input:checked + .check__title::after {
   background-image: url("../design/icon-pack/simple-check.svg");
}

.icon-simple-minimize {
   background-image: url("../design/icon-pack/simple-minimize.svg");
}

.icon-simple-filter {
   background-image: url("../design/icon-pack/simple-filter.svg");
}

.icon-invert-phone {
   background-image: url("../design/icon-pack/invert-phone.svg");
}

.icon-raster-png-file,
.download-data__file::before {
   width: 37px;
   height: 41px;
   background-image: url("../design/icon-pack/raster-png-file.png");
   background-size: 37px 41px;
}

.icon-raster-doc-file,
.download-data__file.mod-doc::before {
   width: 37px;
   height: 41px;
   background-image: url("../design/icon-pack/raster-doc-file.png");
   background-size: 37px 41px;
}

.icon-raster-xls-file,
.download-data__file.mod-xls::before {
   width: 37px;
   height: 41px;
   background-image: url("../design/icon-pack/raster-xls-file.png");
   background-size: 37px 41px;
}

.icon-raster-pdf-file,
.download-data__file.mod-pdf::before {
   width: 37px;
   height: 41px;
   background-image: url("../design/icon-pack/raster-pdf-file.png");
   background-size: 37px 41px;
}

.skeleton {
   position: relative;
   display: grid;
   grid-template-rows: auto 1fr auto;
   align-content: space-between;
   min-height: 100vh;
   min-height: calc(var(--vh, 1vh) * 100);
   background-color: #FFFFFF;
}

.skeleton__header {
   display: grid;
   grid-template-columns: [wide-start] 1fr [main-start] minmax(0, 1296px) [main-end] 1fr [wide-end];
   grid-template-rows: [navbar-block] auto [primary-slider] 1fr;
   align-content: space-between;
}

.skeleton__common {
   position: relative;
   display: grid;
   grid-template-columns: [wide-start] 1fr [main-start] minmax(0, 1296px) [main-end] 1fr [wide-end];
   padding-bottom: 56px;
}

.skeleton__common.mod-special {
   background-color: #EAF0F2;
   background-image: url("../design/skeleton/common.png");
   background-position: center;
}

.skeleton__footer {
   overflow: hidden;
   display: grid;
   grid-template-columns: [wide-start] 1fr [main-start] minmax(0, 1296px) [main-end] 1fr [wide-end];
   background-color: #121212;
}

.skeleton__overlay-bground {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 100;
   display: none;
   background-color: rgba(0, 0, 0, 0.2);
   animation-fill-mode: both;
   animation-timing-function: ease-out;
}

.skeleton__overlay-bground.is-enabled {
   display: flex;
   animation-name: skeleton__overlay--active;
   animation-duration: 0.5s;
}

.skeleton__overlay-bground.is-disabled {
   display: flex;
   animation-name: skeleton__overlay--disable;
   animation-duration: 0.4s;
}

@keyframes skeleton__overlay--active {
   0% {
      opacity: 0;
      transform: translateX(-200vw);
   }

   1% {
      opacity: 0;
      transform: translateX(0);
   }

   100% {
      opacity: 1;
   }
}

@keyframes skeleton__overlay--disable {
   0% {
      opacity: 1;
   }

   99% {
      opacity: 0;
      transform: translateX(0);
   }

   100% {
      opacity: 0;
      transform: translateX(-200vw);
   }
}

.skeleton__section {
   display: grid;
   grid-template-columns: [wide-start] 1fr [main-start] minmax(0, 1296px) [main-end] 1fr [wide-end];
   grid-column: wide;
}

.skeleton__content {
   display: grid;
   grid-template-columns: [wide-start] 1fr [main-start] minmax(0, 1296px) [main-end] 1fr [wide-end];
   grid-column: wide;
   padding: 0 5vw;
   background-repeat: no-repeat;
   background-size: cover;
}

.skeleton__content.mod-slider {
   overflow: hidden;
   position: relative;
}

.skeleton__content.mod-focused {
   background-color: #F7F7F7;
}

.skeleton__content.mod-heading {
   overflow: hidden;
   position: relative;
   background-color: #F7F7F7;
   background-image: url("../design/skeleton/heading.jpg");
   background-position: top center;
   background-size: cover;
}

.skeleton__content.mod-heading::after {
   content: "";
   position: absolute;
   right: 0;
   bottom: -2px;
   left: 0;
   height: 1px;
   box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12);
}

.skeleton__navbar {
   position: relative;
   z-index: 70;
   display: grid;
   grid-template-columns: [wide-start] 1fr [main-start] minmax(0, 100%) [main-end] 1fr [wide-end];
   grid-column: wide;
   grid-row: navbar-block;
}

.skeleton__heading {
   display: flex;
   grid-column: main;
   flex-direction: column;
   padding-top: 48px;
}

.skeleton__heading-main {
   margin-top: 36px;
}

.skeleton__heading-main .heading__title span {
   background-color: rgba(0, 0, 0, 0);
}

.skeleton__heading-main .heading__desc {
   margin-top: 12px;
}

.skeleton__heading-nav {
   order: -1;
}

.skeleton__group {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-column: main;
   -moz-column-gap: 24px;
   column-gap: 24px;
   margin-top: 28px;
}

.skeleton__group-page {
   grid-column: 1 / span 2;
}

.skeleton__group-aside {
   order: -1;
   width: calc(100% + 8px);
   margin-right: 8px;
}

.wysiwyg > *:first-child {
   margin-top: 0;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-weight: 700;
   color: var(--color-head);
}

.wysiwyg h2 {
   margin-top: 20px;
   font-size: 22px;
}

.wysiwyg h3 {
   margin-top: 20px;
   font-size: 18px;
}

.wysiwyg p {
   margin-top: 12px;
}

.wysiwyg p + .wysiwyg p {
   margin-top: 16px;
}

.wysiwyg p + ul,
.wysiwyg p + ol {
   margin-top: 12px;
}

.wysiwyg p > img {
   margin-top: 8px;
}

.wysiwyg ul,
.wysiwyg ol {
   margin-top: 12px;
}

.wysiwyg ul + p,
.wysiwyg ul + ul,
.wysiwyg ul + ol,
.wysiwyg ol + p,
.wysiwyg ol + ul,
.wysiwyg ol + ol {
   margin-top: 16px;
}

.wysiwyg ul > li,
.wysiwyg ol > li {
   position: relative;
   padding-left: 32px;
}

.wysiwyg ul > li:not(:first-of-type),
.wysiwyg ol > li:not(:first-of-type) {
   margin-top: 6px;
}

.wysiwyg ul li::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 12px;
   display: flex;
   width: 5px;
   height: 5px;
   background-color: #FF6410;
   border-radius: 50%;
}

.wysiwyg ol {
   counter-reset: myCounter;
}

.wysiwyg ol li::before {
   content: counter(myCounter) ".";
   position: absolute;
   top: 0;
   left: 4px;
   counter-increment: myCounter;
   font-weight: 600;
}

.wysiwyg blockquote {
   margin: 1.7rem 0 1.7rem 2px;
   padding: 0.3rem 20px 0.7rem 24px;
   line-height: 1.3;
   font-size: 20px;
   font-weight: 700;
   font-style: italic;
   border-left: 3px solid #E6520F;
   border-radius: var(--borderRadius_Mini);
}

.wysiwyg blockquote > *:first-child {
   margin-top: 0;
}

.wysiwyg a {
   color: var(--color-main-hover);
   text-decoration: underline;
   text-decoration-thickness: 1px;
   text-underline-offset: 2px;
}

.wysiwyg a:hover,
.wysiwyg a:active {
   color: var(--color-text);
}

.wysiwyg iframe {
   overflow: hidden;
   width: 100% !important;
   height: auto !important;
   margin-top: 12px;
   border-radius: 3px;

   aspect-ratio: 16/9;
}

.wysiwyg .simple-table {
   overflow-x: auto;
   min-width: 100%;
}

.wysiwyg .simple-table table {
   width: 100%;
   margin-top: 16px;
   border: 1px solid #E5E5E5;
   border-radius: 3px;
}

.wysiwyg .simple-table thead tr {
   color: #FFFFFF;
   background-color: #E6520F;
}

.wysiwyg .simple-table tbody tr:nth-of-type(2n+2) {
   background-color: #EAF0F2;
}

.wysiwyg .simple-table th {
   padding: 10px 12px 11px;
   line-height: 1.2;
   text-align: center;
}

.wysiwyg .simple-table td {
   padding: 8px 12px;
   white-space: nowrap;
   text-align: center;
}

.wysiwyg .simple-table + p {
   margin-top: 16px;
}

.wysiwyg .simple-table .simple-table__title {
   padding-left: 12px !important;
   text-align: left;
}

.wysiwyg .simple-table.mod-spec td:first-child {
   padding-left: 24px;
   text-align: left;
}

.glightbox-container {
   overflow: hidden;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999999 !important;
   width: 100%;
   height: 100%;
   -webkit-text-size-adjust: 100%;
   outline: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   touch-action: none;

   -moz-text-size-adjust: 100%;
   text-size-adjust: 100%;
}

.glightbox-container.inactive {
   display: none;
}

.glightbox-container .gcontainer {
   overflow: hidden;
   position: relative;
   z-index: 9999;
   width: 100%;
   height: 100%;
}

.glightbox-container .gslider {
   overflow: hidden;
   position: relative;
   top: 0;
   left: 0;
   display: flex !important;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   transition: transform 0.4s ease;
   transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   opacity: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}

.glightbox-container .gslide.current {
   position: relative;
   z-index: 99999;
   opacity: 1;
}

.glightbox-container .gslide.prev {
   z-index: 9999;
   opacity: 1;
}

.glightbox-container .gslide-inner-content {
   width: 100%;
}

.glightbox-container .ginner-container {
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   max-width: 100%;
   height: 100vh;
   margin: auto;
}

.glightbox-container .ginner-container.gvideo-container {
   width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
   flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
   max-width: 100% !important;
}

.gslide iframe,
.gslide video {
   min-height: 165px;
   border: none;
   outline: none !important;
   touch-action: auto;
}

.gslide:not(.current) {
   pointer-events: none;
}

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

.gslide-image img {
   display: block;
   float: none;
   width: auto;
   min-width: 200px;
   max-width: 100vw;
   height: auto;
   max-height: 100vh;
   margin: auto;
   padding: 0;
   border: none;
   outline: none;
   -o-object-fit: cover;
   object-fit: cover;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   touch-action: none;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
   width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
   width: auto;
   max-width: 100%;
}

.gslide-image img.zoomable {
   position: relative;
}

.gslide-image img.dragging {
   cursor: -webkit-grabbing !important;
   cursor: grabbing !important;
   transition: none;
}

.gslide-video {
   position: relative;
   width: 100% !important;
   max-width: 100vh;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
   display: none;
}

.gslide-video .gvideo-wrapper {
   width: 100%;
   /* max-width: 160vmin; */
   margin: auto;
}

.gslide-video::before {
   content: "";
   position: absolute;
   display: none;
   width: 100%;
   height: 100%;
   background: rgba(255, 0, 0, 0.34);
}

.gslide-video.playing::before {
   display: none;
}

.gslide-video.fullscreen {
   min-width: 100%;
   max-width: 100% !important;
   height: 75vh;
}

.gslide-video.fullscreen video {
   width: 100% !important;
   max-width: 100% !important;
}

.gslide-inline {
   overflow: auto;
   max-width: 100%;
   max-height: calc(100vh - 40px);
   margin: auto;
   text-align: left;
   background: #FFFFFF;
}

.gslide-inline .ginlined-content {
   width: 100%;
   padding: 20px;
}

.gslide-inline .dragging {
   cursor: -webkit-grabbing !important;
   cursor: grabbing !important;
   transition: none;
}

.ginlined-content {
   overflow: auto;
   display: block !important;
   opacity: 1;
}

.gslide-external {
   overflow: auto;
   display: flex;
   width: 100%;
   min-width: 100%;
   height: 100%;
   max-height: 75vh;
   padding: 0;
   background: #FFFFFF;
}

.gslide-media {
   display: flex;
   width: auto;
}

.zoomed .gslide-media {
   box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
   flex-direction: column;
   margin: 0 auto;
}

.gslide-description {
   position: relative;
   flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
   max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
   width: 100%;
   margin: 0 auto;
}

.gslide-description p {
   margin-bottom: 12px;
}

.gslide-description p:last-child {
   margin-bottom: 0;
}

.zoomed .gslide-description {
   display: none;
}

.glightbox-button-hidden {
   display: none;
}

/*
  * Description for mobiles
  * something like facebook does the description
  * for the photos
 */

.glightbox-mobile .glightbox-container .gslide-description {
   overflow: auto !important;
   position: absolute;
   bottom: 0;
   order: 2 !important;
   width: 100%;
   max-width: 100vw !important;
   height: auto !important;
   max-height: 78vh;
   padding: 19px 11px;
   padding-bottom: 50px;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
   transition: opacity 0.3s linear;
}

.glightbox-mobile .glightbox-container .gslide-title {
   font-size: 1em;
   color: #FFFFFF;
}

.glightbox-mobile .glightbox-container .gslide-desc {
   color: #A1A1A1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
   font-weight: bold;
   color: #FFFFFF;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
   color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
   color: #FFFFFF;
   opacity: 0.4;
}

.gdesc-open .gslide-media {
   opacity: 0.4;
   transition: opacity 0.5s ease;
}

.gdesc-open .gdesc-inner {
   padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
   opacity: 1;
   transition: opacity 0.5s ease;
}

.greset {
   transition: all 0.3s ease;
}

.gabsolute {
   position: absolute;
}

.grelative {
   position: relative;
}

.glightbox-desc {
   display: none !important;
}

.glightbox-open {
   overflow: hidden;
}

.gloader {
   position: absolute;
   top: 47%;
   right: 0;
   left: 0;
   z-index: 9999;
   display: block;
   width: 25px;
   height: 25px;
   margin: 0 auto;
   border: 2px solid #FFFFFF;
   border-right-color: transparent;
   border-radius: 50%;
   animation: lightboxLoader 0.8s infinite linear;
}

.goverlay {
   position: fixed;
   top: -1px;
   left: 0;
   width: 100%;
   height: calc(100vh + 1px);
   background: #000000;

   will-change: opacity;
}

.glightbox-mobile .goverlay {
   background: #000000;
}

.gprev,
.gnext,
.gclose {
   z-index: 99999;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 26px;
   height: 44px;
   border: none;
   cursor: pointer;
}

.gprev svg,
.gnext svg,
.gclose svg {
   display: block;
   width: 25px;
   height: auto;
   margin: 0;
   padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
   opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
   stroke: #FFFFFF;
}

.gbtn.focused {
   outline: 2px solid #0F3D81;
}

iframe.wait-autoplay {
   opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
   opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description {
   background: #FFFFFF;
}

.glightbox-clean .gdesc-inner {
   padding: 22px 20px;
}

.glightbox-clean .gslide-title {
   margin-bottom: 19px;
   line-height: 1.4em;
   font-family: arial;
   font-size: 1em;
   font-weight: normal;
   color: #000000;
}

.glightbox-clean .gslide-desc {
   margin-bottom: 0;
   line-height: 1.4em;
   font-family: arial;
   font-size: 0.86em;
}

.glightbox-clean .gslide-video {
   background: #000000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
   background-color: rgba(0, 0, 0, 0.75);
   border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
   fill: #FFFFFF;
}

.glightbox-clean .gprev {
   position: absolute;
   top: -100%;
   left: 30px;
   width: 40px;
   height: 50px;
}

.glightbox-clean .gnext {
   position: absolute;
   top: -100%;
   right: 30px;
   width: 40px;
   height: 50px;
}

.glightbox-clean .gclose {
   position: absolute;
   top: 15px;
   right: 10px;
   width: 35px;
   height: 35px;
}

.glightbox-clean .gclose svg {
   width: 18px;
   height: auto;
}

.glightbox-clean .gclose:hover {
   opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
   animation: gfadeIn 0.5s ease;
}

.gfadeOut {
   animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
   animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
   animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
   animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
   animation: gslideInRight 0.3s ease;
}

.gzoomIn {
   animation: gzoomIn 0.5s ease;
}

.gzoomOut {
   animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

@keyframes gfadeIn {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

@keyframes gfadeOut {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
   }
}

@keyframes gslideInLeft {
   from {
      opacity: 0;
      transform: translate3d(-60%, 0, 0);
   }

   to {
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 0, 0);
   }
}

@keyframes gslideOutLeft {
   from {
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      opacity: 0;
      transform: translate3d(-60%, 0, 0);
   }
}

@keyframes gslideInRight {
   from {
      visibility: visible;
      opacity: 0;
      transform: translate3d(60%, 0, 0);
   }

   to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
   }
}

@keyframes gslideOutRight {
   from {
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 0, 0);
   }

   to {
      opacity: 0;
      transform: translate3d(60%, 0, 0);
   }
}

@keyframes gzoomIn {
   from {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
   }

   to {
      opacity: 1;
   }
}

@keyframes gzoomOut {
   from {
      opacity: 1;
   }

   50% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
   }

   to {
      opacity: 0;
   }
}

:root {
   --hystmodal-speed: 0.2s;
   --hystmodal-zindex: 70;
}

.hystmodal {
   visibility: hidden;
   overflow: hidden;
   overflow-y: auto;
   scrollbar-width: none;
   position: fixed;
   top: 0;
   left: 0;
   display: grid;
   grid-template-columns: 100%;
   grid-template-rows: 0 -webkit-min-content 0;
   grid-template-rows: 0 min-content 0;
   justify-content: center;
   align-content: space-between;
   width: 100%;
   height: 100%;
   pointer-events: none;

   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: none;
}

.hystmodal::-webkit-scrollbar {
   display: none;
}

.hystmodal:before {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   height: 100%;
   background-color: #000000;
   opacity: 0;
   pointer-events: none;
}

.hystmodal--animated:before {
   transition: opacity var(--hystmodal-speed) ease;
}

.hystmodal--active:before {
   opacity: 0.6;
}

.hystmodal--moved,
.hystmodal--active {
   visibility: visible;
   opacity: 1;
   pointer-events: none;
}

.hystmodal--active {
   pointer-events: auto;
}

.hystmodal__wrap {
   display: block;
   grid-row: 2 / 3;
   min-width: 0;
}

.hystmodal__window {
   box-sizing: border-box;
   overflow: visible;
   position: relative;
   z-index: 10;
   grid-row: 2 / 3;
   flex-grow: 0;
   flex-shrink: 0;
   width: 600px;
   min-width: 0;
   max-width: 100%;
   margin: 7.5vh auto;
   background: #FFFFFF;
   opacity: 0;
   transform: scale(0.95);
}

.hystmodal__window--loading {
   min-height: 400px;
   background-image: url("data:image/svg+xml,%0A%3Csvg width='105' height='105' viewBox='0 0 105 105' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='0s' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='52.5' r='12.5' fill-opacity='.5'%3E%3Canimate attributeName='fill-opacity' begin='100ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='300ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='600ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='800ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='400ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='700ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='500ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='200ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E%0A");
   background-repeat: no-repeat;
   background-position: 50%;
   background-size: 48px;
}

.hystmodal--animated .hystmodal__window {
   transition: transform var(--hystmodal-speed) ease 0s, opacity var(--hystmodal-speed) ease 0s;
}

.hystmodal--active .hystmodal__window {
   opacity: 1;
   transform: none;
}

.tns-outer {
   padding: 0 !important;
}

.tns-outer [hidden] {
   display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
   cursor: pointer;
}

.tns-slider {
   transition: all 0s;
}

.tns-slider > .tns-item {
   box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
   white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
   display: inline-block;
   vertical-align: top;
   white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
   content: "";
   display: table;
   clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
   float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
   margin-right: -100%;
}

.tns-no-calc {
   position: relative;
   left: 0;
}

.tns-gallery {
   position: relative;
   left: 0;
   min-height: 1px;
}

.tns-gallery > .tns-item {
   position: absolute;
   left: -100%;
   transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
   position: relative;
   left: auto !important;
}

.tns-gallery > .tns-moving {
   transition: all 0.25s;
}

.tns-autowidth {
   display: inline-block;
}

.tns-lazy-img {
   opacity: 0.6;
   transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
   opacity: 1;
}

.tns-ah {
   transition: height 0s;
}

.tns-ovh {
   overflow: hidden;
}

.tns-visually-hidden {
   position: absolute;
   left: -10000em;
}

.tns-transparent {
   visibility: hidden;
   opacity: 0;
}

.tns-fadeIn {
   z-index: 0;
   opacity: 1;
   filter: alpha(opacity=100);
}

.tns-normal,
.tns-fadeOut {
   z-index: -1;
   opacity: 0;
   filter: alpha(opacity=0);
}

.tns-vpfix {
   white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
   display: inline-block;
}

.tns-t-subp2 {
   overflow: hidden;
   position: relative;
   width: 310px;
   height: 10px;
   margin: 0 auto;
}

.tns-t-ct {
   position: absolute;
   right: 0;
   width: calc(100% * 70 / 3);
}

.tns-t-ct::after {
   content: "";
   display: table;
   clear: both;
}

.tns-t-ct > div {
   float: left;
   width: calc(100% / 70);
   height: 10px;
}

.button {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   height: 42px;
   padding: 0 18px;
   white-space: nowrap;
   font-family: "Ubuntu", sans-serif;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   border-radius: 3px;
   cursor: pointer;
   transition: color 0.2s, background 0.2s, border 0.2s;
}

.button.size-plus {
   height: 50px;
   font-size: 16px;
}

.button.mod-general {
   padding: 0 26px;
   color: #FFFFFF;
   background-color: #E6520F;
}

.button.mod-general:hover,
.button.mod-general:active {
   background-color: #FF6410;
}

.button.mod-general.size-plus {
   padding: 1px 32px 0;
}

.button.mod-second {
   color: #E6520F;
   border: 2px solid #E6520F;
}

.button.mod-second:hover,
.button.mod-second:active {
   color: #FFFFFF;
   background-color: #FF6410;
   border-color: #FF6410;
}

.button.mod-simple {
   height: 28px;
   font-weight: 400;
   color: #121212;
}

.button.mod-simple:hover,
.button.mod-simple:active {
   text-decoration: underline;
   -webkit-text-decoration-style: dashed;
   text-decoration-style: dashed;
}

.heading {
   margin-bottom: 32px;
}

.heading__title {
   line-height: 1.2;
   font-family: "Ubuntu", sans-serif;
   font-size: 29px;
   font-weight: 700;
   color: #121212;
   text-transform: uppercase;
}

.heading__title span {
   display: inline-flex;
   margin-left: -8px;
   padding: 5px 9px 4px 8px;
   background-color: rgba(61, 205, 151, 0.35);
   border-radius: 3px;
}

.heading__desc {
   margin-top: 16px;
   padding-right: 16px;
   font-size: 16px;
}

.image,
.wysiwyg img {
   background-color: rgba(0, 0, 0, 0.1);
   -o-object-fit: cover;
   object-fit: cover;
}

.input-simple {
   display: inline-flex;
   width: 100%;
   height: 42px;
   padding: 0 12px;
   white-space: nowrap;
   font-size: 15px;
   font-weight: 700;
   color: #121212;
   background-color: rgba(0, 0, 0, 0);
   border: 1px solid #E5E5E5;
   border-radius: 3px;
   transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.input-simple::-moz-placeholder {
   font-size: 0;
}

.input-simple::placeholder {
   font-size: 0;
}

.input-simple:hover,
.input-simple:active {
   border-color: #FF6410;
}

.input-simple:focus {
   color: #000000;
   border-color: #FF6410;
}

.input-simple[disabled="disabled"],
.input-simple[disabled] {
   opacity: 0.5;
}

.simple-modal {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100% !important;
   max-width: 400px !important;
   padding: 40px 28px 32px;
   border-top: 3px solid #E6520F;
   border-radius: 5px;
   box-shadow: 0 4px 12px 8px rgba(0, 0, 0, 0.075);
}

.simple-modal.mod-media {
   max-width: 840px !important;
   padding: 0;
}

.simple-modal__header {
   margin-bottom: 36px;
}

.simple-modal__title {
   line-height: 1.1;
   font-family: "Ubuntu", sans-serif;
   font-size: 22px;
   font-weight: 700;
   text-transform: uppercase;
   text-align: center;
}

.simple-modal__desc {
   margin-top: 12px;
   line-height: 1.2;
   color: #424242;
   text-align: center;
}

.simple-modal__content {
   overflow: hidden;
   display: flex;
   row-gap: 20px;
   flex-wrap: wrap;
   width: 100%;
   border-radius: 5px;
}

.simple-modal__item {
   display: flex;
   row-gap: 8px;
   flex-direction: column;
   justify-content: flex-end;
   align-items: flex-start;
   width: 100%;
}

.simple-modal__item:last-of-type {
   margin-top: 8px;
   padding-top: 28px;
   border-top: 1px dashed #E5E5E5;
}

.simple-modal__label {
   order: -1;
   height: 20px;
   font-size: 13px;
   font-weight: 600;
   cursor: text;
   transition: font-size 0.3s, transform 0.3s;
}

.simple-modal__action {
   width: 100%;
}

.simple-modal__hint {
   margin-top: 16px;
   font-size: 13px;
   color: #424242;
   text-align: center;
}

.simple-modal__close {
   position: absolute;
   top: -23px;
   right: -20px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
   height: 40px;
   background-color: #E6520F;
   border-radius: 50%;
   transition: background 0.3s;
}

.simple-modal__close:hover,
.simple-modal__close:active {
   background-color: #FF6410;
}

.simple-modal__close-icon {
   width: 26px;
   height: 26px;
}

.check {
   position: relative;
   display: inline-flex;
}

.check:hover,
.check:focus,
.check:active {
   cursor: pointer;
}

.check:hover .check__input:not([disabled]) ~ .check__title::before,
.check:focus .check__input:not([disabled]) ~ .check__title::before,
.check:active .check__input:not([disabled]) ~ .check__title::before {
   border-color: #E6520F;
}

.check:hover .check__input:not([disabled]) ~ .check__title::after,
.check:focus .check__input:not([disabled]) ~ .check__title::after,
.check:active .check__input:not([disabled]) ~ .check__title::after {
   color: #121212;
}

.check:hover .check__input:not([disabled]):checked ~ .check__title::before,
.check:focus .check__input:not([disabled]):checked ~ .check__title::before,
.check:active .check__input:not([disabled]):checked ~ .check__title::before {
   border-color: #E6520F;
}

.check__title {
   position: relative;
   display: block;
   min-height: 20px;
   padding-left: 32px;
   line-height: 1.3;
   color: #121212;
   transition: all 0.3s;
}

.check__title::before,
.check__title::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   width: 20px;
   height: 20px;
   transition: all 0.3s;
}

.check__title::before {
   background-color: #FFFFFF;
   border: 1px solid #B5B5B5;
   border-radius: 3px;
}

.check__title::after {
   text-align: center;
}

.check__input {
   position: absolute;
   top: 0;
   left: 0;
   z-index: -10;
   opacity: 0;
}

.check__input:checked + .check__title::before {
   border-color: #E6520F;
}

.check__input:checked + .check__title::after {
   top: 4px;
   left: 4px;
   width: 12px;
   height: 12px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 12px 12px;
}

.check__input:disabled ~ .check__title {
   opacity: 0.5;
}

.check__input:disabled ~ .check__title:hover,
.check__input:disabled ~ .check__title:active {
   cursor: default;
}

.bcrumbs-nav {
   display: flex;
   flex-wrap: wrap;
   margin: -4px 0;
}

.bcrumbs-nav__item {
   display: flex;
}

.bcrumbs-nav__item:not(:last-of-type)::after {
   content: " / ";
   padding: 4px 8px;
   font-size: 13px;
}

.bcrumbs-nav__link {
   display: inline-flex;
   padding: 4px 0;
   white-space: nowrap;
   font-size: 13px;
   color: #121212;
   text-decoration: underline;
   text-decoration-thickness: 1px;
   -webkit-text-decoration-color: #A5A5A5;
   text-decoration-color: #A5A5A5;
   letter-spacing: 0;
   transition: all 0.3s;
}

.bcrumbs-nav__link:hover,
.bcrumbs-nav__link:active {
   color: #E6520F;
   -webkit-text-decoration-color: #E6520F;
   text-decoration-color: #E6520F;
}

.bcrumbs-nav__here {
   display: inline-flex;
   padding: 4px 0;
   white-space: nowrap;
   font-size: 13px;
   color: #121212;
   letter-spacing: 0;
}

.duplicate-nav {
   display: grid;
   -moz-column-gap: 32px;
   column-gap: 32px;
   row-gap: 40px;
}

.duplicate-nav__block {
   display: flex;
   flex-direction: column;
}

.duplicate-nav__title {
   margin-bottom: 17px;
   font-family: "Ubuntu", sans-serif;
   font-size: 15px;
   font-weight: 700;
   color: #FFFFFF;
   text-transform: uppercase;
}

.duplicate-nav__list {
   display: flex;
   row-gap: 13px;
   flex-direction: column;
}

.duplicate-nav__item.is-active .duplicate-nav__link {
   color: #3DCD97;
   text-decoration: underline;
   cursor: default;
}

.duplicate-nav__link {
   display: inline-flex;
   margin: -8px -12px;
   padding: 8px 12px;
   line-height: 1.2;
   color: #A5A5A5;
   text-underline-offset: 2px;
   transition: color 0.2s;
}

.duplicate-nav__link:hover,
.duplicate-nav__link:active {
   color: #3DCD97;
   text-decoration: underline;
}

.duplicate-nav__rank {
   display: flex;
   margin: auto 0 -2px;
   padding-top: 32px;
}

.general-nav {
   display: flex;
   height: 100%;
}

.general-nav__main {
   display: flex;
}

.general-nav__main-wrap {
   position: relative;
   display: flex;
   align-items: center;
}

.general-nav__contact {
   display: none;
}

.general-nav__list {
   display: flex;
   height: 100%;
}

.general-nav__item {
   display: flex;
   align-items: center;
}

.general-nav__item:nth-of-type(1) {
   margin-left: -16px;
}

.general-nav__item:first-of-type::after,
.general-nav__item:last-of-type::after {
   content: "";
   display: flex;
   width: 1px;
   height: 28px;
   margin: 0 14px;
   background-color: #E6520F;
}

.general-nav__link {
   display: inline-flex;
   align-items: center;
   height: 100%;
   padding: 0 16px;
   white-space: nowrap;
   font-family: "Ubuntu", sans-serif;
   font-size: 15px;
   font-weight: 700;
   color: #FFFFFF;
   text-transform: uppercase;
   transition: background 0.2s;
}

.general-nav__link span {
   display: none;
}

.general-nav__link:hover,
.general-nav__link:active {
   background-color: rgba(255, 100, 16, 0.35);
}

.general-nav__icon {
   display: flex;
   order: -1;
   width: 28px;
   height: 28px;
   margin: -1px 16px 0 0;
   background-size: 28px;
}

.general-nav__open {
   display: none;
}

.general-nav__close {
   display: none;
}

.global-search {
   display: flex;
}

.global-search__input {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 126px;
   height: 100%;
   padding: 0 16px 0 54px;
   font-family: "Ubuntu", sans-serif;
   color: #FFFFFF;
   text-transform: uppercase;
   background-repeat: no-repeat;
   background-position: center left 14px;
   background-size: 28px;
   border: 0;
   transition: all 0.2s;
   animation-fill-mode: both;
   animation-duration: 0.3s;
   animation-timing-function: ease-out;
}

.global-search__input:hover,
.global-search__input:active {
   color: #FFFFFF;
   background-color: rgba(255, 100, 16, 0.35);
}

.global-search__input:focus {
   top: 4px;
   bottom: 4px;
   width: 100%;
   height: calc(100% - 8px);
   padding: 0 16px 0 56px;
   color: #FFFFFF;
   background-color: #D24A00;
}

.global-search__input::-moz-placeholder {
   font-size: 15px;
   color: #FFFFFF;
}

.global-search__input::placeholder {
   font-size: 15px;
   color: #FFFFFF;
}

.global-search__action {
   position: absolute;
   top: 1px;
   bottom: 1px;
   left: 9px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
   font-size: 0;
   letter-spacing: 0;
   transition: background 0.2s;
   animation-fill-mode: both;
   animation-duration: 0.2s;
   animation-timing-function: ease-out;
   animation-delay: 0.15s;
}

.project-logo {
   display: flex;
   -moz-column-gap: 28px;
   column-gap: 28px;
   align-items: flex-end;
}

.project-logo__link {
   display: flex;
}

.project-logo__image {
   display: flex;
}

.project-logo__desc {
   max-width: 188px;
   margin-bottom: -2px;
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-size: 14px;
}

.pagination {
   display: flex;
   -moz-column-gap: 8px;
   column-gap: 8px;
}

.pagination__item:first-of-type {
   margin-right: auto;
}

.pagination__item:last-of-type {
   margin-left: auto;
}

.pagination__item.is-enabled .pagination__link {
   color: #FFFFFF;
   background-color: #E6520F;
   border-color: #E6520F;
   cursor: default;
}

.pagination__link {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 42px;
   height: 42px;
   padding-bottom: 1px;
   font-family: "Ubuntu", sans-serif;
   background-color: #FFFFFF;
   border: 1px solid #E5E5E5;
   border-radius: 3px;
   transition: all 0.3s;
}

.pagination__link:hover,
.pagination__link:active {
   color: #FFFFFF;
   background-color: #E6520F;
   border-color: #E6520F;
}

.pagination__link.mod-prev,
.pagination__link.mod-next {
   padding-bottom: 2px;
   font-size: 19px;
}

.pagination__link.mod-prev {
   padding-right: 1px;
}

.pagination__link.mod-next {
   padding-left: 1px;
}

.feed-filter {
   display: flex;
   -moz-column-gap: 24px;
   column-gap: 24px;
   justify-content: space-between;
   align-items: center;
}

.feed-filter__title {
   font-family: "Ubuntu", sans-serif;
   font-size: var(--font-size-main);
   font-weight: 700;
}

.feed-filter__sort {
   display: none;
   -moz-column-gap: 24px;
   column-gap: 24px;
   font-family: "Ubuntu", sans-serif;
   font-size: var(--font-size-main);
}

.feed-filter__sort small {
   display: inline-flex;
   margin: -4px 0 0 4px;
}

.feed-filter__sort .sort-top {
   font-size: 17px;
   transform: translateY(1px);
}

.feed-filter__sort .sort-asc,
.feed-filter__sort .sort-desc {
   font-size: 12px;
   transform: translateY(-1px);
}

.feed-filter__open {
   height: 28px;
   padding: 0;
   font-size: var(--font-size-main);
   font-weight: 700;
}

.feed-filter__open i {
   width: 18px !important;
   height: 18px !important;
   margin-right: 12px;
   background-size: 18px;
}

.call-to-action {
   position: relative;
   display: grid;
   grid-template-columns: repeat(12, 1fr);
   row-gap: 16px;
   margin-top: 57px;
   padding: 40px 0 44px;
   background-color: #F7F7F7;
   border-radius: 5px;
}

.call-to-action::before {
   content: "";
   position: absolute;
   top: -29px;
   right: 0;
   left: 0;
   height: 1px;
   border-top: 1px dashed #E5E5E5;
}

.call-to-action__title {
   grid-column: 2 / span 10;
   line-height: 1.1;
   font-family: "Ubuntu", sans-serif;
   font-size: 29px;
   font-weight: 700;
   color: #121212;
   text-transform: uppercase;
}

.call-to-action__main {
   display: flex;
   grid-column: 2 / span 10;
   -moz-column-gap: 40px;
   column-gap: 40px;
   row-gap: 28px;
}

.call-to-action__desc {
   width: 100%;
   font-size: 16px;
}

.simple-contact {
   display: flex;
   -moz-column-gap: clamp(24px, 2.4vw, 32px);
   column-gap: clamp(24px, 2.4vw, 32px);
   padding-top: 4px;
}

.simple-contact__phone {
   display: none;
   grid-template-columns: repeat(2, auto);
   grid-template-rows: repeat(2, auto);
   -moz-column-gap: 16px;
   column-gap: 16px;
}

.simple-contact__link {
   display: flex;
   grid-column: 2;
   grid-row: 1;
   height: 36px;
   white-space: nowrap;
   line-height: 36px;
   font-family: "Ubuntu", sans-serif;
   font-size: 22px;
   font-weight: 700;
   color: #121212;
}

.simple-contact__link:hover + .simple-contact__icon,
.simple-contact__link:active + .simple-contact__icon {
   background-color: #FF6410;
}

.simple-contact__icon {
   display: flex;
   grid-column: 1;
   grid-row: 1 / span 2;
   order: -1;
   width: 36px;
   height: 36px;
   margin-top: 9px;
   background-color: #E6520F;
   background-size: 18px;
   border-radius: 50%;
   transition: background 0.2s;
}

.simple-contact__hint {
   grid-column: 2;
   grid-row: 2;
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-size: 11px;
   text-transform: uppercase;
}

.simple-contact__action {
   margin-top: 7px;
}

.simple-contact__chats {
   display: flex;
   -moz-column-gap: 12px;
   column-gap: 12px;
   flex-shrink: 0;
   padding-top: 9px;
}

.simple-contact__chats .social-pages__icon {
   display: flex;
   flex-shrink: 0;
   width: 36px;
   height: 36px;
   transition: all 0.3s;
}

.simple-modal__check {
   margin: -12px 0 16px;
   font-size: 13px;
}

.simple-modal__check a {
   text-decoration: underline;
   text-underline-offset: 1px;
   transition: all 0.3s;
}

.simple-modal__check a:hover,
.simple-modal__check a:active {
   color: #E6520F;
}

.hystmodal--active {
   z-index: 3000 !important;
}

.social-pages__list {
   display: flex;
   -moz-column-gap: 16px;
   column-gap: 16px;
}

.social-pages__link {
   display: flex;
   margin: -4px;
   padding: 4px;
}

.social-pages__link:hover img,
.social-pages__link:active img {
   transform: translateY(-4px);
}

.social-pages__icon {
   display: flex;
   width: 34px;
   height: 34px;
   transition: all 0.3s;
}

.catalog-page__main {
   display: grid;
   row-gap: 28px;
}

.catalog-page__main .tns-outer {
   overflow: hidden;
   border-radius: 3px;
}

.catalog-page__gallery a {
   overflow: hidden;
   display: flex;
   background-color: #E5E5E5;
   border-radius: 3px;
}

.catalog-page__gallery a:hover img,
.catalog-page__gallery a:active img {
   transform: scale(1.03);
}

.catalog-page__gallery img {
   transition: all 0.3s;
}

.catalog-page__ctrl {
   display: flex;
   -moz-column-gap: 12px;
   column-gap: 12px;
}

.catalog-page__arrow {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 34px;
   height: 34px;
   color: #FF6410;
   border: 2px solid #E6520F;
   border-radius: 50%;
   transition: all 0.2s;
}

.catalog-page__arrow:hover,
.catalog-page__arrow:active {
   background: #E6520F;
   border-radius: 50%;
}

.catalog-page__arrow[disabled] {
   opacity: 0.4;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}

.catalog-page__arrow:not([disabled]):hover .catalog-page__arrow-icon,
.catalog-page__arrow:not([disabled]):active .catalog-page__arrow-icon {
   color: #FFFFFF;
}

.catalog-page__arrow-icon {
   display: flex;
   width: 24px;
   height: 24px;
   color: #E6520F;
   transition: all 0.2s;
}

.catalog-page__arrow-icon.mod-prev {
   margin-left: -2px;
}

.catalog-page__arrow-icon.mod-next {
   margin-right: -2px;
}

.catalog-page__more {
   display: flex;
   gap: 32px;
   flex-direction: column;
   justify-content: space-between;
   margin-top: 40px;
   padding-top: 28px;
   border-top: 1px dashed #E5E5E5;
}

.clients-slider__feed .tns-outer {
   overflow: hidden;
   border-radius: 3px;
}

.clients-slider__card {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 24px 0;
   border: 1px solid #E5E5E5;
   border-radius: 3px;
}

.clients-slider__image {
   display: flex;
   height: 100%;
   max-height: 104px;
}

.clients-slider__ctrl {
   display: flex;
   -moz-column-gap: 12px;
   column-gap: 12px;
   margin-top: 28px;
}

.clients-slider__arrow {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 34px;
   height: 34px;
   color: #FF6410;
   border: 2px solid #E6520F;
   border-radius: 50%;
   transition: all 0.2s;
}

.clients-slider__arrow:hover,
.clients-slider__arrow:active {
   background: #E6520F;
   border-radius: 50%;
}

.clients-slider__arrow[disabled] {
   opacity: 0.4;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}

.clients-slider__arrow:not([disabled]):hover .clients-slider__arrow-icon,
.clients-slider__arrow:not([disabled]):active .clients-slider__arrow-icon {
   color: #FFFFFF;
}

.clients-slider__arrow-icon {
   display: flex;
   width: 24px;
   height: 24px;
   color: #E6520F;
   transition: all 0.2s;
}

.clients-slider__arrow-icon.mod-prev {
   margin-left: -2px;
}

.clients-slider__arrow-icon.mod-next {
   margin-right: -2px;
}

.delivery-point {
   display: grid;
   -moz-column-gap: 16px;
   column-gap: 16px;
   row-gap: 16px;
}

.delivery-point__item {
   padding: 20px 20px 24px 68px;
   background-repeat: no-repeat;
   background-position: top 20px left -12px;
   background-size: 56px;
   border: 1px solid #E5E5E5;
   border-radius: 5px;
}

.delivery-point__title {
   font-family: "Ubuntu", sans-serif;
   font-size: 18px;
   text-transform: uppercase;
}

.delivery-point__desc {
   margin-top: 6px;
}

.delivery-point__link {
   display: inline-flex;
   text-underline-offset: 2px;
   transition: color 0.2s;
}

.delivery-point__link:hover,
.delivery-point__link:active {
   color: #E6520F;
   text-decoration: underline;
}

.delivery-price {
   display: grid;
   -moz-column-gap: 32px;
   column-gap: 32px;
   row-gap: 32px;
}

.delivery-price__title {
   margin-bottom: 24px;
   font-family: "Ubuntu", sans-serif;
   font-size: 18px;
   text-transform: uppercase;
}

.delivery-price__data {
   display: grid;
}

.delivery-price__item {
   display: flex;
   -moz-column-gap: 32px;
   column-gap: 32px;
   row-gap: 4px;
   justify-content: space-between;
   padding: 16px 12px 17px;
   border-radius: 3px;
}

.delivery-price__item:nth-of-type(2n+1) {
   background-color: #EAF0F2;
}

.delivery-price__value {
   min-width: 168px;
   font-weight: 600;
}

.service-page__cover {
   overflow: hidden;
   display: flex;
   margin-bottom: 32px;
   background-color: #E5E5E5;
   border-radius: 3px;
}

.service-page__more {
   display: flex;
   gap: 32px;
   flex-direction: column;
   justify-content: space-between;
   margin-top: 40px;
   padding-top: 28px;
   border-top: 1px dashed #E5E5E5;
}

.service-page__desc {
   margin-top: -3px;
   font-weight: 600;
}

.navbar-block {
   display: grid;
   grid-template-columns: [wide-start] 1fr [main-start] minmax(0, 1296px) [main-end] 1fr [wide-end];
   grid-column: wide;
   height: 111px;
   padding: 0 5vw;
   background-color: #FFFFFF;
   border-top: 3px solid #E6520F;
   box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.12);
}

.navbar-block__brand {
   display: flex;
   grid-column: main;
   -moz-column-gap: 5vw;
   column-gap: 5vw;
   justify-content: space-between;
   align-items: center;
   height: 84px;
   padding-bottom: 9px;
}

.navbar-block__browse {
   position: relative;
   display: flex;
   grid-column: main;
   justify-content: space-between;
   width: calc(100% + 10vw);
   height: 52px;
   margin: auto -5vw 0;
   padding: 0 5vw;
   background-color: #D24A00;
   box-shadow: inset 0 1px 0 0 #FF6410, inset 0 -1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.navbar-block__browse.is-sticky {
   margin-top: -1px;
   border-radius: 0;
}

.navbar-block__browse.is-sticky::before {
   content: "";
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   height: 51px;
   background-color: #D24A00;
   box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.primary-slider {
   grid-column: main;
   min-height: 424px;
}

.primary-slider .tns-controls {
   display: none;
}

.primary-slider__list {
   position: relative;
   z-index: 20;
   height: 100%;
}

.primary-slider__item {
   height: 424px;
}

.primary-slider__card {
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 100%;
}

.primary-slider__main {
   position: relative;
   z-index: 40;
   flex-shrink: 0;
   width: 100%;
   padding: 84px 0 64px;
}

.primary-slider__title {
   line-height: 1.2;
   font-family: "Ubuntu", sans-serif;
   font-size: 29px;
   font-weight: 700;
   color: #121212;
}

.primary-slider__desc {
   margin-top: 20px;
   font-size: 16px;
   color: #121212;
}

.primary-slider__action {
   margin-top: 32px;
}

.primary-slider__focus {
   position: relative;
   z-index: 40;
   display: grid;
   justify-content: center;
   align-items: center;
   width: 100%;
   max-width: 594px;
}

.primary-slider__focus img {
   width: 594px;
   min-width: 594px;
   height: 100%;
}

.primary-slider__bground {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   z-index: 10;
   display: flex;
   height: 448px;
   background-color: #E3F4F8;
}

.primary-slider__bground::after {
   content: "";
   position: absolute;
   right: 0;
   bottom: -1px;
   left: 0;
   height: 1px;
   box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12);
}

.primary-slider__bground img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;

   -o-object-position: center;
   object-position: center;
}

.project-footer {
   display: flex;
   grid-column: main;
   row-gap: 40px;
   flex-direction: column;
   justify-content: space-between;
   padding-top: 60px;
}

.project-footer__main {
   display: grid;
   grid-column: wide;
   -moz-column-gap: 32px;
   column-gap: 32px;
   row-gap: 52px;
}

.project-footer__data {
   display: flex;
   row-gap: 12px;
   flex-direction: column;
   justify-content: space-between;
}

.project-footer__logo {
   display: flex;
   margin-top: -13px;
}

.project-footer__address {
   margin-top: 4px;
   color: #F7F7F7;
}

.project-footer__address a {
   color: #0A9B64;
   text-underline-offset: 2px;
   transition: color 0.2s;
}

.project-footer__address a:hover,
.project-footer__address a:active {
   color: #3DCD97;
   text-decoration: underline;
}

.project-footer__contact {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   margin-top: 9px;
}

.project-footer__contact-link {
   display: flex;
   white-space: nowrap;
   font-family: "Ubuntu", sans-serif;
   font-size: 22px;
   font-weight: 700;
   color: #F7F7F7;
   transition: color 0.2s;
}

.project-footer__contact-link:hover,
.project-footer__contact-link:active {
   color: #3DCD97;
}

.project-footer__contact-link:not(:first-of-type) {
   margin-top: 12px;
}

.project-footer__contact-link + .project-footer__contact-link {
   margin-top: -4px;
}

.project-footer__contact-hint {
   width: 100%;
   font-family: "Ubuntu", sans-serif;
   font-size: 13px;
   color: #A5A5A5;
}

.project-footer__social {
   display: flex;
   margin: 16px 0 auto;
}

.project-footer__extra {
   position: relative;
   z-index: 2020;
   display: flex;
   grid-column: wide;
   -moz-column-gap: 20px;
   column-gap: 20px;
   row-gap: 20px;
   justify-content: space-between;
   padding: 32px 0 36px;
}

.project-footer__extra::before {
   content: "";
   position: absolute;
   top: 0;
   right: -100%;
   left: -100%;
   display: flex;
   height: 1px;
   background-color: #262626;
}

.project-footer__extra::after {
   content: "";
   position: absolute;
   top: 1px;
   right: -100%;
   bottom: 0;
   left: -100%;
   z-index: 2020;
   display: flex;
   background-color: #121212;
}

.project-footer__copy {
   position: relative;
   z-index: 2040;
   color: #F7F7F7;
}

.project-footer__copy span {
   color: #A5A5A5;
}

.project-footer__copy a {
   display: inline-flex;
   margin: 8px -12px -8px;
   padding: 8px 12px;
   line-height: 1.2;
   color: #A5A5A5;
   text-decoration: underline;
   -webkit-text-decoration-style: dotted;
   text-decoration-style: dotted;
   -webkit-text-decoration-color: #424242;
   text-decoration-color: #424242;
   text-underline-offset: 2px;
   transition: all 0.2s;
}

.project-footer__copy a:hover,
.project-footer__copy a:active {
   color: #3DCD97;
   -webkit-text-decoration-color: #3DCD97;
   text-decoration-color: #3DCD97;
}

.project-footer__dev {
   position: relative;
   z-index: 2040;
   grid-column: 1 / span 10;
   flex-shrink: 0;
   color: #B5B5B5;
}

.project-footer__dev a {
   color: #F7F7F7;
   text-decoration: underline;
   -webkit-text-decoration-color: #3DCD97;
   text-decoration-color: #3DCD97;
   text-underline-offset: 2px;
   transition: color 0.2s, -webkit-text-decoration-color 0.2s;
   transition: color 0.2s, text-decoration-color 0.2s;
   transition: color 0.2s, text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}

.project-footer__dev a:hover,
.project-footer__dev a:active {
   color: #3DCD97;
   -webkit-text-decoration-color: #3DCD97;
   text-decoration-color: #3DCD97;
}

.scroll-upward {
   position: fixed;
   right: 5vw;
   bottom: 24px;
   z-index: 2000;
}

.scroll-upward__action {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 41px;
   height: 41px;
   background-color: #0A9B64;
   border-radius: 50%;
   transition: background-color 0.2s;
}

.scroll-upward__action:hover,
.scroll-upward__action:active {
   background-color: #3DCD97;
}

.scroll-upward__action-icon {
   display: flex;
   width: 24px;
   height: 24px;
}

.action-section {
   grid-column: main;
}

.action-section__main {
   width: calc(100% + 10vw);
   margin: 56px -5vw 0;
   padding-right: 5vw;
   padding-left: 5vw;
   background-color: #EAF0F2;
   background-image: url("../design/skeleton/common.png");
   background-position: top left;
}

.action-section__main::before {
   display: none;
}

.catalog-aside {
   display: none;
}

.catalog-aside__wrap {
   display: flex;
   row-gap: 16px;
   flex-direction: column;
   align-items: center;
   width: 100%;
}

.catalog-aside__block {
   width: 100%;
   padding: 0 16px;
   background-color: #F7F7F7;
   border-radius: 5px;
}

.catalog-aside__header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 18px 0 17px;
}

.catalog-aside__header:hover:not(.mod-price):not(.mod-static),
.catalog-aside__header:active:not(.mod-price):not(.mod-static) {
   cursor: pointer;
}

.catalog-aside__header:hover:not(.mod-price):not(.mod-static) h3,
.catalog-aside__header:active:not(.mod-price):not(.mod-static) h3 {
   color: var(--color-main);
}

.catalog-aside__header h3 {
   font-family: "Ubuntu", sans-serif;
   font-size: 15px;
   font-weight: 700;
   text-transform: uppercase;
   pointer-events: none;
   transition: all 0.3s;
}

.catalog-aside__header .catalog-aside__toggle {
   display: flex;
   width: 12px;
   height: 12px;
   background-size: 12px 12px;
   pointer-events: none;
   transition: all 0.3s;
}

.catalog-aside__header.is-enabled {
   border-radius: 8px 8px 0 0;
}

.catalog-aside__header.is-enabled .catalog-aside__toggle {
   transform: rotate(0deg);
}

.catalog-aside__header.is-enabled + .catalog-aside__main {
   animation-name: catalog-aside__main--enabled;
   animation-duration: 0.3s;
   animation-timing-function: ease;
}

.catalog-aside__header.is-disabled .catalog-aside__toggle {
   transform: rotate(-90deg);
}

.catalog-aside__header.is-disabled + .catalog-aside__main {
   animation-name: catalog-aside__main--disabled;
   animation-duration: 0.2s;
   animation-timing-function: ease;
}

.catalog-aside__main {
   overflow: hidden;
   padding: 12px 20px 0;
   border-top: 1px dashed #E5E5E5;
   animation-fill-mode: both;
}

.catalog-aside__main.mod-cats {
   overflow: visible;
   padding: 0 0 12px !important;
}

.catalog-aside__main.mod-cats .catalog-aside__item {
   padding: 3px 0;
}

.catalog-aside__main.mod-cats .catalog-aside__item:not(:first-of-type) {
   border-top: 1px dashed #E5E5E5;
}

.catalog-aside__list:not(:first-of-type) {
   display: none;
}

.catalog-aside__item {
   display: flex;
   align-items: center;
}

.catalog-aside__item.mod-spec::before {
   display: none;
}

.catalog-aside__item.mod-spec img {
   display: flex;
   width: 23px;
   height: 23px;
   margin-right: 12px;
   border-radius: 2px;
   transition: all 0.3s;
}

.catalog-aside__item.is-active .catalog-aside__item-link {
   color: #FF6410;
   background: transparent;
   cursor: default;
}

.catalog-aside__item.is-active .catalog-aside__item-link::before {
   top: 13px;
   height: 12px;
   background: #FF6410;
   border-radius: 2px;
}

.catalog-aside__item.is-active .catalog-aside__item-link::after {
   content: "";
   position: absolute;
   top: 10px;
   right: -10px;
   bottom: 5px;
   width: 20px;
   height: 20px;
   background: #FFFFFF;
   transform: rotate(45deg);
}

.catalog-aside__item-link {
   position: relative;
   display: flex;
   width: calc(100% + 32px);
   margin: 0 -16px;
   padding: 7px 24px 8px 36px;
   font-weight: 600;
   color: var(--color-gray-04);
}

.catalog-aside__item-link::before {
   content: "";
   position: absolute;
   top: 17px;
   left: 20px;
   display: flex;
   width: 4px;
   height: 4px;
   background: #FF6410;
   border-radius: 50%;
   transition: all 0.2s;
}

.catalog-aside__item-link:hover,
.catalog-aside__item-link:active {
   color: #FF6410;
}

.catalog-aside__item-link:hover::before,
.catalog-aside__item-link:active::before {
   top: 13px;
   height: 12px;
   background: #FF6410;
   border-radius: 2px;
}

.catalog-aside__check {
   display: flex;
   width: 100%;
   padding: 5px 8px 5px 0;
}

.catalog-aside__check small {
   margin-left: 8px;
   color: var(--color-gray-04);
}

.catalog-aside__controls {
   display: flex;
   row-gap: 12px;
   flex-direction: column;
   align-items: center;
   width: 100%;
   margin-top: 8px;
   padding-top: 24px;
   border-top: 1px dashed #E5E5E5;
}

.catalog-aside__view {
   width: 100%;
}

.catalog-aside__close {
   position: absolute;
   top: 12px;
   right: 14px;
   display: flex;
   -moz-column-gap: 12px;
   column-gap: 12px;
   align-items: center;
   height: 42px;
   font-family: "Ubuntu", sans-serif;
   font-size: 13px;
   font-weight: 700;
   color: var(--color-text);
   text-transform: uppercase;
   transition: all 0.3s;
}

.catalog-aside__close:hover,
.catalog-aside__close:active {
   color: var(--color-main);
}

.catalog-aside__close:hover svg,
.catalog-aside__close:active svg {
   fill: var(--color-main-hover);
}

.catalog-aside__close svg {
   display: block;
   width: 32px;
   height: 32px;
   transition: all 0.3s;
}

@keyframes catalog-aside--enabled {
   0% {
      display: flex;
      transform: translateX(-1000px);
   }

   1% {
      width: 0;
      opacity: 0;
   }

   100% {
      width: 100%;
      opacity: 1;
   }
}

@keyframes catalog-aside--disabled {
   0% {
      width: 100%;
      opacity: 1;
   }

   99% {
      width: 0;
      opacity: 0;
   }

   100% {
      display: none;
      transform: translateX(-1000px);
   }
}

@keyframes catalog-aside__main--enabled {
   0% {
      max-height: 0;
      padding: 0;
      border-top-width: 0;
   }

   100% {
      max-height: 800px;
      padding: 18px 0 24px;
      border-top-width: 1px;
   }
}

@keyframes catalog-aside__main--disabled {
   0% {
      max-height: 800px;
      padding: 18px 0 24px;
      border-top-width: 1px;
   }

   100% {
      max-height: 0;
      padding: 0;
      border-top-width: 0;
   }
}

.catalog-feed {
   display: grid;
   row-gap: 24px;
}

.catalog-feed__list {
   display: grid;
   -moz-column-gap: 16px;
   column-gap: 16px;
   row-gap: 16px;
   transition: 0.3s;
}

.catalog-feed__gallery {
   overflow: hidden;
   display: grid;
   -moz-column-gap: 6px;
   column-gap: 6px;
   row-gap: 6px;
   border-radius: 3px;
   transition: 0.3s;
}

.catalog-feed__gallery li {
   display: flex;
}

.catalog-feed__gallery a {
   overflow: hidden;
   display: flex;
   background-color: #E5E5E5;
}

.catalog-feed__gallery a:hover img,
.catalog-feed__gallery a:active img {
   transform: scale(1.03);
}

.catalog-feed__gallery img {
   transition: all 0.3s;
}

.catalog-feed__item {
   position: relative;
   display: flex;
   row-gap: 16px;
   flex-direction: column;
   width: 100%;
   padding: 16px 16px 24px;
   border: 1px solid #E5E5E5;
   border-radius: 5px;
   transition: all 0.3s;
}

.catalog-feed__item:hover,
.catalog-feed__item:active {
   border-color: #FF6410;
}

.catalog-feed__item:hover .catalog-feed__item-title,
.catalog-feed__item:active .catalog-feed__item-title {
   color: #FF6410;
}

.catalog-feed__item:hover .catalog-feed__item-image,
.catalog-feed__item:active .catalog-feed__item-image {
   transform: scale(1.03);
}

.catalog-feed__item:hover .catalog-feed__item-link,
.catalog-feed__item:active .catalog-feed__item-link {
   color: #FF6410;
}

.catalog-feed__item:hover .catalog-feed__item-link svg,
.catalog-feed__item:active .catalog-feed__item-link svg {
   fill: #FF6410;
}

.catalog-feed__item-title {
   margin-bottom: auto;
   line-height: 1.2;
   font-family: "Ubuntu", sans-serif;
   font-size: 18px;
   font-weight: 700;
   transition: all 0.3s;
}

.catalog-feed__item-image {
   order: -1;
   transition: all 0.3s;
}

.catalog-feed__item-link {
   display: flex;
   -moz-column-gap: 8px;
   column-gap: 8px;
   align-items: center;
   margin-top: 4px;
   margin-left: auto;
   color: #E6520F;
   transition: all 0.3s;
}

.catalog-feed__item-link::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.catalog-feed__item-link svg {
   width: 24px;
   height: 24px;
   margin-bottom: -3px;
   transition: all 0.3s;
}

.catalog-feed__nav {
   width: 100%;
}

.catalog-feed__about {
   order: 1;
   padding-top: 28px;
   border-top: 1px dashed #E5E5E5;
}

.our-production {
   grid-column: main;
   padding: 22px 0 24px;
}

.our-production__list {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   -moz-column-gap: 16px;
   column-gap: 16px;
}

.our-production__item {
   display: flex;
}

.our-production__item:not(:first-of-type)::before {
   display: flex;
   order: -2;
   height: 100%;
   border-left: 1px solid #E5E5E5;
}

.our-production__link {
   display: flex;
   align-items: center;
   padding-bottom: 2px;
   font-family: "Ubuntu", sans-serif;
   font-weight: 700;
   transition: all 0.3s;
}

.our-production__link:hover,
.our-production__link:active {
   color: #FF6410;
}

.our-production__image {
   display: flex;
   flex-shrink: 0;
   width: 50px;
   height: 50px;
   margin-bottom: 10px;
}

.services-feed {
   display: grid;
   grid-column: main;
   margin-top: 56px;
}

.services-feed__list {
   display: grid;
   -moz-column-gap: 16px;
   column-gap: 16px;
   row-gap: 16px;
}

.services-feed__card {
   position: relative;
   display: flex;
   grid-column: 1 / span 12;
   padding: 16px 24px 18px 16px;
   border: 1px solid #E5E5E5;
   border-radius: 3px;
   transition: all 0.3s;
}

.services-feed__card:hover,
.services-feed__card:active {
   border-color: #FF6410;
}

.services-feed__card:hover .services-feed__card-title,
.services-feed__card:active .services-feed__card-title {
   color: #FF6410;
}

.services-feed__card:hover .services-feed__card-image,
.services-feed__card:active .services-feed__card-image {
   transform: scale(1.03);
}

.services-feed__card:hover .services-feed__card-link,
.services-feed__card:active .services-feed__card-link {
   color: #FF6410;
}

.services-feed__card:hover .services-feed__card-link svg,
.services-feed__card:active .services-feed__card-link svg {
   fill: #FF6410;
}

.services-feed__card-main {
   display: flex;
   flex-direction: column;
   padding: 0 0 2px 24px;
}

.services-feed__card-title {
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #000000;
   text-transform: uppercase;
   transition: color 0.2s;
}

.services-feed__card-desc {
   overflow: hidden;
   max-height: 113px;
   margin: 12px 0 auto;
}

.services-feed__card-cover {
   overflow: hidden;
   display: flex;
   flex-shrink: 0;
   order: -1;
   width: 40%;
   height: 112px;
   background-color: #E5E5E5;
   border-radius: 3px;
}

.services-feed__card-image {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   transition: all 0.3s;
}

.services-feed__card-link {
   display: flex;
   -moz-column-gap: 8px;
   column-gap: 8px;
   align-items: center;
   margin: 18px 0 -2px;
   color: #E6520F;
   transition: all 0.3s;
}

.services-feed__card-link::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.services-feed__card-link svg {
   width: 24px;
   height: 24px;
   margin-bottom: -3px;
   transition: all 0.3s;
}

.services-feed__about {
   order: 1;
   margin-top: 36px;
   padding-top: 28px;
   border-top: 1px dashed #E5E5E5;
}

.about-company {
   display: grid;
   grid-column: main;
   row-gap: 72px;
   margin-top: 72px;
}

.about-company__main h2 {
   margin-bottom: 24px;
   line-height: 1.2;
   font-family: "Ubuntu", sans-serif;
   font-size: 28px;
}

.about-company__main h2:not(:first-of-type) {
   margin-top: 52px;
}

.about-company__main p:not(:first-of-type) {
   margin-top: 16px;
}

.about-company__main ul:not(:first-of-type) {
   margin-top: 16px;
}

.about-company__main ul li {
   position: relative;
   padding-left: 36px;
}

.about-company__main ul li:not(:first-of-type) {
   margin-top: 12px;
}

.about-company__main ul li::before {
   content: "";
   position: absolute;
   top: 9px;
   left: 13px;
   display: flex;
   width: 7px;
   height: 7px;
   background-color: #E6520F;
   border-radius: 50%;
}

.about-company__main a {
   text-decoration: underline;
   -webkit-text-decoration-color: #E6520F;
   text-decoration-color: #E6520F;
   text-underline-offset: 2px;
   transition: all 0.2s;
}

.about-company__main a:hover,
.about-company__main a:active {
   color: #E6520F;
}

.clients-section {
   grid-column: main;
   margin-top: 56px;
}

.clients-section__reviews {
   margin-top: 28px;
   padding-top: 28px;
   border-top: 1px dashed #E5E5E5;
}

.contact-block {
   display: grid;
   grid-column: main;
   -moz-column-gap: 32px;
   column-gap: 32px;
   margin-top: 72px;
}

.contact-block__data {
   display: grid;
   -moz-column-gap: 16px;
   column-gap: 16px;
   row-gap: 16px;
}

.contact-block__item {
   min-height: 120px;
   padding: 20px 20px 24px 68px;
   background-repeat: no-repeat;
   background-position: top 20px left -12px;
   background-size: 56px;
   border: 1px solid #E5E5E5;
   border-radius: 5px;
}

.contact-block__item-title {
   font-family: "Ubuntu", sans-serif;
   font-size: 18px;
   text-transform: uppercase;
}

.contact-block__item-desc {
   margin-top: 6px;
}

.contact-block__item-pages {
   display: flex;
   -moz-column-gap: 16px;
   column-gap: 16px;
   margin-top: 12px;
}

.contact-block__item-link {
   display: inline-flex;
   text-underline-offset: 2px;
   transition: color 0.2s;
}

.contact-block__item-link:hover,
.contact-block__item-link:active {
   color: #E6520F;
   text-decoration: underline;
}

.contact-block__maps {
   display: grid;
   grid-template-rows: repeat(2, 1fr);
   row-gap: 16px;
   height: 100%;
}

.contact-block__ymap {
   overflow: hidden;
   min-height: 324px;
   background-color: #F7F7F7;
   border-radius: 5px;
}

.contact-block__ymap iframe {
   width: 100%;
   height: 100%;
}

.contact-block__social {
   display: flex;
   margin: -4px;
   padding: 4px;
}

.contact-block__social:hover img,
.contact-block__social:active img {
   transform: translateY(-4px);
}

.contact-block__social-icon {
   display: flex;
   width: 34px;
   height: 34px;
   transition: all 0.3s;
}

.delivery-block {
   display: grid;
   grid-column: main;
   row-gap: 72px;
   margin-top: 72px;
}

.delivery-block__section {
   display: grid;
}

.delivery-block__content {
   display: grid;
}

.delivery-block__content.delivery-price {
   margin-top: -8px;
}

.download-data {
   display: grid;
   grid-column: main;
   -moz-column-gap: 32px;
   column-gap: 32px;
   align-items: flex-start;
   min-height: 178px;
   margin-top: 72px;
}

.download-data__list {
   display: grid;
   row-gap: 8px;
}

.download-data__item {
   display: flex;
   -moz-column-gap: 32px;
   column-gap: 32px;
   row-gap: 4px;
   justify-content: space-between;
   width: 100%;
   padding: 0;
}

.download-data__file {
   display: flex;
   align-items: center;
   width: 100%;
   margin-top: auto;
   padding: 13px 32px 13px 12px;
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-weight: 700;
   border: 1px dashed #B5B5B5;
   border-radius: 3px;
   transition: all 0.2s;
}

.download-data__file:hover,
.download-data__file:active {
   color: #E6520F;
   border-color: #FF6410;
}

.download-data__file::before {
   content: "";
   display: flex;
   flex-shrink: 0;
   margin-right: 16px;
}

.errors-page {
   display: grid;
   grid-column: main;
   margin-top: 84px;
   padding-bottom: 24px;
}

.errors-page__main {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 0 5vw;
   text-align: center;
}

.errors-page__type {
   line-height: 1;
   font-family: "Ubuntu", sans-serif;
   font-size: 120px;
   font-weight: 700;
}

.errors-page__title {
   margin-top: 20px;
   line-height: 1.1;
   font-family: "Ubuntu", sans-serif;
   font-size: 28px;
   font-weight: 600;
}

.errors-page__desc {
   max-width: 496px;
   margin-top: 16px;
   font-size: 16px;
   font-weight: 400;
}

.product-catalog {
   grid-column: main;
   margin-top: 56px;
}

.product-catalog__list {
   display: grid;
   -moz-column-gap: 16px;
   column-gap: 16px;
   row-gap: 16px;
}

.product-catalog__card {
   position: relative;
   display: flex;
   padding: 18px 16px 20px 16px;
   border: 1px solid #E5E5E5;
   border-radius: 3px;
   transition: all 0.3s;
}

.product-catalog__card:hover,
.product-catalog__card:active {
   border-color: #FF6410;
}

.product-catalog__card:hover .product-catalog__card-title,
.product-catalog__card:active .product-catalog__card-title {
   color: #FF6410;
}

.product-catalog__card:hover .product-catalog__card-image,
.product-catalog__card:active .product-catalog__card-image {
   transform: scale(1.03);
}

.product-catalog__card:hover .product-catalog__card-link,
.product-catalog__card:active .product-catalog__card-link {
   color: #FF6410;
}

.product-catalog__card:hover .product-catalog__card-link svg,
.product-catalog__card:active .product-catalog__card-link svg {
   fill: #FF6410;
}

.product-catalog__card-main {
   display: flex;
   flex-direction: column;
   padding: 2px 0 0 20px;
}

.product-catalog__card-title {
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #000000;
   text-transform: uppercase;
   transition: color 0.2s;
}

.product-catalog__card-desc {
   margin: 8px 0 auto;
}

.product-catalog__card-cover {
   overflow: hidden;
   display: flex;
   flex-shrink: 0;
   order: -1;
   width: 80px;
   height: 80px;
   background-color: #E5E5E5;
   border-radius: 3px;
}

.product-catalog__card-cover img {
   width: 100%;
   height: 100%;
}

.product-catalog__card-link {
   display: flex;
   -moz-column-gap: 8px;
   column-gap: 8px;
   align-items: center;
   margin: 2px 0 0;
   color: #E6520F;
   transition: all 0.3s;
}

.product-catalog__card-link::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.product-catalog__card-link svg {
   width: 24px;
   height: 24px;
   margin-bottom: -3px;
   transition: all 0.3s;
}

.requisites-data {
   display: grid;
   grid-column: main;
   -moz-column-gap: 32px;
   column-gap: 32px;
   margin-top: 72px;
}

.requisites-data__item {
   display: flex;
   -moz-column-gap: 24px;
   column-gap: 24px;
   row-gap: 4px;
   padding: 16px 12px 17px;
   border-radius: 3px;
}

.requisites-data__item:nth-of-type(2n+1) {
   background-color: #EAF0F2;
}

.requisites-data__name {
   flex-shrink: 0;
   min-width: 264px;
   font-weight: 600;
}

.requisites-data__link {
   display: inline-flex;
   margin: -5px -12px;
   padding: 5px 12px;
   color: #FF6410;
   text-decoration: underline;
   text-underline-offset: 2px;
   transition: color 0.2s;
}

.requisites-data__link:hover,
.requisites-data__link:active {
   color: #D24A00;
}

.search-results {
   display: grid;
   grid-column: main;
   row-gap: 32px;
   margin-top: 72px;
}

.search-results__desc {
   font-size: 16px;
}

.search-results__feed {
   display: grid;
   row-gap: 20px;
}

.search-results__feed h3 {
   margin-bottom: 6px;
}

.search-results__feed a {
   transition: color 0.2s;
}

.search-results__feed a:hover,
.search-results__feed a:active {
   color: #E6520F;
}

.services-block {
   grid-column: main;
   margin-top: 56px;
}

.services-block__header .heading__desc {
   max-width: 680px;
}

.services-block__main {
   width: calc(100% + 10vw);
   margin: 0 -5vw;
   padding: 24px 5vw;
   background-color: #F7F7F7;
}

.services-block__feed {
   display: grid;
   -moz-column-gap: 16px;
   column-gap: 16px;
   row-gap: 16px;
}

.services-block__card {
   overflow: hidden;
   position: relative;
   display: flex;
   flex-wrap: wrap;
   height: 256px;
   padding: 32px 0 16px 16px;
   background-color: #FFFFFF;
   border-radius: 5px;
}

.services-block__card:hover .services-block__card-title,
.services-block__card:active .services-block__card-title {
   max-width: 348px;
   padding-right: 32px;
}

.services-block__card:hover .services-block__card-link,
.services-block__card:active .services-block__card-link {
   opacity: 1;
}

.services-block__card-main {
   display: flex;
   width: 100%;
}

.services-block__card-title {
   position: relative;
   max-width: 348px;
   margin: 0 0 auto auto;
   padding-right: 24px;
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #000000;
   text-transform: uppercase;
   text-align: right;
   transition: max-width 0.4s, padding 0.4s;
}

.services-block__card-title::before {
   content: "";
   position: absolute;
   top: 3px;
   right: 0;
   bottom: 3px;
   width: 4px;
   background-color: #E6520F;
}

.services-block__card-cover {
   display: flex;
   width: 192px;
   height: 120px;
   margin-top: auto;
   transition: transform 0.5s;
}

.services-block__card-cover img {
   width: 100%;
   height: 100%;
}

.services-block__card-link {
   display: flex;
   align-items: center;
   height: 34px;
   margin: auto 19px 7px auto;
   padding-bottom: 1px;
   font-family: "Ubuntu", sans-serif;
   font-size: 13px;
   text-transform: uppercase;
   transition: opacity 0.2s;
}

.services-block__card-link span {
   margin-right: 9px;
}

.services-block__card-icon {
   width: 41px;
   height: 41px;
   margin: -3px 0 -1px;
   background-size: 41px;
}

.services-block__more {
   display: flex;
   grid-column: 1 / span 3;
   justify-content: center;
   width: 100%;
   margin-top: 24px;
}

.services-listing {
   grid-column: main;
   margin-top: 56px;
}

.services-listing__main {
   display: grid;
   -moz-column-gap: 16px;
   column-gap: 16px;
   row-gap: 16px;
}

.services-listing__card {
   overflow: hidden;
   position: relative;
   display: flex;
   flex-wrap: wrap;
   height: 256px;
   padding: 32px 0 16px 16px;
   border: 1px solid #E5E5E5;
   border-radius: 5px;
}

.services-listing__card:hover .services-listing__card-title,
.services-listing__card:active .services-listing__card-title {
   max-width: 312px;
   padding-right: 32px;
}

.services-listing__card:hover .services-listing__card-cover,
.services-listing__card:active .services-listing__card-cover {
   transform: translateX(-12px) translateY(12px);
}

.services-listing__card:hover .services-listing__card-link,
.services-listing__card:active .services-listing__card-link {
   opacity: 1;
}

.services-listing__card-main {
   display: flex;
   width: 100%;
}

.services-listing__card-title {
   position: relative;
   max-width: 304px;
   margin: 0 0 auto auto;
   padding-right: 24px;
   line-height: 1.3;
   font-family: "Ubuntu", sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #000000;
   text-transform: uppercase;
   text-align: right;
   transition: max-width 0.4s, padding 0.4s;
}

.services-listing__card-title::before {
   content: "";
   position: absolute;
   top: 3px;
   right: 0;
   bottom: 3px;
   width: 4px;
   background-color: #E6520F;
}

.services-listing__card-cover {
   display: flex;
   width: 188px;
   height: 120px;
   margin-top: auto;
   transition: transform 0.5s;
}

.services-listing__card-cover img {
   width: 100%;
   height: 100%;
}

.services-listing__card-link {
   display: flex;
   align-items: center;
   height: 34px;
   margin: auto 19px 7px auto;
   padding-bottom: 1px;
   font-family: "Ubuntu", sans-serif;
   font-size: 13px;
   text-transform: uppercase;
   transition: opacity 0.2s;
}

.services-listing__card-link span {
   margin-right: 9px;
}

.services-listing__card-icon {
   width: 41px;
   height: 41px;
   margin: -3px 0 -1px;
   background-size: 41px;
}

.simple-article {
   display: grid;
   grid-column: main;
   row-gap: 72px;
   margin-top: 72px;
}

.simple-article__main h2 {
   margin-bottom: 24px;
   line-height: 1.2;
   font-family: "Ubuntu", sans-serif;
   font-size: 28px;
}

.simple-article__main h2:not(:first-of-type) {
   margin-top: 52px;
}

.simple-article__main p:not(:first-of-type) {
   margin-top: 16px;
}

.simple-article__main ul:not(:first-of-type) {
   margin-top: 16px;
}

.simple-article__main ul li {
   position: relative;
   padding-left: 36px;
}

.simple-article__main ul li:not(:first-of-type) {
   margin-top: 12px;
}

.simple-article__main ul li::before {
   content: "";
   position: absolute;
   top: 9px;
   left: 13px;
   display: flex;
   width: 7px;
   height: 7px;
   background-color: #E6520F;
   border-radius: 50%;
}

.simple-article__main a {
   text-decoration: underline;
   -webkit-text-decoration-color: #E6520F;
   text-decoration-color: #E6520F;
   text-underline-offset: 2px;
   transition: all 0.2s;
}

.simple-article__main a:hover,
.simple-article__main a:active {
   color: #E6520F;
}

@media (min-width: 360px) {
   .catalog-feed__list {
      grid-template-columns: repeat(2, 1fr);
   }

   .catalog-feed__gallery {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (min-width: 576px) {
   .global-search__input {
      right: calc(5vw - 16px);
   }

   .global-search__input {
      right: 30px;
   }

   .global-search__input:focus {
      width: calc(100% - 142px - 10vw);
   }

   .simple-contact__phone {
      display: grid;
   }

   .delivery-point {
      grid-template-columns: repeat(1, 1fr) !important;
      grid-column: 1 / span 8;
   }

   .project-footer {
      row-gap: 48px;
   }

   .project-footer__logo {
      justify-content: flex-end;
   }

   .project-footer__address {
      margin-top: 6px;
      text-align: right;
   }

   .project-footer__contact {
      align-items: flex-end;
      margin-top: 13px;
   }

   .project-footer__contact-hint {
      text-align: right;
   }

   .project-footer__social {
      justify-content: flex-end;
   }

   .catalog-feed__gallery {
      grid-template-columns: repeat(3, 1fr);
   }

   .our-production__list {
      -moz-column-gap: 32px;
      column-gap: 32px;
   }

   .our-production__link {
      line-height: 1.2;
      font-size: 15px;
   }

   .our-production__image {
      margin-bottom: 12px;
   }

   .services-feed__card-main {
      padding-left: 32px;
   }

   .services-feed__card-title {
      padding-bottom: 6px;
   }

   .product-catalog__card-cover {
      width: 104px;
      height: 104px;
   }

   .product-catalog__card-link {
      margin: 20px 0 -2px auto;
   }
}

@media (min-width: 768px) {
   .skeleton__common {
      padding-bottom: 72px;
   }

   .skeleton__heading {
      padding: 48px 48px 16px;
   }

   .skeleton__group {
      margin-top: 72px;
   }

   .skeleton__group {
      grid-template-columns: repeat(8, 1fr);
      padding: 0 48px;
   }

   .skeleton__group-page {
      grid-column: 1 / span 8;
   }

   .skeleton__group-aside {
      grid-column: 1 / span 3;
   }

   .button.size-plus {
      height: 56px;
      font-size: 18px;
   }

   .button.mod-general.size-plus {
      padding: 0 40px;
   }

   .heading {
      margin-bottom: 40px;
   }

   .heading__title {
      font-size: 35px;
   }

   .heading__title span {
      padding-top: 3px;
   }

   .heading__desc {
      font-size: 18px;
   }

   .simple-modal {
      padding: 40px 40px 32px;
   }

   .simple-modal__title {
      font-size: 28px;
   }

   .pagination {
      -moz-column-gap: 12px;
      column-gap: 12px;
   }

   .call-to-action {
      width: 100%;
      margin-top: 73px;
      padding: 48px 0 52px;
      border-left: 6px solid #E6520F;
   }

   .call-to-action::before {
      top: -37px;
   }

   .call-to-action__title {
      font-size: 35px;
   }

   .call-to-action__main {
      row-gap: 32px;
   }

   .call-to-action__desc {
      font-size: 18px;
   }

   .catalog-page__more {
      flex-direction: row;
   }

   .service-page__more {
      flex-direction: row;
   }

   .primary-slider {
      height: 448px;
   }

   .primary-slider__item {
      height: 448px;
   }

   .primary-slider__card {
      padding: 0 48px;
   }

   .primary-slider__main {
      padding: 64px 0 68px;
   }

   .primary-slider__title {
      font-size: 35px;
   }

   .primary-slider__desc {
      font-size: 18px;
   }

   .primary-slider__bground {
      height: 448px;
   }

   .project-footer__main {
      padding: 0 48px;
   }

   .project-footer__extra {
      padding-right: 48px;
      padding-left: 48px;
   }

   .action-section__main {
      width: 100%;
      margin: 72px 0 0;
      padding-right: 48px;
      padding-left: 42px;
   }

   .catalog-feed {
      row-gap: 28px;
   }

   .catalog-feed__list {
      grid-template-columns: repeat(3, 1fr);
   }

   .our-production {
      padding: 26px 32px 28px;
   }

   .our-production__list {
      -moz-column-gap: 60px;
      column-gap: 60px;
   }

   .our-production__item:not(:first-of-type)::before {
      content: "";
      height: calc(100% - 32px);
      margin: 16px 30px 16px -30px;
   }

   .services-feed {
      margin-top: 72px;
      padding: 0 48px;
   }

   .services-feed__card-main {
      padding-top: 20px;
      padding-bottom: 24px;
   }

   .services-feed__card-title {
      font-size: 22px;
   }

   .services-feed__card-cover {
      height: 100%;
      min-height: 248px;
   }

   .about-company {
      padding: 0 48px;
   }

   .clients-section {
      margin-top: 72px;
      padding: 0 48px;
   }

   .clients-section__reviews {
      margin-top: 36px;
      padding-top: 36px;
   }

   .contact-block {
      padding: 0 48px;
   }

   .delivery-block {
      padding: 0 48px;
   }

   .download-data {
      padding: 0 48px;
   }

   .errors-page {
      margin-top: calc(28px + 12vh);
      padding: 0 48px 7vh;
   }

   .errors-page__type {
      font-size: 160px;
   }

   .errors-page__title {
      font-size: 35px;
   }

   .errors-page__desc {
      font-size: 18px;
   }

   .product-catalog {
      margin-top: 72px;
      padding: 0 48px;
   }

   .product-catalog__card-title {
      font-size: 18px;
   }

   .requisites-data {
      padding: 0 48px;
   }

   .search-results {
      row-gap: 40px;
      padding: 0 48px;
   }

   .search-results__desc {
      font-size: 18px;
   }

   .search-results__feed {
      row-gap: 28px;
   }

   .services-block {
      margin-top: 72px;
      padding: 0 48px;
   }

   .services-block__main {
      width: calc(100% + 96px);
      margin: 0 -48px;
      padding: 24px 48px;
      border-radius: 5px;
   }

   .services-block__card-title {
      font-size: 18px;
   }

   .services-listing {
      margin-top: 72px;
      padding: 0 48px;
   }

   .services-listing__main {
      grid-template-columns: repeat(2, 1fr);
   }

   .services-listing__card-title {
      font-size: 18px;
   }

   .simple-article {
      padding: 0 48px;
   }
}

@media (min-width: 769px) {
   .glightbox-container .ginner-container {
      flex-direction: row;
      width: auto;
      height: auto;
   }

   .glightbox-container .ginner-container.desc-top .gslide-description {
      order: 0;
   }

   .glightbox-container .ginner-container.desc-top .gslide-image,
   .glightbox-container .ginner-container.desc-top .gslide-image img {
      order: 1;
   }

   .glightbox-container .ginner-container.desc-left .gslide-description {
      order: 0;
   }

   .glightbox-container .ginner-container.desc-left .gslide-image {
      order: 1;
   }

   .gslide-image img {
      max-width: 100%;
      max-height: 97vh;
   }

   .gslide-image img.zoomable {
      cursor: zoom-in;
   }

   .zoomed .gslide-image img.zoomable {
      cursor: -webkit-grab;
      cursor: grab;
   }

   .gslide-inline {
      max-height: 95vh;
   }

   .gslide-external {
      max-height: 100vh;
   }

   .gslide-description.description-left,
   .gslide-description.description-right {
      max-width: 275px;
   }

   .glightbox-open {
      height: auto;
   }

   .goverlay {
      background: rgba(0, 0, 0, 0.92);
   }

   .glightbox-clean .gslide-media {
      box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
   }

   .glightbox-clean .description-left .gdesc-inner,
   .glightbox-clean .description-right .gdesc-inner {
      overflow-y: auto;
      position: absolute;
      height: 100%;
   }

   .glightbox-clean .gprev,
   .glightbox-clean .gnext,
   .glightbox-clean .gclose {
      background-color: rgba(0, 0, 0, 0.32);
   }

   .glightbox-clean .gprev:hover,
   .glightbox-clean .gnext:hover,
   .glightbox-clean .gclose:hover {
      background-color: rgba(0, 0, 0, 0.7);
   }

   .glightbox-clean .gprev {
      top: 45%;
   }

   .glightbox-clean .gnext {
      top: 45%;
   }
}

@media (min-width: 992px) {
   .skeleton__content {
      padding: 0 4vw;
   }

   .skeleton__group {
      grid-template-columns: repeat(9, 1fr);
   }

   .skeleton__group-page {
      grid-column: 4 / span 6;
   }

   .glightbox-clean .gclose {
      right: 20px;
      opacity: 0.7;
   }

   .heading__desc {
      max-width: 66.66667%;
   }

   .duplicate-nav {
      grid-template-columns: repeat(9, 1fr);
   }

   .duplicate-nav__block:nth-of-type(1) {
      grid-column: 1 / span 3;
   }

   .duplicate-nav__block:nth-of-type(2) {
      grid-column: 4 / span 3;
      padding-left: 16px;
   }

   .duplicate-nav__block:nth-of-type(3) {
      grid-column: 7 / span 3;
      padding-left: 32px;
   }

   .global-search__input:focus {
      width: calc(100% - 142px - 96px);
      padding: 0 48px;
   }

   .project-logo {
      -moz-column-gap: clamp(24px, 2.4vw, 32px);
      column-gap: clamp(24px, 2.4vw, 32px);
   }

   .feed-filter {
      -moz-column-gap: 32px;
      column-gap: 32px;
   }

   .call-to-action__main {
      align-items: center;
   }

   .call-to-action__desc {
      max-width: 70%;
   }

   .call-to-action__open {
      margin-left: auto;
   }

   .catalog-page {
      padding-left: 16px;
   }

   .delivery-point {
      grid-template-columns: repeat(3, 1fr) !important;
      grid-column: 1 / span 12 !important;
   }

   .delivery-price__block:nth-of-type(1) {
      grid-column: 1 / span 7;
      padding-right: 32px;
   }

   .delivery-price__block:nth-of-type(2) {
      grid-column: 8 / span 5;
      width: calc(100% + 32px);
      margin-left: -32px;
      padding-left: 32px;
      border-left: 1px dashed #E5E5E5;
   }

   .delivery-price__block.mod-lite .delivery-price__value {
      min-width: 120px;
   }

   .delivery-price__item {
      padding: 12px 12px 13px;
   }

   .service-page {
      padding-left: 16px;
   }

   .navbar-block {
      height: 143px;
      padding: 0 4vw;
   }

   .navbar-block__browse {
      width: 100%;
      height: 56px;
      margin: auto 0 0;
      padding: 0 48px;
      border-radius: 5px;
   }

   .navbar-block__browse.is-sticky::before {
      height: 55px;
   }

   .primary-slider__main {
      width: 440px;
      padding: 32px 0 28px;
   }

   .project-footer__main {
      grid-template-columns: repeat(12, 1fr);
   }

   .project-footer__nav {
      grid-column: 1 / span 9;
   }

   .project-footer__data {
      grid-column: 10 / span 3;
   }

   .project-footer__extra {
      grid-template-columns: repeat(12, 1fr);
   }

   .project-footer__dev {
      margin-left: 40px;
      text-align: right;
   }

   .scroll-upward {
      right: 2vw;
   }

   .catalog-aside {
      display: flex;
   }

   .catalog-aside__close {
      display: none;
   }

   .catalog-feed {
      row-gap: 40px;
      padding-left: 16px;
   }

   .catalog-feed__list {
      grid-template-columns: repeat(2, 1fr);
   }

   .catalog-feed__filter {
      display: none;
   }

   .services-feed__list {
      grid-template-columns: repeat(12, 1fr);
   }

   .services-feed__card-cover {
      width: 32.1%;
      height: 224px;
      min-height: 100%;
   }

   .about-company {
      grid-template-columns: repeat(12, 1fr);
   }

   .contact-block {
      grid-template-columns: repeat(12, 1fr);
   }

   .contact-block__action {
      grid-column: 1 / span 12;
   }

   .delivery-block__section {
      grid-template-columns: repeat(12, 1fr);
   }

   .delivery-block__header {
      grid-column: 1 / span 12;
   }

   .delivery-block__content {
      grid-template-columns: repeat(12, 1fr);
      grid-column: 1 / span 12;
   }

   .download-data {
      grid-template-columns: repeat(12, 1fr);
      min-height: 300px;
   }

   .product-catalog__list {
      grid-template-columns: repeat(2, 1fr);
   }

   .requisites-data {
      grid-template-columns: repeat(12, 1fr);
   }

   .requisites-data__item {
      padding: 12px 12px 13px;
   }

   .requisites-data__value {
      padding-right: 10vw;
   }

   .services-block__feed {
      grid-template-columns: repeat(2, 1fr);
   }

   .simple-article {
      grid-template-columns: repeat(12, 1fr);
   }
}

@media (min-width: 1248px) {
   .skeleton__group {
      grid-template-columns: repeat(12, 1fr);
      -moz-column-gap: 32px;
      column-gap: 32px;
   }

   .skeleton__group-page {
      grid-column: 4 / span 9;
   }

   .general-nav__main {
      display: flex;
   }

   .general-nav__contact {
      display: none;
   }

   .general-nav__item:nth-of-type(1) {
      margin-left: -20px;
   }

   .general-nav__item:first-of-type::after,
   .general-nav__item:last-of-type::after {
      margin: 0 18px;
   }

   .general-nav__link {
      padding: 0 18px;
   }

   .general-nav__link small {
      display: none;
   }

   .general-nav__link span {
      display: flex;
   }

   .general-nav__link {
      padding: 0 20px;
   }

   .general-nav__open {
      display: none;
   }

   .general-nav__close {
      display: none;
   }

   .global-search__input {
      right: 28px;
      width: 135px;
      padding: 0 20px 0 60px;
      background-position: center left 20px;
   }

   .global-search__input:focus {
      padding: 0 20px 0 60px;
   }

   .global-search__action {
      left: 17px;
   }

   .project-logo__desc {
      max-width: 208px;
      font-size: 15px;
   }

   .navbar-block__brand {
      -moz-column-gap: clamp(28px, 2.8vw, 40px);
      column-gap: clamp(28px, 2.8vw, 40px);
      height: 112px;
      padding: 0 48px 11px;
   }

   .primary-slider__focus {
      margin-right: -40px;
   }

   .catalog-feed__list {
      grid-template-columns: repeat(3, 1fr);
   }

   .catalog-feed__gallery {
      grid-template-columns: repeat(4, 1fr);
   }

   .our-production {
      padding: 22px 48px 24px;
   }

   .our-production__list {
      -moz-column-gap: 80px;
      column-gap: 80px;
   }

   .our-production__item:not(:first-of-type)::before {
      height: calc(100% - 24px);
      margin: 12px 40px 12px -40px;
   }

   .our-production__image {
      margin: 2px 20px 0 0;
   }

   .about-company__main {
      grid-column: 1 / span 9;
   }

   .contact-block__data {
      grid-column: 1 / span 4;
   }

   .contact-block__maps {
      grid-column: 5 / span 8;
   }

   .download-data__list {
      grid-column: 1 / span 8;
   }

   .requisites-data__list {
      grid-column: 1 / span 9;
   }

   .requisites-data__name {
      min-width: 264px;
   }

   .services-block__feed {
      grid-template-columns: repeat(3, 1fr);
   }

   .services-block__card-link {
      opacity: 0;
   }

   .services-listing__main {
      grid-template-columns: repeat(3, 1fr);
   }

   .services-listing__card-link {
      opacity: 0;
   }

   .simple-article__main {
      grid-column: 1 / span 9;
   }
}

@media (min-width: 1420px) {
   .project-logo__desc {
      max-width: 312px;
      font-size: 15px;
   }

   .scroll-upward {
      right: 4vw;
   }
}

@media (max-width: 1247.98px) {
   .project-logo__link {
      max-width: 200px;
   }

   .simple-contact__action {
      display: none;
   }

   .scroll-upward {
      display: none;
   }

   .our-production__link {
      flex-direction: column;
      max-width: 148px;
      margin: 0 auto;
      line-height: 1.3;
      font-size: 13px;
      text-align: center;
   }
}

@media (max-width: 991.98px) {
   .call-to-action__main {
      flex-direction: column;
      align-items: flex-start;
   }

   .simple-contact__chats {
      display: none;
   }

   .delivery-point__link + .delivery-point__link {
      margin-left: 16px;
   }

   .primary-slider__focus {
      display: none;
   }

   .project-footer__extra {
      flex-wrap: wrap;
   }

   .catalog-aside {
      overflow-x: hidden;
      overflow-y: scroll;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 2000;
      flex-direction: column;
      max-width: 320px;
      height: 100vh;
      padding: 68px 20px 72px;
      background-color: #FFFFFF;
      animation-fill-mode: both;
      animation-timing-function: ease-out;
   }

   .catalog-aside.is-enabled {
      z-index: 2030;
      display: flex;
      animation-name: catalog-aside--enabled;
      animation-duration: 0.5s;
   }

   .catalog-aside.is-disabled {
      display: flex;
      animation-name: catalog-aside--disabled;
      animation-duration: 0.4s;
   }

   .requisites-data__item {
      flex-direction: column;
   }
}

@media all and (max-width: 767px) {
   .hystmodal__window {
      margin-top: 0;
      margin-bottom: 0;
   }
}

@media (max-width: 767.98px) {
   .simple-modal {
      width: calc(100% - 40px) !important;
      margin: 20px !important;
   }

   .project-logo__desc {
      display: none;
   }

   .pagination__item:nth-of-type(3),
   .pagination__item:nth-of-type(4),
   .pagination__item:nth-of-type(6) {
      display: none;
   }

   .action-section__main {
      border-radius: 0;
   }

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

   .services-feed__card-desc {
      display: none;
   }

   .contact-block__data {
      margin-bottom: 28px;
      padding-bottom: 28px;
      border-bottom: 1px dashed #E5E5E5;
   }
}

@media (max-width: 575.98px) {
   .general-nav__item:not(:first-of-type) {
      display: none;
   }

   .project-logo__link {
      margin-right: -44px;
   }

   .delivery-price__item {
      flex-direction: column;
   }

   .navbar-block__logo {
      margin: 0 auto;
   }

   .navbar-block__browse {
      overflow: hidden;
   }

   .project-footer__nav {
      grid-row: 2;
   }

   .project-footer__data {
      grid-row: 1;
   }

   .download-data__item {
      flex-direction: column;
   }

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

   .product-catalog__card-title {
      padding-bottom: 6px;
   }

   .product-catalog__card-desc {
      display: none;
   }

   .services-block__card-link span {
      display: none;
   }

   .services-listing__card-link span {
      display: none;
   }
}

@media (min-width: 576px) and (max-width: 991.98px) {
   .heading__desc {
      max-width: 75%;
   }

   .delivery-price__block {
      grid-column: 1 / span 8;
   }

   .delivery-price__item {
      padding: 16px 20px 17px;
   }

   .navbar-block {
      height: 131px;
   }

   .project-footer__main {
      grid-template-columns: repeat(3, 1fr);
   }

   .project-footer__nav {
      grid-column: 1 / span 2;
   }

   .project-footer__data {
      grid-column: 3;
   }

   .about-company {
      grid-template-columns: repeat(8, 1fr);
   }

   .about-company__main {
      grid-column: 1 / span 8;
   }

   .contact-block {
      grid-template-columns: repeat(8, 1fr);
   }

   .contact-block__data {
      grid-column: 1 / span 8;
   }

   .contact-block__maps {
      grid-column: 1 / span 8;
   }

   .contact-block__action {
      grid-column: 1 / span 8;
   }

   .delivery-block__section {
      grid-template-columns: repeat(8, 1fr);
   }

   .delivery-block__header {
      grid-column: 1 / span 8;
   }

   .delivery-block__content {
      grid-template-columns: repeat(8, 1fr);
      grid-column: 1 / span 8;
   }

   .download-data {
      grid-template-columns: repeat(8, 1fr);
   }

   .download-data__list {
      grid-column: 1 / span 7;
   }

   .requisites-data {
      grid-template-columns: repeat(8, 1fr);
   }

   .requisites-data__list {
      grid-column: 1 / span 8;
   }

   .requisites-data__item {
      padding: 16px 20px 17px;
   }

   .requisites-data__value {
      padding-right: 15vw;
   }

   .simple-article {
      grid-template-columns: repeat(8, 1fr);
   }

   .simple-article__main {
      grid-column: 1 / span 8;
   }
}

@media (min-width: 576px) and (max-width: 767.98px) {
   .general-nav__item:nth-of-type(3),
   .general-nav__item:nth-of-type(4),
   .general-nav__item:nth-of-type(5) {
      display: none;
   }
}

@media (min-width: 768px) and (max-width: 991.98px) {
   .general-nav__item:nth-of-type(4) {
      display: none;
   }

   .catalog-feed {
      margin-top: -36px;
   }

   .contact-block__data {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 16px;
      column-gap: 16px;
      margin-bottom: 36px;
      padding-bottom: 36px;
      border-bottom: 1px dashed #E5E5E5;
   }

   .services-block__card-link span {
      display: none;
   }

   .services-listing__card-link span {
      display: none;
   }
}

@media (min-width: 768px) and (max-width: 1419.98px) {
   .project-logo__desc span {
      display: none;
   }
}

@media (min-width: 576px) and (max-width: 1247.98px) {
   .navbar-block__brand {
      height: 104px;
   }
}

@media (min-width: 360px) and (max-width: 575.98px) {
   .catalog-feed__item {
      padding: 12px 12px 18px;
   }

   .catalog-feed__item-title {
      font-size: 15px;
   }

   .catalog-feed__item-link {
      margin: 2px 0 0;
   }
}

@media (min-width: 992px) and (max-width: 1247.98px) {
   .about-company__main {
      grid-column: 1 / span 10;
   }

   .contact-block__data {
      grid-column: 1 / span 5;
   }

   .contact-block__maps {
      grid-column: 6 / span 7;
   }

   .download-data__list {
      grid-column: 1 / span 9;
   }

   .requisites-data__list {
      grid-column: 1 / span 10;
   }

   .requisites-data__name {
      min-width: 232px;
   }

   .services-block__card:nth-of-type(3) {
      grid-column: 1 / span 2;
   }

   .simple-article__main {
      grid-column: 1 / span 10;
   }
}

@media print {
   *,
   *::before,
   *::after {
      text-shadow: none !important;
      background: rgba(0, 0, 0, 0) !important;
      box-shadow: none !important;
   }

   a,
   a:visited {
      text-decoration: underline;
   }

   a[href]::after {
      content: " (" attr(href) ")";
   }

   a[href^="#"]::after {
      content: "";
   }

   abbr[title]::after {
      content: " (" attr(title) ")";
   }

   pre {
      white-space: pre-wrap !important;
   }

   blockquote,
   pre {
      border: 1px solid #999999;
      page-break-inside: avoid;
   }

   thead {
      display: table-header-group;
   }

   img,
   tr {
      page-break-inside: avoid;
   }

   h2,
   h3,
   p {
      orphans: 3;
      widows: 3;
   }

   h2,
   h3 {
      page-break-after: avoid;
   }

   table {
      border-collapse: collapse !important;
   }

   table th,
   table td {
      background-color: #FFFFFF !important;
   }
}

@media screen and (max-height: 420px) {
   .goverlay {
      background: #000000;
   }
}
