body {
  overflow-x: hidden;
  padding: 0
}

body,
p {
  margin: 0
}

ul {
  list-style: none
}

li,
ul {
  margin: 0;
  padding: 0
}

li {
  cursor: pointer
}

html {
  animation: complexMoveBackground 120s ease-in-out infinite;
  background-image: url(/images/Bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

@keyframes complexMoveBackground {
  0% {
    background-position: 0 0
  }

  20% {
    background-position: 30% 70%
  }

  40% {
    background-position: 70% 30%
  }

  60% {
    background-position: 100% 100%
  }

  80% {
    background-position: 50% 50%
  }

  to {
    background-position: 0 0
  }
}

@font-face {
  font-display: swap;
  font-family: Advent Pro;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/AdventPro-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: BebasNeue;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/bebasneuecyrillic.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Salmapro;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/SalmaproMediumnarrow.otf) format("opentype")
}

@font-face {
  font-display: swap;
  font-family: VAG World;
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/VAG\ World\ Bold.ttf") format("truetype")
}

.header {
  align-items: center;
  backdrop-filter: blur(20px);
  display: flex;
  font-family: BebasNeue, Salmapro, Arial, sans-serif;
  justify-content: space-between;
  padding: 0 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20
}

main {
  margin-top: 100px;
}

.ph-num {
  transition: .3s;
}

.ph-num:hover {
  color: #ea8b08;
  transition: .3s;
}

.nav-menu-header-ul {
  align-items: center;
  display: flex;
  font-size: 26px;
  font-weight: 400;
  gap: 26px;
  justify-content: flex-start;
  line-height: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration-skip-ink: none;
  text-underline-position: from-font
}

.nav-menu-header-ul :last-child {
  border: none
}

.nav-menu-header-ul>li>a {
  transition: .3s ease
}

.language-select-header:hover,
.nav-menu-header-ul>li>a:hover {
  color: #ea8b08;
  transition: .3s ease
}

.selected-text {
  font-family: BebasNeue, Salmapro, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400
}

li {
  border-right: 2px solid #000;
  padding-right: 26px
}

.logo-nav-cont-header {
  gap: 44px;
  margin-left: 100px;
  width: 100%
}

.logo,
.logo-nav-cont-header {
  align-items: center;
  display: flex;
  justify-content: center
}

.logo {
  cursor: pointer;
  height: 131px
}

.sta-header {
  all: unset;
  background-color: #ff9f1c;
  border-radius: 30px;
  box-shadow: 9px 9px 18px 0 #00000040;
  cursor: pointer;
  font-family: BebasNeue, Salmapro, Arial, sans-serif;
  font-weight: 400;
  line-height: 68.93px;
  position: relative;
  transition: .3s ease;
  z-index: 10;
  align-items: center;
  display: flex;
  font-size: 52px;
  justify-content: center;
  margin-right: 50px;
  padding: 5px 24px 5px 32px
}

.sta-header:hover {
  background-color: #ea8b08;
  transition: .3s ease
}

a {
  all: unset
}

.social-icons-header {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center
}

.language-selector-header {
  display: inline-block;
  font-family: Arial, sans-serif;
  position: relative
}

.language-select-header {
  align-items: center;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 8px;
  position: relative;
  transition: .3s ease;
  z-index: 10
}

.language-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  left: 0;
  padding: 0;
  top: 100%;
  z-index: 100
}

.language-dropdown li {
  font-size: 18px;
  gap: 8px;
  padding: 8px 12px
}

.language-dropdown li:hover {
  background-color: #f0f0f0
}

.flag-icon,
.language-dropdown li img {
  border-radius: 2px;
  height: 16px;
  width: 24px
}

.flag-icon {
  object-fit: cover
}

.language-dropdown {
  background: #fff;
  border-radius: 8px;
  display: none;
  font-family: BebasNeue, Salmapro, Arial, sans-serif;
  left: -26px;
  list-style: none;
  margin: 5px 0 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  transition: max-height .3s ease;
  width: max-content;
  z-index: 1000
}

