@font-face {
  font-family: "Fixel Display";
  src: url("../fonts/FixelDisplay-Regular.eot");
  src: local("Fixel Display Regular"), local("FixelDisplay-Regular"), url("../fonts/FixelDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FixelDisplay-Regular.woff2") format("woff2"), url("../fonts/FixelDisplay-Regular.woff") format("woff"), url("../fonts/FixelDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Fixel Display", sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #0E1009;
  background-image: url(../img/bg.svg);
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

.dib {
  display: inline-block;
  vertical-align: top;
}

.content-wrap {
  max-width: 1290px;
  margin: 0 auto;
}

/*footer to bottom*/
html,
body,
.site-wrap {
  height: 100%;
}

.site-wrap {
  display: flex;
  flex-direction: column;
}

.site-main-info {
  flex: 1 0 auto;
  overflow: hidden;
}

.footer {
  flex-shrink: 0;
}

/*footer to bottom*/
header {
  user-select: none;
  position: relative;
  padding-top: 40px;
}
header .content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header .content-wrap ul {
  list-style: none;
  padding-left: 0;
}
header .content-wrap ul li {
  display: inline-block;
  padding: 0 22px;
}
header .content-wrap ul a {
  color: #fff !important;
  font-size: 14px;
  transition: 0.5s;
  text-decoration: none;
  height: 110px;
  line-height: 110px;
}
header .content-wrap ul a:hover {
  color: #C78909 !important;
}
header .content-wrap ul li.current_page_item a {
  color: #C78909 !important;
}
header .content-wrap button {
  width: 197px;
  height: 56px;
  line-height: 55px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  transition: 0.5s;
  position: relative;
  margin-top: 31px;
}
header .content-wrap button:hover {
  color: #C78909 !important;
}
header .content-wrap button svg {
  position: absolute;
  top: 0;
  left: 0;
}
header .content-wrap button svg path {
  transition: 0.5s;
}
header .content-wrap button:hover svg path {
  stroke: #C78909 !important;
}
header img.header-bg {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 1;
}

.to-top-btn {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: -120px;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("../img/arrow-to-top.png");
  transition: 0.5s;
  opacity: 0.5;
}
.to-top-btn:hover {
  opacity: 1;
}

.to-top-btn-show {
  bottom: 20px;
}
footer {
  padding-bottom: 100px;
}

.footer-middle .content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-middle-left,
.footer-middle-right {
  width: 48%;
}

.footer-middle-left {
  padding-top: 40px;
}
.footer-middle-left h4 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.footer-middle-left a,
.footer-middle-left p {
  font-size: 20px;
  color: #fff !important;
  margin-bottom: 8px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.footer-middle-left .footer-soc-block {
  margin-top: 60px;
  list-style: none;
  padding-left: 0;
}
.footer-middle-left .footer-soc-block li {
  margin-right: 22px;
}

.footer-middle-right h2 {
  color: #C78909;
  margin-top: 300px;
}
.footer-middle-right p {
  font-size: 20px;
  margin-top: 16px;
}
.footer-middle-right button {
  width: 197px;
  height: 56px;
  line-height: 55px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  transition: 0.5s;
  position: relative;
  margin-top: 15px;
}
.footer-middle-right button:hover {
  color: #C78909 !important;
}
.footer-middle-right button svg {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-middle-right button svg path {
  transition: 0.5s;
}
.footer-middle-right button:hover svg path {
  stroke: #C78909 !important;
}

.footer-test h2 {
  margin-top: 265px;
}

.main-form {
  user-select: none;
  padding-bottom: 100px;
}
.main-form h1 {
  font-size: 52px;
  color: #C78909;
  line-height: 1.2;
  margin-top: 33px;
  margin-bottom: 65px;
}
.main-form h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
}

.main-form-btn {
  width: 197px;
  height: 56px;
  line-height: 55px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  transition: 0.5s;
  position: relative;
  margin-top: 15px;
}
.main-form-btn:hover {
  color: #C78909 !important;
}
.main-form-btn svg {
  position: absolute;
  top: 0;
  left: 0;
}
.main-form-btn svg path {
  transition: 0.5s;
}
.main-form-btn:hover svg path {
  stroke: #C78909 !important;
}

.main-form-info {
  font-size: 18px;
  line-height: 1.4;
  max-width: 640px;
  margin-bottom: 55px;
}

.question {
  max-width: 640px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.question h6 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.question p {
  font-size: 24px;
  line-height: 1.4;
  max-width: 640px;
  margin-bottom: 20px;
}
.question input {
  display: none;
}
.question label {
  width: 300px;
  height: 46px;
  line-height: 48px;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding-left: 45px;
  margin-right: 16px;
  cursor: pointer;
  transition: 0.5s;
  user-select: none;
}
.question label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: 0.5s;
}
.question label:hover {
  border-color: #C78909;
  color: #C78909;
}
.question label:hover::before {
  background-color: #C78909;
  border-color: #C78909;
}
.question input:checked + label {
  border-color: #C78909;
  color: #C78909;
}
.question input:checked + label::before {
  background-color: #C78909;
  border-color: #C78909;
}

#sec-result {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.4;
  font-size: 20px;
}
#sec-result span {
  color: #C78909;
  font-size: 24px;
}

.not-answer {
  color: red;
}

.res-error {
  color: red;
  font-size: 24px;
  display: block;
}

.test-span-panel {
  width: 197px;
}

.hidden-section {
  display: none;
}

.main-form-btn {
  margin-bottom: 60px;
}

.error-win {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-win .error-win-body {
  width: 300px;
  height: 230px;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 20px;
}
.error-win .error-win-body h2 {
  font-size: 20px;
  line-height: 24px;
  color: red;
  font-weight: 700;
  text-transform: uppercase;
}
.error-win .error-win-body svg {
  width: 20px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

.show-error-win {
  display: flex;
}

.fp-sec-1 {
  position: relative;
}
.fp-sec-1 h1 {
  font-size: 64px;
  color: #C78909;
  margin-top: 134px;
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 630px;
}
.fp-sec-1 p {
  font-size: 18px;
  margin-bottom: 32px;
}
.fp-sec-1 button {
  width: 197px;
  height: 56px;
  line-height: 55px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  transition: 0.5s;
  position: relative;
  margin-top: 15px;
  margin-bottom: 260px;
}
.fp-sec-1 button:hover {
  color: #C78909 !important;
}
.fp-sec-1 button svg {
  position: absolute;
  top: 0;
  left: 0;
}
.fp-sec-1 button svg path {
  transition: 0.5s;
}
.fp-sec-1 button:hover svg path {
  stroke: #C78909 !important;
}

.fp-sec-2 h2 {
  font-size: 52px;
  text-transform: uppercase;
  color: #C78909;
  margin-bottom: 48px;
}
.fp-sec-2 .fp-sec-2-item-wrap {
  padding-bottom: 100px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
.fp-sec-2 .fp-sec-2-item {
  position: relative;
  padding: 10px;
  padding-top: 90px;
}
.fp-sec-2 .fp-sec-2-item h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
}
.fp-sec-2 .fp-sec-2-item p {
  font-size: 18px;
  line-height: 1.4;
}
.fp-sec-2 .fp-sec-2-item img {
  position: absolute;
  top: -40px;
  left: 0;
}
.fp-sec-2 .fp-sec-2-item .fp-sec-2-item-body {
  padding: 24px 32px;
  border: 1px solid #fff;
  min-height: 198px;
}
.fp-sec-2 .fp-sec-2-item .fp-sec-2-item-decor-1 {
  background-color: #C9C7CF;
  position: absolute;
  top: 100px;
  left: 0;
  height: 100px;
  width: 1px;
}
.fp-sec-2 .fp-sec-2-item .fp-sec-2-item-decor-2 {
  background-color: #C9C7CF;
  position: absolute;
  width: 88px;
  height: 1px;
  top: 80px;
}
.fp-sec-2 .fp-sec-2-item .fp-sec-2-item-decor-3 {
  background-color: #C9C7CF;
  position: absolute;
  top: 80px;
  right: 0;
  width: 30px;
  height: 1px;
}
.fp-sec-2 .fp-sec-2-item .fp-sec-2-item-decor-4 {
  background-color: #C9C7CF;
  position: absolute;
  top: 80px;
  right: 0;
  width: 1px;
  height: 30px;
}
.fp-sec-2 .fp-sec-2-item .fp-sec-2-item-decor-5 {
  background-color: #C9C7CF;
  position: absolute;
  height: 1px;
  width: 88px;
  bottom: -1px;
  right: 10px;
}
.fp-sec-2 .fp-sec-2-item .fp-sec-2-item-decor-6 {
  background-color: #C9C7CF;
  position: absolute;
  height: 1px;
  width: 88px;
  bottom: -1px;
  right: 130px;
}

.fp-sec-3 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fp-sec-3 .content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fp-sec-3 h2 {
  font-size: 52px;
  text-transform: uppercase;
  color: #C78909;
  margin-bottom: 48px;
}
.fp-sec-3 .fp-sec-3-left {
  width: 630px;
  position: relative;
  z-index: 2;
}
.fp-sec-3 .fp-sec-3-left img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 0;
}
.fp-sec-3 .fp-form-wrap {
  position: relative;
  z-index: 2;
  width: 630px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fp-sec-3 .fp-form-wrap .fp-form-wrap-r,
.fp-sec-3 .fp-form-wrap .fp-form-wrap-l {
  width: 300px;
}
.fp-sec-3 .fp-form-wrap label {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}
.fp-sec-3 .fp-form-wrap label span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.fp-sec-3 .fp-form-wrap label input {
  width: 100%;
  display: block;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
}
.fp-sec-3 .fp-form-wrap label input::placeholder {
  color: #9A9A9A;
}
.fp-sec-3 .fp-form-sex-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fp-sec-3 .fp-form-sex-block input {
  display: none;
}
.fp-sec-3 .fp-form-sex-block label {
  width: 48%;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  transition: 0.5s;
  padding-left: 40px;
  position: relative;
}
.fp-sec-3 .fp-form-sex-block label span {
  font-size: 16px;
  margin-bottom: 0;
}
.fp-sec-3 .fp-form-sex-block label:hover {
  color: #C78909;
}
.fp-sec-3 .fp-form-sex-block label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: 0.5s;
}
.fp-sec-3 .fp-form-sex-block label:hover {
  border-color: #C78909;
  color: #C78909;
}
.fp-sec-3 .fp-form-sex-block label:hover {
  border-color: #C78909;
  color: #C78909;
}
.fp-sec-3 .fp-form-sex-block label:hover::before {
  background-color: #C78909;
  border-color: #C78909;
}
.fp-sec-3 .fp-form-sex-block input:checked + label {
  color: #C78909;
}
.fp-sec-3 .fp-form-sex-block input:checked + label::before {
  background-color: #C78909;
  border-color: #C78909;
}
.fp-sec-3 .age-block {
  height: 46px;
  line-height: 46px;
  padding-left: 50px;
  position: relative;
  padding-top: 28px;
  transition: 0.5s;
  cursor: pointer;
}
.fp-sec-3 .age-block::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 39px;
  left: 15px;
  border: 1px solid #fff;
  transition: 0.5s;
}
.fp-sec-3 .age-block:hover {
  color: #C78909;
}
.fp-sec-3 .age-block:hover::before {
  background-color: #C78909;
  border-color: #C78909;
}
.fp-sec-3 #age-input {
  display: none !important;
}
.fp-sec-3 #age-input:checked + label {
  color: #C78909;
}
.fp-sec-3 #age-input:checked + label::before {
  background-color: #C78909;
  border-color: #C78909;
}
.fp-sec-3 .fp-sec-3-right {
  width: 630px;
}
.fp-sec-3 button {
  width: 197px;
  height: 56px;
  line-height: 55px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  transition: 0.5s;
  position: relative;
  margin-top: 36px;
  margin-bottom: 260px;
  float: right;
}
.fp-sec-3 button:hover {
  color: #C78909 !important;
}
.fp-sec-3 button svg {
  position: absolute;
  top: 0;
  left: 0;
}
.fp-sec-3 button svg path {
  transition: 0.5s;
}
.fp-sec-3 button:hover svg path {
  stroke: #C78909 !important;
}

