@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Init */
/*  @include adaptiv-vaule("padding-top", 15, 7, 1);
    @include adaptiv-vaule("padding-bottom", 15, 7, 1);
    @include adaptiv-vaule("padding-right", 15, 7, 1);
    @include adaptiv-vaule("padding-left", 15, 7, 1);

    @include adaptiv-vaule("margin-top", 15, 7, 1);
    @include adaptiv-vaule("margin-bottom", 40 , 20, 1);
    @include adaptiv-vaule("margin-right", 15, 7, 1);
    @include adaptiv-vaule("margin-left", 15, 7, 1);

    @include adaptiv-vaule("font-size", 115, 96, 1);
*/
/* "paddibg" - свойство которое нужно адаптировать */
/* 50 - максимальное значение свойства в px */
/* 20 - минимальное значение свойства в px */
/* 0 или 1 или 2 - ($type) условие, по которому будет выполняться адаптив */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0 0 25px 0;
  color: #fff;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 10px 0;
  color: #fff;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #fff;
  text-decoration: none;
  transition: color .3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #000;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #ccc;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  vertical-align: top;
  resize: none;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.body_lock {
  overflow: hidden;
}

header {
  position: relative;
  width: 100%;
  z-index: 5;
}

header .logo {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  header .logo {
    width: 38px;
  }
}

header .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 13px 0;
}

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

header button {
  border: none;
  background-color: transparent;
}

@media (max-width: 767px) {
  header .menu-wrap {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
    top: -110%;
    left: 0;
    background-color: #252718;
    transition: all .7s ease 0s;
    z-index: 2;
    padding: 120px 20px 100px 20px;
  }
}

@media (max-width: 767px) {
  .active header .menu-wrap {
    top: 0;
  }
}

header .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 54px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 767px) {
  header .menu {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s ease 0s;
}

@media (max-width: 767px) {
  header .link {
    font-size: 28px;
  }
}

header .link:hover {
  color: #eaa413;
}

/* ---------------burger */
.burger {
  display: none;
  position: relative;
  width: 35px;
  height: 25px;
  z-index: 5;
}

@media (max-width: 767px) {
  .burger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
}

.burger span {
  position: absolute;
  right: 0;
  height: 3px;
  width: 100%;
}

.burger span::before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  transition: background-color .5s ease 0s;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: 11px;
  transition: width .5s ease 0s;
}

.burger span:nth-child(3) {
  bottom: 0;
}

.burger_active span:nth-child(1) {
  -webkit-animation: jump-1 0.8s forwards ease;
  animation: jump-1 0.8s forwards ease;
}

.burger_active span:nth-child(1)::before {
  -webkit-animation: line-1 0.8s forwards ease;
  animation: line-1 0.8s forwards ease;
}

.burger_active span:nth-child(2) {
  -webkit-animation: jump-2 0.8s forwards ease;
  animation: jump-2 0.8s forwards ease;
}

.burger_active span:nth-child(2)::before {
  -webkit-animation: line-2 0.8s forwards ease;
  animation: line-2 0.8s forwards ease;
}

.burger_active span:nth-child(3) {
  -webkit-animation: jump-3 0.8s forwards ease;
  animation: jump-3 0.8s forwards ease;
}

.burger_finish span:nth-child(1) {
  animation: jump-1-end 0.8s reverse ease;
}

.burger_finish span:nth-child(1)::before {
  animation: line-1-end 0.8s reverse ease;
}

.burger_finish span:nth-child(2) {
  animation: jump-2-end 0.8s reverse ease;
}

.burger_finish span:nth-child(2)::before {
  animation: line-2-end 0.8s reverse ease;
}

.burger_finish span:nth-child(3) {
  -webkit-animation: jump-3-end 0.8s ease;
  animation: jump-3-end 0.8s ease;
}

@-webkit-keyframes line-1 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
    transform: translateZ(0) rotate(395deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(405deg);
    transform: translateZ(0) rotate(405deg);
  }
}

@keyframes line-1 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
    transform: translateZ(0) rotate(395deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(405deg);
    transform: translateZ(0) rotate(405deg);
  }
}