.language-dropdown li {
  align-items: center;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-weight: 400;
  gap: 10px;
  padding: 8px 25px;
  transition: .3s ease;
  white-space: nowrap
}

.language-dropdown.open {
  max-height: 300px
}

.language-dropdown li:hover {
  background-color: #fdd66a;
  transition: .3s ease
}

.language-selector-header .language-dropdown {
  display: block
}

.language-select-header:focus {
  appearance: none;
  outline: none
}

.selected-language {
  align-items: center;
  display: flex;
  gap: 10px
}

.blup-btn-header {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -10
}

.a-header {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: .3s ease
}

.a-header:hover {
  scale: 1.2;
  transition: .3s ease
}

.nav-menu-header {
  width: 100%
}

.nav-menu-header-ul>.header-btn-wrpper {
  display: none
}

li:nth-child(6) {
  border: none
}

.header-btn-wrppe {
  display: none
}

.logo img {
  border-radius: 100px;
  height: 100px
}

@media screen and (max-width:1562px) {
  .sta-header {
    align-items: center;
    display: flex;
    font-size: 52px;
    justify-content: center;
    margin-right: 50px;
    padding: 5px 24px 5px 32px
  }

  .blup-btn-header {
    height: 250px;
    right: -70px;
    width: 400px
  }

  .nav-menu-header-ul {
    flex-wrap: wrap;
    font-size: 20px;
    gap: 20px;
    justify-content: flex-start
  }

  .social-icons-header {
    gap: 10px
  }

  li {
    padding-right: 20px
  }

  .logo-nav-cont-header {
    margin-left: 50px
  }
}

@media screen and (max-width:800px) {
  .blup-btn-header {
    display: none
  }

  .sta-header {
    background-color: #ea8b08;
    border-radius: 20px;
    font-size: 35px;
    line-height: 30px;
    margin-right: 50px;
    padding: 10px 15px
  }

  .nav-menu-header-ul>.header-btn-wrpper {
    display: block
  }

  .header-btn-wrpper {
    display: none
  }

  .logo-nav-cont-header {
    margin-left: 0
  }

  .nav-menu-header-ul li:nth-child(5) {
    border: none
  }
}

@media screen and (max-width:768px) {
  .nav-menu-header-ul {
    font-size: 12px;
    gap: 5px;
    justify-content: center
  }

  .logo img {
    height: 70px
  }

  .logo {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center
  }

  .logo-nav-cont-header {
    gap: 0;
    justify-content: space-between;
    padding: 0 5px
  }

  li {
    padding-right: 5px
  }

  .sta-header {
    background-color: #ea8b08;
    border-radius: 10px;
    font-size: 20px;
    line-height: 30px;
    margin-right: 0;
    padding: 0 15px
  }

  .sta-block1 {
    border-radius: 20px;
    font-size: 50px;
    padding: 15px 20px
  }

  .nav-menu-header-ul>.header-btn-wrpper,
  .nav-menu-header-ul>li {
    order: 7
  }

  .nav-menu-header-ul li:first-child {
    order: 1
  }

  .nav-menu-header-ul li:nth-child(2) {
    order: 2
  }

  .nav-menu-header-ul li:nth-child(3) {
    order: 3
  }

  .nav-menu-header-ul li:nth-child(5) {
    border-right: 2px solid #000;
    order: 4
  }

  .nav-menu-header-ul li:nth-child(4) {
    border: none;
    order: 5
  }

  .nav-menu-header-ul li:nth-child(6) {
    border: none;
    order: 6
  }

  .header {
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    z-index: 20
  }

  .language-select-header {
    background-color: unset
  }
}

.block1-h1 {
  color: #392d2d;
  font-family: VAG World;
  font-size: 35px;
  line-height: 56px;
  text-align: center
}

