@charset "UTF-8";
/*
Theme Name: symphonyofsoul-v2
Theme URI: https://symphonyofsoul.de//
Author: Dovzenko Vitaliy
Description: Main-theme custom theme
Version: 1.0
Text Domain: nva
*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.f-column-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.f-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

html {
  height: 100%;
}

body {
  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-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #fff;
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  color: #363636;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
body.fixed-body {
  overflow: hidden;
  padding-right: 17px;
}

@media (max-width: 1365px) {
  body.fixed-body {
    overflow: hidden;
    padding-right: 0;
  }
}

section,
footer {
  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;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.page {
  max-width: 1920px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
}
section.page > * section:not(.can-help-you) {
  padding-top: 150px;
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  section.page > * section:not(.can-help-you) {
    padding-top: 225px;
    padding-bottom: 90px;
  }
}

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1280px;
}
@media (max-width: 1365px) {
  .container {
    width: 990px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 374px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
  content: "";
  clear: right;
  display: table;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.bg-black {
  background-color: #363636;
}

.txt-black {
  color: #363636;
}

.bg-white {
  background-color: #fff;
}

.txt-white {
  color: #fff;
}

.bg-rose {
  background-color: #b1323f;
}

.txt-rose {
  color: #b1323f;
}

.bg-red {
  background-color: #DA1212;
}

.txt-red {
  color: #DA1212;
}

.bg-purple {
  background-color: #C3216F;
}

.txt-purple {
  color: #C3216F;
}

.bg-fb-blue {
  background-color: #365094;
}

.txt-fb-blue {
  color: #365094;
}

.bg-blue {
  background-color: #000066;
}

.txt-blue {
  color: #000066;
}

.bg-light_blue {
  background-color: #00A9F0;
}

.txt-light_blue {
  color: #00A9F0;
}

.bg-yellow {
  background-color: #E7AD00;
}

.txt-yellow {
  color: #E7AD00;
}

.bg-green {
  background-color: #29A71A;
}

.txt-green {
  color: #29A71A;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-grey {
  background-color: #EFF5EE;
}

.border-img {
  border-radius: 30px;
  position: relative;
}
.border-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #29A71A;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.border-img.left-border:before {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.border-img.right-border:before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.txt-center {
  text-align: center;
}

.txt-upper {
  text-transform: uppercase;
}

.txt-sbold {
  font-weight: 600;
}

p {
  margin: 0 0 20px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p:last-child {
  margin: 0;
}

.main-text {
  color: #4C545B;
}

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

.hide {
  display: none;
}

.transition {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.transition:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a {
  color: #363636;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

li,
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.clearfix:after {
  content: "";
  clear: right;
  display: table;
}

input, textarea {
  font-family: "Rubik", sans-serif;
  border-radius: 50px;
  border: 1px solid #F1F1F1;
  background: #fff;
  padding: 0 26px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input:focus {
  border-color: #71ADB4 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input:active {
  border-color: #71ADB4 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input {
  height: 60px;
}
input.wpcf7-not-valid {
  border-color: red;
}
input.wpcf7-valid {
  border-color: #71ADB4 !important;
}

textarea {
  resize: none;
  height: 120px;
  padding: 20px 26px;
}

.btn {
  height: 60px;
}
.btn.btn-bg {
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  height: 53px;
  padding: 5px 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn.btn-bg .left-arrow {
  margin-right: 10px;
}
.btn.btn-bg .right-arrow {
  margin-left: 10px;
}

[type=submit] {
  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;
  width: 270px;
  height: 53px;
  border: 1px solid #71ADB4;
  border-radius: 30px;
  background: #71ADB4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #71ADB4;
  padding: 0;
}

[type=checkbox] ~ :checked {
  background-color: #71ADB4;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  font-weight: 500;
  margin-top: 0;
}

h1 {
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}
h1 b {
  font-size: 75px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 16px;
    line-height: 19px;
  }
  h1 b {
    font-size: 36px;
    line-height: 43px;
  }
}

h2 {
  font-size: 50px;
  line-height: 59px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.popup {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  position: fixed;
  padding: 20px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
}
.popup.popup-form .popup-inner {
  max-width: 700px;
}
.popup.hidden {
  display: none;
}
.popup .popup-bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(48, 49, 51, 0.8);
}
.popup .popup-inner {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #F1F1F1;
  background: #fff;
  padding: 50px;
  position: relative;
  overflow-y: auto;
}
.popup .close-popup {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup .close-popup:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup form {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup form p {
  margin: 0;
}
.popup h3 {
  color: #363636;
  font-size: 50px;
  font-weight: 500;
  line-height: 59px;
  margin-bottom: 15px;
  text-align: center;
}
.popup .form-subtitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.popup .field-full {
  max-width: 500px;
  margin-bottom: 15px;
}
.popup .field-full span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .field-full input, .popup .field-full textarea {
  width: 100%;
}
.popup [type=submit] {
  margin-bottom: 10px;
}
.popup [data-name=agreement] label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup [data-name=agreement] [type=checkbox] {
  margin-right: 10px;
}
.popup [data-name=agreement] .wpcf7-list-item-label {
  color: #B2B2B2;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .popup .popup-inner {
    padding: 35px 20px;
  }
  .popup h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 5px;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header.post-header .top-bar {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
}
header .mobile-header {
  display: none;
  background-color: #fff;
  position: fixed;
}
header .mobile-header .top-mobile-header {
  height: 90px;
}
header .mobile-header .logo {
  width: 210px;
  height: 46px;
  position: relative;
}
header .mobile-header .logo .text-brand {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.11em;
  position: absolute;
  bottom: -1px;
  left: 36px;
}
header .mobile-header .bottom-mobile-header {
  position: absolute;
  right: -150%;
  top: 90px;
  min-height: calc(100vh - 90px);
  background-color: #fff;
  padding: 15px 22px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .mobile-header .bottom-mobile-header > * {
  width: 100%;
}
header .mobile-header .list-socials {
  max-width: 310px;
  margin-bottom: 28px;
}
header .mobile-header .list-socials .social-link {
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .mobile-header .header-nav-mobile {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
header .mobile-header .header-nav-mobile .menu-item {
  width: 90%;
}
header .mobile-header .header-nav-mobile a {
  display: block;
  color: #363636;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 0 10px 14px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .mobile-header .header-nav-mobile a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #363636;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .mobile-header .header-nav-mobile a:hover {
  color: #29A71A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .mobile-header .header-nav-mobile a:hover:before {
  background-color: #29A71A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .mobile-header .langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 170px;
  height: 50px;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 40px;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .mobile-header .langs:hover {
  height: auto;
  padding-bottom: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .mobile-header .langs .dropdown {
  width: 100%;
}
header .mobile-header .langs .header-lang__btn {
  border: 0;
  min-height: 50px;
}
header .mobile-header .langs a, header .mobile-header .langs .header-lang__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  background: #fff;
  color: #363636;
  font-family: "Rubik", sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  padding: 0 23px;
}
header .mobile-header .langs a img, header .mobile-header .langs .header-lang__btn img {
  width: 21px !important;
  height: 14px !important;
  margin-right: 13px;
}
header .mobile-header .langs .dropdown-menu a {
  padding: 7px 20px;
}
header .mobile-header .langs .dropdown-menu a.disabled {
  display: none;
}
header .logo {
  width: 235px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
header .logo .text-brand {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.11em;
  position: absolute;
  bottom: 0;
  left: 80px;
}
header .top-bar {
  background: #fff;
  min-height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar.de .header-nav a {
  padding: 0 5px;
}
header .top-bar.fixed {
  position: fixed;
  max-width: 1280px;
  width: 100%;
  min-height: 70px;
  top: 40px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  border-radius: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar.fixed .header-nav a {
  height: 70px;
}
header .top-bar .header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .top-bar .header-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 60px;
  height: 90px;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar .header-nav a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #363636;
  border-radius: 50%;
  margin-right: 5px;
  /*position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar .header-nav a:hover {
  color: #71ADB4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar .header-nav a:hover:before {
  background-color: #71ADB4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar .header-nav a.active {
  color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar .header-nav a.active:before {
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-bar .header-nav a.active[href="#about-me"] {
  background-color: #71ADB4;
}
header .top-bar .header-nav a.active[href="#deconstruction"] {
  background-color: #C8D54E;
}
header .top-bar .header-nav a.active[href="#atmahealing"] {
  background-color: #71ADB4;
}
header .top-bar .header-nav a.active[href="#reiki"] {
  background-color: #DACFCF;
}
header .top-bar .header-nav a.active[href="#soul-formula"] {
  background-color: #EABBAA;
}
header .top-bar .header-nav a.active[href="#art-tarot"] {
  background-color: #E5B5D0;
}
header .top-bar .header-nav a.active[href="#places-power"] {
  background-color: #C3C3C3;
}
header .top-bar .header-nav a.active[href="#retreats"] {
  background-color: #75A8D2;
}
header .top-bar .header-nav a.active[href="#trainings-courses"] {
  background-color: #75A8D2;
}
header .top-bar .container > div {
  width: 100%;
}
header .main-header {
  background-color: transparent;
  padding-top: 110px;
}
header .main-header .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
header .main-header .logo-header {
  width: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .main-header .logo-header svg {
  width: 100%;
}
header .main-header .list-socials {
  margin-right: 55px;
}
header .main-header .list-socials .social-link {
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .main-header .list-socials .social-link .text-socials {
  display: none;
  border-radius: 40px;
  color: #000;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  padding: 8px;
  text-align: center;
  position: absolute;
  width: 135px;
  height: auto;
  left: 50%;
  top: 62px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .main-header .list-socials .social-link:last-of-child {
  margin-right: 0;
}
header .main-header .list-socials .social-link:hover .text-socials {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
header .main-header .big-telegram-link {
  background-color: #00A9F0;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-right: 85px;
  padding: 16px 31px;
}
header .main-header .big-telegram-link svg {
  margin-left: 9px;
}
header .main-header .langs {
  width: 70px;
  height: 50px;
  position: absolute;
  top: 23px;
  right: 0;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .main-header .langs:hover {
  height: auto;
  padding-bottom: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .main-header .langs .dropdown {
  width: 100%;
}
header .main-header .langs .header-lang__btn {
  border: 0;
  min-height: 50px;
}
header .main-header .langs a, header .main-header .langs .header-lang__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #fff;
  color: #363636;
  font-family: "Rubik", sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
header .main-header .langs a img, header .main-header .langs .header-lang__btn img {
  width: 21px !important;
  height: 14px !important;
  margin-right: 7px;
}
header .main-header .langs .dropdown-menu a {
  padding: 8px 0;
}
header .main-header .langs .dropdown-menu a:first-child {
  padding: 0 0 8px 0;
}
header .main-header .langs .dropdown-menu a.disabled {
  display: none;
}
header #toggle-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header #toggle-menu .text-menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}
header #toggle-menu .icon {
  position: relative;
  width: 36px;
  height: 36px;
}
header #toggle-menu.active {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header #toggle-menu.active span {
  background: none;
  outline: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header #toggle-menu.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #toggle-menu.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header #toggle-menu.active span::before, header #toggle-menu.active span::after {
  width: 130%;
  background-color: #363636;
}
header #toggle-menu span {
  display: block;
  position: absolute;
  width: 26px;
  top: 50%;
  right: 0;
  height: 3px;
  border-radius: 4px;
  background: #363636;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header #toggle-menu span:before {
  width: 36px;
  top: -8px;
  right: 0;
  background: #363636;
  transition-property: top, transform, -webkit-transform;
}
header #toggle-menu span:after {
  width: 36px;
  background: #363636;
  bottom: -8px;
  right: 0;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
header #toggle-menu span:before, header #toggle-menu span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  border-radius: 4px;
  background: #363636;
  -webkit-transition-duration: 0.1s, 0.1s;
  transition-duration: 0.1s, 0.1s;
}
@media (max-width: 1365px) {
  header .top-bar, header .main-header {
    display: none;
  }
  header .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer {
  background-color: #1A1A1A;
  padding: 54px 0;
}
footer .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .logo-footer {
  width: 416px;
  height: 97px;
  position: relative;
}
footer .logo-footer svg {
  width: 100%;
  height: auto;
}
footer .logo-footer .text-brand {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.11em;
  position: absolute;
  bottom: 0;
  left: 80px;
}
footer .footer-nav,
footer .footer-nav-bottom {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer-nav li,
footer .footer-nav-bottom li {
  margin-bottom: 10px;
}
footer .footer-nav li:last-of-type,
footer .footer-nav-bottom li:last-of-type {
  margin-bottom: 0;
}
footer .footer-nav a,
footer .footer-nav-bottom a {
  display: block;
  color: #fff;
  line-height: 18px;
  text-decoration: underline;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-nav a:before,
footer .footer-nav-bottom a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-nav a:hover,
footer .footer-nav-bottom a:hover {
  color: #C4C4C4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-nav a:hover:before,
footer .footer-nav-bottom a:hover:before {
  background-color: #C4C4C4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .email {
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .email:hover {
  color: #C4C4C4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .email:hover svg path {
  fill: #C4C4C4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .email svg {
  margin-right: 14px;
}
footer .list-socials {
  margin-bottom: 40px;
}
footer .list-socials .text-socials {
  border-radius: 40px;
  color: #000;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  padding: 8px;
  text-align: center;
  position: absolute;
  max-width: 130px;
  width: 100%;
  height: 28px;
  left: -38px;
  top: 62px;
}
footer .list-socials .social-link {
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  margin-right: 15px;
}
footer .list-socials .social-link:last-of-type {
  margin-right: 0;
}
@media (max-width: 1365px) {
  footer .logo-footer {
    width: 300px;
    height: 68px;
  }
  footer .logo-footer .text-brand {
    font-size: 9px;
    line-height: 12px;
    bottom: -3px;
    left: 62px;
  }
}
@media (max-width: 1023px) {
  footer .container {
    -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;
  }
  footer .logo-footer {
    height: auto;
    margin-bottom: 40px;
  }
  footer .logo-footer .text-brand {
    font-size: 8px;
    line-height: 11px;
    bottom: -5px;
    left: 62px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
  footer .last-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .last-col .top-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 50px;
  }
  footer .footer-nav {
    display: none;
  }
  footer .logo-footer {
    width: 250px;
  }
  footer .last-col {
    max-width: 250px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .last-col .top-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*** first-screen ***/
