@charset "UTF-8";
/*
Theme Name: Palitheme
Author: WebJam
Version: 1.0
License: All rights reserved!
Text Domain: palitheme
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #95908B;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.main {
  min-height: calc(100vh - 54.8rem);
}

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

* {
  outline: none;
}

p {
  margin-bottom: 2.4rem;
  padding: 0;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #E16D27;
}

a:focus {
  outline: none;
}

img {
  width: 100%;
}

h2 {
  font-size: 4.7rem;
  font-weight: 900;
  color: #000000;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
}

@media (max-width: 1279px) {
  h2 {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}

@media (max-width: 320px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: #95908b;
  line-height: 1.16;
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 2rem;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.3em;
  }
}

/*Custom numeric list marker*/
ol {
  counter-reset: index;
  padding: 0;
}

/* List element */
ol li {
  counter-increment: index;
  display: flex;
  align-items: flex-start;
  margin: 0 0 2rem 3rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.3;
  padding-left: 3rem;
}

@media (max-width: 1279px) {
  ol li {
    margin: 0 0 2rem 0;
  }
}

/* Element counter */
ol li::before {
  content: counters(index, ".");
  font-size: 2.6rem;
  text-align: right;
  font-weight: 500;
  padding-right: 1.5rem;
  font-variant-numeric: tabular-nums;
  background-color: #D2D2D2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 2rem;
  position: absolute;
  top: -6px;
  left: 0;
}

@media (max-width: 1279px) {
  ol li::before {
    left: 0;
    font-size: 2rem;
    top: -4px;
  }
}

.container {
  max-width: 172rem;
  width: 100%;
  margin: 0px auto;
  padding: 0px 1.5rem;
}

@media (max-width: 1810px) {
  .container {
    max-width: 1338px;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 554px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0px 3rem;
  }
}

.container--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.container--full .title__text__decor {
  width: calc(100% - 6rem);
}

.container--article {
  max-width: 113.6rem;
  margin: 0px auto;
}

@media (max-width: 1279px) {
  .container--article {
    max-width: 55.4rem;
  }
}

@media (max-width: 767px) {
  .container--article {
    padding: 0px 3rem;
  }
}

.container--bg--image {
  position: relative;
}

.container--slider {
  max-width: 186rem;
}

@media (max-width: 1279px) {
  .container--slider {
    max-width: 55.4rem;
  }
}

@media (max-width: 767px) {
  .container--slider {
    padding: 0;
  }
  .container--slider .title__text__decor {
    width: calc(100% - 6rem);
  }
}

.button {
  display: inline-flex;
  vertical-align: top;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  line-height: normal;
  cursor: pointer;
  margin: 0 3px 5px 0;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: background-color 0.2s ease;
}

.callback__btn {
  display: inline-flex;
  padding: 1em 1.8em;
  background-color: #fff;
  border: 2px solid #E16D27;
  border-radius: 1.1em;
  color: #E16D27;
  font-size: 1.8rem;
  line-height: 1.24;
  font-weight: 500;
  transition: background-color .2s linear;
}

@media (max-width: 1810px) {
  .callback__btn {
    padding: 1em 1.4em;
  }
}

@media (max-width: 767px) {
  .callback__btn {
    padding: 0.3em 0.3em;
    border-radius: 0.6em;
    position: absolute;
    right: 0;
    top: 8.9rem;
  }
}

@media (max-width: 767px) {
  .callback__btn span {
    display: none;
  }
}

.callback__btn:hover {
  background-color: #E16D27;
  color: #fff;
}

.callback__btn:hover svg {
  fill: #fff;
}

.callback__btn svg {
  width: 2rem;
  height: 2rem;
  fill: #E16D27;
  margin-right: 2rem;
  transition: fill .1s linear;
}

@media (max-width: 767px) {
  .callback__btn svg {
    margin-right: 0;
    width: 2.3rem;
    height: 2.1rem;
  }
}

.main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.9em;
  background-color: transparent;
  border: 1px solid #DE6B10;
  border-radius: 1.2em;
  height: 4.8rem;
  max-height: 100%;
  font-size: 2.3rem;
  color: #DE6B10;
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: 1px;
  font-variant: small-caps;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: background-color 0.2s ease;
}

@media (max-width: 1279px) {
  .main__btn {
    font-size: 2rem;
  }
}

@media (max-width: 320px) {
  .main__btn {
    font-size: 2rem;
  }
}

.main__btn a:hover {
  color: inherit;
}

.main__btn:hover {
  background-color: #DE6B10;
  color: #fff;
}

.main__btn:hover svg {
  fill: #fff;
}