.b2-h2 {
  color: #392d2d;
  font-family: VAG World;
  font-size: 35px;
  line-height: 56px;
  text-align: left
}

.b2-p {
  font-family: Advent Pro;
  font-size: 20px;
  max-width: 320px;
}

.price-list {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  padding: 0 20px;
}

.span-p2-b2 {
  position: relative;
  top: 10px;
}

.ap-b1-h1 {
  font-size: 50px
}

.ap-b1-h2 {
  color: #ff9f1c
}

.block1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 250px;
  position: relative;
  gap: 60px;
}

.block1-leg {
  height: 436px;
  left: 0;
  position: absolute;
  top: 160px;
  z-index: -1
}

.block1-blup1 {
  height: 437px;
  left: 0;
  position: absolute;
  top: 180px;
  z-index: -2
}

.block1-content {
  display: flex;
  flex-wrap: wrap;
  left: -170px;
  position: relative
}

.blup1-block1,
.blup2-block1,
.blup3-block1 {
  position: absolute;
  z-index: -1
}

.blup1-block1 {
  height: 180px;
  left: 340px;
  top: -30px
}

.blup2-block1 {
  height: 220px;
  left: 600px;
  top: -30px
}

.blup3-block1 {
  height: 220px;
  left: 400px;
  top: 150px
}

.block1-p {
  color: #392d2d;
  font-family: Advent Pro, serif;
  font-size: 24px;
  position: relative
}

.b1p1 {
  left: 380px;
  top: 15px
}

.b1p1,
.b1p2 {
  position: relative;
  text-align: center;
  width: 150px
}

.b1p2 {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 500px;
  top: 10px
}

.b1p3 {
  left: 145px;
  position: relative;
  text-align: center;
  top: 195px;
  width: 150px
}

@media screen and (max-width:768px) {
  .block1-leg {
    height: 250px;
    left: -60px;
    top: 110px;
  }

  .block1 {
    gap: 50px
  }

  .header-btn-wrppe {
    display: block;
    left: 65px;
    position: relative;
    top: 240px
  }

  .ap-b1-h1 {
    font-size: 30px;
    padding-left: 0
  }

  .block1-h1 {
    font-size: 21px;
    line-height: 30px;
    margin: 20px 0 0
  }

  .block1-blup1 {
    height: 265px;
    left: -65px;
    top: 105px;
  }

  .block1-p {
    font-family: Advent Pro, serif;
    font-size: 18px
  }

  .b1p1 {
    left: 367px;
    top: -13px;
    width: 120px;
  }

  .blup1-block1 {
    height: 125px;
    left: 350px;
    top: -45px;
  }

  .b1p2 {
    height: 90px;
    left: 271px;
    top: 135px;
    width: 120px;
  }

  .blup2-block1 {
    height: 131px;
    left: 380px;
    top: 110px;
  }

  .b1p3 {
    left: 33px;
    top: 274px;
    width: 115px;
  }

  .blup3-block1 {
    height: 150px;
    left: 240px;
    top: 244px;
    width: 205px;
  }

  main {
    margin-top: 120px
  }

  .b2-h2 {
    line-height: 1;
    padding-top: 20px;
  }

  .price-list {
    gap: 10px;
}
}

.block2 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 410px;
  position: relative;
  gap: 250px;
}

.b2-blup1 {
  height: 383px;
  left: 0px;
  position: absolute;
  top: -80px;
  z-index: -1
}

.block2-h1 {
  color: #392d2d;
  font-family: VAG World;
  font-size: 60px;
  letter-spacing: 5px;
  line-height: 60px;
  margin: 0 0 10px;
  padding-left: 20px
}

.b2-blup-2 {
  height: 220px;
  left: -40px;
  position: absolute;
  top: -25px;
  z-index: -1
}

.body-list,
.body-list-cont {
  position: relative
}