@-webkit-keyframes line-2 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
    transform: translateZ(0) rotate(10deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
    transform: translateZ(0) rotate(-405deg);
  }
}

@keyframes line-2 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
    transform: translateZ(0) rotate(10deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
    transform: translateZ(0) rotate(-405deg);
  }
}

@-webkit-keyframes jump-1 {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes jump-1 {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes jump-2 {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  85%,
  100% {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
  }
}

@keyframes jump-2 {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  85%,
  100% {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
  }
}

@-webkit-keyframes jump-3 {
  10% {
    -webkit-transform: translateY(-5.5px) rotate(15deg);
    transform: translateY(-5.5px) rotate(15deg);
  }

  30% {
    -webkit-transform: translateY(-22px) rotate(-10deg);
    transform: translateY(-22px) rotate(-10deg);
  }

  50% {
    -webkit-transform: translateY(5.5px) rotate(5deg);
    transform: translateY(5.5px) rotate(5deg);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump-3 {
  10% {
    -webkit-transform: translateY(-5.5px) rotate(15deg);
    transform: translateY(-5.5px) rotate(15deg);
  }

  30% {
    -webkit-transform: translateY(-22px) rotate(-10deg);
    transform: translateY(-22px) rotate(-10deg);
  }

  50% {
    -webkit-transform: translateY(5.5px) rotate(5deg);
    transform: translateY(5.5px) rotate(5deg);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes line-1-end {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
    transform: translateZ(0) rotate(395deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(405deg);
    transform: translateZ(0) rotate(405deg);
  }
}

@keyframes line-1-end {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
    transform: translateZ(0) rotate(395deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(405deg);
    transform: translateZ(0) rotate(405deg);
  }
}

@-webkit-keyframes line-2-end {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
    transform: translateZ(0) rotate(10deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
    transform: translateZ(0) rotate(-405deg);
  }
}

@keyframes line-2-end {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }

  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
    transform: translateZ(0) rotate(10deg);
  }

  90%,
  100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
    transform: translateZ(0) rotate(-405deg);
  }
}

@-webkit-keyframes jump-1-end {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes jump-1-end {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes jump-2-end {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  85%,
  100% {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
  }
}

@keyframes jump-2-end {
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-27.5px);
    transform: translateY(-27.5px);
  }

  85%,
  100% {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
  }
}

@-webkit-keyframes jump-3-end {
  10% {
    -webkit-transform: translateY(-5.5px) rotate(15deg);
    transform: translateY(-5.5px) rotate(15deg);
  }

  30% {
    -webkit-transform: translateY(-5.5px) rotate(-10deg);
    transform: translateY(-5.5px) rotate(-10deg);
  }

  50% {
    -webkit-transform: translateY(5.5px) rotate(5deg);
    transform: translateY(5.5px) rotate(5deg);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump-3-end {
  10% {
    -webkit-transform: translateY(-5.5px) rotate(15deg);
    transform: translateY(-5.5px) rotate(15deg);
  }

  30% {
    -webkit-transform: translateY(-5.5px) rotate(-10deg);
    transform: translateY(-5.5px) rotate(-10deg);
  }

  50% {
    -webkit-transform: translateY(5.5px) rotate(5deg);
    transform: translateY(5.5px) rotate(5deg);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #252718;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}

@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.title-box {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 479px) {
  .title-box {
    margin-bottom: 30px;
  }
}

.title-box::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: .25;
  z-index: -1;
}

.title-box .title {
  display: inline;
  font-size: 40px;
  color: #eaa413;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 30px;
  background-color: #252718;
}

@media (max-width: 479px) {
  .title-box .title {
    font-size: 24px;
    padding: 0 10px;
  }
}

.img-wrap {
  position: relative;
}

.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn {
  display: block;
  background: #eaa413;
  border-radius: 5px;
  border: 2px solid #eaa413;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #202610;
  padding: 20px 20px 19px 20px;
  transition: all .3s ease 0s;
}

.btn:hover {
  background: transparent;
  color: #fff;
}

/* ----------------main-section----------------- */
@media (max-width: 767px) {
  .main-section {
    padding: 30px 0 40px 0;
  }
}

.main-section .main-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  /* Только если меньше контейнера */
  font-size: 54px;
}

@media (max-width: 1360px) {
  .main-section .main-title {
    font-size: calc(26px + 28 * ((100vw - calc(360px)) / 1000));
  }
}

@media (max-width: 767px) {
  .main-section .main-title {
    margin: 0 -10px 5px -10px;
  }
}

.main-section .main-title span {
  color: #eaa413;
}

.main-section .sub-title {
  max-width: 590px;
  margin: 0 auto 0 auto;
  /* Только если меньше контейнера */
  margin-bottom: 211px;
  text-align: center;
  font-size: 18px;
  color: #E4E5E3;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1360px) {
  .main-section .sub-title {
    margin-bottom: calc(50px + 161 * ((100vw - calc(360px)) / 1000));
  }
}

@media (max-width: 479px) {
  .main-section .sub-title {
    font-size: 16px;
  }
}

.main-section .img-box {
  position: relative;
}

.main-section .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1;
  /* Только если меньше контейнера */
  width: 267px;
  /* Только если меньше контейнера */
  top: -150px;
}

@media (max-width: 1360px) {
  .main-section .logo {
    width: calc(80px + 187 * ((100vw - calc(360px)) / 1000));
  }
}

@media (max-width: 1360px) {
  .main-section .logo {
    top: calc(-40px + -110 * ((100vw - calc(360px)) / 1000));
  }
}

.main-section .img-wrap {
  /* Только если меньше контейнера */
  min-height: 520px;
}

@media (max-width: 1360px) {
  .main-section .img-wrap {
    min-height: calc(235px + 285 * ((100vw - calc(360px)) / 1000));
  }
}

/* ----------------galery-section----------------- */

.galery-section .container {
  padding: 0;
}

.galery-section .swiper {
  padding: 0 20px;
}

.galery-section .title-box {
  margin: 0 20px 50px 20px;
  width: auto;
}

@media (max-width: 479px) {
  .galery-section .title-box {
    margin: 0 20px 30px 20px;
  }
}

@media (min-width: 801px) {
  .galery-section .swiper-wrapper {
    gap: 20px;
  }
}

@media (min-width: 801px) {
  .galery-section .slide {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.galery-section .img-wrap {
  /* Только если меньше контейнера */
  min-height: 440px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1360px) {
  .galery-section .img-wrap {
    min-height: calc(330px + 110 * ((100vw - calc(360px)) / 1000));
  }
}

/* ----------------about-section------------------- */
.about-section .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 959px) {
  .about-section .block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-section .img-wrap {
  width: 47%;
  min-height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .about-section .img-wrap {
    width: 100%;
    min-height: 386px;
  }
}

.about-section .text-wrap {
  width: 47.5%;
}

@media (max-width: 959px) {
  .about-section .text-wrap {
    width: 100%;
  }
}

.about-section .text-wrap .title {
  text-align: justify;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .about-section .text-wrap .title {
    font-size: 18px;
  }
}

.about-section .text-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}

@media (max-width: 479px) {
  .about-section .text-box {
    gap: 12px;
  }
}

.about-section .text {
  position: relative;
  text-align: justify;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 479px) {
  .about-section .text {
    font-size: 16px;
  }
}

.about-section .text::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -10px;
  width: 120px;
  height: 2px;
  background-color: #5F7327;
  opacity: .4;
}

.about-section .text i {
  color: #eaa413;
}

.about-section .stiker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  cursor: pointer;
}

.about-section .stiker:hover .hov {
  opacity: 1;
}

.about-section .title-stiker {
  margin: 0;
  color: #eaa413;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 479px) {
  .about-section .title-stiker {
    font-size: 20px;
  }
}

.about-section .hov {
  opacity: 0;
  transition: all .3s ease 0s;
}

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

.slider-section .container {
  padding: 0;
}

.slider-section .title-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-section .title-box::before {
  display: none;
}


.slider-section .swiper {
  padding: 0 20px;
}

.slider-section .title-box {
  padding: 0 20px;
}

.slider-section .title-box .title {
  padding: 0;
}

@media (max-width: 479px) {
  .slider-section .title-box .title {
    font-size: 24px;
  }
}

.slider-section .arrow-box {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.slider-section .arrow {
  min-width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #171713;
  transition: all .3s ease 0s;
  cursor: pointer;
}

.slider-section .arrow:hover {
  background-color: #eaa413;
}

.slider-section .arrow:hover svg {
  stroke: #000;
}

.slider-section .arrow svg {
  stroke: #fff;
  transition: all .3s ease 0s;
}

.slider-section .next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-section .swiper-button-lock {
  display: none;
}

.slider-section .slide {
  height: auto;
  min-height: 317px;
  background-color: rgba(91, 97, 56, 0.4);
  border-radius: 10px;
}

.slider-section .slide:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-section .slide a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 0;
  color: transparent;
}

.slider-section .slide-content {
  padding: 17px 17px 26px 17px;
}

.slider-section .slide-content .img-wrap {
  width: 100%;
  height: 162px;
  border-radius: 5px;
  margin-bottom: 14px;
  overflow: hidden;
}

.slider-section .slide-content .img-wrap img {
  transition: all .3s ease 0s;
}

.slider-section .slide-content .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}

.slider-section .slide-content .text p {
  color: #EDF3DB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
}

.slider-section .slide-content .date {
  color: #eaa413;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  opacity: .7;
}

/* ---------------------post-section--------------- */
.post-section .container {
  max-width: 1135px;
}

.post-section .date {
  display: block;
  text-align: center;
  color: #eaa413;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .post-section .date {
    font-size: 14px;
  }
}

.post-section .title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .post-section .title {
    font-size: 22px;
  }
}

