/*! 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;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

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

::selection {
  color: #fff;
  background-color: #D78900;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
}

h1.t-center, h2.t-center, h3.t-center, h4.t-center, h5.t-center, h6.t-center {
  text-align: center;
}

.h1 {
  font-size: 76px;
  font-weight: 900;
  background-image: linear-gradient(91.41deg, #D78900 9.5%, #BE9A18 43.24%, #D78900 72.24%, #D7A700 88.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

@media only screen and (max-width: 1650px) {
  .h1 {
    font-size: 57px;
  }
}

@media only screen and (max-width: 992px) {
  .h1 {
    font-size: 29px;
  }
}

.h2 {
  font-size: 38px;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .h2 {
    font-size: 23px;
  }
}

.h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 992px) {
  .h3 {
    font-size: 23px;
  }
}

.c-grad {
  background-image: linear-gradient(91.41deg, #D78900 9.5%, #BE9A18 43.24%, #D78900 72.24%, #D7A700 88.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

html {
  background-color: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.5;
  color: #363B4F;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1650px) {
  body {
    font-size: 13px;
  }
}

.container {
  max-width: 1650px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1650px) {
  .container {
    max-width: 990px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

.container-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  line-height: 1.25;
  -webkit-transition: .25s;
  transition: .25s;
  width: auto;
  height: 63px;
  padding: 0 46px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  background-image: linear-gradient(91.41deg, #D78900 9.5%, #BE9A18 43.24%, #D78900 72.24%, #D7A700 88.4%);
  border-radius: 50px;
}

@media only screen and (max-width: 1650px) {
  .btn {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  .btn {
    font-size: 14px;
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .btn {
    width: 100%;
  }
}

.btn:hover {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}

.btn.w100 {
  width: 100%;
}

.btn img, .btn svg {
  width: 20px;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.page-container header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 30px 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main {
    padding: 15px 0;
  }
}

.page-container header.header-main.fixed {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
  .page-container header.header-main.fixed {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
}

.page-container header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto 1fr;
}

@media only screen and (max-width: 768px) {
  .page-container header.header-main .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

.page-container header.header-main .grid .phone-wrap {
  line-height: 1;
}

.page-container header.header-main .grid .phone-wrap span {
  opacity: 0.5;
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .phone-wrap span {
    font-size: 12px;
  }
}

.page-container header.header-main .grid .phone-wrap p {
  padding-top: 5px;
}

.page-container header.header-main .grid .phone-wrap p a {
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .phone-wrap p a {
    font-size: 15px;
  }
}

.page-container header.header-main .grid .phone-wrap p a:hover {
  color: #D78900;
}

.page-container header.header-main .grid .logo-wrap {
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  .page-container header.header-main .grid .logo-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    grid-column-end: span 2;
    text-align: center;
  }
}

.page-container header.header-main .grid .logo-wrap a {
  display: inline-block;
}

.page-container header.header-main .grid .logo-wrap a img {
  display: block;
  width: 177px;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .logo-wrap a img {
    width: 142px;
  }
}

.page-container header.header-main .grid .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-container footer.footer-main {
  padding: 30px 0;
}

.page-container footer.footer-main p {
  font-weight: 500;
  text-align: center;
}

.block-social {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .block-social {
    grid-gap: 15px;
  }
}

.block-social a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-social a:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.block-social a img {
  display: block;
  width: 38px;
}

@media only screen and (max-width: 992px) {
  .block-social a img {
    width: 32px;
  }
}

form.block-form {
  position: relative;
  z-index: 1;
  background-color: #363B4F;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 48px 55px 60px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  form.block-form {
    padding: 35px 30px 40px;
  }
}

@media only screen and (max-width: 768px) {
  form.block-form {
    padding: 35px 15px 40px;
  }
}

form.block-form .part-line {
  left: 0;
  top: 48px;
}

@media only screen and (max-width: 1650px) {
  form.block-form .part-line {
    width: 240px;
  }
}

@media only screen and (max-width: 992px) {
  form.block-form .part-line {
    width: 160px;
  }
}

@media only screen and (max-width: 768px) {
  form.block-form .part-line {
    display: none;
  }
}

form.block-form .inputs-wrap {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

@media only screen and (max-width: 992px) {
  form.block-form .inputs-wrap {
    grid-gap: 25px;
  }
}

@media only screen and (max-width: 768px) {
  form.block-form .inputs-wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

form.block-form .inputs-wrap input {
  border: none;
  background-color: transparent;
  height: 50px;
  border-bottom: 1px solid #717389;
  font-size: 18px;
  color: #fff;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px;
}

form.block-form .inputs-wrap input.name {
  background-image: url("../img/ic-input-user.svg");
}

form.block-form .inputs-wrap input.email {
  background-image: url("../img/ic-input-email.svg");
}

form.block-form .inputs-wrap input.phone {
  background-image: url("../img/ic-input-phone.svg");
}

form.block-form .inputs-wrap input::-webkit-input-placeholder {
  color: #717389;
}

form.block-form .inputs-wrap input:-ms-input-placeholder {
  color: #717389;
}

form.block-form .inputs-wrap input::-ms-input-placeholder {
  color: #717389;
}

form.block-form .inputs-wrap input::placeholder {
  color: #717389;
}

form.block-form .btn-wrap {
  margin-top: 55px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  form.block-form .btn-wrap {
    margin-top: 40px;
  }
}

form.block-form .thx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: #363B4F;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

form.block-form .thx:not(.active) {
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.part-line {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#46587C), to(#CE8F09));
  background-image: linear-gradient(90deg, #46587C 0%, #CE8F09 100%);
}

.part-line.reverse {
  background-image: -webkit-gradient(linear, left top, right top, from(#CE8F09), to(#46587C));
  background-image: linear-gradient(90deg, #CE8F09 0%, #46587C 100%);
}

img.part-dot-big,
img.part-dot-small {
  display: block;
  position: absolute;
  z-index: -1;
}

img.part-dot-big {
  width: 470px;
}

img.part-dot-small {
  width: 624px;
}

.section-home {
  padding-top: 160px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.section-home .part-line-1 {
  top: 165px;
  left: calc(50% - 993px);
}

.section-home .part-line-2 {
  top: 187px;
  width: 715px;
  left: calc(50% - 990px);
}

@media only screen and (max-width: 768px) {
  .section-home .part-line-2 {
    top: 145px;
    width: 100px;
    left: 0;
  }
}

.section-home .part-line-3 {
  bottom: 187px;
  left: calc(50% - 993px);
}

.section-home .part-line-4 {
  bottom: 165px;
  width: 715px;
  left: calc(50% - 990px);
}

@media only screen and (max-width: 768px) {
  .section-home .part-line-4 {
    width: 100px;
    left: 0;
  }
}

.section-home .part-line-5 {
  top: 440px;
  width: 715px;
  right: calc(50% - 1355px);
}

.section-home .part-line-6 {
  top: 460px;
  right: calc(50% - 1125px);
}

.section-home img.part-dot-1 {
  top: 400px;
  left: calc(50% - 1115px);
}

.section-home img.part-dot-2 {
  top: 600px;
  right: calc(50% - 1095px);
}

.section-home img.part-dot-3 {
  bottom: 175px;
  right: calc(50% - 1220px);
}

.section-home p {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}

.section-home p.top {
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1650px) {
  .section-home p.top {
    font-size: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .section-home p.top {
    font-size: 19px;
  }
}

.section-home p.bottom {
  margin-top: 85px;
  padding-left: 20px;
  max-width: 680px;
}

@media only screen and (max-width: 1650px) {
  .section-home p.bottom {
    margin-top: 60px;
    font-size: 28px;
    max-width: 520px;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .section-home p.bottom {
    font-size: 14px;
    margin-top: 35px;
    max-width: 410px;
    padding-left: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .section-home p.bottom {
    font-size: 12px;
    padding-left: 20%;
  }
}

@media only screen and (max-width: 576px) {
  .section-home p.bottom {
    padding-left: 10px;
    max-width: 180px;
  }
}

.section-home h1 {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .section-home h1 br {
    display: none;
  }
}

.section-home .img-wrap {
  margin-top: -122px;
  pointer-events: none;
}

@media only screen and (max-width: 1650px) {
  .section-home .img-wrap {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 992px) {
  .section-home .img-wrap {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 576px) {
  .section-home .img-wrap {
    margin-top: -11%;
  }
}

.section-home .img-wrap img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1263px;
}

.section-home button.down {
  margin: -10px auto 0;
  position: relative;
  z-index: 1;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 2px dashed #D78900;
  text-align: center;
  text-transform: uppercase;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 23px;
}

@media only screen and (max-width: 1650px) {
  .section-home button.down {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .section-home button.down {
    width: 110px;
    height: 110px;
    padding-bottom: 17px;
    margin-top: 25px;
  }
}

.section-home button.down:hover img {
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
}

.section-home button.down p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .section-home button.down p {
    font-size: 12px;
  }
}

.section-home button.down img {
  display: block;
  width: 23px;
  margin: 8px auto 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .section-home button.down img {
    width: 20px;
  }
}

.section-advantage {
  padding: 35px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: url("../img/part-dots-bg.svg");
  background-repeat: no-repeat;
  background-position: center 230px;
}

.section-advantage img.part-dot-1 {
  top: 295px;
  left: calc(50% - 1010px);
}

@media only screen and (max-width: 480px) {
  .section-advantage h2 br {
    display: none;
  }
}

.section-advantage .items {
  max-width: 1310px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 0 50px;
  position: relative;
  padding-bottom: 230px;
}

@media only screen and (max-width: 1650px) {
  .section-advantage .items {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 992px) {
  .section-advantage .items {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .section-advantage .items {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    grid-gap: 50px;
  }
}

.section-advantage .items .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .section-advantage .items .item:first-child {
    grid-column-end: span 2;
  }
}

.section-advantage .items .item:nth-child(2), .section-advantage .items .item:nth-child(3) {
  margin-top: -35px;
}

@media only screen and (min-width: 769px) {
  .section-advantage .items .item:nth-child(2), .section-advantage .items .item:nth-child(3) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .section-advantage .items .item:nth-child(2), .section-advantage .items .item:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1650px) {
  .section-advantage .items .item:nth-child(2), .section-advantage .items .item:nth-child(3) {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 768px) {
  .section-advantage .items .item:nth-child(2), .section-advantage .items .item:nth-child(3) {
    margin-top: 0;
  }
}

.section-advantage .items .item:nth-child(2) .wrap, .section-advantage .items .item:nth-child(3) .wrap {
  max-width: 500px;
}

@media only screen and (max-width: 1650px) {
  .section-advantage .items .item:nth-child(2) .wrap, .section-advantage .items .item:nth-child(3) .wrap {
    max-width: 340px;
  }
}

@media only screen and (max-width: 768px) {
  .section-advantage .items .item:nth-child(2) .wrap, .section-advantage .items .item:nth-child(3) .wrap {
    max-width: 100%;
  }
}

.section-advantage .items .item:nth-child(4), .section-advantage .items .item:nth-child(5) {
  padding-top: 90px;
}

@media only screen and (max-width: 1650px) {
  .section-advantage .items .item:nth-child(4), .section-advantage .items .item:nth-child(5) {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section-advantage .items .item:nth-child(4), .section-advantage .items .item:nth-child(5) {
    padding-top: 0;
  }
}

.section-advantage .items .item:nth-child(4) .wrap, .section-advantage .items .item:nth-child(5) .wrap {
  max-width: 300px;
}

@media only screen and (max-width: 1650px) {
  .section-advantage .items .item:nth-child(4) .wrap, .section-advantage .items .item:nth-child(5) .wrap {
    max-width: 226px;
  }
}

@media only screen and (max-width: 992px) {
  .section-advantage .items .item:nth-child(4) .wrap, .section-advantage .items .item:nth-child(5) .wrap {
    max-width: 190px;
  }
}

@media only screen and (max-width: 768px) {
  .section-advantage .items .item:nth-child(4) .wrap, .section-advantage .items .item:nth-child(5) .wrap {
    max-width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .section-advantage .items .item:nth-child(4) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 769px) {
  .section-advantage .items .item:nth-child(5) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.section-advantage .items .item img {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .section-advantage .items .item img {
    width: 80px;
    height: 80px;
  }
}

.section-advantage .items .item p {
  position: relative;
  padding-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

@media only screen and (max-width: 1650px) {
  .section-advantage .items .item p {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .section-advantage .items .item p {
    font-size: 18px;
  }
}

.section-advantage .items .item p::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #363B4F;
  -webkit-box-shadow: 0 0 0px 1px #D78900;
          box-shadow: 0 0 0px 1px #D78900;
  top: 6px;
  left: calc(50% - 22px / 2);
}

.section-advantage .items .img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .section-advantage .items .img-wrap {
    position: static;
  }
}

.section-advantage .items .img-wrap img {
  display: block;
  max-width: 100%;
  height: 533px;
  margin: 0 auto;
}

@media only screen and (max-width: 1650px) {
  .section-advantage .items .img-wrap img {
    height: 462px;
  }
}

@media only screen and (max-width: 992px) {
  .section-advantage .items .img-wrap img {
    height: 330px;
  }
}

@media only screen and (max-width: 768px) {
  .section-advantage .items .img-wrap img {
    height: auto;
    max-width: 360px;
    width: 100%;
  }
}

.section-objects {
  padding-top: 100px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .section-objects {
    padding-bottom: 30px;
  }
}

.section-objects .part-line {
  top: 125px;
  width: 715px;
}

@media only screen and (max-width: 992px) {
  .section-objects .part-line {
    display: none;
  }
}

.section-objects .part-line-1 {
  left: calc(50% - 960px);
}

.section-objects .part-line-2 {
  right: calc(50% - 960px);
}

.section-objects .items {
  margin-top: 70px;
  display: grid;
  grid-gap: 110px;
}

@media only screen and (max-width: 1650px) {
  .section-objects .items {
    grid-gap: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .section-objects .items {
    margin-top: 45px;
    grid-gap: 80px;
  }
}

.section-objects .items .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1650px) {
  .section-objects .items .item {
    grid-gap: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .section-objects .items .item {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

@media only screen and (min-width: 1651px) {
  .section-objects .items .item:nth-child(odd) .text-wrap {
    padding-right: 270px;
    padding-left: 90px;
  }
}

@media only screen and (min-width: 769px) {
  .section-objects .items .item:nth-child(even) .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section-objects .items .item:nth-child(even) .img-wrap::after {
  background-image: url("../img/object-border-right.svg");
}

.section-objects .items .item:nth-child(even) .img-wrap img {
  -webkit-mask-image: url("../img/object-mask-right.svg");
          mask-image: url("../img/object-mask-right.svg");
}

@media only screen and (min-width: 1651px) {
  .section-objects .items .item:nth-child(even) .text-wrap {
    padding-left: 270px;
    padding-right: 90px;
  }
}

.section-objects .items .item:nth-child(6n + 1) .img-wrap::after {
  background-image: url("../img/object-border-left-1.svg");
}

.section-objects .items .item:nth-child(6n + 1) .img-wrap img {
  -webkit-mask-image: url("../img/object-mask-left-1.svg");
          mask-image: url("../img/object-mask-left-1.svg");
}

.section-objects .items .item:nth-child(6n + 3) .img-wrap::after {
  background-image: url("../img/object-border-left-2.svg");
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}

.section-objects .items .item:nth-child(6n + 3) .img-wrap img {
  -webkit-mask-image: url("../img/object-mask-left-2.svg");
          mask-image: url("../img/object-mask-left-2.svg");
}

.section-objects .items .item:nth-child(6n + 5) .img-wrap::after {
  background-image: url("../img/object-border-left-3.svg");
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.section-objects .items .item:nth-child(6n + 5) .img-wrap img {
  -webkit-mask-image: url("../img/object-mask-left-3.svg");
          mask-image: url("../img/object-mask-left-3.svg");
}

.section-objects .items .item .img-wrap {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-objects .items .item .img-wrap {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}

.section-objects .items .item .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-objects .items .item .img-wrap .wrap {
  position: relative;
  padding-top: 75.17%;
}

.section-objects .items .item .img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.section-objects .items .item .text-wrap .n {
  font-family: "Montserrat", sans-serif;
  font-size: 130px;
  font-weight: bold;
  color: #e5e9f6;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: -7px;
}

@media only screen and (max-width: 1650px) {
  .section-objects .items .item .text-wrap .n {
    font-size: 74px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .section-objects .items .item .text-wrap .n {
    font-size: 54px;
  }
}

.section-objects .items .item .text-wrap h3 {
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1650px) {
  .section-objects .items .item .text-wrap h3 {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .section-objects .items .item .text-wrap h3 {
    text-align: center;
  }
}

.section-objects .items .item .text-wrap p.small {
  font-size: 15px;
  margin-top: 25px;
}

@media only screen and (max-width: 1650px) {
  .section-objects .items .item .text-wrap p.small {
    font-size: 12px;
    margin-top: 18px;
  }
}

.section-objects .items .item .text-wrap .location-wrap {
  margin-top: 25px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  font-weight: 600;
}

.section-objects .items .item .text-wrap .location-wrap img {
  width: 32px;
}

@media only screen and (max-width: 1650px) {
  .section-objects .items .item .text-wrap .location-wrap img {
    width: 20px;
  }
}

.section-contacts {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #FAFBFF;
  padding: 185px 0 125px;
}

@media only screen and (max-width: 1650px) {
  .section-contacts {
    padding: 70px 0 160px;
  }
}

@media only screen and (max-width: 992px) {
  .section-contacts {
    padding-bottom: 0;
  }
}

.section-contacts .part-line {
  top: 188px;
  right: calc(50% - 970px);
}

.section-contacts img.part-dot-big {
  bottom: 190px;
  right: calc(50% - 1088px);
}

.section-contacts .title {
  width: 51%;
  margin-left: auto;
}

@media only screen and (max-width: 1650px) {
  .section-contacts .title {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

.section-contacts .title h2 {
  line-height: 1.2;
}

@media only screen and (max-width: 1650px) {
  .section-contacts .title h2 br {
    display: none;
  }
}

.section-contacts .text-wrap {
  width: 51%;
  margin-left: auto;
}

@media only screen and (max-width: 1650px) {
  .section-contacts .text-wrap {
    width: 40%;
  }
}

@media only screen and (max-width: 992px) {
  .section-contacts .text-wrap {
    width: 100%;
    padding-bottom: 40px;
  }
}

.section-contacts .text-wrap .logo-wrap {
  margin-top: 68px;
}

@media only screen and (max-width: 992px) {
  .section-contacts .text-wrap .logo-wrap {
    margin-top: 30px;
  }
}

.section-contacts .text-wrap .logo-wrap img {
  display: block;
  width: 216px;
}

@media only screen and (max-width: 992px) {
  .section-contacts .text-wrap .logo-wrap img {
    width: 170px;
    margin: 0 auto;
  }
}

.section-contacts .text-wrap ul {
  margin-top: 50px;
  padding-left: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .section-contacts .text-wrap ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.section-contacts .text-wrap ul li {
  font-size: 20px;
  font-weight: 500;
  list-style-type: disc;
}

@media only screen and (max-width: 1650px) {
  .section-contacts .text-wrap ul li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .section-contacts .text-wrap ul li {
    font-size: 16px;
    text-align: center;
    list-style-type: none;
    padding-left: 0;
  }
}

.section-contacts .text-wrap ul li:not(:last-child) {
  margin-bottom: 8px;
}

.section-contacts .text-wrap ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-contacts .text-wrap ul li a:hover {
  color: #D78900;
}

@media only screen and (max-width: 992px) {
  .section-contacts .text-wrap .block-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-contacts .img-wrap {
  position: absolute;
  display: block;
  width: 1050px;
  top: 155px;
  height: calc(100% - 155px);
  left: calc(50% - 985px);
  z-index: -1;
}

@media only screen and (max-width: 1650px) {
  .section-contacts .img-wrap {
    top: 175px;
    height: calc(100% - 175px);
    left: 0;
    max-width: 65%;
  }
}

@media only screen and (max-width: 992px) {
  .section-contacts .img-wrap {
    max-width: 100%;
    width: 100%;
    position: static;
    margin: 0 -15px;
    height: auto;
  }
}

.section-contacts .img-wrap img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

@media only screen and (max-width: 992px) {
  .section-contacts .img-wrap img {
    height: auto;
  }
}

.section-map {
  position: relative;
  z-index: 2;
}

.section-map .form-wrapper {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  .section-map .form-wrapper {
    padding: 0;
    position: relative;
    z-index: 2;
    top: 0;
    margin-top: -32px;
  }
}

.section-map .form-wrapper .block-form {
  pointer-events: auto;
}

.section-map .map-wrap {
  position: relative;
  background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  .section-map .map-wrap {
    margin-top: -120px;
  }
}

.section-map .map-wrap #map {
  height: 770px;
}

@media only screen and (max-width: 768px) {
  .section-map .map-wrap #map {
    height: 620px;
  }
}
