body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

strong {
  font-weight: bold;
}

.has-bgr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/*! 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 {
  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 */
  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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  height: auto;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

@font-face {
  font-family: "Marcellus-Regular";
  src: url("../fonts/Marcellus-Regular.eot");
  src: url("../fonts/Marcellus-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Marcellus-Regular.woff2") format("woff2"), url("../fonts/Marcellus-Regular.woff") format("woff"), url("../fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "Marcellus-Regular";
  font-size: 85px;
  color: #fff;
  line-height: 1.4em;
  margin: 0;
}
@media (max-width: 1080px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-family: "Marcellus-Regular";
  font-size: 44px;
  color: #000;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 31px;
  }
}

p {
  font-family: "Marcellus-Regular";
  font-size: 21px;
  color: #4a4847;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 550px) {
  p {
    font-size: 18px;
  }
}

.fadein-wrap {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all, 1.5s;
}
.fadein-wrap.in-view {
  top: 0;
  opacity: 1;
}

.content_wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .content_wrap {
    padding: 0 25px;
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  .content_wrap {
    max-width: 1100px;
  }
}
@media (max-width: 550px) {
  .content_wrap {
    font-size: 18px;
  }
}

.wider_content_wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .wider_content_wrap {
    max-width: 1265px;
    padding: 0 25px;
    box-sizing: border-box;
  }
}