.fp-sec-4 {
  padding-bottom: 100px;
}
.fp-sec-4 h2 {
  font-size: 52px;
  text-transform: uppercase;
  color: #C78909;
  width: 520px;
}
.fp-sec-4 .content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fp-sec-4 .fp-sec-4-r-item {
  padding: 10px;
  position: relative;
  width: 740px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.fp-sec-4 .fp-sec-4-r-item .fp-sec-4-r-item-body {
  border: 1px solid #fff;
  padding: 30px;
  font-size: 24px;
  line-height: 1.4;
}
.fp-sec-4 .fp-sec-4-item-decor-1 {
  background-color: #C9C7CF;
  position: absolute;
  top: 20px;
  left: 0;
  height: 100px;
  width: 1px;
}
.fp-sec-4 .fp-sec-4-item-decor-2 {
  background-color: #C9C7CF;
  position: absolute;
  width: 88px;
  height: 1px;
  top: 0px;
}
.fp-sec-4 .fp-sec-4-item-decor-3 {
  background-color: #C9C7CF;
  position: absolute;
  top: 0px;
  right: 0;
  width: 30px;
  height: 1px;
}
.fp-sec-4 .fp-sec-4-item-decor-4 {
  background-color: #C9C7CF;
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: 30px;
}
.fp-sec-4 .fp-sec-4-item-decor-5 {
  background-color: #C9C7CF;
  position: absolute;
  height: 1px;
  width: 88px;
  bottom: -1px;
  right: 50px;
}
.fp-sec-4 .fp-sec-4-item-decor-6 {
  background-color: #C9C7CF;
  position: absolute;
  height: 1px;
  width: 88px;
  bottom: -1px;
  right: 170px;
}

.panel,
.panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}