.first-screen {
  background-image: url(./images/bg-first-screen-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1123px;
  min-height: 1123px;
  margin-top: 90px;
}
.first-screen .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 230px;
}
.first-screen .big-telegram-link {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #00A9F0;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 25px;
}
.first-screen .big-telegram-link .text-link {
  max-width: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.first-screen .big-telegram-link svg {
  margin-left: 6px;
}
.first-screen .content {
  max-width: 680px;
}
.first-screen h1 {
  color: #fff;
  margin-bottom: 40px;
}
.first-screen .link-anchor {
  width: 395px;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 70px rgba(0, 0, 0, 0.1);
          box-shadow: 0 14px 70px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  color: #4AA2A8;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.first-screen .link-anchor:before {
  content: "";
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  position: absolute;
  top: -22px;
  bottom: -22px;
  left: -22px;
  right: -22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.first-screen .link-anchor:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 60px;
  position: absolute;
  top: -11px;
  bottom: -11px;
  left: -11px;
  right: -11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.first-screen .link-anchor:hover:before {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .first-screen {
    background-image: url(./images/bg-first-screen-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 657px 384px;
    min-height: 500px;
    padding-top: 0 !important;
    padding-bottom: 37px !important;
  }
  .first-screen .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 330px;
  }
  .first-screen .big-telegram-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25px;
    left: 23px;
  }
  .first-screen h1 {
    color: #363636;
    text-align: center;
    margin-bottom: 16px;
  }
  .first-screen .link-anchor {
    max-width: 395px;
    width: 100%;
    height: 60px;
    background-color: #74BABC;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .first-screen .link-anchor:before, .first-screen .link-anchor:after {
    display: none;
  }
}

/*** can-help-you ***/
.can-help-you {
  padding-top: 50px;
  padding-bottom: 115px;
}
.can-help-you h2 {
  margin-bottom: 45px;
}
.can-help-you .list-services .single-service {
  width: 305px;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.can-help-you .list-services .single-service img {
  display: block;
  width: 100%;
  height: auto;
}
.can-help-you .list-services .single-service .text-item {
  background: #71ADB4;
  color: #fff;
  height: 68px;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  padding: 5px 25px;
}
@media (max-width: 1365px) {
  .can-help-you .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .can-help-you .list-services {
    max-width: 955px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .can-help-you .list-services .single-service {
    margin-right: 20px;
  }
  .can-help-you .list-services .single-service:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .can-help-you .list-services {
    max-width: 630px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .can-help-you .list-services .single-service {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .can-help-you {
    padding: 0 0 30px;
  }
  .can-help-you h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 23px;
  }
  .can-help-you .list-services {
    -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;
  }
}

/*** About me ***/
.about-me {
  background-image: url(./images/bg-about-me-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1226px;
  min-height: 1226px;
}
.about-me .socials-block {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 25px;
  margin-bottom: 13px;
}
.about-me .btn {
  background: #71ADB4;
  font-size: 18px;
  height: 67px;
  margin: 0;
  position: absolute;
  bottom: -34px;
  left: 50px;
}
@media (max-width: 767px) {
  .about-me {
    background-image: url(./images/bg-about-me-mobile.jpg);
    background-size: 632px 430px;
    background-position: top center;
    min-height: 1000px;
    padding-top: 300px !important;
  }
  .about-me .socials-block {
    width: 100% !important;
  }
  .about-me .btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 479px) {
  .about-me {
    background-position: top right;
  }
}

/*** Deconstruction ***/
.deconstruction {
  background-image: url(./images/bg-deconstruction-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1144px;
  min-height: 1144px;
}
.deconstruction .content-block h2 {
  margin-bottom: 29px;
}
.deconstruction .btn {
  background-color: #C8D54E;
}
.deconstruction .list-tabs .single-tab.active .title-tab {
  background-color: #C8D54E;
  border-color: #C8D54E;
}
.deconstruction .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .deconstruction .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #C8D54E;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .deconstruction {
    background-image: url(./images/bg-deconstruction-mobile.jpg);
    background-position: top center;
    background-size: 565px 383px;
    min-height: 800px;
  }
}
@media (max-width: 479px) {
  .deconstruction {
    background-position: top right;
  }
}

/*** Atmahealing ***/
.atmahealing {
  background-image: url(./images/bg-atmahealing-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1120px;
  min-height: 1120px;
}
.atmahealing .btn {
  background-color: #71ADB4;
}
.atmahealing .list-tabs .single-tab.active .title-tab {
  background-color: #71ADB4;
  border-color: #71ADB4;
}
.atmahealing .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .atmahealing .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #71ADB4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .atmahealing {
    background-image: url(./images/bg-atmahealing-mobile.jpg);
    background-position: top center;
    background-size: contain;
    min-height: 900px;
  }
}

/*** reiki ***/
.reiki {
  background-image: url(./images/bg-reiki-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1080px;
  min-height: 1080px;
}
.reiki .btn {
  background-color: #DACFCF;
}
.reiki .list-tabs .single-tab.active .title-tab {
  background-color: #DACFCF;
  border-color: #DACFCF;
}
.reiki .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .reiki .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #DACFCF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .reiki {
    background-image: url(./images/bg-reiki-mobile.jpg);
    background-size: contain;
    min-height: 700px;
  }
}

/*** Soul formula **/
.soul-formula {
  background-image: url(./images/bg-soul-formula-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1080px;
  min-height: 1080px;
}
.soul-formula .btn {
  background-color: #EABBAA;
}
.soul-formula .list-tabs .single-tab.active .title-tab {
  background-color: #EABBAA;
  border-color: #EABBAA;
}
.soul-formula .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .soul-formula .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #EABBAA;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .soul-formula {
    background-image: url(./images/bg-soul-formula-mobile.jpg);
    background-size: contain;
    min-height: 70px;
  }
}

/*** Art tarot ***/
.art-tarot {
  background-image: url(./images/bg-art-tarot-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1080px;
  min-height: 1080px;
}
.art-tarot .btn {
  background-color: #E5B5D0;
}
.art-tarot .list-tabs .single-tab.active .title-tab {
  background-color: #E5B5D0;
  border-color: #E5B5D0;
}
.art-tarot .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .art-tarot .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #E5B5D0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .art-tarot {
    background-image: url(./images/bg-art-tarot-mobile.jpg);
    background-size: contain;
    min-height: 700px;
  }
}

