@charset "UTF-8";
@import 'style.css';
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* цвета */
/* шрифты */
a:hover {
  text-decoration: none;
}

.hero h1 {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 300;
  font-size: 112px;
  line-height: 136px;
  text-align: center;
  color: #776A3C;
}

h2 {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 80px;
}

h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}

h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
}

/* размеры */
.container,
.header-wrap {
  width: 1420px;
  margin: 0 auto;
}

.home .page-template-default section,
.home .page-template-page-help {
  padding: 80px 0;
  /*height: 100vh;*/
}

/* кнопки */
.button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 220px;
  height: 52px;
  border: 2px solid #455164;
  border-radius: 109px;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #455164;
}

.button:hover {
  background: #455164;
  color: #fff;
}

.button-filled {
  background: #455164;
  color: #fff;
}

.button-filled:hover {
  background: #455164;
  color: #fff;
}

.button-filled-secondary {
  width: 460px;
  height: 72px;
  background: #776A3C;
  color: #fff;
  border: none;
}

.button-filled-secondary:hover {
  background: #455164;
  color: #fff;
}

.help_icon {
  position: fixed;
  bottom: 60px;
  left: 60px;
  width: 60px;
  height: 60px;
	z-index: 999;
}

* {
  box-sizing: border-box;
}

.hide {
  display: none;
}

body {
  /*background: linear-gradient(132deg, #FAE6D5, #83b6ff);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;*/
  font-family: "Gilroy";
  font-style: normal;
}

.body_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(132deg, #FAE6D5, #83b6ff);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  z-index: -9;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body,
html {
  margin: 0;
  /*overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;*/
}

body,
.onepage-wrapper {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #4B4429;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
}

.header.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.header__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.header__burger {
  position: absolute;
  top: 40px;
  right: 60px;
}

.hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  background: url(../img/hero_bg.png) no-repeat center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/noise.png) no-repeat center;
  z-index: -1;
}
.hero .subtitle {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #4B4429;
  position: relative;
  width: 421px;
  margin-top: 20px;
}
.hero .subtitle__bg {
  position: absolute;
  top: 54px;
  right: -100px;
}
.hero .button {
  margin-top: 70px;
}

