@import url(https://fonts.googleapis.com/css?family=Inter:300,regular,500,600,700);

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,regular);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700);

@charset "UTF-8";

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Cond-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Cond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Extra-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Extra-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "FuturaPT";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "FuturaPT";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}
p.banner__text-subheader {
    color: #000;
    font-size: 24px;
}
p.banner__text-time {
    color: #534640;
    font-weight: bold;
    font-size: 36px;
    margin: 5px 0;
}

h1 {
    color: #534640;
    font-weight: bold;
    font-size: 96px!important;
}







/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 73.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  background: #483534;
  color: #fff;
  padding: 0.625rem 0;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header a img {
  margin-right: 0.625rem;
}

.header__duiko {
  font-weight: 700;
}

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

.header__duiko_desc {
  font-family: Open Sans;
  max-width: 16.6875rem;
  line-height: 125.7%;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 135%;
  font-family: Roboto Slab;
}

.menu__list li a {
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__list li a:hover {
  color: rgb(194, 194, 194);
}

.menu__list li a img {
  margin: 0 1.25rem;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.footer {
  background: #251110;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem 0rem;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.copyraight {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: Roboto Slab;
}
section.secret {
    background: linear-gradient(250.28deg, rgba(210, 175, 175, 0.2) 36.81%, rgba(210, 175, 175, 0) 111.26%), #251616;
}
.banner {
  background: url("../img/bg.jpg") ;
  background-size: cover;
}

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

.banner__text-wrapper {
  max-width: 31rem;
}

.banner__text-wrapper h1 {
  font-weight: 700;
}

.banner__text-wrapper h1 span {
  padding: 0rem 0.625rem 0rem 0.625rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.774);
  line-height: 2.875rem;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.banner__text-subheader,
.banner__text-time,
.banner__text-date {
  font-family: inter;
}

.banner__text-subheader {
  line-height: 130%;
  margin-bottom: 0.3125rem;
}

.banner__text-time {
  font-size: 3rem;
}

.banner__text-date {
  font-size: 1.5rem;
}

.banner__text-shedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}

.shedule__day {
  white-space: nowrap;
  font-weight: 700;
  color: #000;
  background: #D9D9D9;
  border-radius: 8px;
  padding: 0.25rem;
  margin-right: 1.0625rem;
}

.shedule__desc {
  font-size: 1.3125rem;
  font-weight: 700;
}
.button {
    background: #80BB64;
    color: #fff;
    padding: 0.7375rem 1.25rem;
    -webkit-transition: f;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    text-transform: uppercase;
}

.button:hover {
  background: #5A2C1E;
  color: #fff;
}

.button span {
  color: #fff;
  font-weight: 700;
}

.secret {
  background: #fff;
  width: 100%;
}

.secret__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    align-items: center;
}
.secret__container img {
    width: 40%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 45%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10%;
}