/*** Art tarot ***/
.places-power {
  background-image: url(./images/bg-places-power-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1080px;
  min-height: 1080px;
}
.places-power .btn {
  background-color: #C3C3C3;
  color: #363636;
}
.places-power .list-tabs .single-tab.active .title-tab {
  background-color: #C3C3C3;
  border-color: #C3C3C3;
}
.places-power .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .places-power .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #C3C3C3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .places-power {
    background-image: url(./images/bg-places-power-mobile.jpg);
    background-position: top center;
    background-size: 654px 387px;
    min-height: 700px;
    padding-top: 340px !important;
  }
  .places-power .content-block .socials-block {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: -30px;
  }
}
@media (max-width: 479px) {
  .places-power {
    background-position: top right;
  }
}

/*** Retreats ***/
.retreats {
  background-image: url(./images/bg-retreats-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1080px;
  min-height: 1080px;
}
.retreats .btn {
  background-color: #75A8D2;
}
.retreats .list-tabs .single-tab.active .title-tab {
  background-color: #75A8D2;
  border-color: #75A8D2;
}
.retreats .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .retreats .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #75A8D2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .retreats {
    background-image: url(./images/bg-retreats-mobile.jpg);
    background-size: contain;
    min-height: 700px;
  }
  .retreats .content-block .socials-block {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: -30px;
  }
}