.main__btn svg {
  width: 1.1rem;
  height: 1.7rem;
  margin-left: 1.8rem;
  fill: #DE6B10;
  transition: fill 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__btn__text {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease;
}

.make__order__btn {
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 1279px) {
  .make__order__btn {
    margin: 0 auto;
  }
}

.header__content {
  display: flex;
  align-items: center;
  height: 24.4rem;
}

@media (max-width: 1279px) {
  .header__content {
    flex-direction: column;
    height: 38.5rem;
  }
}

@media (max-width: 767px) {
  .header__content {
    height: 24.5rem;
    flex-direction: column;
    position: relative;
    padding-top: 2.5rem;
  }
}

.header__slogan {
  width: 33.3333333333%;
  margin-top: -0.6rem;
  margin-left: auto;
  margin-right: 2rem;
  flex: 0 0 auto;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1810px) {
  .header__slogan {
    margin-right: 1rem;
  }
}

@media (max-width: 1279px) {
  .header__slogan {
    margin: 0;
    order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .header__slogan {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    position: absolute;
    top: 16.1rem;
    margin-right: 0;
  }
}

.slogan__title,
.slogan__text {
  font-weight: 700;
  color: #95908B;
  text-transform: uppercase;
}

.slogan__title {
  font-size: 3.5rem;
  line-height: 1.16;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #E16D27;
  padding-bottom: 0.9rem;
}

@media (max-width: 1810px) {
  .slogan__title {
    padding-bottom: 0.2rem;
  }
}

@media (max-width: 1279px) {
  .slogan__title {
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .slogan__title {
    letter-spacing: 0.02em;
    padding-bottom: 0;
    color: currentColor;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.42;
    text-transform: uppercase;
    border-bottom: 2px solid #E16D27;
    margin-bottom: 4px;
  }
}

.slogan__text {
  font-size: 2.4rem;
  line-height: 1.14;
  padding-top: 1.2rem;
}

@media (max-width: 1810px) {
  .slogan__text {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .slogan__text {
    margin-top: 0;
    padding-top: 0;
    color: currentColor;
    line-height: 1.6;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
}

.header__logo {
  width: 16.6666666667%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

@media (max-width: 1279px) {
  .header__logo {
    order: 1;
    position: relative;
    width: 100%;
    left: auto;
    height: 130px;
    top: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 100%;
  }
}

.header__logo img {
  width: 100%;
  max-width: 130px;
  max-height: 164px;
  outline: none;
}

@media (max-width: 1279px) {
  .header__logo img {
    max-height: 130px;
  }
}

@media (max-width: 767px) {
  .header__logo img {
    max-height: 96px;
  }
}

.header__widgets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 41.6666666667%;
  flex: 0 0 auto;
}

@media (max-width: 1279px) {
  .header__widgets {
    width: 100%;
    order: 3;
  }
}

@media (max-width: 767px) {
  .header__widgets {
    flex-direction: column;
    width: 100%;
  }
}

.header__widgets__contacts {
  flex: 0 0 auto;
  margin-left: 2.4rem;
}

@media (max-width: 1810px) {
  .header__widgets__contacts {
    margin-left: 0;
  }
}

@media (max-width: 1279px) {
  .header__widgets__contacts {
    order: 1;
  }
}

@media (max-width: 767px) {
  .header__widgets__contacts {
    margin-left: 0;
    position: absolute;
    left: -1.2rem;
    top: 2.6rem;
  }
}

.header__widgets__contacts a {
  font-size: 1.8rem;
  line-height: 2;
  color: inherit;
}

.header__widgets__contacts ul {
  padding: 0;
}

.widgets_phone,
.widgets_mail {
  padding: 0;
}

@media (max-width: 1810px) {
  .widgets_phone,
  .widgets_mail {
    padding: 0.5rem;
  }
}

@media (max-width: 1279px) {
  .widgets_phone,
  .widgets_mail {
    padding: 0.1rem;
  }
}

@media (max-width: 767px) {
  .widgets_phone,
  .widgets_mail {
    padding: 1rem;
  }
}

.widgets_phone__icon,
.widgets_mail__icon {
  fill: #95908B;
  margin-right: 1.5rem;
}

.widgets_phone__icon {
  width: 1.4rem;
  height: 1.4rem;
}

@media (max-width: 767px) {
  .widgets_phone__icon {
    width: 3.6rem;
    height: 3.0rem;
    margin: 0;
    margin-bottom: -0.5rem;
  }
}

.widgets_mail__icon {
  width: 1.5rem;
  height: 1.2rem;
}

@media (max-width: 767px) {
  .widgets_mail__icon {
    width: 3rem;
    height: 3rem;
    margin: 0.1rem 0 -0.5rem 0.3rem;
  }
}

@media (max-width: 767px) {
  .widgets_phone__text,
  .widgets_mail__text {
    display: none;
  }
}

.header__widgets__callback {
  flex: 0 0 auto;
  margin-left: auto;
  cursor: pointer;
}

@media (max-width: 1810px) {
  .header__widgets__callback {
    margin-left: 0;
  }
}

@media (max-width: 1279px) {
  .header__widgets__callback {
    order: 3;
  }
}

@media (max-width: 767px) {
  .header__widgets__callback {
    margin: 0 auto;
  }
}

.header__widgets__lang {
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.14;
  padding: 0 2.6rem;
  margin-left: 4.5rem;
}

@media (max-width: 1810px) {
  .header__widgets__lang {
    margin-left: 0;
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .header__widgets__lang {
    order: 2;
  }
}

@media (max-width: 767px) {
  .header__widgets__lang {
    margin: 0 auto;
    display: none;
  }
}

.header__widgets__lang:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: #95908B;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.05em;
}

.sub-menu {
  position: absolute;
  left: 1rem;
  top: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 12px 22px #00000024;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: visibility 0s 0.3s ease, opacity 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, visibility 0s 0.3s ease, opacity 0.3s 0s ease;
  transition: transform 0.3s 0s ease, visibility 0s 0.3s ease, opacity 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  list-style: none;
  z-index: 2;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.5rem;
}

@media (max-width: 1810px) {
  .sub-menu {
    left: -2rem;
  }
}

.sub-menu li {
  padding: 0;
  margin: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.header__widgets__lang:focus .sub-menu,
.header__widgets__lang:focus-within .sub-menu,
.header__widgets__lang:hover .sub-menu {
  /* shows sub-menu */
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transition: visibility 0s 0s ease, opacity 0.3s 0.01s ease, -webkit-transform 0.3s 0.01s ease;
  transition: transform 0.3s 0.01s ease, visibility 0s 0s ease, opacity 0.3s 0.01s ease;
  transition: transform 0.3s 0.01s ease, visibility 0s 0s ease, opacity 0.3s 0.01s ease, -webkit-transform 0.3s 0.01s ease;
}

.current__lang {
  cursor: text;
  font-weight: 500;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0;
}

#js-mmenu {
  display: none;
}

.mburger {
  display: none;
}

@media (max-width: 767px) {
  .mburger {
    display: block;
    position: absolute;
    right: -1rem;
    top: 2.1rem;
  }
}

.item__image__mob {
  width: 50%;
  max-height: 68px;
  height: auto;
  margin: 0 auto 20px;
}

.mm-listitem {
  text-align: center;
}

.mm-navbar__title {
  display: none;
}

.modal {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(194, 194, 194, 0.86);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal.show {
  display: flex;
}

.modal__content {
  width: 100%;
  max-width: 500px;
  padding: 8rem;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  box-shadow: 7.1px 17.6px 38px rgba(0, 0, 0, 0.22);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

@media (max-width: 767px) {
  .modal__content {
    padding: 5rem;
  }
}

.modal__content--contact {
  padding-bottom: 0;
}

.modal__content--story {
  padding: 0;
  background: none;
}

.modal__close {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: .5;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, opacity .2s linear;
  transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear;
}

.modal__close svg {
  width: 2rem;
  height: 2rem;
  fill: #000000;
}

.modal__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}

.modal_title {
  margin-bottom: 5rem;
}

.modal_title h2 {
  font-size: 2.5rem;
  letter-spacing: 0.09em;
}

@media (max-width: 320px) {
  .modal_title h2 {
    font-size: 2rem;
  }
}

.modal_title span {
  margin-top: 1.5rem;
  width: 50%;
}

.modal__footer {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  font-size: 1.2rem;
  color: #B2B2B2;
}

.modal__footer li {
  margin: 0 .5rem;
}

.modal__footer a {
  color: inherit;
  text-decoration: underline;
}

.modal__footer a:hover {
  text-decoration: none;
}

.wpcf7-form-control-wrap input {
  width: 100%;
  font-size: 1.8rem;
  color: #636363;
  line-height: 1.16;
  font-weight: 500;
  padding: 16px 23px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .wpcf7-form-control-wrap input {
    font-size: 1.6rem;
  }
}

@media (max-width: 320px) {
  .wpcf7-form-control-wrap input {
    font-size: 1.4rem;
  }
}

.wpcf7-form-control-wrap input:focus {
  border: 1px solid #DE6B10;
  color: #000000;
}

.wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9em;
  background-color: transparent;
  border: 1px solid #DE6B10;
  border-radius: 1.2em;
  height: 4.8rem;
  max-height: 100%;
  font-size: 2.2rem;
  color: #DE6B10;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: 0.5px;
  font-variant: small-caps;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: all .2s linear;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .wpcf7-submit {
    font-size: 1.8rem;
  }
}

@media (max-width: 320px) {
  .wpcf7-submit {
    font-size: 1.6rem;
  }
}

.wpcf7-submit:hover {
  background: #de6b10;
  color: #fff;
  transition: all .2s linear;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffffff00;
}

.wpcf7 form .wpcf7-response-output {
  margin: -2em 0em 2em;
  padding: 0.2em 1em;
  text-align: center;
}

.wpcf7-not-valid-tip {
  margin-top: -2em;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
  color: #fff;
  padding: 1em 1em;
  border-radius: 6px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: -0.9em;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 61px;
}

.intl-tel-input {
  margin-bottom: 40px;
}

.intl-tel-input .selected-flag {
  padding: 0 0 0 23px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
  padding-left: 66px;
}

.main-menu {
  padding-top: 0;
  padding-bottom: 6.5rem;
  margin-top: 4.7rem;
  background: url("assets/images/main-bg.png") center top no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1279px) {
  .main-menu {
    margin-top: 0;
    padding-bottom: 0;
    background: none;
  }
}

.bg-block {
  position: relative;
}

@media (max-width: 767px) {
  .bg-block {
    display: none;
  }
}

.bg-block__img {
  position: absolute;
  top: 1rem;
  left: 0;
}

.category-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3rem;
}

@media (max-width: 1810px) {
  .category-block {
    margin-top: -11.5rem;
    padding-top: 21.4rem;
  }
}

@media (max-width: 767px) {
  .category-block {
    flex-direction: column;
  }
}

.category-item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 0;
}

@media (max-width: 1279px) {
  .category-item {
    width: 50%;
    margin-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .category-item {
    width: 100%;
    margin-bottom: 8rem;
  }
  .category-item:last-child {
    margin-bottom: 0;
  }
}

.item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .category-item .item__link .main__btn {
    display: none;
  }
}

.item__image__block {
  position: relative;
  padding-bottom: 3.4rem;
  margin-bottom: 3rem;
  max-width: 65%;
}

.item__image__block::before,
.item__image__block:after {
  position: absolute;
  bottom: 0;
  height: 1px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.item__image__block::before {
  background-color: #de6b10;
  width: 30%;
  z-index: 2;
}

.item__image__block:after {
  width: 80%;
  background-color: #e5e5e5;
  z-index: 1;
}

.item__image {
  width: 100%;
}

@media (max-width: 1810px) {
  .item__image {
    max-height: 27rem;
  }
}

@media (max-width: 1279px) {
  .item__image {
    max-height: 20rem;
  }
}

.item__name {
  font-size: 2.3rem;
  color: #000000;
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 2.7rem;
  transition: color 0.3s ease;
}

.item__name:hover {
  color: #E16D27;
}

@media (max-width: 1279px) {
  .item__name {
    font-size: 1.8rem;
  }
}

@media (max-width: 320px) {
  .item__name {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .btn__mobile {
    border: 1px solid #DE6B10;
    border-radius: 2.4rem;
    padding: 2rem 2.3rem;
    height: 4.8rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DE6B10;
    font-weight: bold;
    margin-bottom: 0;
  }
}

.order {
  padding: 6.5rem 0;
}

@media (max-width: 1279px) {
  .order {
    padding-top: 6.5rem;
  }
}

.order-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .order-grid {
    flex-direction: column;
  }
}

.order-grid__item {
  width: 25%;
  margin-top: 1rem;
}

@media (max-width: 1279px) {
  .order-grid__item {
    width: 50%;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .order-grid__item {
    width: 100%;
  }
}

.order-image__block {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 3rem;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.order-image__block img {
  height: 226px;
  max-width: 84%;
  -o-object-fit: contain;
     object-fit: contain;
}

.order-image__block::before,
.order-image__block:after {
  position: absolute;
  bottom: 0;
  height: 1px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.order-image__block::before {
  background-color: #de6b10;
  width: 25%;
  z-index: 2;
}

.order-image__block:after {
  width: 75%;
  background-color: #e5e5e5;
  z-index: 1;
}

.section-title {
  position: relative;
  margin-bottom: 5rem;
  z-index: 0;
}

.title__text__decor {
  width: 33%;
  background-color: #EBEBEB;
  position: absolute;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 2.5rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .title__text__decor {
    width: 100%;
  }
}

.title__text__decor::after {
  content: "";
  position: absolute;
  background-color: #de6b10;
  width: 26.90%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  z-index: 2;
}

@media (max-width: 767px) {
  .title__text__decor::after {
    width: 30%;
  }
}

.works {
  padding: 6.5rem 0;
}

.works-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 7.6rem;
}

@media (max-width: 1810px) {
  .works-block {
    justify-content: center;
  }
}

@media (max-width: 1279px) {
  .works-block {
    padding-top: 2.6rem;
  }
}

@media (max-width: 767px) {
  .works-block {
    padding-top: 2.6rem;
  }
}

.works-block ul {
  list-style: none;
  margin-top: 2.5rem;
}

.works-block ul li {
  list-style-type: none;
  margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .works-block ul li {
    line-height: 1.4em;
    height: auto;
    margin-bottom: 1.5rem;
  }
}

.works-block ul li:last-child {
  margin-bottom: 0;
}

.works-block ul li::before {
  content: "";
  background: url(../palitheme/assets/images/check.svg) no-repeat left center;
  width: 15px;
  height: 10px;
  padding-right: 3.5rem;
}

.works-block__img {
  width: 41.6666666667%;
  margin-left: auto;
  margin-right: 10px;
}

@media (max-width: 1810px) {
  .works-block__img {
    width: 45%;
    padding-right: 1.5rem;
  }
}

@media (max-width: 1279px) {
  .works-block__img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .works-block__img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}

.works-block__img img {
  height: 417px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1279px) {
  .works-block__img img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .works-block__img img {
    height: auto;
    width: 100%;
  }
}

.works-block__info {
  width: 33.3333333333%;
  margin-right: 16.6666666667%;
  padding: 0 1.5rem;
}

.works-block__info ol li {
  margin: 0 0 2rem 0;
}

@media (max-width: 1810px) {
  .works-block__info {
    width: 45%;
    margin-right: auto;
    padding-left: 1.5rem;
  }
}

@media (max-width: 1279px) {
  .works-block__info {
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .works-block__info {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}

.gallery {
  padding-top: 13rem;
  padding-bottom: 6.5rem;
}

@media (max-width: 1279px) {
  .gallery {
    margin-top: 0;
    padding-top: 6.5rem;
  }
}

@media (max-width: 767px) {
  .gallery {
    padding-top: 6.5rem;
  }
}

/* Слайдер */
.slick-slider {
  min-width: 0;
}

/* Обмежувальна обгортка */
.slick-list {
  overflow: hidden;
}

/* Рядок зі слайдами */
.slick-track {
  display: flex;
  align-items: flex-start;
}

.slider {
  position: relative;
  padding: 0rem 4rem;
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .slider {
    padding: 0;
  }
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -97px 2px 0px 2px;
  z-index: 10;
  font-size: 0;
  width: 3rem;
  height: 6rem;
}

@media (max-width: 767px) {
  .slider .slick-arrow {
    margin: -107px 2px 0px 2px;
  }
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../palitheme/assets/images/arrow-left.svg") 0 0/100% no-repeat;
  width: 2.5rem;
  height: 13.3rem;
  border: none;
}

@media (max-width: 767px) {
  .slider .slick-arrow.slick-prev {
    left: 2rem;
    background: url("../palitheme/assets/images/arrow-mob-left.svg") 0 0/100% no-repeat;
  }
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url("../palitheme/assets/images/arrow-right.svg") 0 0/100% no-repeat;
  width: 2.5rem;
  height: 13.3rem;
  border: none;
}

@media (max-width: 767px) {
  .slider .slick-arrow.slick-next {
    right: 2rem;
    background: url("../palitheme/assets/images/arrow-mob-right.svg") 0 0/100% no-repeat;
  }
}

.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.9rem;
}

@media (max-width: 767px) {
  .slider .slick-dots {
    flex-wrap: wrap;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.slider .slick-dots li {
  list-style: none;
  margin: 0rem 1rem;
}

@media (max-width: 767px) {
  .slider .slick-dots li {
    margin-bottom: 1rem;
  }
}

.slider .slick-dots button {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-color: #C4C4C4;
  border-radius: 50%;
  border: none;
}

@media (max-width: 767px) {
  .slider .slick-dots button {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.slider .slick-dots li.slick-active button {
  background-color: #DE6B10;
}

.slider__item {
  padding: 1.5rem;
}

@media (max-width: 767px) {
  .slider__item {
    padding: 0;
  }
}

.sl-img-block {
  position: relative;
}

.sl-img-block:hover .slider__item__outer {
  opacity: 1;
}

.slider__item__outer {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .2s linear;
}

.item__hover__link {
  position: absolute;
  color: #fff;
  font-size: 6rem;
  z-index: 4;
  font-weight: 700;
  line-height: 1.16;
  text-transform: uppercase;
  text-align: center;
}

.item__hover__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.slider__item img {
  max-width: 100%;
  border-radius: 1rem;
  height: 41rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .slider__item img {
    border-radius: 0;
    height: 23.7rem;
  }
}

.contacts {
  padding-top: 3rem;
}

.contacts-block {
  position: relative;
  width: 100%;
  padding-top: 1.5rem;
}

@media (max-width: 1279px) {
  .contacts-block {
    display: flex;
    flex-direction: column-reverse;
  }
}

.contacts-block__content {
  top: 14%;
  left: 65%;
  min-width: 34.5rem;
  -webkit-transform: none;
          transform: none;
  position: absolute;
  margin-bottom: 0;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  padding: 3.2rem 3.8rem;
  background-color: #fff;
  z-index: 0;
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.15);
  color: #000000;
  font-size: 1.9rem;
  line-height: 1.24;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .contacts-block__content {
    position: initial;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    text-align: center;
    min-width: 100%;
  }
}

.contacts-block__content__adress {
  margin-bottom: 2.1rem;
}

.contacts-block__map {
  height: 45rem;
}

.navigation-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .navigation-info {
    width: 100%;
  }
}

.navigation-info__row {
  font-size: 1.3rem;
  font-weight: 400;
  color: #95908B;
  line-height: 1.14;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media (max-width: 320px) {
  .navigation-info__row {
    font-size: 1.1rem;
  }
}

.navigation-info__title {
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.21rem;
  color: #E16D27;
  margin-top: 3rem;
  text-transform: uppercase;
  text-align: center;
  max-width: 172rem;
  padding: 0px 1.5rem;
}

@media (max-width: 1810px) {
  .navigation-info__title {
    max-width: 133.8rem;
  }
}

@media (max-width: 1279px) {
  .navigation-info__title {
    font-size: 3.9rem;
    line-height: 1.1;
    max-width: 55.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .navigation-info__title {
    font-size: 3rem;
    line-height: 1.1;
    padding: 0 3rem;
  }
}

@media (max-width: 320px) {
  .navigation-info__title {
    font-size: 2.4rem;
  }
}

.navigation-bg {
  height: 20.6rem;
  width: auto;
}

.navigation-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  position: relative;
}

.navigation-row {
  display: flex;
  align-items: center;
}

.navigation-row p {
  margin: 0;
}

.home_icon {
  display: block;
  height: 1.1rem;
  width: 1.4rem;
  fill: #95908B;
  transition: fill 0.3s ease;
}

.home_icon:hover {
  fill: #E16D27;
}

.link-separator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #95908B;
  border-bottom: 1px solid #95908B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 1.7rem;
}

.services-info {
  padding: 7.5rem 0 10rem 0;
}

@media (max-width: 1279px) {
  .services-info {
    padding: 2.5rem 0 6.5rem 0;
  }
}

@media (max-width: 767px) {
  .services-info {
    padding: 3rem 0 6.5rem 0;
  }
}

.services-block {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}

@media (max-width: 1279px) {
  .services-block {
    flex-direction: column;
    align-content: center;
  }
}

@media (max-width: 1279px) {
  .services-block__info,
  .services-block__img {
    width: 100%;
  }
}

.services-block__img {
  float: left;
  padding-right: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 1279px) {
  .services-block__img {
    padding-right: 0;
    margin-bottom: 0;
  }
}

.services-block__img img {
  max-height: 51.1rem;
  max-width: 55.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

@media (max-width: 1279px) {
  .services-block__img img {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}

.services-block__info {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.services-block__info::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 1279px) {
  .services-block__info {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
  .services-block__info p:last-child {
    margin-bottom: 0;
  }
}

.services-block__info h2 {
  text-align: left;
  margin-bottom: 5.2rem;
  line-height: 1;
  letter-spacing: 0.07em;
}

@media (max-width: 1279px) {
  .services-block__info h2 {
    margin-bottom: 2.5rem;
    line-height: 1;
    letter-spacing: 0.07em;
    margin-top: 2.5rem;
  }
}

.services-block__info ul {
  list-style: none;
}

.services-block__info ul li {
  list-style-type: none;
  margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .services-block__info ul li {
    line-height: 1.4em;
    height: auto;
    margin-bottom: 1.5rem;
  }
}

.services-block__info ul li::before {
  content: "";
  background: url(../palitheme/assets/images/check.svg) no-repeat left center;
  width: 15px;
  height: 10px;
  padding-right: 3.5rem;
}

.services-price {
  padding-bottom: 0;
}

@media (max-width: 1279px) {
  .services-price {
    padding-bottom: 6.5rem;
  }
}

.price__table__heading {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #636363;
  line-height: 1.14;
  font-weight: 400;
  border-bottom: 1px solid #E5E5E5;
  padding: 2rem 2.3rem;
}

@media (max-width: 767px) {
  .price__table__heading {
    padding: 1.6rem 1rem;
  }
}

.heading__param-value {
  color: #DE6B10;
  min-width: 16.5%;
  text-align: left;
}

@media (max-width: 767px) {
  .heading__param-value {
    min-width: 35%;
    padding-left: 10%;
  }
}

.price__table__desc {
  width: 100%;
  margin: 0 auto;
}

.price__table__desc > li:nth-child(2n+1) {
  background: #F9F9F9;
}

.price__table__desc > li:nth-child(2n+1):hover {
  background: #fff;
}

.price__table__param {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  font-size: 1.8rem;
  color: #636363;
  line-height: 1.16;
  font-weight: 700;
  padding: 16px 23px;
}

@media (max-width: 767px) {
  .price__table__param {
    font-size: 1.6rem;
    align-items: center;
    padding: 1.6rem 1rem;
  }
}

@media (max-width: 320px) {
  .price__table__param {
    font-size: 1.5rem;
  }
}

.price__table__param:hover {
  border-radius: 52px;
  background: #fff;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.07);
  width: calc(100% + 56px);
  margin-left: -28px;
  padding-right: 52px;
  padding-left: 52px;
  border-bottom: 1px solid #E5E5E5;
  z-index: 2;
}

.param-value {
  color: #DE6B10;
  min-width: 16.5%;
  text-align: left;
}

@media (max-width: 767px) {
  .param-value {
    min-width: 35%;
    padding-left: 10%;
  }
}

@media (max-width: 320px) {
  .param-value {
    padding-left: 5%;
  }
}

.service-faq {
  padding-top: 6.5rem;
}

.accordions {
  display: block;
  max-width: 100%;
  margin: 9.7rem auto 10.8rem;
}

@media (max-width: 767px) {
  .accordions {
    margin: 5.5rem auto 6.5rem;
  }
}

.accordion_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.9rem;
}

.accordion_item:first-child {
  margin-top: 5rem;
}

.accordion_item .title_tab {
  width: 100%;
  background-color: #EBEBEB;
  color: #010101;
  padding: 1.8rem 1.8rem;
  cursor: pointer;
  transition: background-color .3s ease-in;
}

.accordion_item .title_tab .title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 1279px) {
  .accordion_item .title_tab .title {
    font-size: 1.6rem;
    padding-right: 3.5rem;
  }
}

.accordion_item .title_tab .title .icon {
  position: absolute;
  right: 1%;
  top: calc(50% - 8px);
  width: 1.6rem;
  height: 1.6rem;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.accordion_item .title_tab .title .icon:before, .accordion_item .title_tab .title .icon:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #000000;
}

.accordion_item .title_tab .title .icon:before {
  top: 0;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion_item .title_tab .title .icon:after {
  top: 0;
  right: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.inner_content p {
  width: 100%;
  padding-left: 1.8rem;
  padding-right: 9rem;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translate3d(0px, 60px, 0px);
          transform: translate3d(0px, 60px, 0px);
  transition: opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
}

@media (max-width: 1279px) {
  .inner_content p {
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .inner_content p {
    padding-right: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .inner_content p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 320px) {
  .inner_content p {
    font-size: 1.5rem;
  }
}

/* ================================= */
.accordion_item .title_tab.active {
  background-color: #EBEBEB;
  transition: background-color .3s ease-in;
}

.accordion_item .title_tab.active .title .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.accordion_item .title_tab:hover {
  background-color: #EBEBEB;
  transition: background-color .3s ease-in;
}

.accordion_item .inner_content p.show {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

/* ================================= */
.inner_content p span {
  font-size: 1.4rem;
  line-height: 3rem;
}

.order-block {
  padding: 6.5rem 0;
  height: 27.4rem;
  max-height: 27.4rem;
  margin-top: 16rem;
  margin-bottom: 6rem;
  background-color: #f2f2f2;
  width: 100%;
  padding: 0;
}

@media (max-width: 1279px) {
  .order-block {
    height: 57rem;
    max-height: 57rem;
    margin-top: 6rem;
  }
}

.order-block__content {
  max-width: 113.8rem;
  max-height: 24.4rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  .order-block__content {
    flex-direction: column;
  }
}

.order-block__decor {
  width: 30%;
  height: 100%;
}

@media (max-width: 1279px) {
  .order-block__decor {
    width: 248px;
    height: auto;
    margin-top: 35rem;
  }
}

@media (max-width: 767px) {
  .order-block__decor {
    margin-top: 29rem;
  }
}

.order-block__descr {
  max-width: 29.16667vw;
  margin-left: 3.125vw;
  padding: 5rem 0 2rem;
}

@media (max-width: 1279px) {
  .order-block__descr {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    padding: 3rem 0;
  }
}

.order-block__title {
  font-size: 2.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  color: #414141;
  position: relative;
}

.order-block__bg-decor {
  position: absolute;
  left: 0;
  top: 2.8rem;
  width: 100%;
  height: 100%;
}

.order-block__bg-decor span:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.order-block__bg-decor span:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #de6b10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 6rem;
}

.order-block__text {
  font-size: 1.8rem;
  color: #414141;
  line-height: 1.5;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.footer {
  background-color: #f2f2f2;
  padding: 6rem 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 3rem 0;
  }
}

.footer-block__content {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer-block__content {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (min-width: 1341px) {
  .footer-block__content {
    max-width: 113.8rem;
    margin: 0 auto;
  }
}

.footer--menu-block,
.footer-block__content__right {
  width: 41.6666666667%;
  display: flex;
}

@media (max-width: 1279px) {
  .footer--menu-block,
  .footer-block__content__right {
    flex-direction: column;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .footer--menu-block,
  .footer-block__content__right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    order: 2;
  }
}

@media (max-width: 1279px) {
  .footer--menu-block {
    padding-left: 3.6rem;
  }
}

@media (max-width: 767px) {
  .footer--menu-block {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer--menu-cat,
  .footer--menu-info {
    margin: 0 0 30px 0;
  }
}

.footer--menu-cat {
  padding-left: 0;
  margin-left: 0;
}

@media (max-width: 1279px) {
  .footer--menu-cat {
    margin-bottom: 2.5rem;
  }
}

.footer--menu-info {
  padding-left: 0;
  margin: 0 0 0 15.9rem;
}

@media (max-width: 1279px) {
  .footer--menu-info {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer--menu-info {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}

.footer-block__logo {
  width: 16.6666666667%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1279px) {
  .footer-block__logo {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .footer-block__logo {
    width: 100%;
    order: 1;
    margin-bottom: 3rem;
  }
}

.footer-block__logo img {
  max-height: 8.8rem;
  max-width: 100%;
}

.footer-block__content__right {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .footer-block__content__right {
    order: 3;
  }
}

.phones-block {
  display: flex;
  flex-direction: column;
}

.footer_phone__icon,
.footer_mail__icon {
  fill: #95908B;
  margin-right: 0.5rem;
  transition: fill 0.3s ease;
}

.footer--menu-link:hover .footer_phone__icon {
  fill: #E16D27;
}

.footer--menu-link:hover .footer_mail__icon {
  fill: #E16D27;
}

.footer_phone__icon {
  width: 1.3rem;
  height: 1.2rem;
}

.footer_mail__icon {
  width: 1.1rem;
  height: 0.9rem;
}

.footer-address-block {
  margin-left: 13.5rem;
  line-height: 1.24;
}

@media (max-width: 1279px) {
  .footer-address-block {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-address-block {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 1279px) {
  .footer-contacts__address {
    margin: 2.5rem 0;
  }
}

@media (max-width: 767px) {
  .footer-contacts__address {
    order: 4;
    margin: 3rem 0 0 0;
  }
}

.socs-block {
  margin-top: 2.6rem;
}

@media (max-width: 767px) {
  .socs-block {
    order: 5;
    margin-top: 3rem;
  }
}

.soc-item {
  margin: 0 0.1rem;
}

.soc-item:nth-child(1) {
  margin-left: -0.7rem;
}

.soc-item svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: #95908B;
  transition: fill 0.3s ease;
}

.soc-item svg:hover {
  fill: #E16D27;
}

.webjam__powered {
  color: #ccc;
  font-size: 1.3rem;
  margin-top: 1rem;
}

.footer-block__copyright {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  margin-top: 5.4rem;
  line-height: 1.24;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .footer-block__copyright {
    margin: 5rem 0 0;
  }
}

.page__404 {
  padding-bottom: 10rem;
  padding-top: 6.5rem;
}

.error-404-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
}