.hello .hello-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.hello .hello-container .hello__block {
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 10px;
  width: 697px;
  /*height: 475px;*/
  flex: 0 1 49%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(68.5px);
          backdrop-filter: blur(68.5px);
}
.hello .hello-container .hello__block .video {
  position: relative;
}
.hello .hello-container .hello__block .play_button {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
.hello .hello-container .hello__block .title {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
}
.hello .hello-container .hello__block .date {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.hello .hello-container .hello__block .text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.hello .hello-container .button {
  margin-top: 40px;
  flex: 0 1 100%;
}

.aboutme .aboutme-container {
  display: flex;
  flex-wrap: wrap;
}
.aboutme .aboutme-container .title {
  width: 100%;
}
.aboutme .aboutme-container .aboutme__img {
  width: 50%;
}
.aboutme .aboutme-container .aboutme__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.aboutme .aboutme-container .aboutme__text .text__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
.aboutme .aboutme-container .aboutme__text span.autor {
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
  color: #776A3C;
  margin-top: 20px;
  margin-bottom: 80px;
}

.certs .certs-container {
  display: flex;
  flex-wrap: wrap;
}
.certs .certs-container .title {
  width: 100%;
}
.certs .certs-container .certs__img {
  flex-basis: 50%;
}
.certs .certs-container .certs__text {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.certs .certs-container .certs__text .text__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
.certs .certs-container .certs__text .certs-img {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
}
.certs .certs-container .certs__text .certs-img a {
  height: auto;
  width: 30%;
}
.certs .certs-container .certs__text .certs-img a:nth-last-child(1),
.certs .certs-container .certs__text .certs-img a:nth-last-child(2) {
  width: 48%;
}

.about .about-container {
  display: flex;
  flex-wrap: wrap;
}
.about .about-container .title {
  width: 100%;
}
.about .about-container .about__img {
  flex-basis: 50%;
}
.about .about-container .about__text {
  flex-basis: 50%;
}
.about .about-container .about__text .text__title {
  margin: 40px 0 20px;
}
.about .about-container .about__text .text-item {
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(68.5px);
  backdrop-filter: blur(68.5px);
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.about .about-container .about__text .text-item h4 {
  margin-bottom: 10px;
}

.rules .rules-container {
  display: flex;
  flex-wrap: wrap;
}
.rules .title {
  flex-basis: 100%;
}
.rules .rules__text {
  flex-basis: 50%;
  margin-left: auto;
}
.rules .rules__text .text__title {
  background: #455164;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}
.rules .rules__text .text__title h3 {
  color: #fff;
}
.rules .rules__text p {
  margin-bottom: 20px;
}
.rules .rules__text .rules-popup {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
  color: #455164;
  text-decoration-line: underline;
}

.popular .popular-container {
  display: flex;
  flex-wrap: wrap;
}
.popular .popular-container .title {
  flex-basis: 100%;
}
.popular .popular-container .popular__wrap {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
}
.popular .popular-container .popular__wrap .popular__item {
  flex-basis: 30%;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(68.5px);
  backdrop-filter: blur(68.5px);
  padding: 6px;
}
.popular .popular-container .popular__wrap .popular__item a {
  color: #645945;
}
.popular .popular-container .popular__wrap .popular__item .item-img {
  border-radius: 8px;
  overflow: hidden;
}
.popular .popular-container .popular__wrap .popular__item .item-img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular .popular-container .popular__wrap .popular__item .item-number {
  margin-top: 10px;
}
.popular .popular-container .popular__wrap .popular__item .item-desc {
  margin-top: 5px;
}
.popular .popular-container .btn {
  margin: auto;
  margin-top: 80px;
}

.reviews .reviews-container .reviews_video .wrap__item {
  width: calc(50% - 20px);
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(68.5px);
  backdrop-filter: blur(68.5px);
  padding: 6px;
  margin: 10px;
}
.reviews .reviews-container .reviews_video .wrap__item .item-img {
  border-radius: 8px;
  overflow: hidden;
}
.reviews .reviews-container .reviews_video .wrap__item .item-img img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  margin: 0 auto;
}
.reviews .reviews-container .reviews_video .wrap__item .item-number {
  margin-top: 10px;
}
.reviews .reviews-container .reviews_video .wrap__item .item-desc {
  margin-top: 5px;
}
.reviews .reviews-container .reviews_img .wrap__item {
  flex-basis: 30%;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(68.5px);
  backdrop-filter: blur(68.5px);
  padding: 6px;
  margin: 10px;
}
.reviews .reviews-container .reviews_img .wrap__item .item-img {
  border-radius: 8px;
  overflow: hidden;
}
.reviews .reviews-container .reviews_img .wrap__item .item-img img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  margin: 0 auto;
}
.reviews .reviews-container .reviews_img .wrap__item .item-number {
  margin-top: 10px;
}
.reviews .reviews-container .reviews_img .wrap__item .item-desc {
  margin-top: 5px;
}
.reviews .reviews-container .reviews__wrap {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews .reviews-container .reviews__wrap .play_button {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
.reviews .reviews-container .reviews__wrap .reviews_item.reviews_item_img.slick-slide {
  width: 30%;
}
.reviews .reviews-container .btn {
  margin-top: 80px;
}
.reviews .reviews-container .btn span {
  margin: auto;
}

.last-news .last-news-container .btn {
  margin-top: 80px;
}
.last-news .last-news-container .btn span {
  margin: auto;
}

.form .form-container {
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(68.5px);
  backdrop-filter: blur(68.5px);
  padding: 10px;
}
.form .form-container .title {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 300;
  font-size: 112px;
  line-height: 136px;
}
.form .form-container .subtitle {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
}
.form .form-container .wpcf7-form {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.form .form-container .wpcf7-form .form-left {
  flex-basis: 30%;
}
.form .form-container .wpcf7-form .form-right {
  flex-basis: 68%;
  margin-left: auto;
}
.form .form-container .wpcf7-form span input {
  height: 48px;
  background: rgba(69, 81, 100, 0.1);
  border-radius: 8px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  box-sizing: border-box;
}
.form .form-container .wpcf7-form textarea {
  background: rgba(69, 81, 100, 0.1);
  border-radius: 8px;
  border: none;
  width: 100%;
  padding-left: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.form .form-container .wpcf7-form input.wpcf7-submit {
  margin: 80px auto 0;
  cursor: pointer;
}
.form .form-container .wpcf7-form p {
  flex-basis: 100%;
  text-align: center;
  margin-top: 20px;
}
.form .form-container .wpcf7 form.sent .wpcf7-response-output {
  margin: 20px auto 0;
}
.form .form-container .mess {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.footer {
  background: #455164;
  color: #FFFFFF;
}
.footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.footer .footer-container .footer__col {
  width: 25%;
}
.footer .footer-container .footer__col:nth-child(1) {
  width: 50%;
}
.footer .footer-container .footer__col .col-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}
.footer .footer-container .footer__col .col-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.footer .footer-container .footer__col .col-menu a {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}
.footer .footer-container .footer__col .col-menu ul {
  list-style: none;
}
.footer .footer-container .footer__col .col-menu li {
  padding-bottom: 20px;
}
.footer .footer-container .footer__col .col-menu.menu-wpm a {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.footer .footer-container .footer__col .col-menu.menu-wpm li {
  padding-bottom: 20px;
}

.archive section.footer {
  padding: 80px 0;
}

@media (max-width: 1366px) {
  .container, .header-wrap {
    width: 1200px;
  }
  .hello video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .container, .header-wrap {
    width: 900px;
  }
  .home section {
    padding: 40px 0;
  }
  .hero h1 {
    font-size: 80px;
    line-height: 100px;
  }
  .hello .hello .hello-container .hello__block {
    flex: 0 1 45%;
  }
  .hello video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .aboutme .aboutme-container .aboutme__text,
  .certs .certs-container .certs__text,
  .about .about-container .about__text {
    padding-left: 20px;
  }
}
@media (max-width: 800px) {
  .container, .header-wrap {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .header__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .hero .subtitle__bg {
    display: none;
  }
  .hero .subtitle {
    width: 320px;
  }
  .button-filled-secondary {
    width: 300px;
  }
  .hello .hello-container .hello__block {
    width: 320px;
    flex: 0 1 100%;
  }
  video#myVideo {
    width: 100%;
    height: auto;
  }
  .aboutme .aboutme-container,
  .container .about-container,
  .popular .popular-container .popular__wrap,
  .about .about-container {
    flex-direction: column;
  }
  .popular .popular-container .popular__wrap .popular__item {
    flex-basis: auto;
  }
  .aboutme .aboutme-container .aboutme__img,
  .aboutme .aboutme-container .aboutme__text {
    width: 100%;
  }
  .certs .certs-container .certs__img,
  .certs .certs-container .certs__text,
  .rules .rules__text {
    flex-basis: 100%;
  }
  .certs .certs-container .certs__text .certs-img a {
    width: 48%;
  }
  .popular .popular-container .popular__wrap .popular__item .item-img img {
    height: auto;
  }
  .reviews .reviews-container .reviews_video .wrap__item,
  .reviews .reviews-container .reviews_img .wrap__item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .reviews .reviews-container .reviews_video .wrap__item svg,
  .reviews .reviews-container .reviews_img .wrap__item svg {
    width: 80px;
    height: 80px;
  }
  .form .form-container .title {
    font-size: 48px;
    line-height: 1.2em;
  }
  .form .form-container .subtitle {
    font-size: 32px;
  }
  .form .form-container .form__wrap form,
  .footer .footer-container {
    flex-direction: column;
  }
  .form .form-container .wpcf7-form .form-left,
  .form .form-container .wpcf7-form .form-right {
    flex-basis: 100%;
  }
  .form .form-container .mess {
    flex-wrap: wrap;
  }
  .footer .footer-container .footer__col,
  .footer .footer-container .footer__col:nth-child(1) {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */


.page-title-row .page-title {
    text-wrap: balance;
}