.panel-title a {
  display: block;
  position: relative;
  text-decoration: none;
  min-height: 72px;
  padding-top: 27px;
  line-height: 24px;
  font-size: 20px;
}
.panel-title a .fp-sec-5-title-1 {
  width: 40px;
  color: #fff;
  font-size: 16px;
}
.panel-title a .fp-sec-5-title-2 {
  font-size: 22px;
  color: #C78909;
  text-transform: uppercase;
}
.panel-title a .fp-sec-5-title-3 {
  position: absolute;
  top: 20px;
  right: 50px;
  transform: rotate(-90deg);
  transition: 0.5s;
}

.panel-title a.collapsed .fp-sec-5-title-3 {
  transform: rotate(0deg);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel.panel-default {
  border-bottom: 1px solid #86868C;
  border-right: 1px solid #86868C;
}

.sex-title-red {
  color: red !important;
}

.input-must-be-filled {
  border-color: red !important;
}

#first-form-error {
  display: none;
  color: red;
}

.first-form-error-show {
  display: block !important;
}

.age-not-check::before {
  border-color: red !important;
}

.test-passed-page-content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
.test-passed-page-content-wrap h1 {
  color: #C78909;
  font-size: 64px;
}
.test-passed-page-content-wrap h2 {
  font-size: 36px;
  margin-top: 20px;
}