.body-list {
  color: #392d2d;
  font-family: Advent Pro;
  font-size: 14px;
  z-index: 1
}

.b2-blup-3 {
  height: 400px;
  left: -185px;
  position: absolute;
  top: -115px;
  z-index: -1;
}

.b2-blup-4 {
  left: -160px
}

.b2-blup-4,
.b2-blup-5 {
  height: 500px;
  position: absolute;
  top: -160px
}

.b2-blup-5 {
  left: 70px
}

.b2-sta-butn-cont {
  left: 250px;
  position: relative;
  top: 30px
}

@media screen and (max-width:768px) {
  .block2 {
    flex-direction: column-reverse;
    gap: 90px;
    margin-top: 480px;
  }

  .b2-blup-5 {
    height: 389px;
    left: 70px;
    top: -126px
  }

  .b2-blup-3 {
    height: 300px;
    left: -115px;
  }

  .b2-blup-2 {
    top: -85px
  }

  .body-list {
    position: relative;
    top: -55px;
  }

  .block2-price-p {
    font-size: 15px;
    padding: 15px 8px;
    width: 100px
  }

  .b2-sta-butn-cont {
    left: 250px;
    position: relative;
    top: 30px;
    width: 0
  }

  .b2-blup-4 {
    height: 423px;
    left: -140px;
  }

  .special {
    left: -99px;
    top: 145px
  }
}

.block3 {
  margin-top: 100px;
  position: relative
}

.block3,
.block3-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.block3-wrapper {
  gap: 10px;
}

.b3-h1-p1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.b3-h1 {
  font-family: Vag World;
  font-size: 53px;
  line-height: 110px;
  margin: 0
}

.b3-h1,
.b3-p1 {
  color: #392d2d;
  text-align: center
}

.b3-p1 {
  font-family: BebasNeue, Salmapro;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  max-width: 700px
}

.b3-li {
  border: none
}

.b3-ul {
  font-family: Advent Pro;
  font-size: 20px;
  height: 500px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 600px
}

.b3-li {
  line-height: 1.2;
  padding: 20px;
  position: absolute;
  text-align: center
}

.li1 {
  left: 0px;
  top: 69px;
  transform: rotate(-6deg);
  width: 215px
}

.li2 {
  left: 221px;
  top: 1px;
  transform: rotate(6deg)
}

.li2,
.li3 {
  width: 200px
}

.li3 {
  left: 7px;
  top: 277px;
}

.li3,
.li4 {
  transform: rotate(-6deg)
}

.li4 {
  left: 226px;
  top: 173px;
  width: 160px
}

.li5 {
  left: 198px;
  top: 369px;
  transform: rotate(6deg);
  width: 235px
}

.qw {
  display: none
}

.b3-blup-ul {
  height: 166px;
  position: absolute
}

.b3-blup1 {
  height: 153px;
  left: 0px;
  top: 50px;
}

.b3-blup2 {
  left: 221px;
  top: -30px;
}

.b3-blup3 {
  left: 0px;
  top: 275px;
  height: 145px;
}

.b3-blup4 {
  height: 138px;
  left: 180px;
  top: 152px;
}

.b3-blup5 {
  height: 140px;
  left: 223px;
  top: 350px;
}

.b3-content {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative
}

.b3-blup6 {
  height: 320px;
  left: 0;
  position: absolute;
  top: 180px;
  z-index: 1
}

.b3-blup7 {
  height: 665px
}