header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 100;
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  background: #ffffff;
  transition: top 0.6s ease;
}
header.faq-header {
  top: 0;
}
header.scrolled {
  top: 0;
}
header .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  max-width: 100%;
}
@media (max-width: 768px) {
  header .content_wrap {
    padding: 20px 25px;
  }
}
@media (max-width: 550px) {
  header .content_wrap .links {
    display: flex;
    align-items: center;
  }
}
header .content_wrap a {
  font-family: "muli", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-left: 40px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 550px) {
  header .content_wrap a {
    font-size: 12px;
    margin-left: 10px;
  }
}
header .content_wrap a:first-of-type {
  margin-left: 0;
}
header .content_wrap a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: all 0.5s;
}
header .content_wrap a:hover::after {
  width: 100%;
}
header .content_wrap a.active {
  color: #000;
}
header .content_wrap a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
@media (max-width: 550px) {
  header .content_wrap .logo {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 550px) {
  header .content_wrap .logo a {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 550px) {
  header .content_wrap .logo a img {
    width: 60%;
  }
}
header .content_wrap .logo a::after {
  display: none !important;
}

.home-wrap {
  position: relative;
}
.home-wrap .header_block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  left: 0;
  width: 100%;
}
.home-wrap .header_block .content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  max-width: 100%;
}
@media (max-width: 550px) {
  .home-wrap .header_block .content_wrap {
    padding: 20px 25px;
  }
}
.home-wrap .header_block .content_wrap a {
  font-family: "muli", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-left: 40px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 550px) {
  .home-wrap .header_block .content_wrap a {
    font-size: 12px;
    margin-left: 10px;
  }
}
.home-wrap .header_block .content_wrap a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
}
.home-wrap .header_block .content_wrap a:hover::after {
  width: 100%;
}
.home-wrap .hero {
  height: 100vh;
  min-height: 400px;
  position: relative;
}
.home-wrap .hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.home-wrap .hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.home-wrap .hero .hero_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home-wrap .hero .hero_content h1 {
  margin-bottom: 10px;
}
.home-wrap .hero .hero_content p {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  width: 55%;
}
@media (max-width: 1080px) {
  .home-wrap .hero .hero_content p {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .home-wrap .hero .hero_content p {
    font-size: 20px;
  }
}
.home-wrap .first_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .first_section {
    padding: 70px 0;
  }
}
.home-wrap .first_section {
  border-bottom: 1px solid #4a4847;
}
@media (max-width: 1080px) {
  .home-wrap .first_section {
    padding: 70px 0;
  }
}
.home-wrap .first_section .content_wrap p {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .home-wrap .first_section .content_wrap p {
    width: 100%;
  }
}
.home-wrap .second_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .second_section {
    padding: 70px 0;
  }
}
.home-wrap .second_section h2 {
  margin-bottom: 14px;
  width: 85%;
  text-transform: uppercase;
}
.home-wrap .second_section p {
  width: 85%;
}
.home-wrap .second_section .subtitle {
  font-size: 14px;
  color: #4a4847;
  margin-top: 35px;
}
.home-wrap .second_section .timeline_slider {
  position: relative;
  padding: 80px 0 30px;
}
@media (max-width: 550px) {
  .home-wrap .second_section .timeline_slider {
    padding: 50px 0 30px;
  }
}
.home-wrap .second_section .timeline_slider .slider_prev,
.home-wrap .second_section .timeline_slider .slider_next {
  position: absolute;
  top: 88.5px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 550px) {
  .home-wrap .second_section .timeline_slider .slider_prev,
  .home-wrap .second_section .timeline_slider .slider_next {
    top: 58.5px;
  }
}
.home-wrap .second_section .timeline_slider .slider_prev svg,
.home-wrap .second_section .timeline_slider .slider_next svg {
  width: 30px;
  height: 30px;
  stroke: #222222;
  fill: none;
  transition: stroke 0.3s ease;
}
.home-wrap .second_section .timeline_slider .slider_prev:disabled,
.home-wrap .second_section .timeline_slider .slider_next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home-wrap .second_section .timeline_slider .slider_prev {
  left: -10px;
}
.home-wrap .second_section .timeline_slider .slider_prev svg {
  transform: rotate(180deg);
}
.home-wrap .second_section .timeline_slider .slider_next {
  right: -10px;
}
.home-wrap .second_section .timeline_slider .timeline_line {
  position: absolute;
  top: 8px;
  width: 100%;
  height: 1px;
  background: rgba(34, 34, 34, 0.3333333333);
  z-index: 1;
}
.home-wrap .second_section .timeline_slider .timeline_swiper {
  position: relative;
  z-index: 2;
}
.home-wrap .second_section .timeline_slider .swiper-slide {
  position: relative;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.home-wrap .second_section .timeline_slider .swiper-slide .slide_dot {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  font-family: "Marcellus-Regular";
}
.home-wrap .second_section .timeline_slider .swiper-slide .slide_date {
  left: 50%;
  font-size: 18px;
  color: #66696c;
  font-family: "muli", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 30px;
  margin-bottom: 15px;
}
.home-wrap .second_section .timeline_slider .swiper-slide .slide_text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  width: 90%;
  font-family: "muli", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto;
}
.home-wrap .third_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .third_section {
    padding: 70px 0;
  }
}
.home-wrap .third_section {
  background: #f2eeea;
}
.home-wrap .third_section h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home-wrap .third_section .subtitle {
  font-size: 26px;
  margin-top: 40px;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .home-wrap .third_section .subtitle {
    font-size: 18px;
  }
}
.home-wrap .fourth_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .fourth_section {
    padding: 70px 0;
  }
}
.home-wrap .fourth_section h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home-wrap .fourth_section p {
  margin-bottom: 40px;
}
.home-wrap .fourth_section .image_wrap {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.home-wrap .fifth_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .fifth_section {
    padding: 70px 0;
  }
}
.home-wrap .fifth_section {
  background: #f2eeea;
}
.home-wrap .fifth_section h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home-wrap .fifth_section .blocks_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-wrap .fifth_section .blocks_wrap .block {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 550px) {
  .home-wrap .fifth_section .blocks_wrap .block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-wrap .fifth_section .blocks_wrap .block .block_image {
  width: 100%;
  position: relative;
  padding-top: 57%;
  margin-bottom: 24px;
}
.home-wrap .fifth_section .blocks_wrap .block .block_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.home-wrap .fifth_section .blocks_wrap .block .block_content p {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 550px) {
  .home-wrap .fifth_section .blocks_wrap .block .block_content p {
    margin-bottom: 10px;
  }
}
.home-wrap .fifth_section .blocks_wrap .block .block_content .description {
  text-align: left;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .home-wrap .fifth_section .blocks_wrap .block .block_content .description {
    font-size: 16px;
  }
}
.home-wrap .sixth_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .sixth_section {
    padding: 70px 0;
  }
}
.home-wrap .sixth_section h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home-wrap .sixth_section p {
  margin-bottom: 30px;
}
.home-wrap .sixth_section .list {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}
.home-wrap .seventh_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .seventh_section {
    padding: 70px 0;
  }
}
.home-wrap .seventh_section {
  border-top: 1px solid #707070;
  text-align: center;
}
.home-wrap .seventh_section h2 {
  margin-bottom: 14px;
  width: 85%;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .home-wrap .seventh_section h2 {
    width: 100%;
  }
}
.home-wrap .seventh_section p {
  width: 85%;
}
@media (max-width: 550px) {
  .home-wrap .seventh_section p {
    width: 100%;
  }
}
.home-wrap .seventh_section a {
  margin-top: 40px;
  display: inline-block;
  font-size: 21px;
  text-decoration: underline;
  font-family: "Marcellus-Regular";
  margin: 40px auto 0;
}
.home-wrap .seventh_section .subtitle {
  font-size: 14px;
  color: #4a4847;
  margin-top: 35px;
  width: 100%;
}
.home-wrap .eight_section {
  padding: 140px 0;
}
@media (max-width: 1080px) {
  .home-wrap .eight_section {
    padding: 70px 0;
  }
}
.home-wrap .eight_section {
  border-top: 1px solid #707070;
  text-align: center;
}
.home-wrap .eight_section p {
  width: 85%;
}