.test-passed-page-l,
.test-passed-page-r {
  width: 45%;
}

.test-passed-page-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.test-passed-page-r img {
  width: 100%;
  height: auto;
}

#dad-mobile-btn {
  display: none;
}

.mob-menu-bg {
  display: none;
}

@media (max-width: 1300px) {
  .content-wrap {
    max-width: 1000px;
  }
  html, body, .site-wrap {
    width: 100vw;
  }
  .fp-sec-2 .content-wrap > img,
  .footer-top .content-wrap > img {
    max-width: 100%;
  }
  .fp-sec-4 .content-wrap {
    flex-direction: column;
  }
  .fp-sec-4 .fp-sec-4-r-item {
    width: 100%;
  }
  .fp-sec-4 h2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .fp-sec-1 button {
    margin-bottom: 40px;
  }
  .fp-sec-3 .content-wrap {
    flex-direction: column;
  }
  .fp-sec-3 button {
    margin-bottom: 40px;
  }
  .fp-sec-3 .fp-sec-3-left,
  .fp-sec-3 .fp-form-wrap {
    width: 100%;
  }
  .fp-sec-3 .fp-form-wrap .fp-form-wrap-r,
  .fp-sec-3 .fp-form-wrap .fp-form-wrap-l {
    width: 45%;
  }
  .footer-top {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .content-wrap {
    max-width: 750px;
  }
  .fp-sec-2-item > img {
    display: none;
  }
  .fp-sec-2 .fp-sec-2-item-wrap {
    display: flex;
    flex-direction: column;
  }
  header .content-wrap button {
    display: none;
  }
  #dad-mobile-btn {
    position: fixed;
    top: 26px;
    right: 24px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
    display: block;
    z-index: 10;
  }
  .dad-span-1,
  .dad-span-2,
  .dad-span-3 {
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #C78909;
    left: 8px;
    transition: 0.3s;
  }
  .dad-span-1 {
    top: 11px;
  }
  .dad-span-2 {
    top: 21px;
  }
  .dad-span-3 {
    top: 31px;
  }
  .mobile-btn-view-2 .dad-span-1 {
    transform: rotate(45deg);
    top: 21px;
  }
  .mobile-btn-view-2 .dad-span-2 {
    display: none;
  }
  .mobile-btn-view-2 .dad-span-3 {
    top: 21px;
    transform: rotate(-45deg);
  }
  .site-wrap {
    position: relative;
  }
  #menu-main-menu {
    position: fixed;
    top: 0;
    left: -101vw;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    transition: 0.5s;
    z-index: 4;
  }
  #menu-main-menu li {
    text-align: center;
  }
  #menu-main-menu.show-mobile-menu {
    left: 0;
  }
  header .content-wrap {
    position: static;
  }
  .header-logo {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 10;
    width: 50px;
  }
  .header-logo img {
    width: 100%;
    height: auto;
  }
  .mob-menu-bg {
    width: 100vw;
    height: 102px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .fp-sec-1 .content-wrap > img {
    width: 100%;
    height: auto;
  }
  .fp-sec-3 .fp-sec-3-right {
    width: 100%;
  }
  .fp-sec-3-right img {
    width: 100%;
    height: auto;
  }
  .main-form h1 {
    margin-top: 100px;
    font-size: 36px !important;
  }
  .main-form {
    padding-bottom: 40px;
  }
  .question label {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .test-passed-page-l,
  .test-passed-page-r {
    width: 100%;
  }
  .test-passed-page-content-wrap {
    flex-direction: column;
  }
  .test-passed-page-content-wrap h2 {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .content-wrap {
    max-width: 450px;
  }
  .footer-middle .content-wrap,
  .fp-sec-3 .fp-form-wrap {
    flex-direction: column;
  }
  .fp-sec-3 .fp-form-wrap .fp-form-wrap-r,
  .fp-sec-3 .fp-form-wrap .fp-form-wrap-l {
    width: 100%;
  }
  .footer-middle-left,
  .footer-middle-right {
    width: 100%;
  }
  .footer-middle-right h2 {
    margin-top: 40px;
  }
  .fp-sec-3 button {
    float: none;
  }
  .fp-sec-1 h1 {
    width: 100%;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  .fp-sec-4 .fp-sec-4-r-item .fp-sec-4-r-item-body {
    font-size: 14px;
  }
  .fp-sec-2 .fp-sec-2-item {
    padding-top: 40px;
  }
  .panel-title a .fp-sec-5-title-1 {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 14px;
  }
  .panel-title a .fp-sec-5-title-2 {
    position: absolute;
    top: 22px;
    left: 60px;
    font-size: 14px;
    width: calc(100% - 110px);
  }
  .panel-title a.collapsed .fp-sec-5-title-3 {
    right: 20px;
  }
  footer {
    padding-bottom: 40px;
  }
  .fp-sec-1 h1 {
    margin-top: 90px;
  }
}
@media (max-width: 480px) {
  .content-wrap {
    max-width: 350px;
  }
}
@media (max-width: 374px) {
  .content-wrap {
    max-width: 300px;
  }
}

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