/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  width: 100vw;
  height: 70px;
  position: relative;
  z-index: 100;
  background-color: #ede8c9;
}

.header a {
  color: #373526;
}

.header__wrapper {
  position: fixed;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  min-height: 70px;
  background-color: #ede8c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__wrapper_open {
  height: 100%;
}

.header__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 45px;
  z-index: 100;
  background: #d5d0b5;
}

.header__lang {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Times New Roman', Times, serif;
  color: #373526;
  font-size: 16px;
}

.header__lang-icon {
  margin-right: 10px;
  max-width: 35px;
  max-height: 30px;
}

.header__nav-list {
  margin-left: auto;
  margin-right: auto;
  width: 70vw;
  list-style-type: none;
  height: auto;
  text-align: center;
  font: normal normal normal 16px/1.4em 'times new roman',times,serif;
  color: #373526;
  letter-spacing: 2px;
  position: relative;
}

.header__nav-item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.header__nav-item:after {
  content: '';
  background-color: #6d694d;
  width: 27px;
  height: 1px;
  display: block;
  position: absolute;
  top: 36px;
}

.header__nav-item:last-child:after {
  content: none;
}

/*styles for menu icon*/
.header__menu-icon {
  display: block;
  margin-top: 20px;
  font-size: 0;
  background: none;
  border: none;
  width: 30px;
  height: 25px;
  position: absolute;
  z-index: 5;
  right: 5vw;
  cursor: pointer;
}

.header__menu-icon,
.header__menu-icon:before,
.header__menu-icon:after {
  border-top: 3px solid #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__menu-icon:before,
.header__menu-icon:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
}

.header__menu-icon:before {
  top: 7px;
}

.header__menu-icon:after {
  top: 17px;
}

.header__menu-icon.opened {
  border-top-color: transparent;
}

.header__menu-icon.opened:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}

.header__menu-icon.opened:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}

/*styles for menu container*/
.header__nav {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  background-color: #ede8c9;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

.header__nav.closed {
  display: none;
}

.header__nav.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 720px) {
  .header__nav-list {
    font-size: 24px;
  }
  .header__nav-item:after {
    top: 48px;
  }
}

