/*! 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;
}
* {
  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: #0f1e2e;
  border-radius: 3px;
}
html::-webkit-scrollbar-corner {
  background-color: #FFF;
}
html::-webkit-resizer {
  background-color: #FFF;
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #f4f6f8;
  width: 100%;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background: #0f1e2e;
  padding-top: 99px;
}
@media screen and (max-width: 1220px) {
  body {
    padding-top: 72px;
  }
}
.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;
  }
}
.containerfuel {
  padding-left: calc((100% - 1320px) / 2);
}
@media screen and (max-width: 1320px) {
  .containerfuel {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 960px) {
  .containerfuel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .containerfuel {
    padding-left: 10px;
    padding-right: 10px;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #0f1e2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  z-index: 20;
}
header .container {
  display: grid;
  grid-template-columns: 1fr 1.2fr 51px 51px 226px;
  grid-gap: 10px;
  height: 98px;
  align-items: center;
}
@media screen and (max-width: 1220px) {
  header .container {
    grid-template-columns: 1fr 51px 51px 226px 34px;
    grid-gap: 5px;
    height: 72px;
  }
}
@media screen and (max-width: 660px) {
  header .container {
    grid-template-columns: 1fr 51px 61px 34px;
    grid-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .container .logo .pc {
    display: none;
  }
}
header .container .logo .mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .container .logo .mob {
    display: block;
  }
}
header .container .nav {
  padding-right: 20px;
}
header .container .nav ul {
  display: flex;
}
header .container .nav ul li {
  flex-grow: 1;
  text-align: center;
  line-height: 98px;
  position: relative;
}
header .container .nav ul li a {
  font-weight: 300;
  font-size: 15px;
  line-height: 153%;
  color: #FFF;
  text-decoration: none;
}
header .container .nav ul li::before {
  width: 0;
  transition: 0.5s width;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  content: "";
}
header .container .nav ul li.active::before {
  background: #FFF;
  width: 70%;
}
header .container .nav ul li:hover::before {
  background: #FFF;
  width: 70%;
}
@media screen and (max-width: 1320px) {
  header .container .nav {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1220px) {
  header .container .nav {
    position: fixed;
    right: -150%;
    top: 0;
    background: #0f1e2e;
    height: 100vh;
    width: 100%;
    max-width: 560px;
    padding: 100px 40px;
    z-index: 22;
    transition: 0.5s right;
  }
  header .container .nav ul {
    display: block;
  }
  header .container .nav ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }
  header .container .nav ul li::before {
    display: none;
  }
  header .container .nav ul li a {
    display: block;
    line-height: 50px;
  }
}
header .container .active-nav {
  right: 0;
}
header .container .email li {
  border: 1px solid #C9A24D;
  justify-content: center;
  display: grid;
  height: 60px;
  align-items: center;
  transition: 0.5s background;
  text-decoration: none;
  color: #FFF;
  position: relative;
  list-style-type: none;
  grid-template-columns: 1fr;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  header .container .email li {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1220px) {
  header .container .email li span {
    display: none;
  }
}
header .container .email li ul {
  list-style-type: none;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 80px;
  visibility: hidden;
  opacity: 0;
  display: block;
  transform: translateX(-50%);
  border-radius: 5px;
  min-width: 250px;
  transition: 0.5s visibility, 0.5s opacity, 0.5s top;
}
header .container .email li ul::before {
  border: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}
header .container .email li ul li {
  display: block;
  height: inherit;
  border: none;
  padding: 5px 20px;
  text-align: left;
}
@media screen and (max-width: 1220px) {
  header .container .email li ul li span {
    display: inline-block;
  }
}
header .container .email li ul li a {
  color: #16293C;
  text-decoration: none;
}
header .container .email li ul li img {
  width: 43px;
  transition: 0.5s transform;
  margin-right: 15px;
}
header .container .email li ul li img:hover {
  transform: scale(1.2);
}
header .container .email li ul li:hover {
  background: #f1f1f1;
}
header .container .email li .active-emaisub {
  visibility: visible;
  opacity: 1;
  top: 60px;
}
@media screen and (max-width: 1220px) {
  header .container .email li {
    height: 50px;
  }
}
@media screen and (min-width: 1220px) {
  header .container .email li:hover {
    background: #C9A24D;
  }
  header .container .email li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 60px;
  }
}
@media screen and (max-width: 660px) {
  header .container .lang {
    padding-right: 10px;
  }
}
header .container .lang ul li.current-lang {
  cursor: pointer;
  border: 1px solid #C9A24D;
  justify-content: center;
  display: grid;
  height: 60px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: #FFF;
  position: relative;
  transition: 0.5s background;
}
@media screen and (max-width: 1220px) {
  header .container .lang ul li.current-lang {
    height: 50px;
  }
}
header .container .lang ul li.current-lang:hover {
  background: #C9A24D;
}
header .container .lang ul li .lsubmenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
  background: #FFF;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  border-radius: 4px;
  transition: 0.5s top, 0.5s visibility, 0.5s opacity;
  min-width: 60px;
}
header .container .lang ul li .lsubmenu::before {
  border: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  /* или top: 10px, чтобы было ниже родителя */
}
header .container .lang ul li .lsubmenu li a {
  color: #16293C;
  text-decoration: none;
  padding: 5px 20px;
  display: block;
}
header .container .lang ul li .lsubmenu li a:hover {
  background: #dedede;
}
header .container .lang ul li .lsubmenu li a.disabled {
  background: #C9A24D;
  color: #FFF;
}
header .container .lang ul li .active-lsubmenu {
  opacity: 1;
  visibility: visible;
  top: 59px;
}
@media screen and (min-width: 1220px) {
  header .container .lang ul li:hover .lsubmenu {
    opacity: 1;
    visibility: visible;
    top: 59px;
  }
}
@media screen and (max-width: 1220px) {
  header .container .order {
    padding-right: 15px;
  }
}
@media screen and (max-width: 660px) {
  header .container .order {
    display: none;
  }
}
header .container .order a {
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  display: inline-block;
  width: 100%;
  background: #c9a24d;
  height: 60px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #C9A24D;
  transition: 0.5s background, 0.5s color;
}
@media screen and (max-width: 1220px) {
  header .container .order a {
    height: 50px;
    line-height: 50px;
  }
}
header .container .order a:hover {
  background: #FFF;
  color: #C9A24D;
}
header .container .burger {
  display: none;
  z-index: 30;
}
header .container .burger span {
  display: block;
  height: 2px;
  background: #FFF;
  margin-bottom: 6px;
  transition: 0.5s transform;
}
header .container .burger span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1220px) {
  header .container .burger {
    display: block;
  }
}
header .container .active-burger span {
  margin-bottom: 0;
}
header .container .active-burger span:nth-child(1) {
  transform: rotate(-45deg);
}
header .container .active-burger span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -1px;
}
header .container .active-burger span:nth-child(3) {
  display: none;
}
.pagesec {
  overflow-x: hidden;
}
#about .containerfuel {
  display: grid;
  grid-template-columns: 825px 1fr;
}
@media screen and (max-width: 1360px) {
  #about .containerfuel {
    grid-template-columns: 1fr 0.7fr;
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  #about .containerfuel {
    grid-template-columns: 1fr ;
    padding-left: 0;
    padding-right: 0;
  }
}
#about .containerfuel .left {
  padding-top: 80px;
  padding-right: 20px;
}
@media screen and (max-width: 1220px) {
  #about .containerfuel .left {
    padding-right: 60px;
  }
}
@media screen and (max-width: 960px) {
  #about .containerfuel .left {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 65px;
    padding-top: 50px;
  }
}
#about .containerfuel .left h4 {
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  line-height: 265%;
  color: #FFF;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  #about .containerfuel .left h4 {
    font-size: 12px;
  }
}
#about .containerfuel .left h3 {
  font-weight: 900;
  font-size: 62px;
  line-height: 107%;
  color: #f4f6f8;
  margin-bottom: 28px;
}
@media screen and (max-width: 1220px) {
  #about .containerfuel .left h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #about .containerfuel .left h3 {
    font-size: 32px;
  }
}
#about .containerfuel .left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #f4f6f8;
  margin-bottom: 35px;
  max-width: 442px;
}
@media screen and (max-width: 960px) {
  #about .containerfuel .left p {
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
#about .containerfuel .left .button a {
  font-weight: 500;
  font-size: 16px;
  line-height: 281%;
  display: inline-block;
  background: #c9a24d;
  padding: 10px 35px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #C9A24D;
  transition: 0.5s color, 0.5s background;
}
@media screen and (max-width: 960px) {
  #about .containerfuel .left .button a {
    padding: 5px 30px;
  }
}
#about .containerfuel .left .button a:hover {
  color: #C9A24D;
  background: #FFF;
}
#about .containerfuel .left .button a i {
  font-size: 12px;
}
#about .containerfuel .right {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
  display: grid;
  align-items: end;
  background: #16293c;
  padding-top: 55px;
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  #about .containerfuel .right {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    padding-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  #about .containerfuel .right .img img {
    margin-top: -65px;
    position: relative;
    width: 326px;
  }
}
#about .containerfuel .right .cyt {
  position: absolute;
  left: -126px;
  bottom: 70px;
  backdrop-filter: blur(44.40000153px);
  background: rgba(229, 247, 255, 0.02);
  padding: 35px 25px;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.01em;
  color: #f4f6f8;
  width: 257px;
}
@media screen and (max-width: 960px) {
  #about .containerfuel .right .cyt {
    width: 312px;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#about .containerfuel .right .cyt::before {
  position: absolute;
  left: 25px;
  top: -25px;
  content: "\201C";
  font-style: italic;
  font-weight: 400;
  font-size: 116px;
  line-height: 96%;
  color: #bca36b;
  font-family: 'Inter', sans-serif;
}
#lawyer {
  background: #fff7ee;
}
#lawyer .container {
  padding-top: 120px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media screen and (max-width: 960px) {
  #lawyer .container {
    padding-top: 80px;
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 60px;
    padding-bottom: 60px;
  }
}
#lawyer .container .left h4 {
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  line-height: 265%;
  color: #c9a24d;
}
@media screen and (max-width: 960px) {
  #lawyer .container .left h4 {
    font-size: 12px;
  }
}
#lawyer .container .left h3 {
  font-weight: 600;
  font-size: 55px;
  line-height: 104%;
  color: #0f1e2e;
  position: relative;
}
@media screen and (max-width: 1220px) {
  #lawyer .container .left h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #lawyer .container .left h3 {
    font-size: 32px;
    line-height: 119%;
  }
}
#lawyer .container .left h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  background: #c9a24d;
  width: 133px;
  height: 1px;
}
@media screen and (max-width: 960px) {
  #lawyer .container .left h3::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
}
#lawyer .container .right p {
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #0f1e2e;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #lawyer .container .right p {
    font-size: 14px;
    line-height: 143%;
    margin-bottom: 15px;
  }
}
#services {
  background: #0f1e2e;
}
#services .container {
  padding-top: 85px;
  padding-bottom: 150px;
}
@media screen and (max-width: 960px) {
  #services .container {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
#services .container .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #services .container .head {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  #services .container .head .left {
    text-align: center;
  }
}
#services .container .head .left h4 {
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  line-height: 265%;
  color: #c9a24d;
}
@media screen and (max-width: 960px) {
  #services .container .head .left h4 {
    font-size: 12px;
  }
}
#services .container .head .left h3 {
  font-weight: 600;
  font-size: 109px;
  line-height: 104%;
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 1220px) {
  #services .container .head .left h3 {
    font-size: 74px;
  }
}
@media screen and (max-width: 960px) {
  #services .container .head .left h3 {
    font-size: 74px;
    margin-bottom: 20px;
  }
}
#services .container .head .left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #f4f6f8;
  max-width: 442px;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  #services .container .head .left p {
    max-width: 100%;
    font-size: 14px;
    line-height: 143%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  #services .container .head .left .button {
    display: none;
  }
}
#services .container .head .left .button a {
  font-weight: 500;
  font-size: 16px;
  line-height: 281%;
  display: inline-block;
  background: #c9a24d;
  padding: 10px 35px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #C9A24D;
  transition: 0.5s color, 0.5s background;
}
#services .container .head .left .button a:hover {
  color: #C9A24D;
  background: #FFF;
}
#services .container .head .left .button a i {
  font-size: 12px;
}
#services .container .head .right h4 {
  font-weight: 200;
  font-size: 35px;
  line-height: 163%;
  color: rgba(255, 255, 255, 0.41);
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #services .container .head .right h4 {
    text-align: center;
    font-size: 24px;
  }
}
#services .container .head .right ul {
  list-style-type: none;
}
@media screen and (max-width: 960px) {
  #services .container .head .right ul {
    margin-bottom: 30px;
  }
}
#services .container .head .right ul li {
  font-weight: 600;
  font-size: 17px;
  line-height: 129%;
  color: #f4f6f8;
  padding: 12px 60px;
  background: #16293c;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #services .container .head .right ul li {
    font-size: 15px;
    padding: 12px 40px;
  }
}
#services .container .head .right ul li::before {
  content: "";
  display: inline-block;
  background: #c9a24d;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#services .container .head .right .button {
  display: none;
}
@media screen and (max-width: 960px) {
  #services .container .head .right .button {
    display: block;
    text-align: center;
  }
}
#services .container .head .right .button a {
  font-weight: 500;
  font-size: 16px;
  line-height: 281%;
  display: inline-block;
  background: #c9a24d;
  padding: 5px 30px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #C9A24D;
  transition: 0.5s color, 0.5s background;
}
#services .container .head .right .button a:hover {
  color: #C9A24D;
  background: #FFF;
}
#services .container .head .right .button a i {
  font-size: 12px;
}
#services .container h5 {
  font-weight: 200;
  font-size: 35px;
  line-height: 163%;
  color: rgba(255, 255, 255, 0.41);
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #services .container h5 {
    font-size: 24px;
    line-height: 125%;
    text-align: center;
  }
}
#services .container .flist .item {
  padding: 20px 25px;
  position: relative;
  background: #0f1e2e;
}
@media screen and (max-width: 960px) {
  #services .container .flist .item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
#services .container .flist .item::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 25px;
  z-index: 0;
  border: 1px solid #FFF;
  border-top: none;
}
@media screen and (max-width: 960px) {
  #services .container .flist .item::before {
    height: 65px;
  }
}
#services .container .flist .item::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 40px;
  font-weight: 300;
  font-size: 33px;
  line-height: 67%;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  #services .container .flist .item::after {
    top: 25px;
  }
}
#services .container .flist .item .top {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #services .container .flist .item .top {
    grid-template-columns: 40px 1fr;
  }
}
#services .container .flist .item .top .icon {
  background: #16293c;
  height: 55px;
  width: 55px;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  #services .container .flist .item .top .icon {
    height: inherit;
    width: inherit;
    background: none;
  }
}
#services .container .flist .item .top .name {
  font-weight: 300;
  font-size: 30px;
  line-height: 127%;
  color: #c9a24d;
  cursor: pointer;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  #services .container .flist .item .top .name {
    font-size: 17px;
    line-height: 141%;
  }
}
#services .container .flist .item .desk {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: 0.5s visibility, 0.5s max-height, 0.5s opacity;
  padding-left: 75px;
}
@media screen and (max-width: 960px) {
  #services .container .flist .item .desk {
    padding-left: 35px;
  }
}
#services .container .flist .item .desk ul {
  list-style-type: disc;
}
#services .container .flist .item .desk ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  padding: 4px 0;
  color: #f4f6f8;
}
#services .container .flist .item .desk p {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: #f4f6f8;
  margin-bottom: 25px;
}
#services .container .flist .active::after {
  content: "-";
}
#services .container .flist .active .desk {
  visibility: visible;
  max-height: 2500px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
