* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "geometria_bold";
}

@font-face {
  font-family: "geometria_bold";
  src: url(../fonts/geometria_bold.otf);
}
@font-face {
  font-family: "geometria_light";
  src: url(../fonts/geometria_light.otf);
}
h1, h2 {
  font-family: "Dela Gothic One", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  background: url(../img/main-bg.jpg) top center/cover no-repeat;
  overflow-x: hidden;
}

.pl {
  background: url(../img/policy-bg.jpg) top center/cover no-repeat;
}

.header {
  padding: 24px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .logo img {
  width: 104px;
}
.header .container ul {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 0;
  margin: 0;
}
.header .container ul li {
  list-style-type: none;
}
.header .container ul li a {
  color: #C1F15D;
  font-size: 14px;
  text-decoration: none;
}
.header .container ul li a:hover {
  text-decoration: underline;
  color: #C1F15D;
}
.header .container ul li a img {
  width: 24px;
}
.header .container .secure-header {
  width: 152px;
  text-decoration: none;
  color: #C1F15D;
  display: flex;
  align-items: center;
}
.header .container .secure-header img {
  width: 24px;
  margin-right: 8px;
}
.header .container .secure-header span {
  color: #C1F15D;
  font-size: 14px;
  line-height: 14px;
}

.header-content {
  padding-top: 50px;
  padding-bottom: 110px;
  background: url(../img/header-bg.png) center center/cover no-repeat;
}
.header-content .container {
  position: relative;
}
.header-content .container .h-dec {
  width: 108px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-content .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content .block .text {
  width: 55%;
}
.header-content .block .text h1 {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.header-content .block .text p {
  padding: 16px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header-content .block .img {
  width: 45%;
}
.header-content .block .img img {
  width: 100%;
}
.header-content .header-btn-block {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 56px;
}

.a-btn {
  font-family: "Dela Gothic One", sans-serif;
  color: #C1F15D;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px 30px;
  border: 1px solid #C1F15D;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s all;
  display: inline-block;
}
.a-btn:hover {
  background-color: #C1F15D;
  color: #000;
}

.a-btn-solid {
  background-color: #C1F15D;
  color: #000;
  transition: 0.3s all;
}
.a-btn-solid:hover {
  background-color: transparent;
  color: #C1F15D;
}

.tabs-block-main {
  margin-bottom: 150px;
}

.title {
  text-align: center;
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
}
.title h2 {
  max-width: 430px;
  width: 100%;
  text-transform: uppercase;
  color: #C1F15D;
  position: relative;
}
.title h2 img {
  width: 40px;
  position: absolute;
  top: 25px;
  right: -70px;
}

.tabs-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.tabs-items .item {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
  padding: 16px;
}
.tabs-items .item h4 {
  font-size: 16px;
  color: #C1F15D;
  margin-bottom: 16px;
}
.tabs-items .item h3 {
  font-family: "Dela Gothic One", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 16px;
  color: #C1F15D;
}
.tabs-items .item img {
  width: 100%;
  margin-bottom: 16px;
}
.tabs-items .item p {
  color: #fff;
  margin-bottom: 16px;
}
.tabs-items .item .fg {
  width: 100%;
  height: 1px;
  background-color: #3D4629;
  margin-bottom: 16px;
}
.tabs-items .item .itm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.tabs-items .item .itm h5 {
  color: #C1F15D;
  font-size: 16px;
  margin-bottom: 0;
}
.tabs-items .item .itm h6 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.main-img-items {
  margin-bottom: 150px;
}
.main-img-items .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-img-items .container .img {
  width: 43%;
  position: relative;
}
.main-img-items .container .img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-img-items .container .img .fg {
  box-shadow: 0px 0px 304px -21px rgba(193, 241, 93, 0.8);
  width: 50%;
  height: 50%;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-img-items .container .text {
  width: 55%;
}
.main-img-items .container .text .items-title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
}
.main-img-items .container .text .items-title h2 {
  color: #C1F15D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-img-items .container .text .items-title h2 img {
  width: 62px;
}
.main-img-items .container .text .items-title h3 {
  font-size: 16px;
  color: #C1F15D;
  text-transform: uppercase;
}
.main-img-items .container .text .block {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.main-img-items .container .text .block .item {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
  padding: 16px;
  width: 100%;
  max-width: 325px;
  color: #fff;
}
.main-img-items .container .text .block .item-right {
  margin-left: auto;
}
.main-img-items .container .text .block h6 {
  color: #fff;
  font-size: 10px;
  text-align: right;
}

.reviews {
  padding-bottom: 150px;
}
.reviews .swiper {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}
.reviews .swiper {
  max-width: 90%;
}
.reviews .swiper-wrapper {
  max-height: 400px;
}
.reviews .swiper-slide {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
  padding: 16px;
  padding-bottom: 50px;
  height: 100%;
  max-height: 400px;
}
.reviews .swiper-slide img {
  width: 100px;
  margin-bottom: 16px;
}
.reviews .swiper-slide .name {
  color: #C1F15D;
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 18px;
}
.reviews .swiper-slide .stars {
  margin-bottom: 24px;
  margin: 0 auto;
}
.reviews .swiper-slide .stars img {
  width: 120px;
}
.reviews .swiper-slide .text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  color: white;
}
.reviews .swiper-button-next {
  right: -7px;
}
.reviews .swiper-button-prev {
  left: -7px;
}
.reviews .swiper-button-next:after, .reviews .swiper-button-prev:after {
  font-size: 20px;
}

.footer {
  padding: 32px 0;
  background-color: #1D1D1D;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
.footer .container .footer-info {
  width: 50%;
}
.footer .container .footer-link {
  width: 24%;
}
.footer .container h3 {
  font-family: "Dela Gothic One", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  color: #C1F15D;
  margin-bottom: 48px;
}
.footer .container p {
  color: #FFFFFF;
  font-family: "geometria_light";
}
.footer .container p a {
  color: #FFFFFF;
  margin-bottom: 0;
}
.footer .container .foot-img {
  width: 310px;
}
.footer .container .f-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 48px 0;
  gap: 20px;
}
.footer .container .f-img .foot-img-2 {
  width: 50px;
  height: 25px;
}
.footer .container h6 {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "geometria_light";
}
.footer .container ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .container ul li {
  list-style-type: none;
}
.footer .container ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "geometria_light";
}

.menu {
  display: none;
}

.in-3-einfachen {
  padding-top: 100px;
  padding-bottom: 400px;
  position: relative;
}
.in-3-einfachen .n-img {
  width: 148px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in-3-einfachen h2 {
  text-transform: uppercase;
  color: #C1F15D;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  width: 100%;
  max-width: 800px;
  margin-bottom: 80px;
}
.in-3-einfachen .items {
  display: flex;
  justify-content: space-between;
}
.in-3-einfachen .items .item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 16px;
  width: 30%;
}
.in-3-einfachen .items .item img {
  width: 40px;
  margin-right: 16px;
}
.in-3-einfachen .items .item .text h4 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.in-3-einfachen .items .item .text p {
  color: #C1F15D;
  margin-bottom: 0;
  font-family: "geometria_light";
  line-height: 16px;
}
.in-3-einfachen .items .item-b {
  transform: translateY(170px);
}

.btn-c {
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border-color: #adff2f;
  color: #adff2f;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-c:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-c.plus {
  border-color: #adff2f;
  color: #adff2f;
}

.c-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.c-block h5 {
  color: #C1F15D;
  font-size: 16px;
  margin-bottom: 0;
}

.counter {
  display: flex;
  align-items: center;
}

.count {
  width: 55px;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}

.tabs-3-items {
  margin-bottom: 230px;
}
.tabs-3-items .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.tabs-3-items .title h2 {
  max-width: 540px;
}
.tabs-3-items .title p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.tabs-3-items .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 72px;
}
.tabs-3-items .nav-tabs .nav-item.show .nav-link, .tabs-3-items .nav-tabs .nav-link.active {
  background-color: #C1F15D;
  color: #0F0F0F;
  border-radius: 8px;
  font-size: 14px;
  border: none;
}
.tabs-3-items .nav-tabs .nav-link {
  padding: 16px;
  font-size: 14px;
  border: none;
  color: #C1F15D;
  border-radius: 8px;
}

.policy-block {
  padding: 50px 0;
}
.policy-block .title-block {
  margin-bottom: 80px;
}
.policy-block .title-block h2 {
  color: #C1F15D;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 40px;
  word-break: break-all;
}
.policy-block .title-block h2 img {
  margin-left: 40px;
  width: 58px;
}
.policy-block .title-block p {
  color: #C1F15D;
  margin-top: 50px;
}
.policy-block .title-block img {
  width: 320px;
}
.policy-block .title-block_w {
  width: 100%;
  max-width: 100%;
}
.policy-block .title-block_w h2 {
  width: 100%;
  max-width: 100%;
}
.policy-block .title-center {
  text-align: center;
}
.policy-block .content .item {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #381B2C;
}
.policy-block .content .item .h3-t {
  width: 28%;
}
.policy-block .content .item .h3-t h3 {
  text-transform: uppercase;
  font-family: "Dela Gothic One", sans-serif;
  margin-bottom: 16px;
  font-size: 24px;
}
.policy-block .content .item .p {
  width: 60%;
  font-family: "geometria_light";
}
.policy-block .content .item .p p {
  font-size: 16px;
  font-family: "geometria_light";
  margin-bottom: 20px;
}
.policy-block .content .item .p p a {
  color: #fff;
}
.policy-block .content .item .p li {
  font-family: "geometria_light";
}
.policy-block .content .item-w .p {
  width: 100%;
}
.policy-block .content .item-w .p p {
  display: flex;
}
.policy-block .content .item-w .p p img {
  width: 24px;
  margin-right: 16px;
}
.policy-block .content .item-w .p .p-c {
  color: #C1F15D;
  line-height: 16px;
}
.policy-block .h2-title {
  text-transform: uppercase;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  margin-bottom: 80px;
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
}

.shop-block {
  padding: 100px 0;
}
.shop-block .h2 {
  color: #C1F15D;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
}
.shop-block .block {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 8px;
  border: 1px solid #95F15D;
  padding: 24px 40px;
  width: 100%;
}
.shop-block .block .fg {
  width: 100%;
  height: 1px;
  background-color: #333C1F;
}
.shop-block .block .fg-top {
  transform: translateY(45px);
}
.shop-block .block .top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 32px;
}
.shop-block .block .top .item {
  text-align: center;
}
.shop-block .block .top .item h4 {
  margin-bottom: 32px;
  color: #C1F15D;
  padding: 8px;
  font-size: 14px;
}
.shop-block .block .top .item img {
  width: 100%;
  margin-bottom: 16px;
}
.shop-block .block .top .item p {
  color: #C1F15D;
  line-height: 16px;
}
.shop-block .block .top .item .price-box, .shop-block .block .top .item h3 {
  font-size: 20px;
  padding: 8px;
  color: #fff;
}
.shop-block .block .top .item .counter {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.shop-block .block .bottom {
  padding: 8px 39px;
  display: flex;
  justify-content: space-between;
}
.shop-block .block .bottom h5, .shop-block .block .bottom div {
  color: #C1F15D;
  font-size: 20px;
}
.shop-block .block .bottom div {
  color: #C1F15D;
}
.shop-block .block .shop-btn-block {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.form-block {
  padding-top: 30px;
  padding-bottom: 100px;
}
.form-block label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.form-block input, .form-block select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  background-color: #1a1a1a;
  border: 1px solid #333;
  color: white;
}
.form-block .section {
  max-width: 600px;
  margin-bottom: 30px;
}
.form-block .radio-group {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.form-block .checkbox-group label {
  font-weight: normal;
  margin-top: 10px;
}
.form-block .submit-btn {
  border: none;
  cursor: pointer;
}
.form-block .custom-radio {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: bold;
  color: #fff;
}
.form-block .custom-radio label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.form-block .custom-radio label input {
  border-radius: 4px;
}
.form-block .custom-radio input[type=radio], .form-block .custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ccff66;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.form-block .custom-radio input[type=radio]:checked::before, .form-block .custom-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #ccff66;
  border-radius: 4px;
}
.form-block .img-form {
  font-size: 12px;
}
.form-block .img-form img {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.form-block .fg {
  width: 100%;
  height: 1px;
  background-color: #333C1F;
  margin: 40px 0;
}
.form-block .c-d {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.form-block .section h2 {
  font-size: 32px;
  color: #95F15D;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.form-block .custom-checkbox {
  display: flex;
  align-items: center;
  color: #fff;
  align-items: start;
}
.form-block .custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-block .custom-checkbox label a {
  color: #fff;
}
.form-block .title-block {
  text-align: center;
  margin-bottom: 75px;
}
.form-block .title-block h2 {
  color: #95F15D;
  text-transform: uppercase;
}
.form-block .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 250px;
}
.form-block .content h3 {
  color: #95F15D;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: "Dela Gothic One", sans-serif;
}
.form-block .content .df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.form-block .content .df label {
  font-size: 20px;
  color: #fff;
}
.form-block .content .df input, .form-block .content .df select {
  background-color: #1D1D1D;
  border-radius: 8px;
  border: 1px solid #6E863C;
  padding: 10px;
  width: 100%;
  max-width: 320px;
}
.form-block .right .info {
  margin: 30px 0;
  margin-bottom: 60px;
  padding: 24px 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid #95F15D;
}
.form-block .right .info .item {
  display: flex;
  justify-content: space-between;
}
.form-block .right .info .item h3 {
  color: #fff;
  text-transform: none;
  font-family: "geometria_bold";
  margin-bottom: 0;
  font-size: 20px;
}
.form-block .right .info .item p {
  color: #95F15D;
  margin-top: 10px;
}
.form-block .right .info .fg {
  margin: 32px 0;
}
.form-block .right input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  background-color: #1a1a1a;
  border: 1px solid #333;
  color: white;
  border-radius: 8px;
  height: 90px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  color: #ccff66;
  text-align: center;
  font-size: 18px;
}

.close-btn {
  margin-top: 20px;
  background-color: #ccff66;
  color: black;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

.age-check-wrapper {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.5s ease-in-out;
}

.age-check-content {
  background: #1B1B1B;
  color: #fff;
  padding: 16px;
  max-width: 950px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.age-check-content .fg {
  width: 100%;
  height: 1px;
  background-color: #3D4629;
}
.age-check-content h2 {
  color: #C1F15D;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.age-check-content h3 {
  margin-top: 32px;
  color: #95F15D;
  font-size: 20px;
  margin-bottom: 32px;
}
.age-check-content p {
  text-align: left;
}

.age-check-buttons {
  margin-top: 20px;
}

.age-check-buttons button {
  margin: 0 10px;
  padding: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Dela Gothic One", sans-serif;
}

#btnAccept {
  background-color: #1B1B1B;
  color: #C1F15D;
  border: 1px solid #95F15D;
}

#btnDecline {
  background-color: #C1F15D;
  border: 1px solid #95F15D;
  color: #0F0F0F;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer-logo-block {
  padding-bottom: 150px;
}
.footer-logo-block h3 {
  color: #95F15D;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
.footer-logo-block .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 70px;
}
.footer-logo-block .items img {
  width: auto;
  height: 50px;
}

.modal-success {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-success-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
  color: #000;
  position: relative;
}

.modal-success-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.form-bl {
  padding-bottom: 200px;
}
.form-bl .form-container {
  max-width: 500px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}
.form-bl h2 {
  color: #95F15D;
  margin-bottom: 30px;
  font-size: 28px;
}
.form-bl form input, .form-bl form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
}
.form-bl form textarea {
  resize: vertical;
  height: 100px;
}
.form-bl button {
  background-color: #95F15D;
  border: none;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  color: #000;
  transition: background 0.3s ease;
  font-family: "Dela Gothic One", sans-serif;
}

@media (max-width: 991px) {
  body {
    background: url(../img/main-bg-m.jpg) center center/cover no-repeat;
  }
  .menu {
    display: block;
  }
  .header .container ul li .a {
    display: none;
  }
  .header .container ul .li {
    display: none;
  }
  .header .container .secure-header span {
    display: none;
  }
  .header .container .secure-header {
    width: auto;
  }
  .header {
    padding-top: 56px;
  }
  .header-content {
    padding-top: 40px;
  }
  .header-content .block .text h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .header-content .block .text p {
    font-size: 12px;
    line-height: 14px;
    font-family: "geometria_light";
  }
  .header-content .block {
    flex-direction: column;
    text-align: center;
  }
  .header-content .block .text {
    width: 100%;
  }
  .header-content .block .img {
    width: 100%;
  }
  .header-content .container .h-dec {
    display: none;
  }
  .a-btn {
    font-size: 14px;
  }
  .header-content .header-btn-block {
    gap: 24px;
    flex-direction: column;
    text-align: center;
  }
  .title h2 {
    font-size: 24px;
  }
  .title h2 img {
    display: none;
  }
  .tabs-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
  .tabs-items .item h3 {
    font-size: 16px;
  }
  .main-img-items .container {
    flex-direction: column;
  }
  .main-img-items .container .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-img-items .container .text {
    width: 100%;
  }
  .main-img-items .container .text .block .item {
    width: 100%;
    max-width: 100%;
  }
  .main-img-items .container .text .block h6 {
    text-align: left;
  }
  .tabs-block-main {
    margin-bottom: 100px;
  }
  .main-img-items {
    margin-bottom: 100px;
  }
  .footer .container {
    flex-direction: column;
    gap: 40px;
  }
  .footer .container .footer-info {
    width: 100%;
  }
  .footer .container .footer-link {
    width: 100%;
  }
  .offcanvas {
    background-color: #1C1C1C;
  }
  .btn-close {
    color: #fff;
    background-color: #C1F15D;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    opacity: 1;
  }
  .offcanvas-header {
    padding-top: 70px;
  }
  .dropdown ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
  }
  .dropdown ul li {
    list-style-type: none;
  }
  .dropdown ul li a {
    color: #fff;
    text-decoration: none;
  }
  .reviews {
    padding-bottom: 100px;
  }
  .in-3-einfachen {
    padding-top: 60px;
  }
  .in-3-einfachen h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .in-3-einfachen .items {
    flex-direction: column;
    gap: 24px;
  }
  .in-3-einfachen .items .item {
    width: 100%;
  }
  .in-3-einfachen .items .item-b {
    transform: translateY(0px);
  }
  .in-3-einfachen .n-img {
    width: 52px;
  }
  .in-3-einfachen .n-img {
    width: 46px;
    position: absolute;
    top: 13%;
    left: 71%;
    transform: translate(0);
  }
  .in-3-einfachen {
    padding-bottom: 87px;
  }
  .tabs-3-items .nav-tabs {
    margin-bottom: 60px;
  }
  .tabs-3-items {
    margin-bottom: 120px;
  }
  .policy-block .title-block h2 {
    font-size: 24px;
  }
  .policy-block .title-block img {
    width: 180px;
  }
  .policy-block .content .item {
    flex-direction: column;
    margin-bottom: 34px;
  }
  .policy-block .content .item .h3-t {
    width: 100%;
  }
  .policy-block .content .item .p {
    width: 100%;
  }
  .policy-block .content .item .h3-t h3 {
    font-size: 20px;
  }
  .policy-block .title-block h2 img {
    display: none;
  }
  .policy-block .title-block p {
    font-size: 14px;
  }
  .shop-block .h2 {
    font-size: 24px;
    text-align: center;
  }
  .shop-block .s-b {
    overflow-x: auto;
  }
  .shop-block .s-b .top {
    width: 800px;
  }
  .shop-block .block {
    padding: 20px;
  }
  .shop-block .block .bottom {
    padding: 4px;
  }
  .shop-block .block .shop-btn-block {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .shop-block .block .shop-btn-block .a-btn {
    font-size: 11px;
  }
  .shop-block {
    padding: 50px 0;
  }
  .form-block .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-block .right {
    display: none;
  }
  .form-block .content .df label {
    font-size: 16px;
  }
  .form-block .content .df {
    flex-direction: column;
    align-items: start;
  }
  .form-block .content .df input, .form-block .content .df select {
    max-width: 100%;
  }
  .form-block .section h2 {
    font-size: 24px;
  }
  .form-block .custom-radio input[type=radio], .form-block .custom-checkbox input[type=checkbox] {
    font-size: 16px;
  }
  .form-block .content .df {
    margin-bottom: 25px;
  }
  .age-check-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}/*# sourceMappingURL=style.css.map */