.secret__text-wrapper {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.secret__text-header {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 130%;
}

.secret__text-subheader {
  line-height: 130%;
}

.secret__text-desc {
  font-weight: 450;
color:#fff;
  line-height: 150%;
}

.secret__text-desc,
.secret__text-subheader {
  font-size: 1.125rem;
}

.rite-list {
  background: url("../img/rite-list-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #fff;
}

.rite-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 160%;
}

.rite-list__header {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.25rem;
  text-align: center;
  line-height: 140%;
}

.rite-list__subheader {
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom: 1.875rem;
  line-height: 140%;
}

.rite-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.rite-list__one-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.rite-list__one-list img {
  width: 100%;
}

.rite-list__one-list ul {
  max-width: 21.25rem;
}

.rite-list__one-list ul li {
  font-family: Open Sans;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.middle-list {
  margin-top: 8.1875rem;
}

.timer {
  padding: 1.875rem 0rem;
}

.coundown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coundown-wrapper__budda {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

.budda-mobile {
  display: none;
}

.coundown__mid-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/mandala.svg") 0 0 no-repeat;
  background-size: contain;
  background-position: center;
}

.coundown__mid-wrapper p {
  text-align: center;
  max-width: 18.75rem;
  color: #5A2C1E;
}

.coundown__mid-wrapper .record-text {
  color: #D36500;
  margin-bottom: 1.25rem;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Open Sans;
}

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

.timer__wrapper p {
  font-weight: 700;
  color: #5A2C1E;
  margin-bottom: 1.5625rem;
}

.timer__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px dashed #5A2C1E;
  border-radius: 50px;
}

.number {
  font-weight: 500;
  color: #5A2C1E;
}

.duiko {
  background: #F0F0F0;
  background-size: cover;
  color: #414141;
}

.aa-mobile {

}

.duiko-wrapper {

}
.duiko__text {
    display: flex;
    justify-content: center;
}

.duiko__header {

}

.duiko__desc {
  font-weight: 450;
  line-height: 140%;
  max-width: 36.375rem;
}

.duiko__button {
  color: #B5E44F;
  opacity: 0.8;
  max-width: 7.5rem;
  white-space: nowrap;
}

.duiko__button:hover {
  opacity: 1;
}

  .header__duiko {
    font-size: 1.75rem;
  }

  .header__duiko_desc {
    font-size: 1rem;
  }

  .menu__list {
    font-size: 1.125rem;
  }

  .banner__container {
    padding-top: 8.125rem;
  }

  .banner__container {
    padding-bottom: 7.375rem;
  }

  .banner__text-wrapper h1 {
    font-size: 4rem;
  }

  .banner__text-wrapper h1 {
    margin-bottom: 1.5625rem;
  }

  .banner__text-wrapper h1 span {
    font-size: 1.875rem;
  }

  .banner__text-wrapper h1 span {
    bottom: 0.75rem;
  }

  .banner__text-subheader {
    font-size: 2rem;
  }

  .banner__text-date {
    margin-bottom: 1.5rem;
  }

  .banner__text-shedule:nth-last-of-type(1) {
    margin-bottom: 3.4375rem;
  }

  .button {
    font-size: 1.5rem;
  }

 .button span {
    font-size: 2rem;
}

  .secret {
    padding-top: 4.25rem;
  }

  .secret {
    padding-left: 1.875rem;
  }

  .secret {
    padding-right: 1.875rem;
  }

  .secret {
padding-bottom: 130px;
  }

  .secret__text-header {
    margin-bottom: 2.5rem;
  }

  .secret__text-subheader {
    margin-bottom: 2.0625rem;
  }

  .rite-list {
    padding-left: 0.625rem;
  }

  .rite-list {
    padding-right: 0.625rem;
  }

  .rite-list {
    padding-top: 4.375rem;
  }

  .rite-list {
    padding-bottom: 4.375rem;
  }

  .rite-list__one-list img {
    margin-bottom: 3.125rem;
  }

  .coundown__mid-wrapper {
    padding-top: 18.75rem;
  }

  .coundown__mid-wrapper {
    padding-bottom: 15.625rem;
  }

  .coundown__mid-wrapper p {
    font-size: 1.625rem;
  }

  .coundown__mid-wrapper .record-text {
    font-size: 2.125rem;
  }

  .countdown {
    gap: 1.25rem;
  }

  .timer__wrapper {
    gap: 1.25rem;
  }

  .timer__wrapper p {
    font-size: 1.125rem;
  }

  .timer__child {
    margin-top: 1.5625rem;
  }

  .timer__child {
    width: 5.625rem;
  }

  .timer__child {
    height: 5.625rem;
  }

  .number {
    font-size: 2.0625rem;
  }





  .duiko__text {
    padding-top: 9.375rem;
  }


  .duiko__header {
    font-size: 3rem;
  }

.duiko__header {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
p.duiko__desc {
    font-size: 18px;
}
img.aa-mobile {
    margin-right: 4%;
    max-width: 420px;
    position: relative;
    top: -31px;
    margin-bottom: -31px;
}
  .duiko__desc {
    margin-bottom: 2.5rem;
  }


@media (max-width: 20em) {
  .header__duiko {
    font-size: 1.5rem;
  }

  .header__duiko_desc {
    font-size: 0.75rem;
  }

  .menu__list {
    font-size: 1rem;
  }

  .banner__container {
    padding-top: 10rem;
  }

  .banner__container {
    padding-bottom: 1.8125rem;
  }

  .banner__text-wrapper h1 {
    font-size: 2.8125rem;
  }

  .banner__text-wrapper h1 {
    margin-bottom: 0.3125rem;
  }

  .banner__text-wrapper h1 span {
    font-size: 1.5rem;
  }

  .banner__text-wrapper h1 span {
    bottom: 0.625rem;
  }

  .banner__text-subheader {
    font-size: 1rem;
  }

  .banner__text-date {
    margin-bottom: 1.875rem;
  }

  .banner__text-shedule:nth-last-of-type(1) {
    margin-bottom: 2.1875rem;
  }

  .button {
    font-size: 1.125rem;
  }

  .button span {
    font-size: 1.5rem;
  }

  .secret {
    padding-top: 1.125rem;
  }

  .secret {
    padding-left: 0.0000000625rem;
  }

  .secret {
    padding-right: 0.0000000625rem;
  }

  .secret {
    padding-bottom: 1.25rem;
  }

  .secret__text-header {
    margin-bottom: 1.875rem;
  }

  .secret__text-subheader {
    margin-bottom: 1.875rem;
  }

  .rite-list {
    padding-left: 0.625rem;
  }

  .rite-list {
    padding-right: 0.625rem;
  }

  .rite-list {
    padding-top: 1.875rem;
  }

  .rite-list {
    padding-bottom: 1.875rem;
  }

  .rite-list__one-list img {
    margin-bottom: 1.875rem;
  }

  .coundown__mid-wrapper {
    padding-top: 3.75rem;
  }

  .coundown__mid-wrapper {
    padding-bottom: 0.9375rem;
  }

  .coundown__mid-wrapper p {
    font-size: 1.25rem;
  }

  .coundown__mid-wrapper .record-text {
    font-size: 1.625rem;
  }

  .countdown {
    gap: 0.625rem;
  }

  .timer__wrapper {
    gap: 0.3125rem;
  }

  .timer__wrapper p {
    font-size: 1rem;
  }

  .timer__child {
    margin-top: 1.25rem;
  }

  .timer__child {
    width: 2.5rem;
  }

  .timer__child {
    height: 2.5rem;
  }

  .number {
    font-size: 1.125rem;
  }

  .duiko {
    padding-top: 1.875rem;
  }

  .duiko {
    padding-bottom: 1.875rem;
  }

  .duiko__text {
    padding-top: 1.875rem;
  }

  .duiko__text {
    padding-bottom: 2.5rem;
  }

  .duiko__header {
    font-size: 2.125rem;
  }

  .duiko__header {
    margin-bottom: 0.9375rem;
  }

  .duiko__desc {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 61.99875em) {
  .aa-mobile {
    display: block;
  }

  .duiko-wrapper {
    background: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .duiko__text {
    max-width: 100%;
  }

  .duiko__desc {
    max-width: 100%;
  }
}

@media (max-width: 47.99875em) {
  .header__menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .menu__list li a img {
    display: none;
  }

  .secret__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .secret__container img {
    width: 100%;
  }

  .secret__text-wrapper {
    width: 100%;
  }

  .rite-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .middle-list {
    margin-top: 0;
  }

  .coundown-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .coundown-wrapper__budda {
    display: none;
  }

  .budda-mobile {
    display: block;
    width: 100%;
  }

  .timer__child {
    border: 1px dashed #5A2C1E;
  }
}
h2.secret__h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 25px;
	font-weight: 700;
}
.secret__h22 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 22px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.secret__title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 70px;
    line-height: 25px;
}
.secret__wrap {
    display: flex;
    color: #fff;
}
.secret__bl {
    width: 33%;
}
.secret__bl p {
    font-size: 18px;
    max-width: 220px;
    margin-top: 24px;
}
.secret__title2 {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffbf00;
    margin: 50px 0px 100px;
    padding: 10px;
}




@media (max-width: 768px) {

.header__duiko_desc {
    font-size: 10px;
}
.banner {
    background: url(../img/bg2.jpg);
    background-size: cover;
}
.banner__container {
    padding-top: 50px;
}
p.banner__text-time {
    color: #534640;
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0 5px;
}
.banner__container {
    padding-bottom: 1px;
}
.banner__text-wrapper h1 {
    margin-bottom: 222px;
}
.secret {
    padding-left: 10px;
}
.secret {
    padding-right: 10px;
}

.banner__text-wrapper {
    width: 100%;
}

h1 {
    font-size: 83px!important;
}
img.aa-mobile {
    max-width: 100%;
}
.duiko__text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.secret__bl {
    width: 100%;    margin-bottom: 30px;
}
.secret__wrap {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}
.secret__h22 {
    font-size: 24px;

}












}





