#advantages {
  background: #fff7ee;
}
#advantages .container {
  padding-top: 75px;
  padding-bottom: 115px;
}
@media screen and (max-width: 960px) {
  #advantages .container {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
#advantages .container .head {
  display: grid;
  grid-template-columns: 1fr 501px;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #advantages .container .head {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 30px;
  }
}
#advantages .container .head .left h3 {
  font-weight: 600;
  font-size: 55px;
  line-height: 104%;
  color: #0f1e2e;
}
@media screen and (max-width: 1220px) {
  #advantages .container .head .left h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #advantages .container .head .left h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
#advantages .container .head .right {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #0f1e2e;
}
@media screen and (max-width: 960px) {
  #advantages .container .head .right {
    font-size: 14px;
    line-height: 143%;
  }
}
@media screen and (max-width: 960px) {
  #advantages .container .advlist {
    margin-right: -20px;
  }
}
@media screen and (max-width: 520px) {
  #advantages .container .advlist {
    margin-right: -10px;
  }
}
#advantages .container .advlist .swiper-wrapper {
  padding-bottom: 35px;
}
#advantages .container .advlist .swiper-wrapper .swiper-slide {
  border: 1px solid #BCA36B;
  padding: 30px 40px;
  min-height: 230px;
  transition: 0.5s background;
}
@media screen and (max-width: 1230px) {
  #advantages .container .advlist .swiper-wrapper .swiper-slide {
    padding: 30px 10px;
  }
}
#advantages .container .advlist .swiper-wrapper .swiper-slide .icon {
  margin-bottom: 35px;
  text-align: center;
}
#advantages .container .advlist .swiper-wrapper .swiper-slide .name {
  font-weight: 600;
  font-size: 17px;
  line-height: 112%;
  text-align: center;
  color: #0f1e2e;
  transition: 0.5s font-weight;
}
#advantages .container .advlist .swiper-wrapper .swiper-slide .name strong {
  font-weight: 900;
  text-decoration: underline;
  color: #612010;
}
#advantages .container .advlist .swiper-wrapper .swiper-slide:hover {
  background: #fff6e0;
}
#advantages .container .advlist .swiper-pagination {
  bottom: 0px;
  text-align: center;
}
#advantages .container .advlist .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background: rgba(15, 30, 46, 0.66);
  display: inline-block;
  border-radius: 0;
}
#advantages .container .advlist .swiper-pagination .swiper-pagination-bullet-active {
  background: #a89160;
  width: 92px;
}
#how {
  background-size: 100% auto!important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 960px) {
  #how {
    background-size: inherit!important;
    background-position: top center!important;
  }
}
#how .container {
  padding-top: 115px;
}
@media screen and (max-width: 960px) {
  #how .container {
    padding-top: 35px;
  }
}
#how .container h3 {
  font-weight: 600;
  font-size: 55px;
  line-height: 104%;
  color: #fff7ee;
  margin-bottom: 105px;
}
@media screen and (max-width: 1220px) {
  #how .container h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #how .container h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  #how .container .howlist {
    margin-right: -20px;
  }
}
@media screen and (max-width: 520px) {
  #how .container .howlist {
    margin-right: -10px;
  }
}
#how .container .howlist .swiper-wrapper {
  padding-bottom: 35px;
  padding-top: 55px;
}
#how .container .howlist .swiper-wrapper .swiper-slide {
  background: #bca36b;
  padding: 0px 20px 0px 20px;
  position: relative;
  height: auto;
}
#how .container .howlist .swiper-wrapper .swiper-slide::before {
  width: 247px;
  height: 42px;
  background: url(../img/arrow.svg);
  position: absolute;
  left: 95px;
  top: -55px;
  content: "";
}
#how .container .howlist .swiper-wrapper .swiper-slide:last-child::before {
  display: none;
}
#how .container .howlist .swiper-wrapper .swiper-slide .icon {
  width: 63px;
  height: 65px;
  background: #16293C;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 28px;
}
#how .container .howlist .swiper-wrapper .swiper-slide .name p {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #f4f6f8;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #how .container .howlist .swiper-wrapper .swiper-slide .name p {
    font-size: 14px;
  }
}
#how .container .howlist .swiper-wrapper .swiper-slide .name p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
}
#how .container .howlist .swiper-pagination {
  bottom: 0px;
  text-align: center;
}
#how .container .howlist .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background: rgba(255, 247, 238, 0.52);
  display: inline-block;
  border-radius: 0;
}
#how .container .howlist .swiper-pagination .swiper-pagination-bullet-active {
  background: #a89160;
  width: 92px;
}
#reviews {
  background: #16293c;
}
#reviews .container {
  padding-top: 115px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #reviews .container {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}