/*** trainings-courses ***/
.trainings-courses {
  background-image: url(./images/bg-trainings-courses-big.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 1121px;
  min-height: 1121px;
}
.trainings-courses .btn {
  background-color: #75A8D2;
}
.trainings-courses .list-tabs .single-tab.active .title-tab {
  background-color: #75A8D2;
  border-color: #75A8D2;
}
.trainings-courses .list-tabs .single-tab.active .title-tab svg g path:nth-child(2), .trainings-courses .list-tabs .single-tab.active .title-tab svg g path:nth-child(3) {
  fill: #75A8D2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .trainings-courses {
    background-image: url(./images/bg-trainings-courses-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 552px 375px;
    min-height: 700px;
  }
}

/*** Single post ***/
.single-post .block-single-post, .page-template-default .block-single-post {
  padding-bottom: 50px !important;
}
.single-post h1, .page-template-default h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 26px;
}
.single-post .short-description, .page-template-default .short-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 33px;
}
.single-post .content-post, .page-template-default .content-post {
  margin-bottom: 35px;
}
.single-post .content-post .img-post, .page-template-default .content-post .img-post {
  display: block;
  float: left;
  max-width: 630px;
  width: 100%;
  height: auto;
  margin-right: 45px;
  margin-bottom: 25px;
}
.single-post .socials-block, .page-template-default .socials-block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(224, 224, 224, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 15px 30px;
}
.single-post .socials-block .title-block, .page-template-default .socials-block .title-block {
  max-width: 165px;
  width: 100%;
  color: #363636;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 20px;
}
.single-post .socials-block .list-socials .social-link, .page-template-default .socials-block .list-socials .social-link {
  margin-left: 13px;
}
.single-post .socials-block .list-socials .social-link:nth-child(1), .page-template-default .socials-block .list-socials .social-link:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 1365px) {
  .single-post .content-post, .page-template-default .content-post {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-post .content-post .img-post, .page-template-default .content-post .img-post {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .single-post .block-single-post, .page-template-default .block-single-post {
    padding-top: 150px !important;
  }
  .single-post h1, .page-template-default h1 {
    font-size: 30px;
  }
  .single-post .short-description, .page-template-default .short-description {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .single-post .socials-block, .page-template-default .socials-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-post .socials-block .title-block, .page-template-default .socials-block .title-block {
    margin-right: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}

/*** Custom styles ***/
.content-block {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 700px;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 110px rgba(0, 0, 0, 0.09);
          box-shadow: 0 9px 110px rgba(0, 0, 0, 0.09);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 50px;
  position: relative;
}
.content-block h2 {
  margin-bottom: 15px;
}
.content-block .text-block {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.content-block .socials-block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(224, 224, 224, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 15px 30px;
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-block .socials-block .title-block {
  max-width: 165px;
  width: 100%;
  color: #363636;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 20px;
}
.content-block .socials-block .list-socials .social-link {
  margin-left: 13px;
}
.content-block .socials-block .list-socials .social-link:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 30px 60px;
  }
  .content-block h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .content-block .text-block {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }
  .content-block .text-block p {
    margin: 0 0 15px 0;
  }
  .content-block .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 15px;
    line-height: 18px;
  }
  .content-block .socials-block {
    width: calc(100% - 50px);
    -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;
    padding: 11px 30px;
    bottom: -40px;
  }
  .content-block .socials-block .title-block {
    max-width: 100%;
    text-align: center;
    line-height: 16px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .content-block .socials-block .list-socials .social-link {
    margin-left: 11px;
  }
}

.list-tabs {
  width: 100%;
}
.list-tabs .single-tab {
  margin-bottom: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-tabs .single-tab.active .title-tab {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-tabs .single-tab.active .title-tab svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-tabs .single-tab.active .title-tab svg g path {
  fill: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-tabs .single-tab:hover:not(.active) .title-tab {
  -webkit-box-shadow: 0 9px 110px rgba(0, 0, 0, 0.09);
          box-shadow: 0 9px 110px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-tabs .single-tab .title-tab {
  border: 1px solid #F1F1F1;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 12px 20px 12px 40px;
}
.list-tabs .single-tab .title-tab svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-tabs .single-tab .text-tab {
  display: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 25px;
}
.list-tabs .single-tab .text-tab p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .list-tabs .single-tab {
    margin-bottom: 20px;
  }
  .list-tabs .single-tab .title-tab {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 18px 11px 28px;
  }
  .list-tabs .single-tab .title-tab svg {
    width: 24px;
    height: 24px;
  }
  .list-tabs .single-tab .text-tab {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .list-tabs .single-tab .text-tab p {
    margin: 0 0 15px 0;
  }
}

.list-socials {
  position: relative;
}
.list-socials .text-socials {
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: -18px;
}

/*.text-block {
  blockquote {
    color: $green;
    margin: 20px 20px 20px 0;
    padding-left: 76px;
    position: relative;

    &:before {
      content: '“';
      display: block;
      color: $green;
      font-size: 130px;
      font-weight: 500;
      line-height: 106px;
      position: absolute;
      left: 0;
      top: 0;
    }
  }
}*/
.link-post {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .link-post {
    margin: 10px 0 20px;
  }
}

.slick-arrow {
  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;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 4px 64px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 64px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow svg {
  width: 24px;
  height: 23px;
}