@media screen and (min-width: 1260px) {
  .header {
    height: 100px;
  }
  .header__wrapper {
    margin: 0 auto;
    position: relative;
    width: 95%;
    height: 100%;
  }
  .header__menu-icon {
    display: none;
  }
  .header__nav.closed {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0);
            transform: translate(0);
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav-list {
    width: 90%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav-item {
    margin: 0;
    font-size: 20px;
  }
  .header__nav-item:after {
    content: none;
  }
  .header__link-wrapper {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    z-index: 0;
  }
  .header__link-wrapper p {
    display: none;
  }
  .header__lang {
    width: 80px;
  }
  .header__link {
    width: 35px;
  }
  .header__lang-icon {
    margin: 0;
  }
}

.hero {
  margin: 0 auto;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__title {
  margin-bottom: 10px;
  font: normal normal normal 18px 'times new roman',times,serif;
  color: #39575A;
}

.hero__subtitle {
  margin-bottom: 5px;
  font: normal normal normal 73px/1.4em 'arial black',arial-w01-black,arial-w02-black,'arial-w10 black',sans-serif;
  font-size: 22px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  color: #2F2E2E;
}

.hero__wrapper {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hero__img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 10;
}

.hero__box {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero__bg {
  position: absolute;
  width: 160vw;
  height: 75%;
  background: #2f2e2e;
  left: -245px;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/off-bg.png);
  background-size: 30%;
}

.hero__off-wrapper {
  margin-top: 5px;
  width: 100%;
  position: relative;
  z-index: 100;
  color: #EDE8C9;
  font-family: 'Times New Roman', Times, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__main-text {
  margin-top: 5px;
  letter-spacing: 0.09em;
  font-size: 30px;
}

.hero__off-text {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.hero__link-box {
  width: 100%;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__link {
  width: auto;
  border: 1px solid #EDE8C9;
  height: 5%;
  padding: 8px 15px;
  font-size: 20px;
  color: #EDE8C9;
  margin-bottom: 10px;
  display: inline-block;
  height: 40px;
}

.hero__link:last-child {
  margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
  .hero {
    width: 90%;
  }
  .hero__title {
    font-size: 22px;
  }
  .hero__subtitle {
    font-size: 54px;
    margin-bottom: 15px;
  }
  .hero__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__bg {
    height: 260px;
    top: 100px;
  }
  .hero__img {
    max-width: 50%;
  }
  .hero__off-wrapper {
    margin: 0 0 0 15px;
  }
  .hero__main-text {
    margin: 0;
    font-size: 44px;
  }
  .hero__off-text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .hero__link-box {
    width: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__link {
    margin: 0;
    font-size: 16px;
  }
  .hero__link:last-child {
    margin: 0;
  }
  @-moz-document url-prefix() {
    .hero__bg {
      top: 50px;
      height: 220px;
    }
  }
}

@media screen and (min-width: 1000px) {
  .hero__wrapper {
    width: 850px;
  }
  .hero__bg {
    left: -400px;
    background-size: 15%;
  }
}

@media screen and (min-width: 1260px) {
  .hero__title {
    font-size: 38px;
  }
  .hero__subtitle {
    margin-bottom: 25px;
    font-size: 88px;
  }
  .hero__bg {
    height: 330px;
    left: -600px;
    top: 85px;
  }
  .hero__link {
    width: auto;
    height: 5%;
    padding: 15px 30px;
    font-size: 20px;
  }
  .hero__link-box {
    width: 500px;
  }
  @-moz-document url-prefix() {
    .hero__bg {
      top: 60px;
      height: 240px;
    }
  }
}

.about {
  margin: 30px 0;
  width: 100vw;
  height: auto;
  background: #2f2e2e;
  left: -220px;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/off-bg.png);
  background-size: 30%;
  padding: 20px 0 20px 0;
}

.about__wrapper {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__text {
  line-height: 1.5em;
  font-size: 18px;
  color: #FFFCEC;
  font-family: 'Times New Roman', Times, serif;
}

@media screen and (min-width: 720px) {
  .about {
    padding: 30px 0 30px 0;
  }
  .about__wrapper {
    width: 90%;
  }
  .about__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1260px) {
  .about {
    margin: 70px 0;
    padding: 40px 0;
  }
  .about__text {
    font-size: 24px;
  }
}

.bio {
  margin: 35px auto 0 auto;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bio__wrapper {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bio__img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 10;
}

.bio__bg {
  position: absolute;
  width: 160vw;
  height: 85%;
  background: #39575a;
  left: -245px;
  bottom: 30px;
  z-index: 1;
}

.bio__off-bg {
  position: absolute;
  width: 160vw;
  height: 100%;
  background: #2f2e2e;
  left: -220px;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/off-bg.png);
  background-size: 30%;
}

.bio__text-box {
  margin: 30px 0;
  padding: 10px 0 30px 0;
  width: 100%;
  position: relative;
}

.bio__title {
  position: relative;
  z-index: 5;
  color: #ede8c9;
  font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-size: 36px;
  margin-bottom: 40px;
}

.bio__title:after {
  display: block;
  content: '';
  border-bottom: 2px solid #dad299;
  width: 145px;
  position: relative;
  top: 20px;
}

.bio__text {
  margin-left: 25px;
  position: relative;
  z-index: 5;
  line-height: 1.5em;
  font-size: 18px;
  color: #FFFCEC;
  font-family: 'Times New Roman', Times, serif;
}

@media screen and (min-width: 720px) {
  .bio {
    width: 95%;
  }
  .bio__wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bio__bg {
    width: 160vw;
    height: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bio__img {
    max-width: 50%;
  }
  .bio__off-bg {
    display: none;
  }
  .bio__text-box {
    width: 100%;
    height: 100%;
    background: #2f2e2e;
    background-image: url(../images/off-bg.png);
    background-size: 30%;
    z-index: 5;
    padding: 10px 10px;
    margin: 0;
  }
  .bio__text {
    font-size: 16px;
    margin: 0;
  }
  .bio__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .bio__title:after {
    top: 5px;
  }
}

@media screen and (min-width: 1260px) {
  .bio__text-box {
    padding: 40px 20px;
  }
  .bio__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .bio__title:after {
    top: 20px;
  }
  .bio__text {
    line-height: 1.5em;
    font-size: 22px;
  }
}

.reviews {
  margin: 30px 0 30px 0;
  width: 100vw;
  height: auto;
  background: #2f2e2e;
  background-image: url(../images/off-bg.png);
  background-size: 30%;
}

.reviews__wrapper {
  padding: 30px 0;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews__name {
  margin-top: 30px;
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

.reviews__position {
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  width: 250px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

.reviews__position:after {
  display: block;
  content: '';
  border-bottom: 1px solid #ffffff;
  width: 230px;
  position: relative;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.reviews__text {
  margin: 30px 0 50px 0;
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  width: 215px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.swiper-container {
  width: 320px;
}

.swiper-wrapper {
  margin: auto;
  width: 320px;
}

.swiper-slide {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.swiper-bg {
  position: absolute;
  width: 250px;
  height: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2ad1bb;
}

.swiper-bg_2 {
  background: #fc8972;
}

.swiper-bg_3 {
  background: #4660bd;
}

.swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #ffffff;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 01;
}

.swiper-button-prev {
  left: -2px;
  color: #ffffff;
  opacity: 0.7;
}

.swiper-button-next {
  right: -2px;
  color: #ffffff;
  opacity: 0.7;
}

@media screen and (min-width: 720px) {
  .swiper-container {
    width: 720px;
  }
  .swiper-wrapper {
    width: 720px;
  }
  .swiper-bg {
    width: 350px;
  }
  .reviews__name {
    font-size: 16px;
  }
  .reviews__position {
    width: 330px;
    font-size: 20px;
  }
  .reviews__position:after {
    width: 320px;
    left: 5px;
  }
  .reviews__text {
    width: 515px;
    font-size: 23px;
  }
}

@media screen and (min-width: 1260px) {
  .reviews {
    margin: 70px 0;
    background-size: 18%;
  }
  .reviews .swiper-container {
    width: 1050px;
  }
  .reviews .swiper-wrapper {
    width: 1050px;
  }
  .reviews .swiper-bg {
    width: 350px;
  }
  .reviews .swiper-bg {
    width: 450px;
  }
  .reviews .reviews__name {
    font-size: 18px;
  }
  .reviews .reviews__position {
    width: 430px;
    font-size: 22px;
  }
  .reviews .reviews__position:after {
    width: 420px;
    left: 5px;
    top: 20px;
  }
  .reviews .reviews__text {
    width: 615px;
    font-size: 36px;
  }
}

.download {
  width: 100vw;
  height: auto;
  background: #2f2e2e;
  padding: 40px 0 20px 0;
}

.download__wrapper {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/off-bg.png);
  background-size: 30%;
}

.download__text {
  margin-bottom: 20px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.3em;
  text-align: center;
  font-size: 22px;
  color: #EDE8C9;
  letter-spacing: 0.09em;
}

.download__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.download__link-box {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download__icon {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 15px;
}

.download__link {
  text-align: center;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  width: auto;
  border: 1px solid #fffcec;
  padding-top: 11px;
  width: 160px;
  height: 45px;
  font-size: 17px;
  color: #fffcec;
}

.download__main-link {
  text-align: center;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  width: auto;
  border: 1px solid #fffcec;
  padding-top: 15px;
  width: 245px;
  height: 55px;
  font-size: 22px;
  color: #fffcec;
}

@media screen and (min-width: 720px) {
  .download {
    background: none;
    padding: 0;
    position: relative;
  }
  .download__bg {
    position: absolute;
    z-index: 1;
    background: #39575a;
    width: 160vw;
    height: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .download__wrapper {
    position: relative;
    z-index: 5;
    width: 90%;
    background: #2f2e2e;
    padding: 40px 0 30px 0;
    background-image: url(../images/off-bg.png);
    background-size: 30%;
  }
  .download__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
  .download__link-box {
    margin-bottom: 20px;
  }
  .download__link {
    width: 140px;
    height: 30px;
    padding-top: 5px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1260px) {
  .download__wrapper {
    background-size: 18%;
  }
  .download__text {
    margin-bottom: 35px;
    font-size: 26px;
  }
  .download__link {
    width: 160px;
    height: 50px;
    padding-top: 12px;
    font-size: 18px;
  }
  .download__icon {
    margin-bottom: 25px;
    max-width: 70px;
    max-height: 70px;
  }
}

.donate {
  margin: 30px 0;
  width: 100vw;
  height: auto;
  background: #39575a;
  padding: 20px 0 20px 0;
}

.donate__wrapper {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.donate__text {
  margin-bottom: 5px;
  color: #EDE8C9;
  letter-spacing: 0.09em;
  line-height: 1.3em;
  font-family: 'Times New Roman', Times, serif;
  font-size: 21px;
}

.donate__text_small {
  text-align: center;
  font-size: 16px;
}

.donate__off-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.donate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  height: 165px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.donate__icon {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  position: relative;
  z-index: 5;
}

.donate__service {
  color: #FFFFFF;
  line-height: 1.5em;
  font-size: 15px;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  z-index: 5;
}

.donate__link {
  width: 160px;
  height: 40px;
  padding-top: 10px;
  border: solid #fffcec 1px;
  font-size: 16px;
  color: #FFFCEC;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  position: relative;
  z-index: 5;
}

.donate__bg {
  background: #2f2e2e;
  width: 100vw;
  height: 165px;
  background-size: 55%;
  position: absolute;
  z-index: 1;
  background-image: url(../images/off-bg.png);
  background-size: 30%;
}

@media screen and (min-width: 720px) {
  .donate__wrapper {
    width: 90%;
  }
  .donate__text {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .donate__text_small {
    font-size: 20px;
  }
  .donate__off-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .donate__box {
    padding: 20px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 200px;
    width: 180px;
  }
  .donate__bg {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: 50%;
  }
  .donate__link {
    width: 130px;
    height: 30px;
    padding-top: 5px;
  }
  .donate__icon {
    max-width: 50px;
    max-height: 50px;
  }
}

@media screen and (min-width: 1260px) {
  .donate {
    margin: 70px 0;
  }
  .donate__box {
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
  }
  .donate__bg {
    background-size: 100%;
  }
  .donate__icon {
    max-width: 70px;
    max-height: 70px;
  }
  .donate__service {
    font-size: 20px;
  }
  .donate__link {
    width: 175px;
    height: 46px;
    padding-top: 11px;
    font-size: 19px;
  }
  .donate__text_small {
    width: 60%;
  }
}

.footer {
  margin: 30px 0 0 0;
  width: 100vw;
  height: auto;
  background: #2f2e2e;
  padding: 20px 0 0 0;
}

.footer__wrapper {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__contacts {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

.footer__text {
  letter-spacing: 0.09em;
  color: #FFFCEC;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer__text:after {
  display: block;
  content: '';
  border-bottom: 2px solid #dad299;
  width: 280px;
  position: relative;
  top: 10px;
}

.footer__list {
  margin-top: 25px;
  margin-bottom: 25px;
  list-style-type: none;
  text-align: center;
  text-decoration: underline;
  color: #FFFCEC;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__list-item {
  width: auto;
  color: #FFFCEC;
}

.footer__copy {
  margin-bottom: 10px;
  font-style: italic;
  color: #FFFCEC;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
}

@media screen and (min-width: 720px) {
  .footer__list {
    margin: 35px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: 350px;
  }
  .footer__text:after {
    left: 35px;
  }
  .footer__list-item {
    position: relative;
  }
  .footer__list-item:after {
    content: '';
    background-color: #FFFCEC;
    width: 2px;
    height: 15px;
    display: block;
    position: absolute;
    top: 2px;
    left: -25px;
  }
  .footer__list-item_no-after:after {
    content: none;
  }
}

@media screen and (min-width: 1260px) {
  .footer {
    padding: 40px 0 0 0;
  }
  .footer__text {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .footer__text:after {
    width: 595px;
    left: 0px;
    top: 20px;
  }
  .footer__list {
    width: 540px;
    margin: 35px auto;
    font-size: 18px;
  }
  .footer__list-item:after {
    top: 4px;
    left: -62px;
  }
  .footer__copy {
    margin: 40px 0;
    font-size: 18px;
  }
}

.content {
  margin: 40px auto;
  width: 85%;
}

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

.content__text {
  margin: 0 0 20px 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2em;
  color: #dad299;
  text-transform: uppercase;
  text-align: center;
}

.content__text:after {
  display: block;
  content: '';
  border-bottom: 2px solid #dad299;
  width: 145px;
  position: relative;
  top: 20px;
  margin: 0 auto;
}

.content__off-wrapper {
  width: 100%;
  margin-top: 20px;
}

.content__box {
  margin-bottom: 40px;
  background: #FFFCEC;
  padding: 10% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content__icon {
  width: auto;
  height: auto;
  max-width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 15px;
}

.content__qr {
  max-width: 85%;
  max-height: 85%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 15px;
}

.content__service {
  font-size: 16px;
  font-weight: 700;
  color: #2f2e2e;
  margin: 0 0 10px 0;
}

.content__service:after {
  display: block;
  content: '';
  border-bottom: 2px solid #2f2e2e;
  width: 35px;
  position: relative;
  top: 10px;
}

.content__main-link {
  margin: 15px 0;
  text-decoration: underline;
  font-size: 12px;
  color: #2f2e2e;
}

.content__link {
  padding: 5% 10%;
  font-size: 14px;
  color: #2f2e2e;
  border: 1px solid #2f2e2e;
  text-align: center;
}

.content__address {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #2f2e2e;
  width: auto;
  word-wrap: break-word;
}

@media screen and (min-width: 720px) {
  .content {
    margin: 40px auto 0 auto;
  }
  .content__text {
    font-size: 28px;
  }
  .content__off-wrapper {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content__box {
    width: 45%;
    padding: 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1260px) {
  .content__box {
    padding: 4%;
  }
  .content__text {
    font-size: 40px;
    margin: 0 0 45px 0;
  }
  .content__text:after {
    top: 45px;
  }
  .content__service {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content__service:after {
    top: 20px;
    width: 100px;
  }
  .content__main-link {
    font-size: 18px;
  }
  .content__link {
    padding: 5% 0;
    font-size: 20px;
  }
  .content__address {
    font-size: 20px;
  }
}

body, html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  background-color: #ede8c9;
  background-image: url(../images/bg.png);
  background-attachment: fixed;
  background-size: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
}

body *, html * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.support-page {
  background: #2f2e2e;
  background-image: url(../images/off-bg.png);
}
/*# sourceMappingURL=index.css.map */