#reviews .container h3 {
  font-weight: 600;
  font-size: 55px;
  line-height: 104%;
  color: #FFF;
  margin-bottom: 90px;
}
@media screen and (max-width: 1220px) {
  #reviews .container h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #reviews .container h3 {
    font-size: 32px;
    line-height: 119%;
    margin-bottom: 30px;
    text-align: center;
  }
}
#reviews .container .revsec {
  position: relative;
}
#reviews .container .revsec .revlist .swiper-wrapper {
  padding-bottom: 35px;
}
#reviews .container .revsec .revlist .swiper-wrapper .swiper-slide {
  background: #fff7ee;
  padding: 35px;
  padding-top: 45px;
  padding-bottom: 95px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  #reviews .container .revsec .revlist .swiper-wrapper .swiper-slide {
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 95px;
  }
}
#reviews .container .revsec .revlist .swiper-wrapper .swiper-slide::before {
  display: block;
  content: "\201C";
  font-style: italic;
  font-weight: 400;
  font-size: 116px;
  line-height: 50%;
  color: #bca36b;
  font-family: 'Inter', sans-serif;
}
#reviews .container .revsec .revlist .swiper-wrapper .swiper-slide p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0f1e2e;
}
@media screen and (max-width: 960px) {
  #reviews .container .revsec .revlist .swiper-wrapper .swiper-slide p {
    font-size: 14px;
  }
}
#reviews .container .revsec .revlist .swiper-wrapper .swiper-slide h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: #0f1e2e;
  margin-top: 55px;
  position: absolute;
  left: 20px;
  bottom: 25px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  #reviews .container .revsec .revlist .swiper-wrapper .swiper-slide h4 {
    font-size: 16px;
  }
}
#reviews .container .revsec .revlist .swiper-pagination {
  bottom: 0px;
  text-align: center;
}
#reviews .container .revsec .revlist .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background: rgba(255, 247, 238, 0.42);
  display: inline-block;
  border-radius: 0;
}
#reviews .container .revsec .revlist .swiper-pagination .swiper-pagination-bullet-active {
  background: #a89160;
  width: 92px;
}
#reviews .container .revsec .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: url(../img/arleft.svg);
  left: -57px;
  opacity: 1;
}
#reviews .container .revsec .swiper-button-prev svg {
  display: none;
}
@media screen and (max-width: 1320px) {
  #reviews .container .revsec .swiper-button-prev {
    left: -45px;
  }
}
@media screen and (max-width: 960px) {
  #reviews .container .revsec .swiper-button-prev {
    background: #16293c url(../img/arleft.svg);
    left: 5px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 769px) {
  #reviews .container .revsec .swiper-button-prev {
    display: none;
  }
}
#reviews .container .revsec .swiper-button-next {
  width: 38px;
  height: 38px;
  background: url(../img/arleft.svg);
  right: -57px;
  transform: rotate(180deg);
  opacity: 1;
}
#reviews .container .revsec .swiper-button-next svg {
  display: none;
}
@media screen and (max-width: 1320px) {
  #reviews .container .revsec .swiper-button-next {
    right: -45px;
  }
}
@media screen and (max-width: 960px) {
  #reviews .container .revsec .swiper-button-next {
    background: #16293c url(../img/arleft.svg);
    right: 5px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 769px) {
  #reviews .container .revsec .swiper-button-next {
    display: none;
  }
}
#contacts .container {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 960px) {
  #contacts .container {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