@media screen and (max-width:768px) {

  .block3 {
    margin-top: 0px;
  }

  .li1 {
    left: 22px;
    top: 86px;
  }
  
  .li2 {
    left: 235px;
    top: 6px;
  }
  
  .li2,
  .li3 {
    width: 200px
  }
  
  .li3 {
    left: 27px;
    top: 295px;
  }
  
  .li3,
  .li4 {
    transform: rotate(-6deg)
  }
  
  .li4 {
    left: 220px;
    top: 188px;
  }
  
  .li5 {
    left: 235px;
    top: 380px;
  }

  .b3-blup6 {
    display: none
  }

  .b3-blup7 {
    height: 424px;
    position: absolute;
    top: -252px;
    left: 27px;
  }

  .b3-blup-meat {
    position: relative
  }

  .b3-h1 {
    font-size: 34px;
    line-height: 34px;
    padding: 0 20px
  }

  .b3-li {
    font-size: 17px;
    padding: 10px 0;
    width: 200px
  }

  .b3-ul {
    left: -15px;
    width: 100%;
    top: 420px;
    scale: 0.8;
  }

  .b3-p1 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 0 20px;
    text-align: left
  }

  .b3-content {
    width: 100%
  }

  .b3-h1-p1 {
    margin-top: 65px
  }
}

.block4 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.b4-steps-container {
  display: grid;
  gap: 80px;
  column-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  padding: 20px;
  position: relative
}

.b4-step {
  gap: 5px;
  justify-content: flex-start;
  position: relative;
  text-align: center
}

.b4-step,
.b4-step-number {
  align-items: center;
  display: flex
}

.b4-step-number {
  border-radius: 50%;
  font-family: Vag World;
  font-size: 36px;
  justify-content: center;
  min-height: 80px;
  min-width: 80px
}

.b4-step1 .b4-step-number {
  background-color: #fcbc62
}

.b4-step2 .b4-step-number {
  background-color: #b4dbff
}

.b4-step3 .b4-step-number {
  background-color: #fdd66a
}

.b4-step4 .b4-step-number {
  background-color: #fe8e17
}

.b4-step5 .b4-step-number {
  background-color: #b4dbff
}

.b4-step6 .b4-step-number {
  background-color: #fe8e17
}

.b4-step7 .b4-step-number {
  background-color: #fdd66a
}

.b4-step p {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  position: relative
}

.b4-step1 {
  grid-column: 1/span 1;
  grid-row: 1/span 1
}

.b4-step2 {
  grid-column: 2/span 1;
  grid-row: 1/span 1
}

.b4-step3 {
  grid-column: 3/span 1;
  grid-row: 1/span 1
}

.b4-step4 {
  grid-column: 1/span 1;
  grid-row: 2/span 1
}

.b4-step5 {
  grid-column: 2/span 1;
  grid-row: 2/span 1
}

.b4-step6 {
  grid-column: 3/span 1;
  grid-row: 2/span 1
}

.b4-step7 {
  grid-column: 2/span 1;
  grid-row: 3/span 1
}

.b4-p {
  font-family: BebasNeue, Salmapro;
  font-weight: 400
}

.b4-p1 {
  left: 10px;
  top: 25px;
  width: 170px
}

.b4-p2 {
  top: 15px;
  width: 185px
}

.b4-p3 {
  width: 200px
}

.b4-p4 {
  left: 5px;
  width: 195px
}

.b4-p5 {
  top: 30px;
  width: 240px
}

.b4-p6 {
  top: -15px;
  width: 240px
}

.b4-p7 {
  top: 15px;
  width: 240px
}

.b4-sp {
  font-size: 20px
}

.b4-img1 {
  height: 105px;
  left: 27px;
  position: absolute;
  top: -6px
}

.b4-img2 {
  height: 75px;
  left: -20px;
  position: absolute;
  top: 25px
}

.b4-img3 {
  height: 64px;
  left: 40px;
  position: absolute;
  top: 30px
}

.b4-img4 {
  height: 80px;
  left: -55px;
  position: absolute;
  top: 10px
}

.b4-img5 {
  left: 70px;
  top: -30px
}

.b4-img5,
.b4-img6 {
  height: 60px;
  position: absolute
}

.b4-img6 {
  left: 50px;
  top: 50px
}

.b4-img7 {
  height: 120px;
  left: -40px;
  position: absolute;
  top: -80px;
  z-index: -1
}