.faq-wrap .content_wrap {
  padding: 205px 0 150px;
}
.faq-wrap .content_wrap h2 {
  margin-bottom: 40px;
}
.faq-wrap .content_wrap p {
  width: 85%;
}
.faq-wrap .questions .question_item {
  border-bottom: 1px solid #ddd;
  width: 100%;
  background: #f2eeea;
  position: relative;
  cursor: pointer;
}
.faq-wrap .questions .question_item .question_toggle {
  transition: all 0.3s ease;
  text-transform: uppercase;
  width: 100%;
  padding: 21px 50px;
  box-sizing: border-box;
  position: relative;
}
.faq-wrap .questions .question_item .question_toggle p {
  font-family: "muli", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  width: 90%;
  margin: 0;
}
@media (max-width: 1080px) {
  .faq-wrap .questions .question_item .question_toggle {
    padding: 20px 25px;
  }
}
.faq-wrap .questions .question_item .question_toggle::before, .faq-wrap .questions .question_item .question_toggle::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: #222222;
  transition: all 0.3s ease;
}
@media (max-width: 550px) {
  .faq-wrap .questions .question_item .question_toggle::before, .faq-wrap .questions .question_item .question_toggle::after {
    right: 20px;
  }
}
.faq-wrap .questions .question_item .question_toggle::before {
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}
.faq-wrap .questions .question_item .question_toggle::after {
  width: 2px;
  height: 16px;
  left: auto;
  right: 57px;
  transform: translateY(-50%);
}
@media (max-width: 550px) {
  .faq-wrap .questions .question_item .question_toggle::after {
    right: 27px;
  }
}
.faq-wrap .questions .question_item.active .question_toggle::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
.faq-wrap .questions .question_item .question_answer {
  display: none;
  padding: 45px 50px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1080px) {
  .faq-wrap .questions .question_item .question_answer {
    padding: 20px 25px;
  }
}
.faq-wrap .questions .question_item .question_answer ul {
  list-style: disc;
  list-style-position: inside;
}
.faq-wrap .questions .question_item .question_answer ol {
  list-style: decimal;
  list-style-position: inside;
}
.faq-wrap .questions .question_item .question_answer p,
.faq-wrap .questions .question_item .question_answer li {
  font-size: 21px;
  font-family: "Marcellus-Regular";
  color: #555250;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .faq-wrap .questions .question_item .question_answer p,
  .faq-wrap .questions .question_item .question_answer li {
    font-size: 18px;
  }
}
.faq-wrap .questions .question_item .question_answer p ul,
.faq-wrap .questions .question_item .question_answer p ol,
.faq-wrap .questions .question_item .question_answer li ul,
.faq-wrap .questions .question_item .question_answer li ol {
  padding-left: 20px;
}
.faq-wrap .questions .question_item .question_answer p strong,
.faq-wrap .questions .question_item .question_answer li strong {
  font-family: "Marcellus-Regular";
  font-weight: bold;
  color: #000;
}
.faq-wrap .last_section {
  border-top: 1px solid #707070;
  text-align: center;
}
.faq-wrap .last_section p {
  width: 85%;
}
.faq-wrap .last_section .content_wrap {
  padding: 120px 0 105px;
}
@media (max-width: 1080px) {
  .faq-wrap .last_section .content_wrap {
    padding: 70px 0;
  }
}

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