/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

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

/* Sections
   ========================================================================== */


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

body {
  margin: 0;
}

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

article, aside, footer, header, nav, section {
  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
   ========================================================================== */


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

figcaption, figure, main {
  /* 1 */
  display: block;
}

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

figure {
  margin: 1em 40px;
}

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

hr {
  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
   ========================================================================== */


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

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

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

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

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

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

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

b, strong {
  font-weight: inherit;
}

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

b, strong {
  font-weight: bolder;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

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

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */


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

audio, video {
  display: inline-block;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

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

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

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


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 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;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

textarea {
  overflow: auto;
}

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

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */


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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */


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

[hidden] {
  display: none;
}
*, input[type="search"] {
  box-sizing: border-box;
}
*::after, *::before, input[type="search"]::after, input[type="search"]::before {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
}
input, textarea, keygen, select, button, a {
  font-family: inherit;
  outline-width: 0;
}
ul, li, ol, p {
  margin: 0;
}
input, textarea {
  border-radius: 0;
  background-color: transparent;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
}
h4 {
  margin: 0;
}
h5 {
  margin: 0;
}
h6 {
  margin: 0;
}
.location__adress .location__icon::before {
  background-image: url(../images/sprite.png);
  background-position: -20px -13px;
  width: 8px;
  height: 11px;
}
.header .language::after {
  background-image: url(../images/sprite.png);
  background-position: -20px 0px;
  width: 14px;
  height: 8px;
}
.anchor__circle::before {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 15px;
  height: 9px;
}
.location__phone .location__icon::before {
  background-image: url(../images/sprite.png);
  background-position: 0px -14px;
  width: 11px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .location__adress .location__icon::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 34px 25px;
  }
  .header .language::after {
    background-image: url(../images/sprite@2x.png);
    background-size: 34px 25px;
  }
  .anchor__circle::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 34px 25px;
  }
  .location__phone .location__icon::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 34px 25px;
  }
}
.advantages {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 130px;
  padding: 130px 0;
}
@media only screen and (max-width: 767px) {
  .advantages {
    display: none;
  }
}
.advantages__container {
  width: 1410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1420px) {
  .advantages__container {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .advantages__container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .slick-next{
    right: -60px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .slick-prev{
    left: -60px !important;  
    width: 40px !important;
    height: 40px !important;  
  }
  .slick-prev::before{
    margin-left: 13px !important;
  }
  .slick-next::before{
    margin-left: 10px !important;  
  }
}
.advantages__heading {
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 60px;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .advantages__heading {
    font-size: 18px;
  }
}
.advantages__heading::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}
.advantages__item {
  width: 325px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .advantages__item {
    margin-bottom: 30px;
    width: 250px;
  }
}
@media only screen and (max-width: 980px) {
  .advantages__item {
    width: 270px;
  }
  .slick-next{
    right: -25px !important;
    border: none !important;
  }
  .slick-prev{
    left: -25px !important;
    border: none !important;
  }
  .slick-prev::before{
    margin-left: 13px !important;
  }
  .slick-next::before{
    margin-left: 10px !important;  
  }
}
.advantages__title {
  font-family: 'Lora', serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}
.advantages__title::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -31px;
}
.advantages__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 30px;
  background-color: rgb(0,0,0);
  opacity: 0.5;
}
.advantages svg {
  width: 139px;
  height: 109px;
  margin: 0 auto 20px;
}
.advantages svg path {
  fill: #eabc78;
}
.brands {
  width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  .brands {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.brands__title {
  font-family: 'Lora', serif;
  font-size: 24px;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.brands__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .brands__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.brands__item {
  margin-bottom: 40px;
}
.brands__block {
  display: block;
  width: 600px;
  height: 500px;
  background: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 15px 62px rgba(0, 0, 0, 0.22);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  position: relative;
}
.brands__block::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.brands__block:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.brands__block:hover .brands__link {
  color: #eabc78;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.brands__block:hover .brands__link::before {
  content: "";
  display: block;
  width: 10px;
  left: -20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.slick-prev{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: -200px;
    border-radius: 50%;
    margin-top: -40px;
    border: 2px solid #eabc78;
}
.slick-prev::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 33px;
}
.slick-next{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: -200px;
    border-radius: 50%;
    margin-top: -40px;
    border: 2px solid #eabc78;
}
.slick-next::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .brands__block, .brands__item {
    width: 100%;
  }
  .button-right{
      right: -275px !important;
  }
  .button-right:hover{
      right: -225px !important;
  }
}
.brands__logo {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.brands__subtitle {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 10px;
    position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .brands__subtitle {
    font-size: 18px;
  }
}
.brands__text {
  display: block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 26px;
  padding: 0 60px;
  margin-bottom: 20px;
  width: 100%;
    position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .brands__text {
    font-size: 12px;
    padding: 0 5%;
  }
}
.brands__link {
  display: inline-block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
    position: relative;
  z-index: 1;
}
.brands__link::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: -80px;
  background: #eabc78;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.breadcrumbs__item {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: italic;
  margin: 0 7px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}
.breadcrumbs__item:last-child::after {
  content: "";
  display: none;
}
.breadcrumbs__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -8px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.breadcrumbs__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .breadcrumbs__link {
    font-size: 12px;
  }
}
.button {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 30px;
  border: 2px solid #C50006;
  cursor: pointer;
  border-radius: 28.5px;
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.button--black {
  color: #000;
  display: inline-block;
  margin: 0 auto;
}
.button-right{
    position: fixed;
    top: 50%;
    right: -225px;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 30px;
    border: 2px solid #eabc78;
    cursor: pointer;
    border-radius: 30px;
    line-height: 1;
    z-index: 1;
    -webkit-transition: color 0.6s ease-in-out;
    transition: all 1s ease;
    background-color: #C50006;
}
.button-right:hover{
    right: -220px;
}
@media only screen and (max-width: 1024px) {
  .button--black {
    color: #000;
  }
}
@media only screen and (max-width: 1240px) {
  .button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .button:hover {
    color: #2b2222;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  .button:hover::before {
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 1;
    -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  }
}
.button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #C50006;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  border-radius: 28.5px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}
.close {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1240px) {
  .close {
    display: block;
  }
}
.close::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #C50006;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.close::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #C50006;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.arrow-prev {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -13px;
  border-left: 4px solid #eabc78;
  border-top: 4px solid #eabc78;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
.arrow-next {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -13px;
  border-right: 4px solid #eabc78;
  border-bottom: 4px solid #eabc78;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
.production .arrow-prev {
  bottom: 26px;
  left: 10px;
  top: auto;
}
.production .arrow-next {
  bottom: 26px;
  right: 10px;
  top: auto;
}
.history .arrow-prev {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -13px;
  border-left: 4px solid #eabc78;
  border-top: 4px solid #eabc78;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
.history .arrow-next {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -13px;
  border-right: 4px solid #eabc78;
  border-bottom: 4px solid #eabc78;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
.arrow-prev-gold {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: -200px;
  border-radius: 50%;
  margin-top: -40px;
  border: 2px solid #C50006;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.arrow-prev-gold:hover {
  background: #C50006;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.arrow-prev-gold:hover::before {
  content: "";
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .arrow-prev-gold {
    left: -60px;
  }
}
@media only screen and (max-width: 800px) {
  .arrow-prev-gold {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    left: 5%;
  }
}
.arrow-prev-gold::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow-next-gold {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: -200px;
  border-radius: 50%;
  margin-top: -40px;
  border: 2px solid #C50006;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .arrow-next-gold {
    right: -60px;
  }
}
@media only screen and (max-width: 800px) {
  .arrow-next-gold {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    right: 5%;
  }
}
.arrow-next-gold:hover {
  background: #C50006;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.arrow-next-gold:hover::before {
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.arrow-next-gold::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.history__carousel-container .arrow-prev-gold {
  left: -135px;
}
@media only screen and (max-width: 1440px) {
  .history__carousel-container .arrow-prev-gold {
    left: -45px;
  }
}
@media only screen and (max-width: 1024px) {
  .history__carousel-container .arrow-prev-gold {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    left: -20px;
  }
}
@media only screen and (max-width: 800px) {
  .history__carousel-container .arrow-prev-gold {
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .history__carousel-container .arrow-prev-gold, .history__carousel-container .arrow-next-gold {
    display: none;
  }
}
.history__carousel-container .arrow-next-gold {
  right: -135px;
}
@media only screen and (max-width: 1440px) {
  .history__carousel-container .arrow-next-gold {
    right: -45px;
  }
}
@media only screen and (max-width: 1024px) {
  .history__carousel-container .arrow-next-gold {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    right: -20px;
  }
}
@media only screen and (max-width: 800px) {
  .history__carousel-container .arrow-next-gold {
    right: 0;
  }
}
.main-carousel .arrow-prev {
  left: 0;
}
@media only screen and (max-width: 1540px) {
  .main-carousel .arrow-prev {
    left: 3%;
  }
}
@media only screen and (max-width: 1100px) {
  .main-carousel .arrow-prev {
    left: 30px;
  }
}
.main-carousel .arrow-next {
  right: 0;
}
@media only screen and (max-width: 1540px) {
  .main-carousel .arrow-next {
    right: 3%;
  }
}
@media only screen and (max-width: 1100px) {
  .main-carousel .arrow-next {
    right: 30px;
  }
}
.main-carousel .slick-dots {
  position: absolute;
  bottom: 300px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .main-carousel .slick-dots {
    bottom: 20%;
  }
}
.main-carousel .slick-dots li button:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #eabc78;
  opacity: 0.2;
  line-height: 20px;
  top: 0;
}
.main-carousel .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  top: -2px;
}
.arrow-prev-dark {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: -80px;
  border-radius: 50%;
  margin-top: -40px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid rgba(234, 188, 120, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .arrow-prev-dark {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    left: -23px;
    z-index: 2;
  }
}
.arrow-prev-dark:hover {
  border: 2px solid #eabc78;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.arrow-prev-dark::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.arrow-prev-dark::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  border-left: 2px solid #eabc78;
  border-top: 2px solid #eabc78;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  z-index: 1;
}
.arrow-next-dark {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: -80px;
  border-radius: 50%;
  margin-top: -40px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(234, 188, 120, 0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .arrow-next-dark {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    right: -23px;
    z-index: 2;
  }
}
.arrow-next-dark:hover {
  border: 2px solid #eabc78;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.arrow-next-dark::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.arrow-next-dark::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-right: 2px solid #eabc78;
  border-top: 2px solid #eabc78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
}
.company .arrow-prev-dark {
  left: -240px;
}
.company .arrow-prev-dark .img {
  width: 272px;
  height: 355px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-60%, -50%, 0);
  transform: translate3d(-60%, -50%, 0);
  background: #ccc;
  border-radius: 10px;
  z-index: -1;
  box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.22);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .company .arrow-prev-dark .img {
    display: none;
  }
}
@media only screen and (max-width: 1460px) {
  .company .arrow-prev-dark {
    left: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .company .arrow-prev-dark {
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .company .arrow-prev-dark {
    left: -23px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.company .arrow-next-dark {
  right: -240px;
}
.company .arrow-next-dark .img {
  width: 272px;
  height: 355px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-40%, -50%, 0);
  transform: translate3d(-40%, -50%, 0);
  background: #ccc;
  border-radius: 10px;
  z-index: -1;
  box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.22);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .company .arrow-next-dark .img {
    display: none;
  }
}
@media only screen and (max-width: 1460px) {
  .company .arrow-next-dark {
    right: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .company .arrow-next-dark {
    right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .company .arrow-next-dark {
    right: -23px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.trade__carousel-current {
  font-family: 'Lora', serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: absolute;
  font-style: italic;
  bottom: 135px;
  right: 86px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .trade__carousel-current {
    display: none;
  }
}
.current-first {
  font-family: 'Lora', serif;
  font-size: 48px;
  color: #eabc78;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: italic;
}
.company {
  width: 960px;
  margin: 0 auto 70px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .company {
    width: 100%;
  }
}
.company__container {
  width: 100%;
  position: relative;
}
.company__slide {
  width: 100%;
  outline: none;
  position: relative;
}
.company__slide::after {
  content: '';
  display: table;
  clear: both;
}
.company__img {
  width: 417px;
  height: 465px;
  border-radius: 10px;
  position: absolute;
  top: 90px;
  left: 50px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .company__img {
    display: none;
  }
}
.company__img img {
  width: 100%;
  height: 100%;
}
.company__description {
  width: 461px;
  height: 546px;
  background: #fff;
  border-radius: 10px;
  float: right;
  position: relative;
  z-index: 1;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding: 80px 65px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .company__description {
    right: -40px;
  }
}
@media only screen and (max-width: 760px) {
  .company__description {
    float: none;
    margin: 0 auto;
    width: 100%;
    right: 0;
    box-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .company__description {
    padding: 30px;
    height: auto;
  }
}
.company .slick-initialized .slick-slide {
  display: block;
  padding: 50px 90px 90px;
}
@media only screen and (max-width: 760px) {
  .company .slick-initialized .slick-slide {
    padding: 0;
  }
}
.contacts {
  width: 1100px;
  margin: 0 auto 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .contacts {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 680px) {
  .contacts {
    margin-bottom: 60px;
  }
}
.contacts__item {
  text-align: center;
  width: 275px;
}
@media only screen and (max-width: 1100px) {
  .contacts__item {
    margin-bottom: 30px;
  }
}
.contacts__title {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .contacts__title {
    font-size: 18px;
  }
}
.contacts__title::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
.contacts address {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  color: #000;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
}
.contacts__link {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  color: #000;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 30px;
}
.distributors {
  width: 1410px;
  margin: 130px auto;
  text-align: center;
}
@media only screen and (max-width: 1410px) {
  .distributors {
    width: 100%;
  }
}
.distributors__heading {
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .distributors__heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.distributors__heading::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #eabc78;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
.distributors__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1360px) {
  .distributors__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.distributors__item {
  width: 444px;
  height: 265px;
  background: #fff;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1360px) {
  .distributors__item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .distributors__item {
    width: 94%;
  }
}
.distributors__img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .distributors__img {
    height: 150px;
  }
}
@media only screen and (max-width: 375px) {
  .distributors__img {
    height: 170px;
  }
}
.distributors__title {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.075em;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media only screen and (max-width: 375px) {
  .distributors__title {
    color: #000;
    bottom: 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .distributors__title {
    color: #000;
    font-size: 18px;
  }
}
.distributors__description {
  text-align: left;
  padding: 20px 0 25px 30px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #eabc78;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 24px;
}
.distributors__name {
  color: #000;
  display: inline-block;
  margin-left: 5px;
}
.cooperation {
  width: 100%;
  padding: 130px 0 20px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .cooperation {
    display: none;
  }
}
.cooperation .history__heading {
  color: #fff;
  margin-bottom: 50px;
}
.cooperation__container {
  width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  .cooperation__container {
    width: 100%;
    padding: 0 5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.cooperation__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin-bottom: 110px;
}
@media only screen and (max-width: 860px) {
  .cooperation__item {
    width: 425px;
  }
}
@media only screen and (max-width: 425px) {
  .cooperation__item {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.cooperation__number {
  width: 108px;
  height: 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lora', serif;
  font-size: 28px;
  color: #eabc78;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
}
.cooperation__number::before {
  content: "";
  display: block;
  width: 108px;
  height: 111px;
  background-image: url("../images/elipse.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.cooperation__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 22px;
  width: 70%;
  text-align: left;
}
@media only screen and (max-width: 425px) {
  .cooperation__text {
    text-align: center;
    width: 100%;
  }
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #3f2c2b;
  background-color: #3f2c2b;
  width: 3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #C50006;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #3f2c2b;
  background-color: #3f2c2b;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #3f2c2b;
  background-color: #3f2c2b;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_scrollTools {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #decor-1 {
    display: none;
  }
}
#decor-1 svg {
  width: 384px;
  height: 974px;
  position: absolute;
  top: -122px;
  left: 50%;
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-2 {
    display: none;
  }
}
#decor-2 svg {
  width: 1234px;
  height: 1170px;
  position: absolute;
  top: -345px;
  right: -604px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 600px) {
  #decor-3 {
    display: none;
  }
}
#decor-3 svg {
  width: 960px;
  height: 590px;
  position: absolute;
  bottom: 565px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-4 {
    display: none;
  }
}
#decor-4 svg {
  width: 255px;
  height: 700px;
  position: absolute;
  top: -140px;
  left: 250px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #decor-5 {
    display: none;
  }
}
#decor-5 svg {
  width: 1300px;
  height: 715px;
  position: absolute;
  bottom: -180px;
  left: -530px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-6 {
    display: none;
  }
}
#decor-6 svg {
  width: 1450px;
  height: 870px;
  position: absolute;
  bottom: -130px;
  left: -254px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-6 {
    display: none;
  }
}
#decor-6 svg {
  width: 1450px;
  height: 870px;
  position: absolute;
  bottom: -130px;
  left: -254px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-6 {
    display: none;
  }
}
#decor-6 svg {
  width: 1450px;
  height: 870px;
  position: absolute;
  bottom: -130px;
  left: -254px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-7 {
    display: none;
  }
}
#decor-7 svg {
  width: 270px;
  height: 820px;
  position: absolute;
  top: -140px;
  left: 250px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-seo {
    display: none;
  }
}
#decor-seo svg {
  width: 210px;
  height: 180px;
  position: absolute;
  top: 515px;
  left: 520px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #decor-seo-info {
    display: none;
  }
}
#decor-seo-info svg {
  width: 210px;
  height: 180px;
  position: absolute;
  top: 390px;
  left: 275px;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  #decor-seo-info svg {
    top: 330px;
  }
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: -65px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: none;
}
.fancybox-close:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fancybox-close::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #C50006;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.fancybox-close::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #C50006;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.footer {
  width: 100%;
  background-image: url("../images/footer-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__container {
  width: 1410px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1420px) {
  .footer__container {
    width: 100%;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__container {
    height: auto;
    padding: 30px 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 480px) {
  .footer__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-bottom {
  background: #130f0f;
}
.footer-bottom__container {
  width: 1410px;
  margin: 0 auto;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1420px) {
  .footer-bottom__container {
    width: 100%;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 1200px) {
  .footer-bottom__container {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-bottom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 520px) {
  .footer-bottom__container {
    height: 260px;
  }
}
.footer-bottom__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom__list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 520px) {
  .footer-bottom__list {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.footer-bottom__item {
  margin: 0 10px;
}
@media only screen and (max-width: 540px) {
  .footer-bottom__item {
    margin: 5px 0;
  }
}
.footer-bottom__item:last-child a::before {
  content: "";
  display: none;
}
.footer-bottom__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  color: #484544;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
}
.footer-bottom__link::before {
  content: "";
  display: block;
  height: 10px;
  width: 2px;
  background: #484544;
  position: absolute;
  top: 3px;
  right: -10px;
}
@media only screen and (max-width: 1020px) {
  .footer-bottom__link::before {
    display: none;
  }
}
.footer-bottom__copyright {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  color: #484544;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }
  @media only screen and (max-width: 479px) {
      .footer-bottom__copyright {
        max-width: 260px;

      }
  }
}
.footer-bottom svg {
  fill: #484544;
  fill-rule: evenodd;
  margin-left: 12px;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.footer-bottom__developer {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  color: #484544;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .nav.nav--footer {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 710px) {
  .nav.nav--footer {
    display: none;
  }
}
.nav.nav--footer .nav__item {
  margin: 0 15px;
}
.nav.nav--footer .nav__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 820px) {
  .nav.nav--footer .nav__item {
    margin: 0 10px;
  }
}
.nav.nav--footer .nav__link {
  font-size: 12px;
}
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -100px;
}
@media only screen and (max-width: 1360px) {
  .social {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .social {
    margin-top: 10px;
  }
}
.social__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.social__link {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.developer-link {
  display: block;
}
.developer-link:hover svg {
  fill: #e9e100;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.form {
  width: 1170px;
  border-radius: 10px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  margin: 0 auto 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 75px 85px;
  position: relative;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .form {
    width: 94%;
  }
}
@media only screen and (max-width: 480px) {
  .form {
    padding: 60px 30px;
  }
}
.form > img {
  position: absolute;
  top: 0;
  right: -380px;
  z-index: -1;
}
.form__heading {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #202020;
  letter-spacing: 0.075em;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 480px) {
  .form__heading {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.form__block {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .form__block {
    width: 100%;
  }
}
.form__block--username {
  width: 440px;
}
@media only screen and (max-width: 1024px) {
  .form__block--username {
    width: 100%;
  }
}
.form__block--phone {
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .form__block--phone {
    width: 100%;
  }
}
.form__block--email {
  width: 220px;
}
@media only screen and (max-width: 1024px) {
  .form__block--email {
    width: 100%;
  }
}
.form__block--textarea {
  width: 100%;
  margin-bottom: 80px;
}
.form__input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(97, 97, 97, 0.1);
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #010101;
  letter-spacing: 0.025em;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .form__input {
    color: #010101;
  }
}
@media only screen and (max-width: 380px) {
  .form__input {
    font-size: 12px;
  }
}
.form__label {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #010101;
  letter-spacing: 0.025em;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 0;
  cursor: text;
}
@media only screen and (max-width: 1024px) {
  .form__label {
    color: #010101;
  }
}
@media only screen and (max-width: 380px) {
  .form__label {
    font-size: 12px;
  }
}
.form__textarea {
  width: 100%;
  display: block;
  padding-top: 12px;
  height: 60px;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(97, 97, 97, 0.1);
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #010101;
  letter-spacing: 0.025em;
  font-weight: 400;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  .form__textarea {
    color: #fff;
  }
}
.form .bar {
  width: 0;
  height: 2px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.form svg {
  position: absolute;
  top: 0;
  left: 0;
}
.form-thanks {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
.form-thanks img {
  display: block;
  margin-bottom: 10px;
}
.form-thanks__title {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #0b0b0b;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
}
.form-thanks__subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #0b0b0b;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 100%;
}
.header {
  width: 1410px;
  height: 118px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1420px) {
  .header {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 0 5%;
  }
}
.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0s ease-in-out .4s;
  transition: all 0s ease-in-out .4s;
}
.header__right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1240px) {
  .header__right {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #131010;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    display: none;
  }
}
.header__logo {
  width: 275px;
  height: 51px;
  display: block;
}
@media only screen and (max-width: 380px) {
  .header__logo {
    width: 200px;
  }
}
.header .language {
  list-style: none;
  height: auto;
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 28.5px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .header .language {
    display: none;
  }
}
.header .language::after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: -1px;
  opacity: 1;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@media only screen and (min-width: 1025px) {
  .header .language:hover {
    height: auto;
    border: 2px solid #eabc78;
  }
  .header .language:hover::after {
    content: "";
    display: block;
    opacity: 0;
  }
}
.header .language__item {
  width: 100%;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header .language__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #b3b3b3;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 0 15px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header .language__link:hover {
    color: #eabc78;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
  }
}
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -4px;
}
@media only screen and (max-width: 1240px) {
  .nav {
    text-align: center;
  }
}
.nav__item {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .nav__item:hover::before {
    content: "";
    display: block;
    width: 30px;
    -webkit-transition: width 0.1s ease-in-out;
    transition: width 0.1s ease-in-out;
  }
}
.nav__item.active::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (max-width: 1420px) {
  .nav__item {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1360px) {
  .nav__item {
    margin: 0 8px;
  }
}
.nav__item::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.nav__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  color: #fdfdfd;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1240px) {
  .nav__link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #C50006;
    letter-spacing: 0.025em;
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 480px) {
  .nav__link {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.hamburger {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 44px;
  right: 5%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
  display: none;
}
@media only screen and (max-width: 1240px) {
  .hamburger {
    display: block;
  }
}
.hamburger.active {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.hamburger.active .hamburger__inner {
  width: 0;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.hamburger__inner {
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #C50006;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.hamburger__inner::before {
  content: "";
  display: block;
  width: 75%;
  height: 2px;
  background: #C50006;
  position: absolute;
  top: -10px;
  right: 0;
  border-radius: 4px;
}
.hamburger__inner::after {
  content: "";
  display: block;
  width: 83%;
  height: 2px;
  background: #C50006;
  position: absolute;
  bottom: -10px;
  right: 0;
  border-radius: 4px;
}
@media only screen and (max-width: 1240px) {
  .nav--mobile .nav__item {
    display: block;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .nav--mobile .nav__item {
    margin: 15px 0;
  }
}
.header.active .header__right {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-language {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;

  margin-bottom: 30px;
}
@media only screen and (max-width: 1240px) {
  .mobile-language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-language__item {
  margin: 0 10px;
}
.mobile-language__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #b3b3b3;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-transform: uppercase;
}
.mobile-language__link.active {
  color: #eabc78;
}
.heading {
  width: 100%;
  height: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
.heading::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .heading {
    height: 90vh;
    margin-bottom: 60px;
  }
}
.heading__heading {
  font-family: 'Lora', serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .heading__heading {
    font-size: 24px;
  }
}
.heading__heading::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.anchor {
  width: 100%;
  height: 67px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.anchor__circle {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-55%, 0, 0);
  transform: translate3d(-55%, 0, 0);
  cursor: pointer;
  position: relative;
}
.anchor__circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translate3d(-55%, 0, 0);
  transform: translate3d(-55%, 0, 0);
}
.history {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .history {
    width: 100%;
  }
}
.history__heading {
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .history__heading {
    font-size: 18px;
  }
}
.history__heading::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
.history__carousel-container {
  width: 100%;
  position: relative;
  margin-bottom: 130px;
}
.history__carousel-container .slick-initialized .slick-slide {
  display: block;
  padding: 20px 40px 50px;
}
.history__carousel-slide {
  width: 100%;
  overflow: hidden;
  outline: none;
  position: relative;
}
.history__carousel-section {
  width: 480px;
  height: 390px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
  border-radius: 10px;
  float: left;
}
@media only screen and (max-width: 1140px) {
  .history__carousel-section {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .history__carousel-section {
    display: none;
  }
}
.history__carousel-section img {
  width: 100%;
  height: 100%;
}
.history__carousel-description {
  width: 534px;
  height: 390px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding: 75px 65px 65px;
  border-radius: 10px;
  float: right;
  background: #fff;
}
@media only screen and (max-width: 1140px) {
  .history__carousel-description {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .history__carousel-description {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 20px;
    height: auto;
  }
  
}
.history__title {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 375px;
}
@media only screen and (max-width: 480px) {
  .history__title {
    width: 100%;
    font-size: 18px;
  }
}
.history__title::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #eabc78;
  position: absolute;
  bottom: 0;
  left: 0;
}
.history__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 30px;
  height: 160px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .history__text {
    font-size: 12px;
  }
}
.history__text p:first-of-type {
  margin-top: 0;
}
.history__text p:first-of-type::first-letter {
  font-family: 'Lora', serif;
  font-size: 48px;
  color: #eabc78;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  float: left;
  padding: 14px 4px 0 0;
}
.history .history__carousel-nav {
  width: 580px;
  margin: 55px auto;
}
@media only screen and (max-width: 580px) {
  .history .history__carousel-nav {
    width: 100%;
  }
}
.history .history__carousel-nav .slick-track {
  padding: 0 30px;
}
.history .history__carousel-nav .history__carousel-nav-slide.slick-current {
  border: 2px solid #eabc78;
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #000;
  letter-spacing: 0em;
  font-weight: 400;
}
.history .history__carousel-nav .history__carousel-nav-slide.slick-current::after {
  content: "";
  display: none;
}
.history__date {
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #9f9f9f;
  letter-spacing: 0em;
  font-weight: 400;
}
.history__carousel-nav-slide {
  outline: none;
  text-align: center;
  width: 90px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  cursor: pointer;
  border: 2px solid rgba(234, 188, 120, 0);
  border-radius: 23px;
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #9f9f9f;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
}
.history__carousel-nav-slide.active-dots {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.history__carousel-nav-slide.active-dots::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #eabc78;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: -3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
html {
  height: 100%;
}
body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
}
body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  min-height: 100%;
}
h1 {
  font-family: 'Lora', serif;
  font-size: 72px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  width: 1020px;
  display: inline-block;
}
.honors {
  position: relative;
}
.honors__container {
  width: 825px;
  margin: 0 auto 130px;
  position: relative;
}
@media only screen and (max-width: 840px) {
  .honors__container {
    width: 100%;
    margin-bottom: 0;
  }
}
.honors .slick-initialized .slick-slide {
  display: block;
  padding: 50px;
}
.honors .slick-active a {
  border: none;
}
.honors__slide {
  position: relative;
  outline: none;
}
.honors__description {
  width: 412px;
  height: 495px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  padding: 85px 75px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .honors__description {
    display: none;
  }
  .partner__text{
      width: 220px;
  }
}
.honors__title {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 32px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .honors__title {
    font-size: 16px;
  }
}
.honors__title::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.honors__section {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  height: 240px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 760px) {
  .honors__section {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.honors__section p:first-of-type {
  margin-top: 0;
}
.honors__section p:first-of-type::first-letter {
  font-family: 'Lora', serif;
  font-size: 48px;
  color: #C50006;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  float: left;
  padding: 14px 4px 0 0;
}
.honors__block {
  width: 170px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .honors__block {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .honors__block {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .honors .arrow-next-gold, .honors .arrow-prev-gold {
    display: none;
  }

}
.honors__img {
  width: 350px;
  height: 390px;
  position: absolute;
  top: 50%;
  left: 415px;
  margin-top: -175px;
  background: #ff0;
  border-radius: 10px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .honors__img {
    left: auto;
    right: 5%;
  }
  .partner__description{
      padding-bottom: 100px;
  }
}
@media only screen and (max-width: 740px) {
  .honors__img {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 440px) {
  .honors__img {
    width: 100%;
    height: 200px;
  }
}
.honors__view {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #C50006;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 23px;
}
.information-block {
  width: 1250px;
  margin: 100px auto;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .information-block {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .information-block {
    padding: 0;
  }
}
.information-block img {
  position: absolute;
  top: 0;
  left: 590px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .information-block img {
    display: none;
  }
}
.information {
  width: 590px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 60px;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .information {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .information {
    padding: 30px;
  }
}
.information__title {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .information__title {
    font-size: 18px;
  }
}
.information__title::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.information__section {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  height: 145px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .information__section {
    font-size: 12px;
  }
}
.information__section p:first-of-type {
  margin-top: 0;
}
.information__section p:first-of-type::first-letter {
  font-family: 'Lora', serif;
  font-size: 48px;
  color: #C50006;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  float: left;
  padding: 14px 4px 0 0;
}
@media only screen and (max-width: 480px) {
  .information__section p:first-of-type::first-letter {
    font-size: 24px;
    padding: 0;
  }
}
.local {
  width: 474px;
  height: 670px;
  border-radius: 10px;
  margin: 30px;
  overflow: hidden;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 60px;
  /*left: 245px;*/
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .local {
    width: 300px;
    height: auto;
    left: 0;
    top: 75px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .local {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0;
    z-index: 9;
    border-radius: 0;
  }
}
.local__header {
  text-align: center;
  background: #3d3232;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .local__header {
    height: 60px;
  }
}
.local__heading {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: #C50006;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 32px;
  width: 340px;
}
@media only screen and (max-width: 1024px) {
  .local__heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .local__heading {
    font-size: 14px;
    line-height: 20px;
  }
}
.local__list {
  width: 100%;
  height: 540px;
  overflow: hidden;
  padding: 0;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .local__list {
    height: 300px;
  }
}
.local__item {
  padding-left: 30px;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .local__item {
    min-height: 30px;
    height: auto;
    line-height: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .local__item {
    padding: 0 5px;
  }
}
.local__item:hover {
  background: #ececec;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.localization {
  width: 100%;
  height: 818px;
  position: relative;
  margin-bottom: 130px;
  background: #ccc;
  margin-top: -60px;
}
@media only screen and (max-width: 1024px) {
  .localization {
    margin-bottom: 30px;
    height: auto;
  }
}
#map-location {
  width: 100%;
  height: 818px;
}
@media only screen and (max-width: 1024px) {
  #map-location {
    height: 60vh;
  }
}
@media only screen and (max-width: 768px) {
  #map-location {
    height: 40vh;
  }
}
.location {
  width: 440px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
  margin-left: 20px;
  height: 270px;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .location {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-left: 0;
  }
}
.location::before {
  content: "";
  display: block;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 18px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.location__img {
  width: 167px;
  height: 155px;
}
@media only screen and (max-width: 680px) {
  .location__img {
    display: none;
  }
}
.location__description {
  width: 273px;
  height: 155px;
  padding: 30px;
  background: #3d3232;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .location__description {
    display: none;
  }
}
.location__title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #eabc78;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.location__title::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #eabc78;
  position: absolute;
  bottom: 0;
  left: 0;
}
.location__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #8d8383;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 22px;
}
.location__adress {
  width: 50%;
  padding: 40px 0 40px 75px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 680px) {
  .location__adress {
    width: 100%;
    padding: 0 0 0 75px;
  }
}
.location__adress address {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
}
.location__adress .location__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.location__phone {
  width: 50%;
  padding: 40px 0 40px 75px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 680px) {
  .location__phone {
    width: 100%;
    padding: 0 0 0 75px;
  }
}
.location__phone a {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
}
.location__phone .location__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.location__icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3d3232;
  position: absolute;
  top: 33px;
  left: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .location__icon {
    top: 0;
  }
}
.main-carousel-block {
  position: relative;
  margin-bottom: 100px;
}
.main-carousel {
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-carousel__slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  outline: none;
}
.main-carousel__container {
  text-align: center;
  width: 1410px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: black;
  opacity: 0.7;
  padding: 15px 0;
}
@media only screen and (max-width: 1420px) {
  .main-carousel__container {
    width: 100%;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1100px) {
  .main-carousel__container {
    width: 800px;
  }
}
@media only screen and (max-width: 1010px) {
  .main-carousel__container {
    width: 100%;
  }
}
.main-carousel__heading {
  font-family: 'Lora', serif;
  font-size: 72px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 35px;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .main-carousel__heading {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .main-carousel__heading {
    font-size: 24px;
  }
}
.main-carousel__heading::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -31px;
}
.main-carousel__subheading {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 480px) {
  .main-carousel__subheading {
    font-size: 14px;
  }
}
.anchor__circle--main {
  bottom: 100px;
}
.trade {
  width: 866px;
  height: 600px;
  margin: 0 auto 130px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .trade {
    width: 100%;
    margin-bottom: 60px;
  }
}
.trade__heading {
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .trade__heading {
    font-size: 18px;
  }
}
.trade__heading::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
.trade__container {
  position: relative;
}
.trade__carousel {
  width: 100%;
  height: 472px;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .trade__carousel {
    padding: 0;
    margin-bottom: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  .trade__carousel {
    margin-bottom: 30px;
  }
}
.trade__slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 65px 208px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
  outline: none;
  min-height: 369px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .trade__slide {
    padding: 65px 15px;
  }
}
.trade__slide::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .trade__slide {
    box-shadow: none;
  }
}
.trade__slide img {
  margin: 0 auto 10px;
}
.trade__title {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.trade__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  display: inline-block;
  width: 300px;
  margin-bottom: 15px;
  height: 85px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .trade__text {
    text-align: center;
    width: auto;
  }
}
.trade__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #eabc78;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.trade__link:hover {
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.history__heading--min {
  margin-bottom: 50px;
}
.main-partners {
  width: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}
.main-partners__heading {
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .main-partners__heading {
    font-size: 18px;
  }
}
.main-partners__heading::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
.main-partners__container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.main-partners__carousel{
    background-color: rgb(0,0,0);
    opacity: 0.5;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .main-partners__container {
    width: 100%;
  }
}
.main-partners__slide {
  text-align: center;
  outline: none;
}
.main-partners__logo {
  margin: 0 auto 50px;
}
.main-partners__text {
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.main-partners__text::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #eabc78;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -31px;
}
.not-found {
  width: 100%;
  min-height: 85vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
}
.not-found__container {
  text-align: center;
}
.not-found__title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: italic;
  margin: 20px 0;
}
.not-found__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.not-found__link:hover {
  color: #eabc78;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.not-found__link:hover::before {
  content: "";
  width: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.not-found__link::before {
  content: "";
  display: inline-block;
  width: 63px;
  height: 1px;
  position: relative;
  top: -4px;
  pointer-events: none;
  margin-right: 18px;
  background: #eabc78;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.partner {
  width: 850px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 860px) {
  .partner {
    width: 100%;
    padding: 0 5%;
  }
  .partner__container{
      margin-right: 0px !important;
      margin-left: 0px !important;
  }
}
.partner__container {
  margin-bottom: 130px;
  margin-right: 7px;
  margin-left: 7px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  display: block;
}
@media only screen and (max-width: 860px) {
  .partner__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
  }
}
.partner__section {
  width:310px;
  height: 210px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 860px) {
  .partner__section {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .partner__section {
    width: 100%;
  }
  
}
.partner__description {
  width: 320px;
  margin-left: 40px;
  margin-top: 40px;
}
.partner__title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.partner__title::before {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  background: #000;
  position: absolute;
  bottom: 20px;
  left: 6px;
  z-index: -2;
}
.partner__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eabc78;
  position: absolute;
  top: -8px;
  left: -14px;
  z-index: -1;
}
.partner__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 30px;
}
.popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .popup {
    width: 100%;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 480px) {
  .popup {
    width: 100%;
  }
}
.popup__form {
  width: 860px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 15px 62px rgba(0, 0, 0, 0.22);
  padding: 70px 100px 50px;
  position: relative;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .popup__form {
    width: 100%;
    background: #131010;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
  }
}
.popup__heading {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #202020;
  letter-spacing: 0.075em;
  font-weight: 700;
  padding-bottom: 7px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .popup__heading {
    color: #fff;
  }
}
@media only screen and (max-width: 380px) {
  .popup__heading {
    font-size: 18px;
  }
}
.popup__heading::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.popup__container {
  overflow: hidden;
  width: 100%;
}
.popup__block {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 380px) {
  .popup__block {
    margin-bottom: 30px;
  }
}
.popup__block--username {
  width: 400px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .popup__block--username {
    width: 100%;
    float: none;
  }
}
.popup__block--phone {
  width: 200px;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .popup__block--phone {
    width: 100%;
    float: none;
  }
}
.popup__block--textarea {
  float: none;
  clear: both;
  margin-bottom: 80px;
}
.popup__input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(97, 97, 97, 0.1);
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #010101;
  letter-spacing: 0.025em;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .popup__input {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 380px) {
  .popup__input {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .popup .button--black {
    color: #fff;
  }
}
.popup__label {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #010101;
  letter-spacing: 0.025em;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 0;
  cursor: text;
}
@media only screen and (max-width: 1024px) {
  .popup__label {
    color: #fff;
  }
}
@media only screen and (max-width: 380px) {
  .popup__label {
    font-size: 12px;
  }
}
.popup__textarea {
  width: 100%;
  display: block;
  padding-top: 12px;
  height: 60px;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(97, 97, 97, 0.1);
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #010101;
  letter-spacing: 0.025em;
  font-weight: 400;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  .popup__textarea {
    color: #fff;
  }
}
.popup .bar {
  width: 0;
  height: 2px;
  background: #C50006;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
input:focus ~ label, input:valid ~ label {
  top: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  color: #C50006;
  letter-spacing: 0.025em;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
textarea:focus ~ label, textarea:valid ~ label {
  top: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  color: #C50006;
  letter-spacing: 0.025em;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus ~ .bar, input:valid ~ .bar {
  width: 100%;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
textarea:focus ~ .bar, textarea:valid ~ .bar {
  width: 100%;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.popup-close {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: -65px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .popup-close {
    top: 10px;
    right: 10px;
  }
}
.popup-close:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-close::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #C50006;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.popup-close::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #C50006;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.popup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup.active .popup__form {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.production-twocolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .production-twocolumns {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.production {
  width: 1130px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  .production {
    width: 100%;
    padding: 0 5%;
  }
  .slick-next{
      right: -100px;
  }
  .slick-prev{
      left: -100px;
  }
}
.production__container {
  flex-basis: 542px;
  max-width: 542px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  .production__container {
    flex-basis: 452px;
    max-width: 452px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .production__container {
    flex-basis: 342px;
    max-width: 342px;
  }
}
@media only screen and (max-width: 479px) {
  .production__container {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.production__section {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 660px) {
  .production__section {
    width: 100%;
  }
}
.production__description {
  width: 100%;
  text-align: center;
  padding: 40px 70px;
  /* box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22); */
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.production__description a {
    color: #2b2222;
}
@media only screen and (max-width: 560px) {
  .production__description {
    width: 100%;
    padding: 30px 20px;
  }
}
.production__subtitle {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .production__subtitle {
    font-size: 18px;
  }
}
.production__subtitle::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #eabc78;
  position: absolute;
  bottom: 0;
  left: 0;
}
.production__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 30px;
  height: 160px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .production__text {
    height: 182px;
  }
}
.production__text p:first-of-type {
  margin-top: 0;
}
.production__text p:first-of-type::first-letter {
  font-family: 'Lora', serif;
  font-size: 48px;
  color: #eabc78;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  float: left;
  padding: 14px 4px 0 0;
}
.production__slide {
  outline: none;
  overflow: hidden;
}
.production__carousel-block {
  width: 295px;
  height: 210px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .production__carousel-block {
    right: 50%;
    margin-right: -144px;
  }
}
.production__carousel-nav {
  width: 210px;
  height: 210px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
}
.production__carousel-nav-slide {
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
.production__img {
  width: 210px;
  height: 210px;
}
.reporting {
  width: 100%;
  margin: 0 auto 130px;
}
@media only screen and (max-width: 1024px) {
  .reporting {
    margin-bottom: 60px;
  }
}
.reporting__filter {
  width: 100%;
  position: relative;
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .reporting__filter {
    width: 100%;
    padding: 0 10%;
  }
}
.reporting__title {
  font-family: 'Lora', serif;
  font-size: 24px;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 15px;
}
@media only screen and (max-width: 375px) {
  .reporting__title {
    font-size: 14px;
  }
}
.reporting__select {
  width: 140px;
  height: 45px;
  border: 2px solid rgba(234, 188, 120, 0);
  border-bottom: 2px solid #eabc78;
  overflow: hidden;
  list-style: none;
  padding: 0;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .reporting__select {
    right: 5%;
  }
}
@media only screen and (max-width: 375px) {
  .reporting__select {
    width: 100px;
    top: -15px;
    right: 10%;
  }
}
.reporting__select::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 25px;
}
@media only screen and (max-width: 375px) {
  .reporting__select::before {
    display: none;
  }
}
.reporting__select:hover {
  height: auto;
  border: 2px solid #eabc78;
  border-radius: 10px;
}
.reporting__options {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: 'Lora', serif;
  font-size: 25px;
  color: #000;
  letter-spacing: 0em;
  font-weight: 700;
  cursor: pointer;
  padding-left: 25px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
@media only screen and (max-width: 375px) {
  .reporting__options {
    font-size: 16px;
  }
}
.reporting__options:hover {
  color: #eabc78;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.reporting__container {
  width: 1410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1420px) {
  .reporting__container {
    width: 100%;
    padding: 0 5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.reporting__item {
  width: 320px;
  height: 420px;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 15px 62px 0 rgba(0, 0, 0, 0.22);
  position: relative;
}
.reporting__item:hover .reporting__line {
  width: 100%;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.reporting__item:hover .reporting__circle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reporting__item:hover img {
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.reporting__item img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.reporting__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reporting__line {
  width: 0;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  background: #eabc78;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.reporting__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #493232;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reporting__circle::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #eabc78;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -80px;
}
.reporting__subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.reporting__link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #eabc78;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}
.production__slide-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background: #b51729;
    padding: 7px 0 8px;
    border-top: 3px solid #000;
}
.terms {
  width: 1410px;
  text-align: left;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1420px) {
  .terms {
    width: 100%;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .terms {
    padding: 0 5%;
  }
}
.terms * {
  color: #000;
}
.terms h1 {
  font-size: 2em;
  width: auto;
}
.terms h3, .terms h4, .terms h5, .terms h6 {
  font-size: 1.5em;
  margin: 0.5em 0;
}
.terms a {
  text-decoration: none;
  line-height: 1.5em;
  margin: 0.5em 0;
  color: #eabc78;
}
.terms a:hover {
  color: #000;
}
.terms p {
  line-height: 1.5em;
  margin: 0.5em 0;
}
.terms ul {
  margin: 1.5em 0;
  margin-left: 1.5em;
  padding: 0;
}
.terms ol {
  margin: 1.5em 0;
  margin-left: 1.5em;
  padding: 0;
}
.terms li {
  margin: 0.5em 0;
}
.terms table {
  width: 100%;
  margin: 2em 0;
}
ul.site-map {
  margin: 1.5em 0;
  margin-left: 1.5em;
  padding: 0;
}
ul.site-map a {
  text-decoration: none;
  line-height: 1.5em;
  margin: 0.5em 0;
  color: #000;
}
ul.site-map a:hover {
  color: #eabc78;
}
.title-big {
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .title-big {
    font-size: 18px;
  }
}
.title-big::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #eabc78;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.title {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #000;
  letter-spacing: 0em;
  font-weight: 700;
  width: 520px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 540px) {
  .title {
    width: 100%;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 18px;
  }
}
.tm__video-container {
  width: 1170px;
  height: 660px;
  overflow: hidden;
  margin: 0 auto 0px;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  .tm__video-container {
    width: 100%;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tm__video-container {
    height: auto;
  }
}
.tm__video-slide {
  width: 100%;
  height: 660px;
  overflow: hidden;
  float: left;
  outline: none;
}
@media only screen and (max-width: 480px) {
  .tm__video-slide {
    height: auto;
  }
}
.tm__video-block {
  width: 100%;
  height: 660px;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .tm__video-block {
    height: auto;
  }
}
.tm__video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.tm__video-btn {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid #eabc78;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tm__video-btn::before {
  content: "";
  display: block;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 13.33333px solid transparent;
  border-bottom: 13.33333px solid transparent;
  border-left: 16px solid #eabc78;
  position: relative;
  left: 3px;
}
.tm__video {
  width: 100%;
  height: 100%;
}
.tm__text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 400;
  width: 680px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 680px) {
  .tm__text {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 60px;
  }
}
.wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1920px;
  margin: -118px auto 0;
}

.devs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .devs {
      margin-top: 12px; } }
  .devs__icon-box {
    width: 100px;
    height: 17px;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .devs__icon {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%; }
  .devs__icon-hover {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .devs__name {
    font-size: 12px;
    line-height: 150%;
    margin-right: 10px; }
    @media only screen and (max-width: 1120px) {
      .devs__name {
        display: inline-block;
        white-space: normal;
        vertical-align: middle;
        width: 80%; } }
    @media only screen and (max-width: 600px) {
      .devs__name {
        width: 100%; } }
  .devs__link {
    color: #ce1313;
    text-decoration: none; }
  .devs path {
    -webkit-transition: fill .1s ease-in-out;
    transition: fill .1s ease-in-out; }
  @media only screen and (min-width: 1200px) {
    .devs:hover {
      color: #fff; }
      .devs:hover .devs__icon {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%); }
      .devs:hover .devs__icon-hover {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%); } }

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