#contacts .container h3 {
  font-weight: 600;
  font-size: 55px;
  line-height: 104%;
  color: #fff7ee;
  margin-bottom: 60px;
}
@media screen and (max-width: 1220px) {
  #contacts .container h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #contacts .container h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
}
#contacts .container .blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks {
    grid-template-columns: 1fr;
  }
}
#contacts .container .blocks .left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #f4f6f8;
  margin-bottom: 35px;
  max-width: 444px;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .left p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
#contacts .container .blocks .left p img {
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .left p img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .left p .mobtnone {
    display: none;
  }
}
#contacts .container .blocks .left p strong {
  font-weight: 600;
}
#contacts .container .blocks .left ul {
  list-style-type: none;
  max-width: 481px;
  margin-bottom: 50px;
}
#contacts .container .blocks .left ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #f4f6f8;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
}
#contacts .container .blocks .left ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/check.svg);
  position: absolute;
  left: 0;
  top: 5px;
}
#contacts .container .blocks .left a {
  text-decoration: none;
  color: #FFF;
}
#contacts .container .blocks .right h4 {
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  line-height: 176%;
  color: #c9a24d;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .right h4 {
    text-align: center;
    margin-bottom: 25px;
  }
}
#contacts .container .blocks .right .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .right .two {
    grid-template-columns: 1fr;
  }
}
#contacts .container .blocks .right input[type=text] {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  padding: 20px 15px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #16293c;
}
#contacts .container .blocks .right input[type=text]::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  font-family: "Inter", sans-serif;
}
#contacts .container .blocks .right input[type=tel] {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  padding: 20px 15px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #16293c;
}
#contacts .container .blocks .right input[type=tel]::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  font-family: "Inter", sans-serif;
}
#contacts .container .blocks .right textarea {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  padding: 20px 15px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  height: 105px;
  background: #16293c;
  margin-bottom: 35px;
  resize: none;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .right textarea {
    margin-bottom: 20px;
  }
}
#contacts .container .blocks .right textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .right .bcenter {
    text-align: center;
  }
}
#contacts .container .blocks .right button {
  font-weight: 500;
  font-size: 16px;
  line-height: 281%;
  display: inline-block;
  background: #c9a24d;
  padding: 10px 35px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #C9A24D;
  transition: 0.5s color, 0.5s background;
  cursor: pointer;
}
#contacts .container .blocks .right button i {
  font-size: 12px;
}
#contacts .container .blocks .right button:hover {
  color: #C9A24D;
  background: #FFF;
}
#contacts .container .blocks .right .rightsocial {
  display: none;
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .right .rightsocial {
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  #contacts .container .blocks .right .rightsocial img {
    margin: 7px;
  }
  #contacts .container .blocks .right .rightsocial a {
    color: #FFF;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  #contacts .container .blocks .right .rightsocial img {
    width: 60px;
  }
}
#build {
  background-size: cover!important;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #build {
    background-size: inherit!important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#build .container {
  border: 1px solid rgba(213, 212, 212, 0.26);
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #build .container {
    border: none;
    padding-top: 45px;
    padding-bottom: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#build .container h3 {
  font-weight: 600;
  font-size: 55px;
  line-height: 104%;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 1220px) {
  #build .container h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #build .container h3 {
    font-size: 28px;
    line-height: 136%;
  }
}
#build .container h3 strong {
  color: #c9a24d;
  font-weight: 600;
}
#build .container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #f4f6f8;
  margin-bottom: 33px;
}
#build .container .button a {
  font-weight: 500;
  font-size: 16px;
  line-height: 281%;
  display: inline-block;
  background: #c9a24d;
  padding: 10px 35px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #C9A24D;
  transition: 0.5s color, 0.5s background;
}
@media screen and (max-width: 960px) {
  #build .container .button a {
    width: 100%;
    padding: 5px ;
  }
}
#build .container .button a:hover {
  color: #C9A24D;
  background: #FFF;
}
#build .container .button a i {
  font-size: 12px;
}
footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #0f1e2e;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 960px) {
  footer .container {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 10px;
  }
}
footer .container .left {
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: rgba(255, 255, 255, 0.77);
}
footer .container .right {
  text-align: right;
}
@media screen and (max-width: 960px) {
  footer .container .right {
    text-align: center;
  }
}
footer .container .right a {
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: rgba(255, 255, 255, 0.77);
  text-decoration: none;
}
#ex1 {
  border-radius: 0;
  padding: 40px;
  width: 100%;
  max-width: 90%;
}
@media screen and (max-width: 960px) {
  #ex1 {
    padding: 40px 15px;
    max-width: 98%;
  }
}
#ex1 .close-modal {
  right: 10px;
  top: 10px;
}
#ex1 h1,
#ex1 h2,
#ex1 h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 123%;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #ex1 h1,
  #ex1 h2,
  #ex1 h3 {
    font-size: 30px;
  }
}
#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;
}
#ex1 ul {
  margin: 25px;
  font-weight: 300;
  font-size: 15px;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: rgba(29, 26, 26, 0.7);
}
.blocker {
  z-index: 30!important;
  background: #000000 !important;
}