.post-section .main-img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.post-section .main-img img {
  width: 100%;
}

.post-section .post-content {
  max-width: 945px;
  padding: 50px 0;
  margin: 0 auto;
}

@media (max-width: 479px) {
  .post-section .post-content {
    padding: 30px 0;
  }
}

.post-section .post-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 479px) {
  .post-section .post-content p {
    font-size: 16px;
  }
}

.post-section .post-content ul {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 0;
}

.post-section .post-content li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 30px;
}

@media (max-width: 479px) {
  .post-section .post-content li {
    font-size: 16px;
  }
}

.post-section .post-content a {
  color: #eaa413;
  text-decoration: underline;
  word-wrap: break-word;
}

.post-section .post-content a:hover {
  text-decoration: none;
}

footer {
  position: relative;
  padding: 50px 0;
}

footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

footer .form-wrap {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
  footer .form-wrap {
    padding: 20px 0 80px 0;
  }
}

footer .title {
  margin-bottom: 40px;
  text-align: center;
  color: #eaa413;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 767px) {
  footer .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

footer form p {
  width: 100%;
  max-width: 402px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}

footer .field {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #BECF6D;
  border-radius: 5px;
  padding: 14px 10px;
  color: #0D1103;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

footer .field::-webkit-input-placeholder {
  color: #0D1103;
}

footer .field::-moz-placeholder {
  color: #0D1103;
}

footer .field:-ms-input-placeholder {
  color: #0D1103;
}

footer .field::-ms-input-placeholder {
  color: #0D1103;
}

footer .field::placeholder {
  color: #0D1103;
}

footer .field:focus-visible {
  border: 1px solid #BECF6D;
}

footer textarea {
  height: 116px;
}

footer .screen-reader-response {
  display: none;
}

footer .wpcf7-response-output {
  text-align: center;
  padding: 10px;
  color: #ffffff;
}

footer .wpcf7-not-valid-tip {
  display: block;
  color: rgba(255, 0, 0, 0.664);
  padding: 4px 0;
}

footer .bot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
  padding-top: 40px;
}

footer .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 62px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  footer .menu {
    gap: 24px;
  }
}

footer .link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s ease 0s;
}

footer .link:hover {
  color: #eaa413;
}

footer .socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}

footer .soc {
  transition: all .3s ease 0s;
}

footer .soc:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

footer .logo {
  margin: 0 auto;
}

footer .logo img {
  width: 71px;
}

@media (max-width: 767px) {
  footer .logo img {
    width: 52px;
  }
}

/*# sourceMappingURL=main.css.map */