@media screen and (max-width:768px) {
  .b4-steps-container {
    display: flex;
    flex-direction: column;
    gap: 40px
  }

  .b4-step {
    scale: .8
  }

  .b4-h1 {
    margin-top: 410px;
    text-align: center
  }
}

.block5 {
  margin-top: 120px;
  position: relative
}

.block5,
.faq-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.faq-container {
  display: flex;
  justify-content: flex-start;
  max-height: 375px;
  max-width: 800px;
  overflow-y: auto;
  padding: 0 65px;
  align-items: flex-start;
}

.faq-container::-webkit-scrollbar,
.faq-container::-webkit-scrollbar-track {
  display: none
}

.arr-iconn {
  cursor: pointer;
  transition: .3s ease
}

.arr-iconn:hover {
  scale: 1.1;
  transition: .3s ease
}

.faq-container::-webkit-scrollbar-thumb {
  display: none
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center
}

.faq-item {
  align-items: flex-start;
  display: flex;
  transition: transform .5s ease
}

.faq-number {
  align-items: center;
  background-color: #ff9f1c;
  border-radius: 50%;
  display: flex;
  font-family: Vag World;
  font-size: 30px;
  justify-content: center;
  margin-right: 15px;
  min-height: 60px;
  min-width: 60px;
  transition: transform .5s ease, background-color .5s ease
}

.faq-content {
  flex: 1
}

.faq-question {
  font-family: Vag World;
  font-size: 30px;
  line-height: 35px;
  transition: color .5s ease
}

.faq-answer {
  font-family: Advent Pro;
  font-size: 32px;
  margin-top: 25px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transform: translateY(-20px);
  transition: transform .4s ease, opacity .4s ease, max-height .4s ease
}

.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0)
}

.faq-item {
  cursor: pointer;
  padding: 15px;
  transition: background-color .3s ease, transform .3s ease
}

.b5-faq-block {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  transition: .5s ease
}

.b5-faq-block:hover,
.faq-item.active .b5-faq-block {
  transform: scale(1.2);
  transition: .5s ease
}

.b5-blup1,
.b5-blup2 {
  position: absolute
}

.b5-blup1 {
  height: 500px;
  left: 0;
  top: 120px;
  z-index: -1
}

.b5-blup2 {
  height: 600px;
  right: 0;
  top: 60px;
  z-index: -1
}

.spec {
  margin-top: 40px
}

@media screen and (max-width:768px) {
  .faq-container {
    padding: 0 27px;
    scale: .9
  }

  .faq-question {
    font-size: 20px
  }

  .faq-answer {
    font-size: 24px
  }

  .b5-blup2 {
    right: -100px
  }

  .b5-blup1,
  .b5-blup2 {
    height: 300px
  }

  .block5 {
    overflow: hidden
  }
}

.block6 {
  flex-direction: column;
  margin-top: 100px
}

.b6-content,
.block6 {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 45px;
}

.b6-content {
  font-family: BebasNeue, Salmapro;
}

.b6-item {
  flex-direction: column;
  gap: 15px;
  position: relative
}

