/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/* 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-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-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
ul,
ol {
  margin: 0 0 0 0;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraboldItalic.eot');
  src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'), url('../fonts/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraboldItalic.woff2') format('woff2'), url('../fonts/Gilroy-ExtraboldItalic.woff') format('woff'), url('../fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.eot');
  src: local('Gilroy Black'), local('Gilroy-Black'), url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: local('Gilroy Light'), local('Gilroy-Light'), url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.eot');
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'), url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Semibold.woff2') format('woff2'), url('../fonts/Gilroy-Semibold.woff') format('woff'), url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.eot');
  src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'), url('../fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('../fonts/Gilroy-MediumItalic.woff') format('woff'), url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.eot');
  src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'), url('../fonts/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-BlackItalic.woff2') format('woff2'), url('../fonts/Gilroy-BlackItalic.woff') format('woff'), url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.eot');
  src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'), url('../fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-UltraLight.woff2') format('woff2'), url('../fonts/Gilroy-UltraLight.woff') format('woff'), url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.eot');
  src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'), url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('../fonts/Gilroy-RegularItalic.woff') format('woff'), url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.eot');
  src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'), url('../fonts/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiboldItalic.woff2') format('woff2'), url('../fonts/Gilroy-SemiboldItalic.woff') format('woff'), url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.eot');
  src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'), url('../fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'), url('../fonts/Gilroy-HeavyItalic.woff') format('woff'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.eot');
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'), url('../fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Extrabold.woff2') format('woff2'), url('../fonts/Gilroy-Extrabold.woff') format('woff'), url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.eot');
  src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'), url('../fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'), url('../fonts/Gilroy-BoldItalic.woff') format('woff'), url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.eot');
  src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'), url('../fonts/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-UltraLightItalic.woff2') format('woff2'), url('../fonts/Gilroy-UltraLightItalic.woff') format('woff'), url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.eot');
  src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'), url('../fonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-LightItalic.woff2') format('woff2'), url('../fonts/Gilroy-LightItalic.woff') format('woff'), url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.eot');
  src: local('Gilroy Heavy'), local('Gilroy-Heavy'), url('../fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Heavy.woff2') format('woff2'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.eot');
  src: local('Gilroy Thin'), local('Gilroy-Thin'), url('../fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Thin.woff2') format('woff2'), url('../fonts/Gilroy-Thin.woff') format('woff'), url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.eot');
  src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'), url('../fonts/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ThinItalic.woff2') format('woff2'), url('../fonts/Gilroy-ThinItalic.woff') format('woff'), url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}
html::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
html::-webkit-scrollbar-button {
  background-color: #FFF;
}
html::-webkit-scrollbar-track {
  background-color: #FFF;
}
html::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}
html::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #db6230;
  border-radius: 3px;
}
html::-webkit-scrollbar-corner {
  background-color: #FFF;
}
html::-webkit-resizer {
  background-color: #FFF;
}
body {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #121212;
  width: 100%;
  min-height: 100vh;
  font-family: 'Gilroy';
  overflow-x: hidden;
  background: #e8e8e8;
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 560px) {
  body {
    padding-top: 80px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: red;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #40da2c;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
ul {
  list-style-type: none;
}
strong {
  font-weight: 600;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: 0.5s background;
}
header .container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 12px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: 0.5s padding-top, 0.5s padding-bottom;
}
@media screen and (max-width: 1200px) {
  header .container {
    grid-template-columns: 246px 1fr;
  }
}
@media screen and (max-width: 680px) {
  header .container {
    grid-template-columns: 160px 1fr;
  }
}
header .container .left {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  padding-left: 40px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  header .container .left {
    grid-template-columns: 1fr;
    padding-left: 0px;
    padding-right: 0px;
  }
}
header .container .left .nav {
  z-index: 21;
}
header .container .left .nav ul {
  display: flex;
  list-style-type: none;
}
header .container .left .nav ul li {
  flex-grow: 1;
  text-align: center;
}
header .container .left .nav ul li a {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #545454;
  text-decoration: none;
}
header .container .left .nav ul li a:hover {
  color: #db6230;
}
@media screen and (max-width: 1200px) {
  header .container .left .nav {
    position: fixed;
    right: -150%;
    top: 0;
    background: #FFF;
    width: 100%;
    height: 100vh;
    max-width: 560px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    padding: 100px 40px;
    transition: 0.5s right;
  }
  header .container .left .nav ul {
    display: block;
  }
  header .container .left .nav ul li a {
    font-size: 24px;
    padding: 10px 0;
    display: block;
  }
}
header .container .left .active-nav {
  right: 0;
}
header .container .right {
  display: grid;
  grid-template-columns: 1fr 100px 230px;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  header .container .right {
    grid-template-columns: 1fr 40px 200px 40px;
    grid-gap: 15px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 680px) {
  header .container .right {
    grid-template-columns: 1fr 40px 170px 40px;
    grid-gap: 10px;
  }
}
@media screen and (max-width: 560px) {
  header .container .right {
    grid-template-columns: 1fr 50px 40px;
    grid-gap: 10px;
  }
}
header .container .right .phone {
  text-align: right;
}
header .container .right .phone img {
  transition: 0.5s transform;
}
header .container .right .phone img:hover {
  transform: rotate(20deg) scale(1.2);
}
header .container .right .lang ul li {
  position: relative;
}
header .container .right .lang ul li.current-lang {
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  text-align: right;
  padding-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  header .container .right .lang ul li.current-lang {
    padding-right: 0px;
  }
}
@media screen and (max-width: 560px) {
  header .container .right .lang ul li.current-lang {
    padding-right: 10px;
  }
}
header .container .right .lang ul li.current-lang svg {
  fill: #FFF;
  transition: 0.5s transform;
}
header .container .right .lang ul li .lsubmenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  transition: 0.5s visibility, 0.5s opacity, 0.5s top;
  background: #FFF;
  padding: 20px 0;
  border-radius: 4px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
header .container .right .lang ul li .lsubmenu li a {
  display: block;
  padding: 5px 20px;
  color: #545454;
  text-decoration: none;
}
header .container .right .lang ul li .lsubmenu li a.disabled {
  background: #f1f1f1;
}
header .container .right .lang ul li .active-lsubmenu {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 25px;
}
@media screen and (min-width: 1024px) {
  header .container .right .lang ul:hover svg {
    transform: rotate(-180deg);
  }
  header .container .right .lang ul:hover .lsubmenu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 25px;
  }
}
@media screen and (max-width: 560px) {
  header .container .right .order {
    display: none;
  }
}
header .container .right .order a {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 158%;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 12px;
  padding: 19px ;
  background: #db6230;
  border: 1px solid #db6230;
  transition: 0.5s color, 0.5s background;
}
@media screen and (max-width: 1200px) {
  header .container .right .order a {
    padding: 15px ;
  }
}
@media screen and (max-width: 680px) {
  header .container .right .order a {
    padding: 10px ;
    font-size: 15px;
  }
}
header .container .right .order a:hover {
  background: #FFF;
  color: #db6230;
}
header .container .right .burger {
  display: none;
  z-index: 22;
}
header .container .right .burger span {
  display: block;
  height: 1px;
  margin-bottom: 8px;
  background: #db6230;
  transition: 0.5s transform;
}
header .container .right .burger span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  header .container .right .burger {
    display: block;
  }
}
header .container .right .active-burger span {
  margin-bottom: 0;
}
header .container .right .active-burger span:nth-child(1) {
  transform: rotate(-45deg);
}
header .container .right .active-burger span:nth-child(2) {
  transform: rotate(45deg);
}
header .container .right .active-burger span:nth-child(3) {
  display: none;
}
@media screen and (max-width: 1200px) {
  header {
    background: #FFF;
  }
  header .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .container .right .lang ul li.current-lang {
    color: #121212;
  }
  header .container .right .lang ul li.current-lang svg {
    fill: #121212;
  }
}
.fixed {
  background: #FFF;
}
.fixed .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fixed .container .right .lang ul li.current-lang {
  color: #121212;
}
.fixed .container .right .lang ul li.current-lang svg {
  fill: #121212;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 12px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1fr;
  }
}
.hero .container::before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 335.28px;
  height: 335.28px;
  border-radius: 100%;
  background: #db6230;
  filter: blur(80px);
}
@media screen and (max-width: 1024px) {
  .hero .container::before {
    display: none;
  }
}
.hero .container .left {
  background: #FFF;
  border-radius: 22px;
  padding: 175px 40px 115px 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hero .container .left {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .container .left {
    padding: 40px 30px;
  }
}
.hero .container .left h3 {
  font-weight: 600;
  font-size: 67px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #121212;
  font-family: "Oswald", sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .hero .container .left h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .container .left h3 {
    font-size: 36px;
  }
}
.hero .container .left h3 strong {
  font-weight: 600;
  color: #db6230;
}
.hero .container .left p {
  margin-bottom: 65px;
  max-width: 443px;
}
.hero .container .left .button a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 158%;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 12px;
  padding: 19px 70px;
  background: #db6230;
  border: 1px solid #db6230;
  transition: 0.5s color, 0.5s background;
}
.hero .container .left .button a:hover {
  background: #FFF;
  color: #db6230;
}
.hero .container .right {
  border-radius: 22px;
  overflow: hidden;
  background-size: cover!important;
}
@media screen and (max-width: 1024px) {
  .hero .container .right {
    min-height: 500px;
    background-position: center center!important;
  }
}
.services .container {
  padding-top: 110px;
}
@media screen and (max-width: 1024px) {
  .services .container {
    padding-top: 40px;
  }
}
.services .container .head {
  display: grid;
  grid-template-columns: 1fr 408px;
  align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .services .container .head {
    grid-template-columns: 1fr;
  }
}
.services .container .head .left h3 {
  font-weight: 400;
  font-size: 55px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #121212;
  max-width: 660px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1200px) {
  .services .container .head .left h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .services .container .head .left h3 {
    text-align: center;
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.services .container .head .left h3 strong {
  color: #db6230;
  font-weight: 400;
}
.services .container .head .right {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #121212;
}
@media screen and (max-width: 1024px) {
  .services .container .head .right {
    text-align: center;
  }
}
.services .container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .services .container .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 620px) {
  .services .container .list {
    grid-template-columns: 1fr;
  }
}
.services .container .list .item {
  border-radius: 16px;
  border: 1px solid #FFF;
  padding: 40px;
  background-repeat: no-repeat !important;
  background-size: 101% auto!important;
  background-position: top center !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: 0.5s box-shadow;
}
.services .container .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(182deg, #ffffff 0%, #ffffff 23%, #ffffff 47%, #ffffff 100%);
  opacity: 1;
  transition: 0.5s opacity ease-in-out;
}
.services .container .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(182deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.69) 23%, #ffffff 47%, #ffffff 100%);
  opacity: 1;
}
.services .container .list .item:hover {
  box-shadow: -1px -1px 1px #db6230;
}
.services .container .list .item:hover:before {
  opacity: 0;
}
.services .container .list .item .icon {
  margin-bottom: 65px;
  position: relative;
  margin-left: -15px;
  z-index: 2;
}
.services .container .list .item .txt {
  position: relative;
  z-index: 2;
}
.services .container .list .item .txt p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #121212;
}
.services .container .list .item .txt p strong {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 164%;
  color: #121212;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
}
.services .container .list2 {
  padding-top: 55px;
}
.services .container .list2 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .services .container .list2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media screen and (max-width: 620px) {
  .services .container .list2 ul {
    grid-template-columns: 1fr;
  }
}
.services .container .list2 ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 131%;
  color: #121212;
}
@media screen and (max-width: 620px) {
  .services .container .list2 ul li {
    text-align: center;
  }
}
.services .container .list2 ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/check.svg);
  margin-right: 10px;
  vertical-align: middle;
}
.experience {
  padding-top: 155px;
}
@media screen and (max-width: 1024px) {
  .experience {
    padding-top: 40px;
  }
}
.experience .container {
  position: relative;
  background: #FFF;
  border-radius: 16px;
  padding: 35px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 85px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .experience .container {
    grid-template-columns: 1fr;
    padding: 20px ;
  }
}
.experience .container::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  width: 335.28px;
  height: 335.28px;
  border-radius: 100%;
  background: #db6230;
  filter: blur(80px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .experience .container::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .experience .container .left img {
    width: 100%;
  }
}
.experience .container .right h3 {
  font-weight: 400;
  font-size: 55px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #121212;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .experience .container .right h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .experience .container .right h3 {
    font-size: 36px;
  }
}
.experience .container .right h3 strong {
  color: #db6230;
  font-weight: 400;
}
.experience .container .right p {
  margin-bottom: 35px;
}
.what .container {
  padding-top: 125px;
}
.what .container .head {
  display: grid;
  grid-template-columns: 1fr 408px;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .what .container .head {
    grid-template-columns: 1fr;
  }
}
.what .container .head .left h3 {
  font-weight: 400;
  font-size: 55px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #121212;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .what .container .head .left h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .what .container .head .left h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.what .container .head .left h3 strong {
  color: #db6230;
  font-weight: 400;
}
.what .container .head .right {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #121212;
}
@media screen and (max-width: 1024px) {
  .what .container .head .right {
    text-align: center;
  }
}
.what .container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .what .container .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .what .container .list {
    grid-template-columns: 1fr;
  }
}
.what .container .list .item h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 164%;
  color: #121212;
  font-family: "Oswald", sans-serif;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(219, 98, 48, 0.44);
  margin-bottom: 25px;
}
.what .container .list .item h4::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #db6230;
  margin-right: 15px;
  vertical-align: middle;
}
.clear .container {
  padding-top: 170px;
}
@media screen and (max-width: 1024px) {
  .clear .container {
    padding-top: 40px;
  }
}
.clear .container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 1024px) {
  .clear .container .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .clear .container .list {
    grid-template-columns: 1fr;
  }
}
.clear .container .list .item {
  position: relative;
}
.clear .container .list .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 520px) {
  .clear .container .list .item:nth-child(1) {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}
.clear .container .list .item:nth-child(1) h3 {
  font-weight: 400;
  font-size: 55px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #121212;
  font-family: "Oswald", sans-serif;
  max-width: 583px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .clear .container .list .item:nth-child(1) h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .clear .container .list .item:nth-child(1) h3 {
    font-size: 36px;
    max-width: 100%;
  }
}
.clear .container .list .item:nth-child(1) h3 strong {
  color: #db6230;
  font-weight: 400;
}
.clear .container .list .item:nth-child(1) p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #121212;
  max-width: 408px;
}
@media screen and (max-width: 1024px) {
  .clear .container .list .item:nth-child(1) p {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.clear .container .list .item:nth-child(2) {
  border: 2px solid #FFF;
  border-radius: 16px;
  background: linear-gradient(180deg, #db6230 0%, #db6230 100%);
  padding: 75px 35px 80px 35px;
}
.clear .container .list .item:nth-child(2) h4 {
  position: absolute;
  right: 25px;
  top: 35px;
  font-weight: 900;
  font-size: 53px;
  line-height: 40%;
  color: rgba(255, 255, 255, 0.34);
}
.clear .container .list .item:nth-child(2) h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 114%;
  font-family: "Oswald", sans-serif;
  max-width: 170px;
  margin-bottom: 30px;
  color: #FFF;
}
.clear .container .list .item:nth-child(2) p {
  color: #FFF;
}
.clear .container .list .item:nth-child(3) {
  border: 2px solid #FFF;
  border-radius: 16px;
  background: linear-gradient(180deg, #db6230 0%, #db6230 100%);
  padding: 75px 35px 80px 35px;
}
.clear .container .list .item:nth-child(3) h4 {
  position: absolute;
  right: 25px;
  top: 35px;
  font-weight: 900;
  font-size: 53px;
  line-height: 40%;
  color: rgba(255, 255, 255, 0.34);
}
@media screen and (max-width: 1200px) {
  .clear .container .list .item:nth-child(3) h4 {
    font-size: 45px;
  }
}
.clear .container .list .item:nth-child(3) h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 114%;
  font-family: "Oswald", sans-serif;
  max-width: 170px;
  margin-bottom: 30px;
  color: #FFF;
}
.clear .container .list .item:nth-child(3) p {
  color: #FFF;
}
.clear .container .list .item:nth-child(4) {
  display: grid;
  align-items: end;
}
.clear .container .list .item:nth-child(4) a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 158%;
  text-align: center;
  color: #db6230;
  border: 1px solid #db6230;
  border-radius: 12px;
  padding: 19px 70px;
  text-decoration: none;
  transition: 0.5s color, 0.5s background;
}
.clear .container .list .item:nth-child(4) a:hover {
  color: #e8e8e8;
  background: #db6230;
}
.clear .container .list .item:nth-child(5) {
  border: 2px solid #FFF;
  border-radius: 16px;
  background: linear-gradient(180deg, #db6230 0%, #db6230 100%);
  padding: 75px 35px 80px 35px;
}
.clear .container .list .item:nth-child(5) h4 {
  position: absolute;
  right: 25px;
  top: 35px;
  font-weight: 900;
  font-size: 53px;
  line-height: 40%;
  color: rgba(255, 255, 255, 0.34);
}
@media screen and (max-width: 1200px) {
  .clear .container .list .item:nth-child(5) h4 {
    font-size: 45px;
  }
}
.clear .container .list .item:nth-child(5) h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 114%;
  font-family: "Oswald", sans-serif;
  max-width: 170px;
  margin-bottom: 30px;
  color: #FFF;
}
.clear .container .list .item:nth-child(5) p {
  color: #FFF;
}
.clear .container .list .item:nth-child(6) {
  background: url(../img/car.png) center center no-repeat;
  background-size: 110% auto;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 769px) {
  .clear .container .list .item:nth-child(6) {
    background-size: cover;
  }
}
.clear .container .list .item:nth-child(7) {
  border: 2px solid #FFF;
  border-radius: 16px;
  background: linear-gradient(180deg, #db6230 0%, #db6230 100%);
  padding: 75px 35px 80px 35px;
}
.clear .container .list .item:nth-child(7) h4 {
  position: absolute;
  right: 25px;
  top: 35px;
  font-weight: 900;
  font-size: 53px;
  line-height: 40%;
  color: rgba(255, 255, 255, 0.34);
}
@media screen and (max-width: 1200px) {
  .clear .container .list .item:nth-child(7) h4 {
    font-size: 45px;
  }
}
.clear .container .list .item:nth-child(7) h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 114%;
  font-family: "Oswald", sans-serif;
  max-width: 170px;
  margin-bottom: 30px;
  color: #FFF;
}
.clear .container .list .item:nth-child(7) p {
  color: #FFF;
}
.formsection {
  margin-bottom: 85px;
}
.formsection .container {
  padding-top: 155px;
}
@media screen and (max-width: 1024px) {
  .formsection .container {
    padding-top: 40px;
  }
}
.formsection .container h3 {
  font-weight: 400;
  font-size: 55px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #121212;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .formsection .container h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .formsection .container h3 {
    font-size: 36px;
  }
}
.formsection .container h3 strong {
  color: #db6230;
  font-weight: 400;
}
.formsection .container h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #121212;
  max-width: 661px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.formsection .container .formblock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 620px) {
  .formsection .container .formblock {
    grid-template-columns: 1fr;
  }
}
.formsection .container input[type=text] {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
  padding: 10px 30px;
  margin-bottom: 15px;
  border: none;
}
.formsection .container input[type=text]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
}
.formsection .container input[type=tel] {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
  padding: 10px 30px;
  border: none;
}
.formsection .container input[type=tel]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
}
.formsection .container input[type=email] {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
  padding: 10px 30px;
  border: none;
  margin-bottom: 15px;
}
.formsection .container input[type=email]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
}
.formsection .container textarea {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
  padding: 10px 30px;
  border: none;
  height: 190px;
  resize: none;
}
.formsection .container textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 210%;
  color: rgba(0, 0, 0, 0.77);
  font-family: 'Gilroy';
}
.formsection .container .subcenter {
  text-align: center;
  padding-top: 30px;
}
.formsection .container .subcenter input[type=submit] {
-webkit-appearance: none;
    appearance: none;
    background: transparent;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 158%;
  text-align: center;
  color: #db6230;
  border: 1px solid #db6230;
  border-radius: 12px;
  padding: 21px 40px;
  text-decoration: none;
  transition: 0.5s color, 0.5s background;
  cursor: pointer;
}
.formsection .container .subcenter input[type=submit]:hover {
  color: #e8e8e8;
  background: #db6230;
}
.formsection .container .subcenter .wpcf7-spinner {
  display: block!important;
}
.contacts {
  background: #db6230;
}
.contacts .container {
  padding-top: 65px;
  padding-bottom: 65px;
}
.contacts .container .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contacts .container .list {
    grid-template-columns: 1fr;
  }
}
.contacts .container .list .item {
  border: 1px solid #db6230;
  border-radius: 10px;
  background: #f5f5f5;
  padding: 30px 50px;
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  color: #1c2733;
}
@media screen and (max-width: 520px) {
  .contacts .container .list .item {
    padding: 20px 20px;
  }
}
.contacts .container .list .item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  color: #1c2733;
  text-decoration: none;
}
footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 65px;
  padding-bottom: 55px;
  align-items: center;
}
footer .container .right {
  text-align: right;
}
footer .container .right a {
  font-weight: 300;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #121212;
}
#ex1 {
  border-radius: 0;
  padding: 40px;
  width: 100%;
  max-width: 90%;
}
#ex1 .close-modal {
  right: 10px;
  top: 10px;
}
#ex1 h3 {
  font-weight: 300;
  font-size: 48px;
  line-height: 123%;
  letter-spacing: -0.07em;
  color: #000;
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px;
}
#ex1 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: rgba(29, 26, 26, 0.7);
  margin-bottom: 25px;
}
.blocker {
  z-index: 30!important;
}
