@font-face {
  font-family: 'Gilroy';
  src: url("/assets/fonts/Gilroy-SemiBold.eot");
  src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'), url("/assets/fonts/Gilroy-SemiBold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gilroy-SemiBold.woff") format('woff'), url("/assets/fonts/Gilroy-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/assets/fonts/Gilroy-Medium.eot");
  src: local('Gilroy Medium'), local('Gilroy-Medium'), url("/assets/fonts/Gilroy-Medium.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gilroy-Medium.woff") format('woff'), url("/assets/fonts/Gilroy-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/assets/fonts/Gilroy-Bold.eot");
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url("/assets/fonts/Gilroy-Bold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gilroy-Bold.woff") format('woff'), url("/assets/fonts/Gilroy-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  padding: 0px;
  margin: 0px;
  position: relative;
}

html.scroll-locked {
  overflow: hidden;
}

html.scroll-locked body {
  overflow: hidden;
}

body {
  background-color: #fff;
  min-height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  min-width: 320px;
  position: relative;
  letter-spacing: 0.5px;
}

body.inside .footer-fix {
  color: #000;
  padding: 5% 8%;
}

body.inside .footer-fix h1 {
  color: inherit;
}

p,
ul,
ol,
table {
  margin: 0px;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 300;
}

ol,
ul {
  margin-left: 20px;
}

li {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #fff;
  line-height: 1;
}

h1 {
  font-size: 57px;
  font-weight: 600;
  font-family: 'Gilroy', sans-serif;
  letter-spacing: 2px;
}

h2 {
  font-size: 27px;
  margin-top: 27px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

h4,
h5,
h6 {
  font-size: 16px;
}

input[type='tel']::-webkit-input-placeholder {
  color: transparent;
}

input[type='tel']::-ms-input-placeholder {
  color: transparent;
}

input[type='tel']::placeholder {
  color: transparent;
}

input[type='tel']:hover::-webkit-input-placeholder {
  color: #808080;
}

input[type='tel']:hover::-ms-input-placeholder {
  color: #808080;
}

input[type='tel']:hover::placeholder {
  color: #808080;
}

svg {
  fill: currentColor;
  display: inline-block;
}

.hidden {
  display: none !important;
}

.img {
  display: block;
  max-width: 100%;
  width: auto !important;
}

.btn {
  color: #fb8920;
  display: inline-block;
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 40px;
  border: 2px solid #fff;
  line-height: 1;
  -webkit-box-shadow: 0 3px 15px -4px #565656;
  box-shadow: 0 3px 15px -4px #565656;
  -webkit-transition: 100ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 100ms cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
  z-index: 3;
}

.btn:hover {
  color: #fff;
  background-color: #fb8920;
  -webkit-box-shadow: 0 10px 30px -10px #565656;
  box-shadow: 0 10px 30px -10px #565656;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
}

.js-main-head {
  opacity: 0;
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
  -webkit-transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-main-head.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.js-main-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms;
  transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms;
}

.js-main-text.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo,
.menu {
  width: 50%;
}

.logo img {
  width: 200px;
}

.menu {
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
}

.menu__item {
  font-weight: 500;
}

.menu__item:not(:last-of-type) {
  margin-right: 35px;
  line-height: 1;
  border-bottom: 1px dashed transparent;
}

.menu__item:not(:last-of-type):hover {
  border-color: #fff;
}

.menu .btn {
  padding: 10px 15px;
  font-size: 16px;
}

.canvas-wrap {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

canvas {
  height: 100%;
  width: 100%;
}

.clip {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  height: 95px;
  z-index: 5;
  -webkit-clip-path: polygon(0 100%, 0% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0 100%, 0% 100%, 100% 100%, 0% 0%);
}

.main-shadow {
  position: relative;
}

.main-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#f37548), color-stop(#f87b3e), color-stop(#fc8233), color-stop(#fe8a24), to(#ff930d));
  background-image: linear-gradient(to right, #f37548, #f87b3e, #fc8233, #fe8a24, #ff930d);
  padding-top: 80px;
  padding-bottom: 200px;
  padding-left: 240px;
  padding-right: 240px;
  position: relative;
  overflow: hidden;
}

.main-section__wrap-head {
  margin-top: 200px;
  z-index: 2;
}

.main-item {
  position: absolute;
  right: 15%;
  bottom: -2%;
  z-index: 2;
  width: 22%;
}

.head__parag {
  color: #fff;
  margin-top: 23px;
  margin-bottom: 23px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.head__parag_xl {
  font-size: 19px;
}

.head__parag_s {
  font-size: 15px;
}

.gallery {
  padding: 100px 140px 80px;
  background-image: url("/assets/images/bg-grid-about.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -25% 50%;
}

.gallery-wrap {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(10, 1fr);
  width: 100%;
}

.gallery-wrap__text {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.gallery-wrap__text p {
  margin-top: 1em;
  margin-bottom: 3em;
}

.gallery-wrap__text .gallery-link {
  display: inline-block;
  position: relative;
  padding-left: 0;
  -webkit-transition: padding-left 300ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
  transition: padding-left 300ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
}

.gallery-wrap__text .gallery-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transition: width 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gallery-wrap__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.gallery-wrap__item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.gallery-wrap__item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.gallery-wrap__item_xl {
  grid-column: span 5;
  padding-left: 70px;
  padding-right: 70px;
  height: 340px;
}

.gallery-wrap__item_s {
  grid-column: span 2;
  padding: 35px 50px 60px;
  height: 235px;
}

.gallery-wrap__item_s .gallery-wrap__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-wrap__item_s h3 {
  font-size: 16px;
}

.gallery-wrap__item_s .gallery-link {
  font-size: 11px;
}

.gallery-wrap__item:before {
  content: '';
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.gallery-wrap__item:hover .gallery-wrap__text .gallery-link:before {
  width: 40px;
  -webkit-transition: width 300ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms;
  transition: width 300ms cubic-bezier(0.22, 0.61, 0.36, 1) 200ms;
}

.gallery-wrap__item:hover .gallery-wrap__text .gallery-link {
  padding-left: 50px;
  -webkit-transition: padding-left 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: padding-left 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gallery-wrap__item:hover .gallery-wrap__img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.banner {
  background-image: url("/assets/images/bg-poyn.jpg");
  background-attachment: fixed;
  height: 545px;
  background-position: center;
  background-size: auto 100%;
  padding-left: 240px;
  padding-right: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner__head {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 0.7em;
}

.banner__list {
  font-size: 23px;
  font-weight: 400;
  list-style: none;
  margin: 0;
  margin-left: 1em;
}

.banner__list__item {
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1;
  position: relative;
}

.banner__list__item:before {
  content: '—';
  position: absolute;
  font-size: inherit;
  top: 50%;
  left: -3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about {
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 240px;
  padding-right: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("/assets/images/bg-grid-about.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.about__head {
  font-size: 51px;
  line-height: 1;
}

.about__text {
  color: #0e0e0e;
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
}

.about__text p {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}

.about__text p:nth-of-type(1) {
  margin-top: 0;
}

.about__logo {
  margin-right: 120px;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
}

.form-wrap {
  padding-top: 50px;
  padding-left: 140px;
  padding-right: 140px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/assets/images/bg-grid-form.png");
  background-position: 126% 22%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.form {
  background-color: #fe7d1d;
  background-image: url("/assets/images/bg-form.png");
  background-repeat: no-repeat;
  background-position: 115% 11%;
  background-size: 54%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 45px -10px #0060bf;
  box-shadow: 0 0 45px -10px #0060bf;
  padding: 100px 0 70px 100px;
  width: 980px;
}

.form__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.form__text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2em;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__row:not(:last-of-type) {
  margin-bottom: 1em;
}

.form__row:last-of-type {
  margin-bottom: 2em;
}

.form__label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 1em;
  margin-bottom: 0.7em;
}

.form__input {
  width: 40%;
  border-radius: 25px;
  padding: 8px 15px;
  border: none;
  font-size: 15px;
}

.form__btn {
  cursor: pointer;
  display: inline-block;
  background-color: #fe7d1d;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 10px 55px;
  border-radius: 25px;
  border: 2px solid #fe7d1d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 10px -2px #000;
  box-shadow: 0 0 10px -2px #000;
}

.form__btn:hover {
  color: #fe7d1d;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px -3px #000;
  box-shadow: 0 2px 15px -3px #000;
}

.contact {
  color: #121212;
  line-height: 1;
  margin-left: 90px;
}

.contact__head {
  color: #ff930d;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1em;
}

.contact__text {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1em;
}

.contact__link {
  position: relative;
  color: #ff930d;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow: hidden;
  line-height: 1.2;
}

.contact__link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #ff930d;
  content: "";
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.contact__link:hover {
  color: #fff;
}

.contact__link:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact__link:not(:first-of-type) {
  margin-top: 0.3em;
}

.footer-fix {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 287px;
  -webkit-box-shadow: 0 2px 16px -10px #000;
  box-shadow: 0 2px 16px -10px #000;
}

.footer {
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f27848), color-stop(#f6773d), color-stop(#f9762f), color-stop(#fc751f), to(#fe7501));
  background-image: linear-gradient(to right, #f27848, #f6773d, #f9762f, #fc751f, #fe7501);
  padding: 70px 240px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer p {
  line-height: 1.5;
}

.footer-info img {
  width: 135px;
  display: inline-block;
}

.footer-info a {
  color: #fff;
  font-weight: 500;
}

.footer-info a:hover {
  text-decoration: underline;
}

.footer-info p {
  margin-top: 7px;
}

.footer-polit {
  margin-top: 48px;
  text-align: right;
}

.footer-polit a {
  color: #fff;
  font-weight: 500;
}

.footer-polit a:hover {
  text-decoration: underline;
}

.modal-row {
  margin-bottom: 1em;
}

.modal-row.last {
  margin-bottom: 2em;
}

.modal-row__head {
  color: #fb8920;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.7em;
}

.modal-row__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.modal-row__wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 6);
}

.modal-row__wrap-item:not(:nth-child(4n+4)) {
  margin-right: calc(4% / 3);
}

.modal-row__wrap span {
  line-height: 1.1;
  font-size: 12px;
  text-align: center;
}

.modal-areas img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.modal-btns .form__btn {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.modal-btns .form__btn--white {
  background-color: #fff;
  color: #fe7d1d;
  margin-left: 1em;
  border-color: #fff;
}

.modal-btns .form__btn--white:hover {
  border-color: #fe7d1d;
}

.modal-btns .form__btn--white .icon {
  width: 15px;
  height: 15px;
  margin-left: 3px;
}

.modal__close {
  cursor: pointer;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5%;
  right: 3%;
  padding: 5px;
}

.modal__close:before,
.modal__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 2px;
  background-color: #fff;
}

.modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-form {
  background-color: primaryColor;
  border-radius: 20px;
  max-width: 700px;
  width: 50%;
  position: relative;
}

.modal-form-head {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: right;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.modal-form-wrap {
  margin-top: 1rem;
}

.modal-form-wrap__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-form-wrap__form p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  line-height: 1.2;
  margin-bottom: 25px;
}

.modal-form-wrap__form label {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 15px;
  width: 100%;
}

.modal-form-wrap__form .input {
  width: 100%;
  border-radius: 25px;
  padding: 8px 15px;
  border: none;
  font-size: 15px;
}

.modal-form-wrap__form .form-row:not(:last-of-type) {
  margin-bottom: 10px;
}

.modal-form-wrap__form .form-row:last-of-type {
  margin-bottom: 0;
}

.modal-form-wrap__form .btn-primary {
  padding-left: 65px;
  padding-right: 65px;
  -webkit-box-shadow: 0 0 7px 1px #3b5a92;
  box-shadow: 0 0 7px 1px #3b5a92;
}

.modal-form-wrap__form-1 {
  padding-right: 20px;
}

.modal-form-wrap__form-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal__overlay {
  z-index: 10;
}

.modal-models {
  position: relative;
  overflow: visible;
  min-width: 50%;
  max-width: 700px;
  max-height: 95vh;
  background-color: #fff;
  padding: 50px 30px;
  min-height: 35%;
}

.modal-models .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-models .modal__content .img-modal {
  width: 35%;
}

.modal-models .modal-content {
  width: 60%;
  margin-left: 5%;
}

.modal-models .modal-content__head {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-models .modal-content__intro {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.modal-models .modal-content__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.modal-models .modal-content hr {
  border: 0;
  margin: 0;
  width: 25%;
  height: 2px;
  background-color: #fb8920;
  margin-bottom: 10px;
}

.modal-models .modal__close:before,
.modal-models .modal__close:after {
  background-color: #121212;
}

.modal {
  position: relative;
}

.arrow {
  color: #929292;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  background-color: transparent;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.arrow:hover {
  color: #fb8920;
}

.arrow-next {
  right: -50px;
}

.arrow-prev {
  left: -50px;
}

.arrow .icon {
  width: 60%;
  height: auto;
}

@media only screen and (min-width: 640px) {
  body {
    font-size: 16px;
  }

  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 960px) {
  li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h4,
  h5,
  h6 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 18px;
  }

  p,
  ul,
  ol,
  table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  h4,
  h5,
  h6 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1919px) {
  .main-section {
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 150px;
  }

  .main-section__wrap-head {
    margin-top: 140px;
  }

  .main-item {
    width: 25%;
    right: 10%;
  }

  .gallery-wrap__item_s {
    padding: 35px 30px 60px;
  }

  .banner {
    height: 480px;
  }

  .footer-fix {
    margin-bottom: 247px;
  }

  .footer {
    padding: 50px 8%;
  }
}

@media only screen and (max-width: 1599px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 24px;
  }

  .clip {
    height: 75px;
  }

  .main-section {
    padding-bottom: 140px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .main-section__wrap-head {
    margin-top: 110px;
  }

  .main-item {
    width: 26%;
    right: 8%;
  }

  .head__parag_xl {
    font-size: 18px;
  }

  .head__parag_s {
    font-size: 15px;
  }

  .gallery {
    padding-left: 7%;
    padding-right: 7%;
  }

  .gallery-wrap__item_xl {
    padding-left: 6%;
    padding-right: 6%;
  }

  .gallery-wrap__item_s {
    padding: 8%;
  }

  .banner {
    height: 450px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .banner__head {
    font-size: 32px;
  }

  .banner__list {
    font-size: 21px;
  }

  .about {
    padding-top: 75px;
    padding-bottom: 50px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .about__head {
    font-size: 46px;
  }

  .about__text p {
    font-size: 21px;
  }

  .form-wrap {
    padding-left: 6%;
    padding-right: 6%;
  }

  .form__input {
    width: 60%;
  }

  .contact {
    margin-left: 2.5em;
  }

  .contact__head {
    font-size: 28px;
  }

  .contact__text {
    font-size: 20px;
  }

  .contact__link {
    font-size: 30px;
  }

  .footer-fix {
    margin-bottom: 240px;
  }
}

@media only screen and (max-width: 1279px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 22px;
  }

  .btn {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .menu .btn {
    margin-top: 1em;
  }

  .clip {
    height: 55px;
  }

  .main-section {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
  }

  .main-section__wrap-head {
    margin-top: 75px;
  }

  .main-item {
    width: 25%;
    right: 5%;
  }

  .head__parag_xl {
    font-size: 18px;
  }

  .head__parag_s {
    font-size: 14px;
  }

  .gallery {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery-wrap {
    grid-gap: 35px;
  }

  .gallery-wrap__item {
    grid-column: span 3;
  }

  .gallery-wrap__item_xl {
    grid-column: span 5;
  }

  .banner {
    height: auto;
    padding: 7% 5%;
  }

  .banner__head {
    font-size: 28px;
  }

  .banner__list {
    font-size: 20px;
    margin-left: 1.2em;
  }

  .banner__list__item {
    margin-bottom: 0.7em;
  }

  .about {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .about__head {
    font-size: 34px;
  }

  .about__text p {
    font-size: 20px;
  }

  .about__logo img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .about__logo {
    margin-right: 0;
  }

  .form-wrap {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 70px;
  }

  .form {
    width: 60%;
    min-width: 60%;
    padding: 7% 5%;
  }

  .form__input {
    width: 100%;
  }

  .contact {
    margin-left: 2.5em;
  }

  .contact__head {
    font-size: 24px;
  }

  .contact__text {
    font-size: 18px;
  }

  .contact__link {
    font-size: 28px;
  }
}

@media only screen and (max-width: 959px) {
  .gallery-wrap__item_xl {
    grid-column: span 12;
  }

  .gallery-wrap__item_s {
    grid-column: span 5;
  }

  .footer-fix {
    margin-bottom: 343px;
  }

  .footer {
    padding: 50px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-polit {
    text-align: left;
    margin-top: 20px;
  }

  .modal__close {
    top: 3%;
  }

  .modal-form {
    width: 85%;
  }

  .modal-form-head {
    font-size: 24px;
    line-height: 1;
  }

  .modal-form-wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .modal-form-wrap__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-form-wrap__form p {
    text-align: center;
  }

  .modal-form-wrap__form p br {
    display: none;
  }

  .modal-form-wrap__form label {
    font-size: 14px;
  }

  .modal-form-wrap__form-1 {
    padding-right: 0;
  }

  .modal-form-wrap__form-2 {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-models {
    width: 85%;
    padding: 30px;
  }

  .modal-models .modal__content {
    margin: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-models .modal__content .img-modal {
    width: 50%;
  }

  .modal-models .modal-content {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-inside {
    width: 100%;
  }

  .logo {
    margin-bottom: 15px;
  }

  .menu {
    width: 100%;
  }

  .menu__item:not(:last-of-type) {
    margin-right: 25px;
  }

  .clip {
    height: 35px;
  }

  .main-section {
    padding-top: 15px;
  }

  .main-section__wrap-head {
    margin-top: 35px;
  }

  .main-item {
    width: 40%;
    opacity: 0.6;
  }

  .head__parag br {
    display: none;
  }

  .head__parag_xl {
    font-size: 16px;
  }

  .gallery {
    padding: 50px 5%;
  }

  .gallery-wrap {
    grid-gap: 25px;
  }

  .gallery-wrap__item {
    grid-column: span 5;
  }

  .gallery-wrap__item_xl {
    grid-column: span 10;
    padding-left: 25px;
    padding-right: 25px;
  }

  .gallery-wrap__item_s {
    padding: 25px 25px 40px;
  }

  .gallery-wrap__item_s .gallery-link {
    font-size: inherit;
  }

  .banner__head {
    font-size: 24px;
  }

  .banner__list {
    margin-left: 1.7em;
    font-size: 16px;
  }

  .banner__list__item:before {
    left: -9%;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__head {
    font-size: 24px;
  }

  .about__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about__text p {
    font-size: 18px;
  }

  .about__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .form-wrap {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    width: 100%;
    padding: 10% 7%;
    border-radius: 7px;
  }

  .form__head br {
    display: none;
  }

  .form__head {
    font-size: 21px;
  }

  .form__text br {
    display: none;
  }

  .form__text {
    font-size: 15px;
  }

  .form__btn {
    margin: 0 auto;
  }

  .contact {
    margin-left: 0;
    margin-top: 35px;
  }

  .contact__head {
    font-size: 20px;
  }

  .contact__text br {
    display: none;
  }

  .contact__text {
    font-size: 16px;
  }

  .contact__link {
    font-size: 24px;
  }

  .modal-row__wrap-item {
    width: 24%;
  }

  .modal-row__wrap span {
    font-size: 11px;
  }

  .modal-areas img {
    width: 35px;
    height: 35px;
  }

  .modal-btns .form__btn:last-of-type {
    margin-top: 1em;
  }

  .modal-btns .form__btn {
    font-size: 13px;
    width: 100%;
  }

  .modal-btns .form__btn--white {
    margin-left: 0;
  }

  .modal-models {
    overflow-x: auto;
    padding: 25px;
  }

  .arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 10%;
    height: 140px;
  }

  .arrow-next {
    right: 0;
  }

  .arrow-prev {
    left: 0;
  }
}

@media only screen and (max-width: 379px) {
  .gallery-wrap__item_s {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 359px) {
  .gallery-wrap__item {
    grid-column: span 12;
  }
}