/*ADAPTIVE*/
@media (max-width: 479px) {
}
/*fonts*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html {
  overflow-x: hidden;
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
}
body:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999999999999999999;
  background: #fff;
  opacity: 1;
  transition: 0.3s;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  background: none;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
body *::-webkit-scrollbar {

    background: transparent;
    width: 0;
}
body *::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: transparent;
    border-radius: 3px;
}
body *{
   scrollbar-width: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  max-width: 100%;
  min-width: 320px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  width: 1340px;
}
@media (max-width: 1350px) {
  .container {
    width: 1180px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 560px;
  }
}
@media (max-width: 600px) {
  .container {
    width: 460px;
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
  }
}
iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 479px) {
  input {
    font-size: 16px !important;
  }
}
input.valid-error {
  border-bottom: 1px solid #dd1414 !important;
}
svg, path {
  transition: 0.3s;
}
img {
  max-width: 100%;
}
.title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  color: #170f09;
}
.title--white {
  color: #fff;
}
@media (max-width: 992px) {
  .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.editor h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .editor h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.editor h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #170f09;
  margin-bottom: 15px;
  margin-top: 50px;
}
@media (max-width: 479px) {
  .editor h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.editor h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #170f09;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media (max-width: 479px) {
  .editor h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.editor h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #170f09;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .editor h4 {
    font-size: 21px;
    line-height: 25px;
  }
}
.editor h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  color: #170f09;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .editor h5 {
    font-size: 19px;
    line-height: 23px;
  }
}
.editor h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #170f09;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .editor h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.editor > a, .editor > p > a {
  color: inherit;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
}
.editor > a:hover, .editor > p > a:hover {
  border-bottom: 2px solid transparent;
}
.editor a {
  color: inherit;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
}
.editor a:hover{
  border-bottom: 2px solid transparent;
}
.editor p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  margin: 15px 0px;
}
.editor img {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .editor img {
    margin-bottom: 25px;
  }
}
.editor ul {
  margin: 15px 0px;
  padding-left: 47px;
}
.editor ul > li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  margin-bottom: 18px;
  position: relative;
}
.editor ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: -47px;
  top: 10px;
  background: #ffd677;
  width: 24px;
  height: 3px;
}
.editor ul > li > ul > li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  margin-bottom: 13px;
}
.editor ul > li > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: -47px;
  top: 10px;
  background: none;
  border: 1px solid #ffd677;
  width: 24px;
  height: 3px;
  box-sizing: border-box;
}
.editor ol {
  margin: 15px 0px;
}

.editor ol {
  margin-bottom: 50px;
  counter-reset: section;
  margin-top: 20px;
}
.editor ol > li {
font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170F09;
  position: relative;
  margin-bottom: 21px;
    padding-left: 47px;
}
.editor ol > li:last-child {
  margin-bottom: 0;
}
.editor ol > li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: #EDB32D;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 100%;
    line-height: 32px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -4px;
}
.editor ol > li > ol {
  margin-bottom: 0;
  counter-reset: section;
  margin-top: 15px;
}

.editor ol > li > ol > li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170F09;
  position: relative;
  margin-bottom: 18px;
    padding-left: 47px;
}
.editor ol > li > ol > li:last-child {
  margin-bottom: 0;
}
.editor ol > li > ol > li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    color: #EDB32D;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 100%;
    line-height: 32px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -4px;
}
@media (max-width: 768px) {
  .editor ol > li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 470px) {
  .editor ol > li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .editor ol {
    margin-bottom: 25px;
  }
}
.editor table {
  text-align: center;
  min-width: 750px;
    border-top: 1px solid #e9e9e9;
}
.editor table tr {
  border-bottom: 1px solid #e9e9e9;
}
.editor table th {
  background: #ffd677;
  padding: 17px 11px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #170f09;
  border-right: 1px solid #e8c26c;
}
.editor table th:last-child {
  border-right: none;
}
.editor table td {
  padding: 18px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #170f09;
  position: relative;
  border-right: 1px solid #e9e9e9;
}
.editor table td:first-child {
  border-left: 1px solid #e9e9e9;
}
.editor table td a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #170f09;
  border-bottom: 1px solid #ffd677;
  transition: 0.3s;
}
.editor table td a:hover {
  border-bottom: 1px solid transparent;
}
.editor table td a:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.noscroll, html.noscroll {
  overflow: hidden;

}

@media (min-width: 1200px) {
  body { padding: 0 calc(20px - (100vw - 100%)) 0 0; }

}
main {
  margin-top: 120px;
}
@media (max-width: 767px) {
  main {
    margin-top: 80px;
  }
}
.mob-menu-search {
    position: relative;
    background: #fff;
    height: 54px;
    margin: auto;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 15px;
    width: 96%;
}
.mob-menu-search__in {
  height: 54px;
  width: 100%;
  background: none;
  line-height: 54px;
    padding: 0px 20px;
    padding-right: 70px;
}
.mob-menu-search__submit {

    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffd677;
    width: 50px;
    border-radius: 0 30px 30px 0;
}
.mob-menu {
  display: none;
}
.mob-menu .get-pop {
  background: #ffd677;
  border-radius: 32px;
  width: 300px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  height: 48px;
  line-height: 48px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .mob-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: fixed;
    width: 100%;
    background: #f2f2f2;
    z-index: 9999999999;
    top: 120px;
    right: -100%;
    transition: 0.3s;
    height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mob-menu.active {
    right: 0;
  }
  .mob-menu.fix-active {
    top: 92px;
    height: calc(100vh - 92px);
  }
}
@media (max-width: 767px) {
  .mob-menu {
    height: calc(100vh - 80px);
    top: 80px;
  }
  .mob-menu.fix-active {
    top: 64px;
    height: calc(100vh - 74px);
  }
}
.mob-menu__top {
  width: 100%;
}
.mob-menu__link {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
}
.mob-menu__item {
  border-bottom: 1px solid #e0dfdf;
  padding: 17px 15px;
}
.mob-menu__item--goback a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #727272;
  text-transform: none;
  padding-left: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01Ljk5OTkyIDAuNjU1MjQ1TDAuNzEyMjEyIDUuNDQwMDNMLTIuMDkwODRlLTA4IDQuNzg0NzhMNS4yODc3MSAtNi4yMjcwMmUtMDhMNS45OTk5MiAwLjY1NTI0NVoiIGZpbGw9IiM3MjcyNzIiLz4KPHBhdGggZD0iTTUuMjg3NzkgMTBMNy42MjM1NGUtMDUgNS4yMTUyMkwwLjcxMjI4OCA0LjU1OTk3TDYgOS4zNDQ3NUw1LjI4Nzc5IDEwWiIgZmlsbD0iIzcyNzI3MiIvPgo8L3N2Zz4K");
  background-position: left center;
  background-repeat: no-repeat;
}
.mob-menu__item--haschild {
  padding-right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjYwNTU1ZS0wNSA5LjM0NDc2TDUuMjg3NzkgNC41NTk5N0w2IDUuMjE1MjJMMC43MTIyODggMTBMNy42MDU1NWUtMDUgOS4zNDQ3NloiIGZpbGw9IiMxNzBGMDkiLz4KPHBhdGggZD0iTTAuNzEyMjEyIDBMNS45OTk5MiA0Ljc4NDc4TDUuMjg3NzEgNS40NDAwM0wwIDAuNjU1MjQ1TDAuNzEyMjEyIDBaIiBmaWxsPSIjMTcwRjA5Ii8+Cjwvc3ZnPgo=");
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.mob-menu__list--sub {
  position: absolute;
  background: #f2f2f2;
  top: 0;
  width: 100%;
  right: -100%;
  transition: 0.3s;
  z-index: 25;

}
.mob-menu__list--sub .mob-menu__link {
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.mob-menu__list--sub.active {
  right: 0;
  min-height: 100%;
  height: auto;
}
.show-phone {
  padding: 15px 0;
  border-top: 1px solid #e0dfdf;
  border-bottom: 1px solid #e0dfdf;
}
.show-phone__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.show-phone__btn.active .show-phone__arrow {
  transform: rotate(180deg);
}
.show-phone__arrow {
  transition: 0.3s;
}
.show-phone__opt {
  margin-bottom: 14px;
}
.show-phone__val a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
}
.show-phone__title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #9f9f9f;
}
.show-phone__list {
  margin-top: 17px;
  padding: 0 12px;
  display: none;
}
.show-phone__tel {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #170f09;
}
.header {

  padding: 21px calc(20px - (100vw - 100%)) 21px 0;
  position: fixed;
  z-index: 1000;
  background: white;
  width: 100%;
  transition: 1.3s;
  margin: 14px 0;
}
@media (max-width: 767px) {
  .header {
    padding: 15px 0;
    margin: 0;
  }
}
.header__search {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .header__search .search {
    display: none;
  }
}
.header__phones {
  position: relative;
}
.header__mob-menu {
  display: none;
}
@media (max-width: 1200px) {
  .header__mob-menu {
    display: flex;
    margin-left: 24px;
    background: #f2f2f2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 8px;
    border: 2px solid #f2f2f2;
    transition: 0.3s;
  }
}
.header__mob-menu.active {
  background: #fff;
  border: 2px solid #ffd677;
  box-sizing: border-box;
}
.header__mob-menu.active .mob-ber-ar {
  transform: rotate(45deg);
  margin-bottom: -1px;
}
.header__mob-menu.active .mob-ber-ar:last-child {
  transform: rotate(-45deg);
}
.header__mob-menu .mob-ber-ar {
  background: #170f09;
  width: 17px;
  height: 1px;
  transition: 0.3s;
  margin-bottom: 4px;
}
.header__mob-menu .mob-ber-ar:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}
.header {
  border-bottom: 1px solid transparent;
}


.header.topMenu {
  position: fixed;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 600px) {
  .header.topMenu {
    padding: 12px 0;
  }
}
.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.header__contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__contacts {
    display: none;
  }
}
.header__pop {
  background: #ffd677;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin-left: 24px;
  width: 146px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.header__pop:hover {
  background: #edb32d;
}
.main-menu {
  display: flex;
}
.main-menu__item {
  margin: 0 15px;
  position: relative;
}
@media (max-width: 1350px) {
  .main-menu__item {
    margin: 0 10px;
  }
}
.main-menu__item--haschild {
  display: flex;
  align-items: center;
}
.main-menu__item--haschild:hover .main-menu__arrow svg, .main-menu__item--haschild:hover .main-menu__arrow path {
  fill: #edb32d;
}
.main-menu__item--haschild.active .main-menu__arrow {
  transform: rotate(180deg);
}
.main-menu__item--haschild.active .main-menu__arrow svg, .main-menu__item--haschild.active .main-menu__arrow path {
  fill: #edb32d;
}
.main-menu__item--haschild.active .main-menu__link {
  color: #edb32d;
}
.main-menu__arrow {
  margin-left: 8px;
  display: flex;
  transition: 0.3s;
}
.main-menu__link {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  transition: 0.3s;
}
.main-menu__link:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.main-menu__link:hover {
  color: #edb32d;
}
.dropdown {
  position: absolute;
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  background: #f2f2f2;
  border-top: 2px solid #ffd677;
  margin-top: 37px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 32px 24px;
  transition: 0.3s;
}
.dropdown__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  transition: 0.3s;
}
.dropdown__link:hover {
  color: #edb32d;
}
.dropdown__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.dropdown__item {
  margin-bottom: 21px;
  position: relative;
}
.dropdown__item:last-child {
  margin-bottom: 0;
}
.dropdown__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #9f9f9f;
  margin-top: -2px;
}
.dropdown:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffd677;
  transform: rotate(45deg);
  top: -9px;
  margin-left: -8px;
  left: 50%;
}
.dropdown:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 16px;
  background: #f2f2f2;
  top: 0px;
  left: 50%;
  margin-left: -16px;
}
.dropdown.active {
  opacity: 1;
  z-index: 20;
  visibility: visible;
}
.phones {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.phones:hover .phones__arrow svg, .phones:hover .phones__arrow path {
  fill: #edb32d;
}
.phones:hover .phones__item {
  color: #edb32d;
}
.phones.active .phones__arrow {
  transform: rotate(180deg);
}
.phones.active .phones__arrow svg, .phones.active .phones__arrow path {
  fill: #edb32d;
}
.phones.active .phones__item {
  color: #edb32d;
}
.phones .phones__arrow {
  display: flex;
  transition: 0.3s;
}
.phones__item {
  transition: 0.3s;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #170f09;
  margin-right: 8px;
}
.search__form {
  position: absolute;
  opacity: 0;
  width: 0;
  z-index: -10;
  transition: 0.3s;
  background: white;
  right: 20px;
  top: -6px;
  display: flex;
  align-items: center;
}
.search__form.open {
  z-index: 10;
  opacity: 1;
  width: 1020px;
}
@media (max-width: 1200px) {
  .search__form.open {
    width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  .search__form.open {
    width: calc(100% - 20px);
    right: 10px;
  }
}
.search__input {
  width: calc(100% - 165px);
  background: #f2f2f2;
  border-radius: 32px 0 0 32px;
  height: 60px;
  padding-left: 60px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODU3MTQgMEMzLjExNjg4IDAgMCAzLjExNjg4IDAgNi44NTcxNEMwIDEwLjU5NzQgMy4xMTY4OCAxMy43MTQzIDYuODU3MTQgMTMuNzE0M0M4LjQxNTU4IDEzLjcxNDMgOS44NzAxMyAxMy4xOTQ4IDExLjAxMyAxMi4yNTk3TDExLjIyMDggMTIuMTU1OEwxNS4wNjQ5IDE2TDE2IDE1LjA2NDlMMTIuMTU1OCAxMS4yMjA4TDEyLjI1OTcgMTEuMDEzQzEzLjE5NDggOS44NzAxMyAxMy43MTQzIDguMzExNjkgMTMuNzE0MyA2Ljg1NzE0QzEzLjcxNDMgMy4xMTY4OCAxMC41OTc0IDAgNi44NTcxNCAwWk02Ljg1NzE0IDEyLjQ2NzVDMy43NDAyNiAxMi40Njc1IDEuMjQ2NzUgOS45NzQwMyAxLjI0Njc1IDYuODU3MTRDMS4yNDY3NSAzLjc0MDI2IDMuNzQwMjYgMS4yNDY3NSA2Ljg1NzE0IDEuMjQ2NzVDOS45NzQwMyAxLjI0Njc1IDEyLjQ2NzUgMy43NDAyNiAxMi40Njc1IDYuODU3MTRDMTIuNDY3NSA5Ljk3NDAzIDkuOTc0MDMgMTIuNDY3NSA2Ljg1NzE0IDEyLjQ2NzVaIiBmaWxsPSIjRURCMzJEIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center left 24px;
}
@media (max-width: 479px) {
  .search__input {
    padding-left: 15px;
    width: calc(100% - 95px);
    background: #f2f2f2;
  }
}
.search__submit {
  width: 140px;
  height: 60px;
  background: #ffd677;
  border-radius: 0px 32px 32px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin-right: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.search__submit:hover {
  background: #edb32d;
}
@media (max-width: 479px) {
  .search__submit {
    width: 80px;
    margin-right: 15px;
  }
}
.search__close {
  display: flex;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
}
.search__close:hover {
  transform: rotate(180deg);
}
.search__open {
  cursor: pointer;
}
.search__open:hover svg, .search__open:hover path {
  fill: #edb32d;
}
.top {
  position: relative;
}
.top:after {
  content: '';
  width: 2px;
  height: 200px;
  background: #ffd677;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: -120px;
}
@media (max-width: 767px) {
  .top:after {
    bottom: -180px;
  }
}
.top__box {
  background: url(../img/top_bg.jpg);
  height: 700px;
  padding-bottom: 285px;
  padding-top: 118px;
  min-height: 335px;
  background-position: bottom center;
  background-size: 100%;
    background-repeat: no-repeat;
}
@media (max-width: 1350px) {
  .top__box {

    background-size: cover; 
  }
}
@media (max-width: 992px) {
  .top__box {
    padding: 0;
    height: auto;
    min-height: calc(100vh - 120px);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 400px;
    padding-bottom: 220px;
    padding-top: 100px;
  }
}
.top__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffd677;
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  .top__subtitle {
    font-size: 12px;
  }
}
.top__title {
  margin: auto;
  margin-bottom: 53px;
  max-width: 820px;
}
@media (max-width: 767px) {
  .top__title {
    max-width: 90%;
  }
}
.top__main-search {
  width: 650px;
  margin: auto;
}
@media (max-width: 992px) {
  .top__main-search {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .top__main-search {
    max-width: 90%;
  }
}
.main-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 600px) {
  .main-search {
    flex-wrap: wrap;
  }
}
.main-search__glass {
  position: absolute;
  z-index: 2;
  left: 23px;
  top: 23px;
}
.main-search__glass.type svg, .main-search__glass.type path {
  fill: #FFD677;
  opacity: 1;
}
.main-search__in {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 32px 0 0 32px;
  height: 60px;
  line-height: 60px;
  padding-left: 48px;
  border: none;
  width: calc(100% - 140px);
  transition: 0.3s;
  color: #fff;
}
@media (max-width: 600px) {
  .main-search__in {
    width: calc(100% - 80px);
  }
}
.main-search__in:hover {
  background: rgba(255, 255, 255, 0.3);
}
.main-search__in:focus {
  background: #fff;
  color: #170f09;
}
.main-search__in::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search__in::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search__in:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search__in:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search__submit {
  background: #ffd677;
  border-radius: 0px 32px 32px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  height: 60px;
  border: none;
  width: 140px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .main-search__submit {

    width: 80px;


  }
}
.main-search__submit:hover {
  background: #edb32d;
}
.offer {
  margin-top: 200px;
}
.offer__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #edb32d;
  justify-content: center;
  margin-bottom: 16px;
}
.offer__title {
  margin-bottom: 53px;
}
.offer__img {
  width: 300px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  padding: 15px;
}
@media (max-width: 1200px) {
  .offer__img {
    width: 170px;
  }
}
@media (max-width: 992px) {
  .offer__img {
    width: 43%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .offer__img {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.offer__link {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  color: #170f09;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
}
@media (max-width: 1350px) {
  .offer__link {
      font-size: 19px;
  }
}
@media (max-width: 992px) {
  .offer__link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .offer__link {
    font-size: 18px;
    text-align: center;
  }
}
.offer__link:hover {
  border-bottom: 2px solid transparent;
}
.offer__link:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.offer__text {
    padding-right: 15px;
}
.offer__img picture {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer__img picture img{
    max-width: 75%;
    flex-shrink: 0;
}
.offer__item {
  background: #f2f2f2;
  position: relative;
  padding-left: 40px;
  width: calc(50% - 32px);
  margin: 0 16px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: space-between;
  border: 2px solid #f2f2f2;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .offer__item {
    padding: 30px 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .offer__item {
    padding: 30px 20px;
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 600px) {
  .offer__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.offer__item:hover {
  background: #fff;
  border: 2px solid #ffd677;
}
@media (max-width: 767px) {
  .offer__text {
    width: 100%;
    text-align: center;
  }
}
.offer__box {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.offer__more {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin: auto;
  margin-top: 20px;
  width: 155px;
  display: block;
  border-bottom: 1px solid #ffd677;
  transition: 0.3s;
}
.offer__more:hover {
  border-bottom: 1px solid transparent;
}
.company {
  margin-top: 120px;
}
.company__box {
  border: 2px solid #ffd677;
  box-sizing: border-box;
  padding: 117px 30px 125px;
}
@media (max-width: 992px) {
  .company__box {
    padding: 60px 30px;
  }
}
.company__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  opacity: 0.4;
  justify-content: center;
  margin-bottom: 17px;
}
.company__title {
  margin-bottom: 22px;
}
.company__text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #170f09;
  max-width: 815px;
  margin: auto;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .company__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .company__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.company__flex {
  display: flex;
  justify-content: space-between;
  margin: -5px;
}
@media (max-width: 992px) {
  .company__flex {
    flex-wrap: wrap;
  }
}
.company__item {
  width: calc(25% - 10px);
  margin: 0 10px;
}
@media (max-width: 992px) {
  .company__item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .company__item {
    width: 100%;
  }
}
.company__icon {
  text-align: center;
  margin-bottom: 22px;
  height: 40px;
}
.company__name {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #170f09;
  max-width: 250px;
  margin: auto;
  margin-bottom: 12px;
}
.company__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #170f09;
  max-width: 254px;
  margin: auto;
}
.home-news {
  margin-top: 111px;
}
.home-news__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-news__flex {
    flex-wrap: wrap;
  }
}
.home-news__items {
  width: 860px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .home-news__items {
    width: calc(100% - 270px);
  }
}
@media (max-width: 767px) {
  .home-news__items {
    width: 100%;
  }
}
.home-news__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-news__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .home-news__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .home-news__title {
    margin-bottom: 20px;
  }
}
.home-news__left {
  width: 215px;
  display: flex;
  flex-wrap: wrap;
    align-content: space-between;
}
@media (max-width: 767px) {
  .home-news__left {
    width: 100%;
  }
}
.home-news__item {
  width: calc(50% - 30px);
  margin-right: 30px;
  padding-top: 34px;
  margin-bottom: 34px;
}
@media (max-width: 600px) {
  .home-news__item {
    width: 100%;
  }
}
.home-news__date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #727272;
  margin-top: 12px;
}
.home-news__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #170f09;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .home-news__link {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-news__link:hover {
  border-bottom: 1px solid #ffd677;
}
.home-news__more {
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  border-bottom: 1px solid #ffd677;
  transition: 0.3s;
  margin-bottom: 34px;
}
.home-news__more:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .home-news__more {
    display: none;
  }
}
.home-news__more--mob {
  display: none;
}
@media (max-width: 767px) {
  .home-news__more--mob {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 35px;
  }
}
.home-posts__box {
  margin-top: 92px;
  padding-top: 92px;
  border-top: 1px solid #e9e9e9;
}
.home-posts__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  color: #170f09;
  margin-bottom: 37px;
}
@media (max-width: 992px) {
  .home-posts__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .home-posts__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.home-posts__cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 980px;
  margin: auto;
}
@media (max-width: 767px) {
  .home-posts__cats {
    display: block;
    text-align: center;
  }
}
.home-posts__cat {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin: 0 10px;
  margin-bottom: 23px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .home-posts__cat {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-posts__cat {
    margin-bottom: 6px;
    font-size: 10px;
    display: inline;
  }
}
.home-posts__cat:hover {
  color: #ffd677;
}
.home-posts__cat.active {
  border-bottom: 1px solid #ffd677;
}
.home-posts__tabs-box {
  position: relative;
  margin-top: 35px;
}
.home-posts__tabs {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.home-posts__tabs.active {
  position: static;
  visibility: visible;
  opacity: 1;
}
.home-posts__flex {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.home-posts__item {
  background: #f2f2f2;
  position: relative;
  padding-left: 30px;
  width: calc(50% - 32px);
  margin: 0 16px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding: 20px;
  justify-content: space-between;
  border: 2px solid #f2f2f2;
  transition: 0.3s;
}
.home-posts__link {
    margin-right: 15px;
    max-width: 50%;
    }
@media (max-width: 767px) {
  .home-posts__item {
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap-reverse;
    text-align: center;
  }

.home-posts__link {
  max-width: 100%;
    width: 100%;

}
}
.home-posts__item:hover {
  background: #fff;
  border: 2px solid #ffd677;
}
.home-posts__img {
  width: 224px;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-posts__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
  }
}
.home-posts__name {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #170f09;
  max-width: 315px;
  margin-right: 15px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .home-posts__name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-posts__name {
    font-size: 16px;
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }
}
.home-posts__name:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-posts__more {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin: auto;
  margin-top: 20px;
  width: 200px;
  display: block;
  border-bottom: 1px solid #ffd677;
  transition: 0.3s;
}
.home-posts__more:hover {
  border-bottom: 1px solid transparent;
}
.customers {
  margin-top: 111px;
  overflow: hidden;
  margin-bottom: 40px;
}
.customers * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customers__slide {
  margin-top: 51px;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .customers__slide {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 -10px;
    padding: 10px;
    margin-top: 51px;
    margin-bottom: 50px;
  }
  .customers__slide:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
}
@media (max-width: 479px) {
}
.customers__item {
  display: flex;
  height: 170px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 850px) {
  .customers__item {
    opacity: 1;
    flex-shrink: 0;
    padding: 25px;
    border: none;
    max-width: 200px;
  }
}
.active .customers__item {
  opacity: 1;
}
.customers__item:hover {
  border: 1px solid #ffd677;
}
.customers__item picture {
  width: auto !important;
  max-width: 85%;
  max-height: 85%;
}
.customers__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .customers__arrows {
    display: none;
  }
}
.customers__arrow {
  transition: 0.3s;
  border: 2px solid #ffd677;
  box-sizing: border-box;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.customers__arrow.disable {
  opacity: 0.5;
}
.customers__arrow:not(.disable):hover {
  background: #ffd677;
}
.delivery {
  margin-top: 116px;
  background: url(../img/map.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 480px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .delivery {
    background-size: 100% 100%;
  }
}
@media (max-width: 600px) {
  .delivery {
    padding-bottom: 300px;
  }
}
@media (max-width: 600px) {
  .delivery {
    padding-bottom: 224px;
    margin-bottom: 0;
  }
}
.delivery__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #edb32d;
  margin-bottom: 16px;
}
.delivery__title {
  max-width: 660px;
  margin: auto;
}
.questions {
  margin-bottom: 100px;
}
.questions__box {
  border: 2px solid #ffd677;
  box-sizing: border-box;
  padding: 73px 80px 80px 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .questions__box {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .questions__box {
    flex-wrap: wrap;
  }
}
.questions__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #170f09;
  margin-bottom: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.questions__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #170f09;
}
@media (max-width: 1200px) {
  .questions__subtitle {
    font-size: 18px;
  }
}
.questions__left {
  max-width: 335px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .questions__left {
    width: 100%;
    margin-bottom: 45px;
  }
}
.questions__form {
  width: 555px;
}
@media (max-width: 767px) {
  .questions__form {
    width: 100%;
  }
}
.form-default__label span {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #727272;
  position: absolute;
  top: 6px;
  left: 0;
  transition: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-default__label.type span {
  top: -16px;
  font-size: 10px;
}
.form-default__label b {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #eb5757;
  position: absolute;
  left: 0;
  bottom: -23px;
}
.form-default__box {
  min-height: 45px;
  position: relative;
  margin-bottom: 36px;
}
.form-default__required {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #170f09;
  position: absolute;
  right: 0;
  top: 0;
}
.form-default__in {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  transition: 0.3s;
}
.form-default__in:hover {
  border-bottom: 1px solid #ffd677;
}
.form-default__in:focus {
  border-bottom: 2px solid #ffd677;
  margin-bottom: -1px;
}
.form-default__in.invalid {
  border-bottom: 1px solid #eb5757;
  margin-bottom: 0px;
}
.form-default__in--textarea {
  line-height: 1.5;
  min-height: 107px;
}
@media (max-width: 992px) {
  .form-default__agree {
    margin-bottom: 20px;
  }
}
.form-default__agree .checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.form-default__agree .checkbox__text {
  position: relative;
  padding: 0 0 0 27px;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  color: #170f09;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-default__agree .checkbox__text a {
  color: inherit;
  border-bottom: 1px solid #ffd677;
  transition: 0.3s;
}
.form-default__agree .checkbox__text a:hover {
  border-bottom: 1px solid transparent;
}
.form-default__agree .checkbox__text:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  transition: 0.3s;
}
.form-default__agree .checkbox__text:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjU5MjEzIDUuOTY1NjVMMS4wNzkwOSAzLjU5NjhMMCA0LjYxMzk3TDMuNTkyMTMgOEwxMSAxLjAxNzE3TDkuOTIwOTEgMEwzLjU5MjEzIDUuOTY1NjVaIiBmaWxsPSIjMTcwRjA5Ii8+Cjwvc3ZnPgo=");
  width: 18px;
  height: 18px;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
.form-default__agree .checkbox input:checked + .checkbox__text:before {
  background: #ffd677;
}
.form-default__agree .checkbox input:checked + .checkbox__text:after {
  opacity: 1;
}
.form-default__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .form-default__bottom {
    flex-wrap: wrap;
  }
}
.form-default__submit {
  background: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  padding: 15px 121px 15px 24px;
  background-color: #ffd677;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  cursor: pointer;
  transition: 0.3s;
}
.form-default__submit:hover {
  background-color: #edb32d;
}
.footer__top {
  background: #393d42;
  padding: 60px 80px 75px;
}
@media (max-width: 992px) {
  .footer__top {
    padding: 40px 25px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__top {
    flex-wrap: wrap-reverse;
  }
}
.footer__col.align-content {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  max-width: 315px;
}
.footer__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #edb32d;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 100%;
    margin-bottom: 35px;
  }
}
.footer__flex {
  display: flex;
  width: 555px;
}
@media (max-width: 1200px) {
  .footer__flex {
    width: 420px;
  }
}
@media (max-width: 992px) {
  .footer__flex {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .footer__flex {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .footer__flex {
    flex-wrap: wrap-reverse;
  }
}
.footer__menu-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  transition: 0.3s;
}
.footer__menu-link:hover {
  color: #edb32d;
}
.footer__part {
  max-width: 265px;
  margin-right: 72px;
}
@media (max-width: 992px) {
  .footer__part {
    max-width: 240px;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .footer__part {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer__menu-item {
  margin-bottom: 13px;
}
.footer__bottom {
  padding: 42px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__bottom {
    padding: 40px 25px;
  }
}
@media (max-width: 600px) {
  .footer__bottom {
    flex-wrap: wrap-reverse;
  }
}
.foter-contact__item {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #9c9c9c;
}
.foter-contact__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .foter-contact__name {
    display: none;
  }
}
.foter-contact__val {
  color: #fff;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .foter-contact__val {
    margin-left: 0;
  }
}
.foter-contact__val a {
  color: inherit;
  transition: 0.3s;
}
.foter-contact__val a:hover {
  color: #edb32d;
}
.social {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.social .social__item {
  margin-right: 28px;
}
.social .social__item:last-child {
  margin-right: 0;
}
.social .social__item:hover svg, .social .social__item:hover path {
  fill: #fff;
}
.dev__logo {
  margin-bottom: 12px;
  display: block;
}
.dev__info {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #170f09;
  transition: 0.3s;
}
.dev__year {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #170f09;
  transition: 0.3s;
}
.dev:hover * {
  color: #edb32d;
}
.copyright {
  width: 555px;
}
@media (max-width: 1200px) {
  .copyright {
    width: 420px;
  }
}
@media (max-width: 992px) {
  .copyright {
    width: 320px;
  }
}
@media (max-width: 600px) {
  .copyright {
    width: 100%;
    margin-bottom: 20px;
  }
}
.copyright__text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #727272;
  margin-bottom: 11px;
}
.copyright__link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #170f09;
  margin-right: 17px;
  transition: 0.3s;
  position: relative;
}
.copyright__link:after {
  content: '';
  width: 3px;
  height: 3px;
  background: #edb32d;
  position: absolute;
  right: -11px;
  border-radius: 100%;
  top: 50%;
  margin-top: -1.5px;
}
.copyright__link:last-child:after {
  display: none;
}
.copyright__link:hover {
  color: #edb32d;
}
.catalog-menu {
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  border-top: 2px solid #ffd677;
  margin-top: 22px;
  padding: 41px 0;
  z-index: -9;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .catalog-menu {
    display: none;
  }
}
.catalog-menu.active {
  height: auto;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.catalog-menu__level1 {
  padding-left: 31px;
  border-left: 1px solid #d6d6d6;
  position: relative;
  width: 382px;
}
.catalog-menu__level1:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffd677;
  transform: rotate(45deg);
  top: -50px;
  margin-left: 30px;
}
.catalog-menu__level1:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 16px;
  background: #f2f2f2;
  top: -41px;
  margin-left: 27px;
}
.catalog-menu__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  transition: 0.3s;
  max-width: 260px;
  display: block;
  position: relative;
}
.catalog-menu__link:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUyMzQgMTIuMjQyN0wxOS43NjYxIDYuMDAwMDRMMjAuNDczMiA2LjcwNzE0TDE0LjIzMDUgMTIuOTQ5OEwxMy41MjM0IDEyLjI0MjdaIiBmaWxsPSIjRURCMzJEIi8+CjxwYXRoIGQ9Ik0xNC4yMzA1IDBMMjAuNDczMSA2LjI0MjY0TDE5Ljc2NiA2Ljk0OTc1TDEzLjUyMzQgMC43MDcxMDdMMTQuMjMwNSAwWiIgZmlsbD0iI0VEQjMyRCIvPgo8cGF0aCBkPSJNMCA2SDIwVjdIMFY2WiIgZmlsbD0iI0VEQjMyRCIvPgo8L3N2Zz4K");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 13px;
  position: absolute;
  right: -50px;
  top: 6px;
  transition: 0.3s;
  opacity: 0;
}
.catalog-menu__link:hover {
  color: #edb32d;
}
.active .catalog-menu__list {
    display: block;
}
.catalog-menu__list {
    display: none;
}
.catalog-menu__item {
  margin-bottom: 10px;
}
.catalog-menu__item--haschild:hover .catalog-menu__link, .catalog-menu__item--haschild.active .catalog-menu__link {
  color: #edb32d;
}
.catalog-menu__item--haschild:hover .catalog-menu__link:after, .catalog-menu__item--haschild.active .catalog-menu__link:after {
  opacity: 1;
}
.catalog-menu__item--haschild:hover .catalog-menu__submenu, .catalog-menu__item--haschild.active .catalog-menu__submenu {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.catalog-menu__submenu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -2;
  height: 100%;
  padding-left: 31px;
  border-left: 1px solid #d6d6d6;
  visibility: hidden;
}
.catalog-menu__submenu-list {
    width: 350px;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 90px;
}
.catalog-menu__submenu-list::-webkit-scrollbar {
    height: 2px;
    background: grey;
    width: 2px;
}
.catalog-menu__submenu-list::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ffd677;
    border-radius: 3px;
}
.catalog-menu__submenu-item {
  margin-bottom: 10px;
}
.catalog-menu__submenu-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  transition: 0.3s;
}
.catalog-menu__submenu-link:hover {
  color: #edb32d;
}
.catalog-menu__img {
  width: 285px;

  right: -350px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1350px) {
  .catalog-menu__img {
    right: -315px;
  }
}
.breadcrumbs__box {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 24px;
}
.breadcrumbs__link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #170f09;
  padding-right: 24px;
  margin-right: 19px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDYgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjUyOTg5ZS0wNSAxMC4zOTk0TDUuMzg5NTMgNS4wOTY2NEw2IDUuNjk3MjhMMC42MTA1MzMgMTFMNi41Mjk4OWUtMDUgMTAuMzk5NFoiIGZpbGw9IiNBQkFCQUIiLz4KPHBhdGggZD0iTTAuNjEwNDY4IDBMNS45OTk5MyA1LjMwMjcyTDUuMzg5NDcgNS45MDMzNkwwIDAuNjAwNjQxTDAuNjEwNDY4IDBaIiBmaWxsPSIjQUJBQkFCIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center right 2px;
}
.breadcrumbs__link:hover {
  color: #edb32d;
}
.breadcrumbs__on {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #170f09;
  padding-right: 24px;
  margin-right: 19px;
}
.breadcrumbs__item a,  .breadcrumbs__on {
  color: #9f9f9f;
}
.breadcrumbs__item:first-child a:hover {
  color: #edb32d;
}
.breadcrumbs__item:last-child a {
  background: none;
}
.catalog__title {
  text-align: left;
  margin-bottom: 41px;
}
.catalogitem {
  background: #f2f2f2;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  padding: 52px 110px 66px 59px;
  position: relative;
}
@media (max-width: 767px) {
  .catalogitem {
    padding: 50px 35px;
  }
}
@media (max-width: 992px) {
  .catalogitem {
    flex-wrap: wrap;
  }
}
.catalogitem__itemli {
  margin-right: 38px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .catalogitem__itemli {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
.catalogitem__links {
  display: flex;
  flex-wrap: wrap;
}
.catalogitem__img {

    width: 444px;
    height: 327px;
    flex-shrink: 0;
    text-align: center;
    margin-right: -110px;
    margin-top: -52px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.catalogitem__img picture {
    display: block;
    max-height: 100%;
    position: relative;
}
.catalogitem__img a {
    display: block;
    max-height: 100%;
}
.catalogitem__img img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
  .catalogitem__img {
    width: 100%;
    margin: 0;
  }
}
.catalogitem__name {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  color: #170f09;
  display: inline;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .catalogitem__name {
    font-size: 24px;
  }
}
.catalogitem__name:hover {
  border-bottom: 2px solid transparent;
}
.catalogitem__left {
  max-width: 804px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-bottom: -26px;
  margin-right: -38px;
}
@media (max-width: 992px) {
  .catalogitem__left {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .catalogitem__right {
    width: 100%;
  }
}
.catalogitem__namebox {
  margin-bottom: 18px;
}
.catalogitem__top {
  padding-bottom: 1px;
}
.catalogitem__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  max-width: 700px;
  min-height: 137px;
  padding-bottom: 1px;
}
.catalogitem__text p {
  margin-bottom: 26px;
}
.catalogitem__link {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #170f09;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .catalogitem__link {
    font-size: 16px;
    line-height: 24px;
  }
}
.catalogitem__link:hover {
  border-bottom: 2px solid transparent;
}
.catalogitem__btn {
  background: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  padding: 15px 121px 15px 24px;
  background-color: #ffd677;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
  display: block;
  width: 215px;
  float: right;
  margin-top: 15px;
  position: relative;
  z-index: 10;
}
.catalogitem__btn:hover {
  background-color: #edb32d;
}
@media (max-width: 992px) {
  .catalogitem__btn {
    float: none;
    margin: auto;
    margin-top: 15px;
  }
}
.catalogitem__more {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin-bottom: 26px;
  margin-top: 10px;
  transition: 0.3s;
}
.catalogitem__more:hover {
  color: #edb32d;
}
.catalogitem__more:hover svg, .catalogitem__more:hover path {
  fill: #edb32d;
}
.catalogitem__arrow {
  margin-left: 8px;
  display: flex;
  transition: 0.3s;
}
.product-sect__top {
  display: flex;
  margin: 0 -15px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .product-sect__top {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .product-sect__top {
    margin: 0;
    margin-bottom: 15px;
  }
}
.noscroll .product-sect__gallery {
  opacity: 0;
}
.product-sect__gallery {
  width: calc(50% - 30px);
  margin: 0 15px;
}
@media (max-width: 992px) {
  .product-sect__gallery {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .product-sect__gallery {
    margin: 0;
    margin-bottom: 25px;
  }
}
.product-sect__info {
  width: calc(50% - 30px);
  margin: 0 15px;
}
@media (max-width: 992px) {
  .product-sect__info {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .product-sect__info {
    margin: 0;
    margin-bottom: 25px;
  }
}
.product-sect__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 13px;
}
.product-sect__title--mob {
  display: none;
}
@media (max-width: 992px) {
  .product-sect__title--mob {
    display: block;
    font-size: 33px;
    line-height: 39px;
    font-weight: 600;
    color: #170f09;
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .product-sect__title--mob {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .product-sect__title {
    display: none;
  }
}
@media (max-width: 1200px) {
  .product-sect__title {
    font-size: 33px;
    line-height: 39px;
  }
}
.product-sect__brief {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .product-sect__price {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-sect__price {
    width: 100%;
  }
}
.product-sect__add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 74px;
}
@media (max-width: 1200px) {
  .product-sect__add {
    flex-wrap: wrap;
  }
}
.product-sect__btn {
  background: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  padding: 20px 92px 20px 24px;
  background-color: #ffd677;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  cursor: pointer;
  transition: 0.3s;
}
.product-sect__btn:hover {
  background-color: #edb32d;
}
@media (max-width: 1350px) {
  .product-sect__btn {
    padding-right: 50px;
  }
}
.product-sect__min {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #170f09;
}
.product-sect__val {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: baseline;
  text-align: center;
  color: #170f09;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .product-sect__val {
    width: 100%;
  }
}
.product-sect__val span {
  font-weight: 600;
  font-size: 30px;
  line-height: 28px;
  margin: 0 5px;
}
.product-sect__advantages {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .product-sect__advantages {
    flex-wrap: wrap;
  }
}
.product-sect__advantages-icon {
  margin-bottom: 8px;
  min-height: 40px;
}
@media (max-width: 479px) {
  .product-sect__advantages-icon {

  }
}
.product-sect__advantages-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #170f09;
}
@media (max-width: 479px) {
  .product-sect__advantages-text {
    max-width: 200px;

    margin: auto;
  }
}
.product-sect__advantages-item {
  width: 32%;
}
@media (max-width: 479px) {
  .product-sect__advantages-item {
    width: 50%;
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .product-sect__add {
    margin-bottom: 40px;
}
}
.product-tabs__list {
  display: flex;
}
.product-tabs__item {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #170f09;
  margin-right: 45px;
  transition: 0.3s;
  padding-top: 22px;
  cursor: pointer;
  border-top: 2px solid transparent;
  margin-top: 0px;
  position: relative;
}
.product-tabs__item.active {
  color: #edb32d;
  border-top: 2px solid #ffd677;
}
.product-tabs__item:hover {
  color: #edb32d;
}
@media (max-width: 992px) {
  .product-tabs__item {
    font-size: 16px;
    margin-right: 25px;
    position: relative;
  }
}
@media (max-width: 479px) {
}
.product-tabs__sub {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #edb32d;
  position: absolute;
  margin-left: 5px;
  left: 100%;
    top: 22px;
}
@media (max-width: 479px) {
  .product-tabs__sub {
    font-size: 12px;
    top: 20px;
    left: 100%;
    flex-shrink: 0;
    width: 25px;
  }
}
.product-tabs__nav {
  margin-bottom: 46px;
}
.product-tabs__box {
  position: relative;
}
@media (max-width: 1200px) {
  .product-tabs__box {
    width: calc(100% - 320px);
  }
}
@media (max-width: 992px) {
  .product-tabs__box {
    width: 100%;
  }
}
.product-tabs__content {
  width: 746px;
  position: absolute;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.product-tabs__content--table {
  width: 967px;
}
@media (max-width: 1350px) {
  .product-tabs__content--table {
    width: 746px;
  }
}
@media (max-width: 1200px) {
  .product-tabs__content--table {
    width: 100%;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .product-tabs__content {
    width: 100%;
  }
}
.product-tabs__content.active {
  position: static;
  visibility: visible;
  z-index: 2;
  opacity: 1;
}
.product-tabs__sidebar {
  width: 300px;
  z-index: 10;
}
@media (max-width: 992px) {
  .product-tabs__sidebar {
    margin-top: 25px;
  }
}
.product-tabs__sidebar * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-tabs__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .product-tabs__flex {
    flex-wrap: wrap;
  }
}
.product-tabs__slider-item {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.active > .product-tabs__slider-item {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 600px) {
  .product-tabs__slider-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .product-tabs__slider-item {
    opacity: 1;
    visibility: visible;
    flex-shrink: 0;
    width: 80%;
    margin-right: 15px;
  }
}
.product-tabs__slider__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .product-tabs__slider__arrows {
    display: none;
  }
}
.product-tabs__slider__arrow {
  transition: 0.3s;
  border: 2px solid #ffd677;
  box-sizing: border-box;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.product-tabs__slider__arrow.disable {
  opacity: 0.5;
}
.product-tabs__slider__arrow:not(.disable):hover {
  background: #ffd677;
}
.product-tabs__slider-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 13px;
  border: 1px solid #e9e9e9;
  margin-right: 32px;
  flex-shrink: 0;
  width: 380px;
}
.product-tabs__slider-img img {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .product-tabs__slider-img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    border: 0;
  }
}
.product-tabs__slider-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #170f09;
  padding-top: 22px;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 600px) {
  .product-tabs__slider-text {
    width: 100%;
    margin: 0;
    border-top: 0;
    padding-top: 0;
  }
}
.product-tabs__slider-box {
  position: relative;
}
@media (max-width: 479px) {
  .product-tabs__slider-box {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -10px;
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .product-tabs__slider {
    display: flex;
  }
  .product-tabs__slider:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
}
.product-tabs__slidernav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 412px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}
.product-tabs__slidernav * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 600px) {
  .product-tabs__slidernav {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .product-tabs__slidernav {
    display: none;
  }
}
.product-tabs__slider-cols {
  display: flex;
  align-items: flex-start;
}
.product-tabs__slider-col-min {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #170f09;
}
.product-tabs__slider-col-slash {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #170f09;
}
.product-tabs__slider-col-big {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 26px;
  text-align: right;
  color: #170f09;
  margin-right: 3px;
}
.sidebar-help {
  background: #f2f2f2;
  padding: 40px 38px;
  margin-bottom: 15px;
}
.sidebar-help__icon {
  margin-bottom: 22px;
}
.sidebar-help__title {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  color: #170f09;
  margin-bottom: 7px;
}
.sidebar-help__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #170f09;
  margin-bottom: 26px;
}
.sidebar-help__btn {
  background: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  padding: 20px 92px 20px 24px;
  background-color: #ffd677;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.sidebar-help__btn:hover {
  background-color: #edb32d;
}
.similar {
  margin: 100px 0;
}
.similar__title {

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #170f09;
  margin-bottom: 42px;
}
@media (max-width: 600px) {
  .similar__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .similar__slide {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -10px;
    padding: 0 10px;
    display: flex;
    padding-bottom: 10px;
  }
  .similar__slide:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

}
.similar__slide .owl-stage {
  display: flex;
}
.similar__item {

    height: 100%;
}
.similar__item {
  padding: 25px 40px 33px;
  background: #f2f2f2;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  border: 2px solid #f2f2f2;
  transition: 0.3s;
}
.similar__item:hover {
  background: #fff;
  border: 2px solid #ffd677;
}
@media (max-width: 479px) {
  .similar__item {
    opacity: 1;
    visibility: inherit;
    flex-shrink: 0;
    width: 80%;
    margin-right: 15px;
    position: relative;
    height: auto;
  }
  .similar__img {
    overflow: initial;
}
}
.active .similar__item {
  visibility: visible;
  opacity: 1;
}
.similar__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 0;
}
@media (max-width: 479px) {
  .similar__arrows {
    display: none;
  }
}
.similar__arrow {
  transition: 0.3s;
  border: 2px solid #ffd677;
  box-sizing: border-box;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.similar__arrow.disable {
  opacity: 0.5;
}
.similar__arrow:not(.disable):hover {
  background: #ffd677;
}
.similar__img {
  margin-bottom: 55px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar__link {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #170f09;
  border-bottom: 1px solid #ffd677;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .similar__link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar__link {
    font-size: 18px;
    text-align: center;
  }
  .similar__img {
  margin-bottom: 15px;
  margin-top: 15px;

}
}
.similar__link:hover {
  border-bottom: 1px solid transparent;
}
.similar__link:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.specifications__item {
  display: flex;
  margin-bottom: 14px;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .specifications__item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.specifications__item:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 15px;
  border-bottom: 1px dotted #9c9c9b;
}
@media (max-width: 479px) {
  .specifications__item:before {
    display: none;
  }
}
.specifications__title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #727272;
  padding-right: 12px;
  margin-right: 20px;
  background: #fff;
  width: max-content;
  position: relative;
  z-index: 2;
}
@media (max-width: 479px) {
  .specifications__title {
    width: 100%;
    margin-bottom: 5px;
  }
}
.specifications__val {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  background: #fff;
  width: 412px;
  padding-left: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .specifications__val {
    width: 48%;
  }
}
@media (max-width: 479px) {
  .specifications__val {
    width: 100%;
  }
}
.table-box-parent {
  position: relative;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.editor .table-box-parent {

    margin: 0 -30px;
    width: calc(100% + 60px);
}

@media (max-width: 1350px) {
  .table-box-parent {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 600px) {
  .table-box-parent {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.table-box-parent:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  transition: 0.3s ease-out;
  opacity: 1;
}
.table-box-parent:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: 10;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  transition: 0.3s ease-out;
  opacity: 1;
}
.table-box-parent.start:before {
  opacity: 1;
}
.table-box-parent.end:after {
  opacity: 1;
}
.table-box {
  overflow: auto;
  max-width: 100%;
  position: relative;
  display: flex;

    cursor: grab;
}
.table-box * {
  flex-shrink: 0;
}
.table-box:before {
  content: '';
  width: 30px;
  height: 40px;
  display: block;
  flex-shrink: 0;
}
.table-box:after {
  content: '';
  width: 20px;
  height: 40px;
  display: block;
  flex-shrink: 0;
}
.files {
  margin-bottom: 53px;
}
.files--content {
  margin-top: 53px;
}
.files__item {
  display: flex;
  margin-bottom: 19px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .files__item {
    flex-wrap: wrap;
  }
}
.files__info {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .files__info {
    margin-bottom: 15px;
    width: 100%;
  }
}
.files__icon {
  width: 26px;
  height: 26px;
  display: flex;
  margin-right: 11px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.files__icon img {
  margin-bottom: 0;
}
.files__name{
  line-height: 1.5;
}
.files__link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  border-bottom: 1px solid #ffd677;
  transition: 0.3s;
  position: relative;
}
.files__link:hover {
  border-bottom: 1px solid transparent;
}
.files__link:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.posts__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e9e9e9;
}
.posts__img {
  width: 95px;
  height: 95px;
  margin-right: 48px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.posts__img img {
  margin-bottom: 0;
  position: absolute;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.posts .get-more-post {
  background: #ffd677;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin-left: 24px;
  width: 146px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}
.posts .get-more-post:hover {
  background: #edb32d;
}
.posts__item-more {
  display: none;
}
.posts__name {
  max-width: 465px;
}
.posts__link {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.5;
  color: #170f09;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1200px) {
  .posts__link {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .posts__link {
    font-size: 16px;
  }
}
.posts__link:hover {
  border-bottom: 1px solid #ffd677;
}
.posts__link:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gallery .gallery__rotete {
  width: 573px;
  height: 634px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: rotate(-90deg);
  margin-top: -70px;
  align-items: flex-start;
    margin-bottom: -100px;
}

@media (max-width: 1200px) {
  .gallery .gallery__rotete {
    transform: none;
    width: 100%;
    height: auto;
    flex-wrap: wrap-reverse;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
.gallery .gallery__rotete {
  margin-bottom: 0;
}
}
.gallery-min {
  display: flex;
  align-items: center;
  width: 533px;
  height: 100px;
    justify-content: center;
    transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .gallery-min {
    width: 100%;
    height: auto;
    margin-top: 25px;
    transform: rotate(0deg);
  }
}
.gallery-min__box {
  width: 390px;
  overflow: hidden;
  height: 100px;
}
.gallery-min__item {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  overflow: hidden;
  padding-top: 15px;
  cursor: pointer;
  border-top: 1px solid transparent;
    transform: rotate(180deg);
}
.gallery-min__item img {
  transform: rotate(90deg);
    position: absolute;
    max-height: 100%;
    width: auto!important;
    max-width: 75px;
}
@media (max-width: 1200px) {
  .gallery-min__item img {
    transform: none;
  }
  .gallery-min__item {
    transform: rotate(0deg);

  }
}
.gallery-min__item.active {
  border-top: 1px solid #ffd677;
}
.active .gallery-min__item {
  visibility: visible;
  opacity: 1;

    height: 100px;
}
 .gallery-min__item picture{

    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-min__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 0;
}
@media (max-width: 479px) {
  .gallery-min__arrows {
    display: none;
  }
}
.gallery-min__arrow {
  flex-shrink: 0;
  transition: 0.3s;
  border: 2px solid #ffd677;
  box-sizing: border-box;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.gallery-min__arrow.disable {
  opacity: 0;
  visibility: hidden;
}
.gallery-min__arrow:not(.disable):hover {
  background: #ffd677;
}
.gallery-big {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  overflow: hidden;
    padding-left: 80px;
    width: 100%;

    max-height: 440px;
}
.gallery-big__item {

    max-height: 440px;
    display: flex;
}
.gallery-big__item a {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1200px) {
  .gallery-big {
    height: 350px;
    transform: none;
  }
}
.gallery-big__item img {
  opacity: 1;
  transition: 0.3s;
    max-width: 100%;
    max-height: 100%;
}
.gallery-big__item img.load {
  opacity: 0;
}
.subcatalog-banner {
  background: #ffd677;
  padding: 51px 59px 60px;
  margin-bottom: 92px;
}
@media (max-width: 767px) {
  .subcatalog-banner {
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .subcatalog-banner {
    padding: 30px 40px;
  }
}
.subcatalog-banner__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subcatalog-banner__info {
  max-width: 690px;
}
@media (max-width: 1200px) {
  .subcatalog-banner__info {
    max-width: 50%;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .subcatalog-banner__info {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1350px) {
.gallery-big {
    width: 443px;
    padding-left: 0;
}
}
.subcatalog-banner__text {
  margin-bottom: 124px;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
}

.subcatalog-banner__text a{ 
    border-color: #c7892a!important;
    border-width: 2px!important;
}
.subcatalog-banner__text a:hover {

    border-bottom: 2px solid transparent!important;
}
.subcatalog-banner__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 13px;
}
@media (max-width: 992px) {
  .subcatalog-banner__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .subcatalog-banner__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .subcatalog-banner__title {
    font-size: 24px;
  }
}
.subcatalog-banner__img {
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.subcatalog-banner__btn {
  background: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  padding: 15px 121px 15px 24px;
  background-color: #fff;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.subcatalog-banner__btn:hover {
  background-color: #edb32d;
}
.subcatalog__box {
  display: flex;
  margin: 0 -16px;
  margin-bottom: 100px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .subcatalog__box {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .subcatalog-banner__img {
      max-width: 100%;
      margin: 0;
      margin-bottom: 30px;
  }
  .subcatalog-banner__text {
      margin-bottom: 25px;
  }
}
.subcatalog__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #170f09;
  margin-bottom: 42px;
}
@media (max-width: 600px) {
  .subcatalog__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.item-gorizontal {
  width: calc(50% - 32px);
  margin: 0 16px;
  position: relative;
  background: #f2f2f2;
  padding: 33px 40px 37px;
  margin-bottom: 32px;
  min-height: 375px;
  border: 2px solid #f2f2f2;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .item-gorizontal {
    padding: 25px 30px;
  }
}
@media (max-width: 600px) {
  .item-gorizontal {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.item-gorizontal__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .item-gorizontal__flex {
    flex-wrap: wrap-reverse;
  }
}
.item-gorizontal__info {
  max-width: 333px;
  padding-right: 15px;
}
.item-gorizontal:hover {
  border: 2px solid #ffd677;
}
.item-gorizontal__name {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.5;
  color: #170f09;
  display: inline;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .item-gorizontal__name {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .item-gorizontal__name {
    display: none;
  }
}
.item-gorizontal__name--mob {
  display: none;
}
@media (max-width: 1200px) {
  .item-gorizontal__name--mob {
    display: block;
  }
  .item-gorizontal__name--mob .item-gorizontal__name {
    display: inline;
  }
}
.item-gorizontal__name:hover {
  border-bottom: 2px solid transparent;
}
.item-gorizontal__name:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.item-gorizontal__text {
  margin-top: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #170f09;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.item-gorizontal__img {
  max-width: 195px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .item-gorizontal__img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: inherit;
    margin: 30px 0;
  }
}
.item-gorizontal__more {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin-top: 8px;
  padding-right: 21px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  z-index: 10;
}
.item-gorizontal__more:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  right: 0;
  top: 50%;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjYwMDY0MSAwLjUwMDA2NUw1LjkwMzM2IDUuODg5NTNMNS4zMDI3MiA2LjVMLTIuNjY4NzJlLTA4IDEuMTEwNTNMMC42MDA2NDEgMC41MDAwNjVaIiBmaWxsPSIjMTcwRjA5Ii8+CjxwYXRoIGQ9Ik0xMSAxLjExMDQ3TDUuNjk3MjggNi40OTk5M0w1LjA5NjY0IDUuODg5NDdMMTAuMzk5NCAwLjVMMTEgMS4xMTA0N1oiIGZpbGw9IiMxNzBGMDkiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -3px;
}
.item-gorizontal__more:hover:after, .item-gorizontal__more.open:after {
  transform: rotate(180deg);
}
.contact-page__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 41px;
  text-align: left;
}
@media (max-width: 992px) {
  .contact-page__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .contact-page__title {
    font-size: 28px;
    line-height: 32px;
  }
  .posts__img{
    margin-right: 30px;
  }
}
.contact-page__item {
  display: flex;
  justify-content: space-between;
  padding: 33px 0 70px;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 600px) {
  .contact-page__item {
    flex-wrap: wrap;
  }
}
.contact-page___name {
  width: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
}
@media (max-width: 600px) {
  .contact-page___name {
    width: 100%;
  }
}
.contact-page__addres {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #170f09;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .contact-page__addres {
    font-size: 22px;
    line-height: 28px;
  }
}
.contact-page__val {
  width: 50%;
}
@media (max-width: 600px) {
  .contact-page__val {
    width: 100%;
  }
}
.contact-page__link {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #170f09;
  border-bottom: 2px solid #ffd677;
  margin-right: 30px;
  transition: 0.3s;
}
.contact-page__link:hover {
  border-color: transparent;
}
.contact-page__post {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #170f09;
}
@media (max-width: 600px) {
  .contact-page__post {
    font-size: 22px;
    line-height: 28px;
  }
}
.contact-page__tel {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #170f09;
  width: 100%;
  display: block;
  transition: 0.3s;
}
.contact-page__tel:hover {
  color: #ffd677;
}
@media (max-width: 600px) {
  .contact-page__tel {
    font-size: 22px;
    line-height: 38px;
  }
}
.contact-page__mail {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #170f09;
  border-bottom: 2px solid #ffd677;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.3s;
}
.contact-page__mail:hover {
  border-color: transparent;
}
@media (max-width: 600px) {
  .contact-page__mail {
    font-size: 22px;
    line-height: 28px;
  }
}
.contact-page__map {
  margin-bottom: 100px;
  margin-top: 30px;
}
.partners-page {
  margin-bottom: 70px;
}
.partners-page__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 41px;
  text-align: left;
}
@media (max-width: 992px) {
  .partners-page__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .partners-page__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.partners-page__box {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .partners-page__box {
    margin: 0;
  }
}
.partners-page__item {
  width: calc(25% - 32px);
  margin: 0 16px;
  background: #f2f2f2;
  padding: 20px;
  padding-bottom: 50px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  border: 2px solid transparent;
  transition: 0.3s;
}
.partners-page__item:hover {
  background: #fff;
  border: 2px solid #ffd677;
}
@media (max-width: 1200px) {
  .partners-page__item {
    width: calc(33.33% - 32px);
  }
}
@media (max-width: 767px) {
  .partners-page__item {
    width: calc(50% - 32px);
  }
}
@media (max-width: 479px) {
  .partners-page__item {
    width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}
.partners-page__img {
  text-align: center;
  height: 150px;
  line-height: 150px;
  width: 100%;
}
.partners-page__link {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  color: #170f09;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
}
.partners-page__link:hover {
  border-color: transparent;
}
.partners-page__link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about-page {
  margin-top: 75px;
}
.about-page__banner {
  padding: 51px 59px;
  background: url(../img/about.svg);
  background-size: cover;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
.about-page__banner {
    padding: 50px 50px;
}
}
@media (max-width: 479px) {
  .about-page__banner {
    padding: 50px 20px;
  }
}
.about-page__advance {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
@media (max-width: 479px) {
  .about-page__advance {
    margin: 0;
  }
}
.about-page__icon {
  text-align: center;
  line-height: 52px;
  margin-bottom: 26px;
}
.about-page__name {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #170f09;
  margin-bottom: 11px;
}
.about-page__text-ad {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #170f09;
}
.about-page__item {
  width: calc(25% - 32px);
  margin: 0 16px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .about-page__item {
    width: calc(33.33% - 32px);
  }
}
@media (max-width: 767px) {
  .about-page__item {
    width: calc(50% - 32px);
  }
}
@media (max-width: 479px) {
  .about-page__item {
    width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}
.about-page__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 17px;
  text-align: left;
}
@media (max-width: 992px) {
  .about-page__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .about-page__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.about-page__text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #170f09;
  max-width: 575px;
  margin-bottom: 170px;
}
@media (max-width: 992px) {
  .about-page__text {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .about-page__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.about-page__btn {
  background: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  padding: 15px 121px 15px 24px;
  background-color: #fff;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.about-page__btn:hover {
  background-color: #edb32d;
}
@media (max-width: 479px) {
  .about-page__btn {
    padding: 15px 60px 15px 20px;
  }
}
.article-page__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 25px;
  text-align: left;
}
@media (max-width: 992px) {
  .article-page__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .article-page__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.article-page__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .article-page__flex {
    flex-wrap: wrap;
  }
}
.article-page__content {
  max-width: 756px;
}
@media (max-width: 1200px) {
  .article-page__content {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .article-page__content {
    max-width: 100%;
  }
}
.article-page__flex {
  margin-bottom: 100px;
}
.sidebar {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sidebar {
    width: 100%;
    margin-top: 25px;
  }
}
.sidebar__list {
  background: #f2f2f2;
  padding: 36px 40px;
}
.sidebar__list--nopadding {
    padding: 0;
    margin-top: 20px;
}
.sidebar__link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #170f09;
  transition: 0.3s;
}
.sidebar__link:hover {
  color: #ffd677;
}
.sidebar__link.active {
  color: #edb32d;
  border-bottom: 2px solid #ffd677;
}
.sidebar__item {
  margin-bottom: 15px;
}
.video__title {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #170f09;
  margin-bottom: 23px;
}
.search-page {
  margin-top: 75px;
  margin-bottom: 40px
}
@media (max-width: 767px) {
  .search-page {
    margin-top: 20px;
  }
}
.search-page__title {
  display: none;
}
.search-page__form {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.search-page__in {
  width: calc(100% - 140px);
  background: #f2f2f2;
  border-radius: 32px 0 0 32px;
  height: 60px;
  padding-left: 60px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODU3MTQgMEMzLjExNjg4IDAgMCAzLjExNjg4IDAgNi44NTcxNEMwIDEwLjU5NzQgMy4xMTY4OCAxMy43MTQzIDYuODU3MTQgMTMuNzE0M0M4LjQxNTU4IDEzLjcxNDMgOS44NzAxMyAxMy4xOTQ4IDExLjAxMyAxMi4yNTk3TDExLjIyMDggMTIuMTU1OEwxNS4wNjQ5IDE2TDE2IDE1LjA2NDlMMTIuMTU1OCAxMS4yMjA4TDEyLjI1OTcgMTEuMDEzQzEzLjE5NDggOS44NzAxMyAxMy43MTQzIDguMzExNjkgMTMuNzE0MyA2Ljg1NzE0QzEzLjcxNDMgMy4xMTY4OCAxMC41OTc0IDAgNi44NTcxNCAwWk02Ljg1NzE0IDEyLjQ2NzVDMy43NDAyNiAxMi40Njc1IDEuMjQ2NzUgOS45NzQwMyAxLjI0Njc1IDYuODU3MTRDMS4yNDY3NSAzLjc0MDI2IDMuNzQwMjYgMS4yNDY3NSA2Ljg1NzE0IDEuMjQ2NzVDOS45NzQwMyAxLjI0Njc1IDEyLjQ2NzUgMy43NDAyNiAxMi40Njc1IDYuODU3MTRDMTIuNDY3NSA5Ljk3NDAzIDkuOTc0MDMgMTIuNDY3NSA2Ljg1NzE0IDEyLjQ2NzVaIiBmaWxsPSIjRURCMzJEIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center left 24px;
}
@media (max-width: 479px) {
  .search-page__in {
    height: 50px;
    padding-left: 15px;
    width: calc(100% - 95px);
    background: #f2f2f2;
  }
}
.search-page__submit {
  width: 140px;
  height: 60px;
  background: #ffd677;
  border-radius: 0px 32px 32px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  cursor: pointer;
  transition: 0.3s;
}
.search-page__submit:hover {
  background: #edb32d;
}
@media (max-width: 479px) {
  .search-page__submit {
    width: 80px;
    height: 50px;
    margin-right: 15px;
  }
}
.search-page__col {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #170f09;
}
.search-page__item {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .search-page__item {
    flex-wrap: wrap-reverse;
  }
}
.search-page__box {
  margin-top: 65px;
  margin-bottom: 30px;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .search-page__box {
    margin-top: 25px;
  }
}
.search-page__name {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #170f09;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .search-page__name {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .search-page__name {
    font-size: 24px;
    line-height: 28px;
  }
}
.search-page__name:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.search-page__name:hover {
  color: #edb32d;
}
.search-page__info {
  max-width: 857px;
}
.search-page__img {
  max-width: calc(100% - 900px);
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .search-page__img {
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .search-page__img {
    max-width: 30%;
  }
}
@media (max-width: 600px) {
  .search-page__img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.search-page__breadcrumb {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  margin-top: 16px;
}
.search-page__bredtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #170f09;
  margin-right: 17px;
}
.search-page__bredpath {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #9f9f9f;
  transition: 0.3s;
}
.search-page__bredpath:hover {
  color: #edb32d;
}
.search-page__bredpath:after {
  content: '—';
  margin: 0 10px;
}
.search-page__bredpath:last-child:after {
  display: none;
}
.error-page {
  margin-bottom: 120px;
  margin-top: 250px;
}
@media (max-width: 600px) {
  .error-page {
    margin-bottom: 70px;
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .error-page {
    padding: 0 40px;
  }
}
.error-page__icon {
  text-align: center;
  margin-bottom: 30px;
}
.error-page__text {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  color: #170f09;
  max-width: 635px;
  margin: auto;
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  .error-page__text {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .error-page__text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .error-page__text {
    font-size: 22px;
    line-height: 28px;
  }
}
.error-page__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.error-page__link {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #170f09;
  border-bottom: 2px solid #ffd677;
  transition: 0.3s;
  margin: 0 18px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .error-page__link {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .error-page__link {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.error-page__link:hover {
  border-bottom: 2px solid transparent;
}
.btn {
  background: #ffd677;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170f09;
  margin-left: 24px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 20px;
  margin-bottom: 20px;
}
.btn:hover {
  background: #edb32d;
}
.popup-btns {
  display: flex;
  justify-content: space-around;
  padding: 150px 0;
  flex-wrap: wrap;
}
.pop-box {
  opacity: 0;
  z-index: 999999999999999999999;
  visibility: hidden;
  transition: 0.3s;
  max-width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  padding: 150px 70px;
  justify-content: center;
  align-items: center;
  display: flex;
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (max-height: 700px) {
  .pop-box {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .pop-box {
    padding: 100px 20px;
  }
}
.pop-box #pop-thank {
  text-align: center;
}
.pop-box.open {
  visibility: visible;
  opacity: 1;
}
.pop-box__form {
  margin-top: 45px;
}
.pop-box__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #170f09;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .pop-box__title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 479px) {
  .pop-box__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.pop-box__item {
  opacity: 0;
  position: absolute;
  z-index: -10;
  visibility: hidden;
  transition: 0.3s;
}
.pop-box__item.open {
  opacity: 1;
  position: static;
  z-index: 10;
  visibility: visible;
}
.pop-box__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #170f09;
}
@media (max-width: 479px) {
  .pop-box__subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}
.pop-box__item {
  max-width: 634px;
}
.pop-box__close {
  position: absolute;
  background: #f2f2f2;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 70px;
  right: 70px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9999;
}
.pop-box__close:hover {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .pop-box__close {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }
}
.pop-box__icon {
  margin-bottom: 52px;
}
@media (max-width: 1930px) {
 .breadcrumbs__wrap {
    position: relative;
    margin: 0 -20px;
}
.breadcrumbs__wrap:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    transition: 0.3s ease-out;
}
.breadcrumbs__box {
    overflow: auto;
    flex-wrap: nowrap;
    position: relative;
} 
.breadcrumbs__box:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.breadcrumbs__item, .breadcrumbs__on {
    flex-shrink: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    white-space: nowrap;
  }
  .breadcrumbs__box:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.breadcrumbs__wrap:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 10;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    transition: 0.3s ease-out;
}
}
.product-tabs.mar-top {
    margin-top: 186px;
}
.product-tabs__nav_fix.fix {

    width: 100%;
    position: fixed;
    background: white;
    z-index: 9999;
    top: 90px;

    left: 0;
      padding: 0px calc(20px - (100vw - 100%)) 0px 0;
}
.product-tabs {
    overflow: hidden;
}
.fix .product-tabs__nav {
    margin-bottom: 22px;
}

.gallery.normal .gallery__rotete {
    transform: none;
    margin: 0;
    height: auto;
}
.gallery.normal .gallery-big{
    transform: none;
    margin: 0;
    margin-top: 50px;
}

@media(max-width: 768px){
  .gallery.normal .gallery-big{
    margin-top: 0;
  }
  .product-tabs__nav_fix.fix{

    top: 79px;
  }
  .similar__arrow {
    display: none;
  }
  .product-tabs.mar-top {
      margin-top: 95px;
  }  
  .catalogitem__text {
    min-height: auto;
  }
}
.product-tabs__nav_fix .container {
  padding: 0;
}
.product-tabs__nav_fix {

  border-top: 1px solid #e9e9e9;
    margin: 0 -10px;
}

.product-tabs__nav_fix.fix  .container {

    padding: 0 20px;
}
a.get-call {
  display: none;
}
@media(max-width: 600px){
  .product-tabs__nav_fix.fix {
        top: 64px;
    left: 10px;
    padding: 0;
    }
   .fix .product-tabs__nav {
        margin-bottom: 25px;
    }
    .table-box-parent.fix {
      width: 100%;
      left: 0;
  }
  a.get-call {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
}
}
@media(max-width: 600px){ 
  footer.footer .container, .top  .container{
    padding:0 0px;
  }
  .questions {
    margin-bottom: 45px;
  }
  .delivery {
    margin-top: 50px;
  }
  .offer {
    margin-top: 70px;
  }
  .top:after {
      bottom: -40px;
      height: 110px;
  }

  .catalogitem__img {
    height: auto;
  }

  .catalogitem__left {
      margin-bottom: 0;
  }
  .subcatalog-banner {
      margin-bottom: 50px;
  }
  .item-gorizontal__more {
      display: none;
  }
  .item-gorizontal__text {
      max-height: inherit;
      margin-top: 0;
  }
  .item-gorizontal__text:after{
    display: none;
  }

  .item-gorizontal__img {
      margin-top: 25px;
  }
}
@media(max-width: 480px){ 
  .gallery-min__box.flex {
      display: flex;
  }
  .flex .gallery-min__item {
      opacity: 1;
      visibility: visible;
      min-width: 90px;
  }

  .flex .gallery-min__item img {
      position: static;
  }
}
@supports (-webkit-touch-callout: none) {
  .mob-menu, .mob-menu__list--sub{
      padding-bottom: 75px;
  }
  .fix-active .mob-menu,.fix-active  .mob-menu__list--sub {
    padding-bottom: 0;
  }
  body.noscroll, html.noscroll {


  }
}
body:after{
  z-index: -9;
  opacity: 0;
}
.fancybox-container {
    z-index: 99999999999999999999999999999;
}
.breadcrumbs {
    position: relative;
    z-index: 25;
}

.customers__item picture {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pagination li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #170F09;
    background: #FFD677;
    position: relative;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a {
    color: #170F09;
    background: #F2F2F2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  border: 2px solid transparent;
}
.pagination li a:hover {

  background: #FFFFFF;
  border: 2px solid #FFD677;
  box-sizing: border-box;
}
.posts__date {
    margin-top: 10px;
    font-size: 12px;
    color: gray;
    margin-bottom: 10px;
}
.article__img {
    margin-top: 30px;
}
.hidden {
  display: none;
}


.rutube-video {
  position: relative;
}

a.rutube-video__link {
  display: block;
  border: none;
}

a.rutube-video__link:hover {
  border: none;
}

.rutube-video__link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 405;
  object-fit: cover;
  margin: 0;
}

.rutube-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding-left: 4px;
  background-color: #ffd677;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%,-50%);
  transition: .3s all;
}

.rutube-video__link:hover .rutube-video__play {
  background-color: #edb32d;
}

.rutube-video__video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
}

.rutube-video__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}


.alert {
  pointer-events: none;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 9999999999;
  width: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 992px) {
  .alert {
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    flex-direction: row;
    transform: none;
    justify-content: center;
  }
}

.item-alert {
  width: 100%;
  max-width: 750px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: opacity 0.3s;
}

.item-alert.is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.item-alert__text {
  margin-right: 1rem;
  font-size: 12px;
  line-height: 1.375;
  font-weight: 400;
}

.item-alert__text a {
  text-decoration: underline;
}

.item-alert__button {
  margin-top: auto;
}

.item-alert__button .btn {
  margin: 0;
}

@media (min-width: 768px) {
  .item-alert {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem;
  }

  .item-alert__text {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }

  .item-alert__button {
    flex: 0 0 auto;
    margin-top: 0;
  }
}