.b6-item,
.b6-p1-ico {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.b6-blup1,
.b6-blup2,
.b6-blup3 {
  position: absolute;
  z-index: -1
}

.b6-item {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.b6-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.b6-blup1 {
  height: 290px;
  top: -50px;
  width: 554px;
}

.b6-blup2 {
  height: 250px
}

.b6-blup3 {
  height: 240px
}

.b6-h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0
}

.b6-p1 {
  font-size: 28px
}

.b6-loc {
  height: 40px
}

@media screen and (max-width:768px) {
  .block6 {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 60px
  }

  .b6-content {
    scale: .55
  }

  .sp1,
  .sp2 {
    width: 300px
  }

  .sp2 {
    left: -120px;
    top: 160px
  }

  .sp3 {
    left: -650px;
    top: -130px;
    width: 300px
  }
}

.block7 {
  flex-direction: column;
  margin-top: 200px
}

.b7-cont,
.block7 {
  align-items: center;
  display: flex;
  justify-content: center
}

.b7-cont {
  gap: 230px;
  margin-top: 30px
}

.b7-ico-cont {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  transition: .5s ease
}

.b7-ico-cont:hover {
  scale: 1.3;
  transition: .5s ease
}

.b7-p {
  font-family: BebasNeue, Salmapro;
  font-size: 30px
}

.b7-ico {
  width: 120px
}

@media screen and (max-width:768px) {
  .block7 {
    margin-top: 0
  }

  .b7-cont {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 30px;
    width: 100%
  }

  .b7-ico {
    width: 50px
  }

  .b7-p {
    font-size: 25px
  }
}

.footer {
  flex-direction: column;
  gap: 140px;
  margin-top: 120px
}

.footer,
.footer-social-cont {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: relative
}

.footer-social-cont {
  gap: 110px;
  position: relative
}

.footer-ico-bg {
  height: 320px;
  left: -180px;
  position: absolute;
  z-index: -1
}

.footer-ico {
  cursor: pointer;
  height: 65px;
  transition: .5s ease
}

.footer-ico:hover {
  scale: 1.1;
  transition: .5s ease
}

@media screen and (max-width:768px) {
  .footer-ico-bg {
    height: 183px;
    left: -110px
  }

  .footer-social-cont {
    gap: 55px
  }

  .footer-ico {
    height: 40px
  }

  .footer {
    overflow: hidden;
    padding-bottom: 56px
  }

  .special2 {
    text-align: center
  }
}

.article-section {
  font-family: Vag World;
  font-size: 28px;
  padding: 0 40px
}

.article-section>p {
  font-family: Advent Pro, serif
}

.unstyled-list {
  all: unset;
  font-family: Advent Pro, serif;
  list-style: decimal
}

.unstyled-list>li {
  border: none
}

.unstyled-list-circle {
  all: unset;
  font-family: Advent Pro, serif;
  list-style: disc
}

.unstyled-list-circle>li {
  border: none
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

.article-section {
  color: #333;
  font-size: 24px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px
}

.article-section h2 {
  color: #222;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center
}

.article-section h3 {
  color: #444;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 25px
}

.article-section h4 {
  color: #555;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 20px
}

.article-section h5 {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center
}

.article-section p {
  margin-bottom: 15px;
  text-align: justify
}

.article-section ul {
  margin-bottom: 15px;
  padding-left: 20px
}

.article-section ul.unstyled-list-circle {
  list-style-type: disc;
  padding-left: 25px
}

.article-section strong {
  color: #000
}

.article-section br {
  display: block;
  margin-top: 10px
}

#scrollToTop {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 100%;
  bottom: 100px;
  box-shadow: 0 1px 4px -2px #ffaa06, 0 8px 20px rgba(0, 0, 0, .16);
  cursor: pointer;
  display: none;
  display: flex;
  height: 64px;
  justify-content: center;
  margin: 0 auto;
  opacity: 1;
  outline: none;
  padding: 10px 15px;
  position: fixed;
  right: 20px;
  transition: opacity .3s ease;
  user-select: none;
  width: 64px;
  z-index: 2
}

#scrollToTop:hover {
  box-shadow: 0 2px 5px -2px #ffaa06, 0 8px 24px rgba(0, 0, 0, .2)
}

#scrollToTop>img {
  transform: rotate(180deg)
}

.breadcrumbs {
  background-color: #fff9f3;
  border: 1px solid #f1c6a3;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  font-family: BebasNeue, Salmapro, Arial, sans-serif;
  margin: 0 40px;
  padding: 10px;
  position: fixed;
  top: 120px;
  z-index: 20;
}

.breadcrumbs a {
  color: #f60;
  text-decoration: none
}

.breadcrumbs a:hover {
  color: #e65c00;
  text-decoration: underline
}

.breadcrumbs span {
  color: #999
}

.breadcrumbs a:focus {
  border-bottom: 2px solid #f60;
  outline: none
}

@media (max-width:768px) {
  .breadcrumbs {
    padding: 8px
  }

  .breadcrumbs,
  .breadcrumbs a {
    font-size: 14px
  }
}

.error-page {
  align-items: center;
  display: flex;
  font-family: BebasNeue, Salmapro, Arial, sans-serif;
  justify-content: center;
  margin-top: 131px
}

.error-container {
  border-radius: 15px;
  color: #ff9f1c;
  max-width: 600px;
  padding: 0 20px;
  text-align: center;
  width: 100%
}

.error-title {
  color: #ff9f1c;
  font-size: 150px;
  font-weight: 700;
  margin-bottom: 20px
}

.error-message {
  font-size: 24px;
  margin-bottom: 10px
}

.error-description {
  font-size: 18px;
  margin-bottom: 30px
}

.error-link {
  color: #ff9f1c;
  cursor: pointer;
  font-size: 150px;
  text-decoration: none;
  transition: .3s
}

.error-link:hover {
  color: #f60;
  transition: .3s
}

.new-block1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block1-h1-new {
  color: #ffffff;
  font-family: VAG World;
  font-size: 46px;
  line-height: 64px;
  text-align: center;
  z-index: 1;
  margin: 0;
}

.block1-p-new {
  color: #ffffff;
  font-family: Advent Pro, serif;
  font-size: 24px;
  position: relative;
}

.new-block1-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 800px;
  height: 600px;
  margin-bottom: 120px;
}

.blup1-block1-new {
  position: absolute;
  width: 850px;
}

.blup2-block1-new {
  position: absolute;
  z-index: 1;
  width: 150px;
  top: 90px;
  left: 415px;
}

.blup3-block1-new {
  position: absolute;
  z-index: 2;
  width: 150px;
  top: 325px;
  left: -20px;
}

.blup4-block1-new {
  position: absolute;
  z-index: 2;
  width: 75px;
  top: 260px;
  left: -60px;
}

.wrap99 {
  position: absolute;
  top: 425px;
  left: 419px;
  width: 300px;
  z-index: 2;
}

.blup5-block1-new {
  position: absolute;
  z-index: 2;
  width: 315px;
  top: 346px;
  left: 412px;
}

.sta-new {
  position: absolute;
  top: 500px;
  left: 280px;
}

@media (max-width: 768px) {
  .b1-h2-new {
    top: 300px;
    left: 300px;
  }

  .wrap99 {
    top: 140px;
    left: 220px;
    width: 165px;
  }

  .block1-h1-new {
    font-size: 28px;
    line-height: 34px;
  }

  .block1-p-new {
    font-size: 14px;
  }

  .new-block1-container {
    width: 400px;
    height: 160px;
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .blup1-block1-new {
    position: absolute;
    max-width: 400px;
  }

  .blup2-block1-new {
    width: 70px;
    top: 50px;
    left: 150px;
    display: none;
  }

  .blup3-block1-new {
    width: 37px;
    top: 98px;
    left: 32px;
  }

  .blup4-block1-new {
    display: none;
  }

  .blup5-block1-new {
    width: 113px;
    top: 119px;
    left: 245px;
  }

  .sta-new {
    top: 167px;
    left: 166px;
  }

  .b1-h2-new {
    top: 140px;
    left: 252px;
    font-size: 18px;
    padding: 0;
  }

  .b2-blup1 {
    height: 155px;
    left: -70px;
    position: absolute;
    top: 203px;
    z-index: -1;
  }
}

.ph-num::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #358a00;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, top 0.2s;
}

.ph-num.show-tooltip::after {
  opacity: 1;
  top: 10px;
}
