/**
 * Colors
 *
 */
/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import '../../../node_modules/swiper/swiper-bundle.css';
html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: rgb(211, 187, 126);
  background: #0e0d13;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

*,
*:hover,
*:focus {
  outline: 0;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

li {
  list-style: none;
}
.single ul li:not(.menu-item) {
    list-style: square;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
.single ul {
    padding-inline-start: 40px;
}
.single a {
    color: rgb(211, 187, 126)
}
.single h3, .single h2 {
    margin: 15px 0;
}
.single .menu-item a {
    color: inherit; 
}
p {
  padding: 19px 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #d9d9d9;
}

.container {
  width: 1316px;
  margin: 0 auto;
}

.title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  color: rgb(211, 187, 126);
  margin: 50px 0;
  text-align: center;
}

.subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: rgb(211, 187, 126);
  text-align: center;
}

small {
  margin-top: 15px;
  display: block;
}

.btn {
  border: 1px solid rgb(211, 187, 126);
  border-radius: 60px;
  padding: 10px 25px;
  background: rgb(211, 187, 126);
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}

.btn:hover {
  background: white;
  color: rgb(211, 187, 126);
}

.link {
  color: rgb(211, 187, 126);
}

.header {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.header .header__top .header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 40px;
}
.header .header__top .header__menu .menu-item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.header .header__top .menu-img {
  display: none;
}
.header .header__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 400;
  margin-bottom: 30px;
}
.header .header__bottom {
  padding-top: 124px;
  max-width: 750px;
  padding-bottom: 150px;
}
.header .header__bottom .header__subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}

.form {
  position: relative;
  width: 460px;
  max-width: 100%;
}
.form__title {
  display: block;
  margin-bottom: 15px;
}
.form__input {
  width: 100%;
  padding: 16px 0 16px 32px;
  border: 1px solid rgb(211, 187, 126);
  border-radius: 60px;
}
.form__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgb(211, 187, 126);
  border-radius: 60px;
  padding-left: 25px;
  padding-right: 25px;
  background: rgb(211, 187, 126);
  color: white;
}

.footer {
  padding: 50px 0;
  background: #171718;
}
.footer__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer__phone {
  margin: 10px 0;
  font-size: 30px;
  display: block;
}
.footer__adress, .footer__text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
.footer__link, .footer__li {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.copyright_content {
  border-top: 1px solid gray;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}

.grid-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.flex-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.flex-columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-columns-3 .flex-item {
  width: 30%;
}

.services {
  padding: 110px 0;
  background: #171718;
}

.item {
  background: #171718;
  -webkit-box-shadow: 10px 30px 50px rgba(0, 63, 136, 0.1);
          box-shadow: 10px 30px 50px rgba(0, 63, 136, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.item__text {
  padding: 19px 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.item__title {
  color: rgb(211, 187, 126);
}
.item__subtitle {
  display: block;
}
.item__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.item__imgs .item__img {
  width: 50%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.healing {
  padding: 50px 0;
}
.healing__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.healing .text {
  width: 60%;
}

.quote {
  background: #171718;
  padding: 30px 25px 25px;
  border-radius: 8px;
  -webkit-box-shadow: 10px 30px 50px rgba(0, 63, 136, 0.1);
          box-shadow: 10px 30px 50px rgba(0, 63, 136, 0.1);
  margin-bottom: 20px;
}
.quote__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 20px;
}
.quote__name {
  display: block;
  text-align: end;
  margin-top: 15px;
}
.quote__job {
  display: block;
  text-align: end;
}

.serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #171718;
  padding: 30px 25px 25px;
  border-radius: 8px;
  -webkit-box-shadow: 10px 30px 50px rgba(0, 63, 136, 0.1);
          box-shadow: 10px 30px 50px rgba(0, 63, 136, 0.1);
  margin-bottom: 20px;
}
.serv__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  background: rgb(211, 187, 126);
  color: white;
  border-radius: 50%;
  margin-right: 20px;
}

.new {
  padding: 50px 0;
}

.busy {
  padding: 50px 0;
  background: #171718;
}
.busy__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 110px 0;
}
.busy .count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.busy .count__sum {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 0.05em;
  color: rgb(211, 187, 126);
  margin-bottom: 30px;
}
.busy .count__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #555555;
}

.slider {
  padding: 70px 0;
}
.slider__img {
  max-width: 100%;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.result {
  padding: 50px 0;
}
.result__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.result__text {
  width: 60%;
}
.result__img {
  width: 40%;
  max-width: 464px;
}
.result h3.text__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: rgb(211, 187, 126);
  margin: 15px 0;
}
.result li.text__item {
  padding: 7px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.vantage {
  padding: 50px 0;
}
.vantage .item__title {
  margin-bottom: 15px;
  display: block;
}

.steps {
  padding: 50px 0;
  background: #171718;
}
.steps .flex-columns-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.steps .flex-columns-3 .step {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.steps .flex-columns-3 .step__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgb(211, 187, 126);
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.steps .flex-columns-3 .step__subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: rgb(211, 187, 126);
}

.images {
  position: relative;
  width: 33%;
  margin: auto;
}

.images__bg {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-one {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}

.text-two {
  position: absolute;
  bottom: 20%;
  left: 20%;
  background: lavender;
  padding: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.text-three {
  position: absolute;
  bottom: 25%;
  right: 20%;
  background: cornsilk;
  padding: 10px;
  border-radius: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-transform: uppercase;
  font-size: 13px;
}

.list {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
  text-align: end;
}
.list__left .list__item {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 38px;
}
.list__left .list__item-1 {
  margin-right: 0;
}
.list__left .list__item-2 {
  margin-right: 25px;
}
.list__left .list__item-3 {
  margin-right: 50px;
}
.list__left .list__item-4 {
  margin-right: 75px;
}
.list__left .list__item-5 {
  margin-right: 75px;
}
.list__left .list__item-6 {
  margin-right: 50px;
}
.list__left .list__item-7 {
  margin-right: 25px;
}
.list__left .list__item-8 {
  margin-right: 0;
}
.list__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
}
.list__right .list__item {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 38px;
}
.list__right .list__item-1 {
  margin-left: 0;
}
.list__right .list__item-2 {
  margin-left: 25px;
}
.list__right .list__item-3 {
  margin-left: 50px;
}
.list__right .list__item-4 {
  margin-left: 75px;
}
.list__right .list__item-5 {
  margin-left: 75px;
}
.list__right .list__item-6 {
  margin-left: 50px;
}
.list__right .list__item-7 {
  margin-left: 25px;
}
.list__right .list__item-8 {
  margin-left: 0;
}

.when {
  padding: 50px 0;
}

.see {
  padding: 50px 0;
  background: #171718;
}
.see .item {
  width: 48%;
  margin-bottom: 20px;
}

.why {
  padding: 50px 0;
}
.why .step {
  color: rgb(211, 187, 126);
  font-weight: 400;
}

.team {
  padding: 50px 0;
  background: #171718;
}
.team .item__img {
  height: 300px;
}
.team .item__title {
  display: block;
  margin-bottom: 15px;
}

.body {
  padding: 50px 0;
}
.body__item {
  width: 48%;
  margin-bottom: 20px;
}
.body__item .item__title {
  display: block;
  margin-bottom: 20px;
}

.device {
  padding: 50px 0;
  position: relative;
  background: #171718;
}
.device__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 270px);
  gap: 10px;
}
.device__item {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.device__item:first-child {
  grid-column: 1/3;
  grid-row: 1/1;
}
.device__item:nth-child(2n) {
  grid-row: 1/3;
}
.device__item:nth-child(4n) {
  grid-column: 1/3;
  grid-row: 2/2;
}
.device__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 5;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
.device__text {
  position: absolute;
  z-index: 99999;
  color: white;
  top: 10px;
  left: 10px;
}
.device__text .item__title {
  color: white;
}

.testimonial__item .item__title {
  display: block;
  margin-bottom: 20px;
}

.questions__item {
  margin-bottom: 20px;
}
.questions .itemLists {
  display: none;
  margin-top: 20px;
}
.questions .itemTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.questions .show {
  display: block;
}

.call {
  padding: 50px 0;
  text-align: center;
}
.call .form {
  margin: auto;
}

.rassr {
  padding: 50px 0;
}
.rassr .item {
  width: 48%;
}
.rassr .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.tooltip {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
  display: none;
  max-width: 500px;
  padding: 15px;
  z-index: 9;
}
.tooltip .close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}

.quiz,
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.quiz-content,
.modal-content {
  background-color: #171718;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid rgb(211, 187, 126);
  width: 450px;
}
.quiz .close-button,
.modal .close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.quiz .close-button:hover, .quiz .close-button:focus,
.modal .close-button:hover,
.modal .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.quiz .question,
.modal .question {
  display: none;
}
.quiz .question .input-wrapper,
.modal .question .input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 15px;
}
.quiz .question .quiz__button,
.modal .question .quiz__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.quiz .question .error-quiz,
.modal .question .error-quiz {
  margin: 15px 0;
  width: 100%;
}
.quiz .question .button-group-quiz,
.modal .question .button-group-quiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.quiz .question .quiz__input,
.modal .question .quiz__input {
  width: 100%;
  padding: 16px 0 16px 32px;
  border: 1px solid rgb(211, 187, 126);
  border-radius: 60px;
}

.radio-label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-label > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio-label > span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid rgb(211, 187, 126);
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.radio-label > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: rgb(211, 187, 126);
}

.radio-label > input:not(:disabled):active + span::before {
  background-color: rgb(211, 187, 126);
  border-color: rgb(211, 187, 126);
}

.radio-label > input:focus + span::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(211, 187, 126);
          box-shadow: 0 0 0 0.2rem rgb(211, 187, 126);
}

.radio-label > input:focus:not(:checked) + span::before {
  border-color: rgb(211, 187, 126);
}

.radio-label > input:checked + span::before {
  border-color: rgb(211, 187, 126);
  background-color: rgb(211, 187, 126);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.radio-label > input:disabled + span::before {
  background-color: rgb(211, 187, 126);
}

.radio-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(211, 187, 126);
  padding: 10px;
  width: 100%;
}

.quiz__button.quiz__send svg {
  fill: white;
}

.quiz__button.quiz__send:hover svg {
  fill: rgb(211, 187, 126);
}

.home .blog {
  padding: 50px 0;
}
.home .blog .swiper-wrapper {
  margin: 50px 0;
}
.home .blog .swiper-slide.item {
  width: 20%;
}

.site-content {
  padding: 50px 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  gap: 5px;
}
.breadcrumbs a,
.breadcrumbs .separator {
  font-weight: 600;
}

.page-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.articles {
  padding: 50px 0;
}

.site-main {
  padding: 50px 0;
}
.site-main p {
  text-align: justify;
}
.site-main figure img {
  margin: 25px auto;
  display: block;
  max-width: 100%;
}
.site-main .wp-block-heading {
  text-align: center;
}
.site-main .navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-main .navigation.post-navigation .nav-links .nav-subtitle {
  color: rgb(211, 187, 126);
}
.site-main .screen-reader-text {
  display: none;
}
.site-main .comment-form-comment label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.site-main .comment-form-comment textarea {
  width: 100%;
  border-color: rgb(211, 187, 126);
}
.site-main .form-submit input[type=submit] {
  border: 1px solid rgb(211, 187, 126);
  border-radius: 60px;
  padding-left: 25px;
  padding-right: 25px;
  background: rgb(211, 187, 126);
  color: white;
  padding: 10px 15px;
}
.site-main .form-submit input[type=submit]:hover {
  background: white;
  color: rgb(211, 187, 126);
}
.site-main .comment-form-author label,
.site-main .comment-form-email label,
.site-main .comment-form-url label {
  width: 80px;
  display: inline-block;
}
.site-main .comment-form-comment textarea,
.site-main .comment-form-author input,
.site-main .comment-form-email input,
.site-main .comment-form-url input {
  border: 1px solid rgb(211, 187, 126);
  padding: 5px 10px;
}
.site-main .comment-form-cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

h5.wp-block-heading {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .header .header__bottom {
    padding-top: 124px;
    max-width: 100%;
    padding-bottom: 150px;
    text-align: center;
  }
  .form {
    margin: auto;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
  .header .header__top {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header__top .header__menu {
    display: none;
  }
  .header .header__top .header__menu.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgb(211, 187, 126);
    position: absolute;
    top: 84px;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
    gap: 10px;
  }
  .header .header__top .menu-img {
    display: block;
  }
  .grid-columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .healing__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .healing__wrap .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .healing__wrap .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
  }
  .slider {
    padding: 0;
  }
  .result__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .result__wrap .result__img {
    width: 100%;
    margin: auto;
  }
  .result__wrap .text {
    width: 100%;
  }
  .steps .flex-columns-3 .step {
    width: 100%;
  }
  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 0;
  }
  .list__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .list__left .list__item-2 {
    margin-right: 0;
  }
  .list__left .list__item-3 {
    margin-right: 0;
  }
  .list__left .list__item-4 {
    margin-right: 0;
  }
  .list__left .list__item-5 {
    margin-right: 0;
  }
  .list__left .list__item-6 {
    margin-right: 0;
  }
  .list__left .list__item-7 {
    margin-right: 0;
  }
  .list .images {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .list__right {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .list__right .list__item-2 {
    margin-left: 0;
  }
  .list__right .list__item-3 {
    margin-left: 0;
  }
  .list__right .list__item-4 {
    margin-left: 0;
  }
  .list__right .list__item-5 {
    margin-left: 0;
  }
  .list__right .list__item-6 {
    margin-left: 0;
  }
  .list__right .list__item-7 {
    margin-left: 0;
  }
  .list__left .list__item,
  .list__right .list__item {
    margin-bottom: 10px;
  }
  .device__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 270px);
  }
  .team .grid-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .team .item__img {
    height: 350px;
  }
  .flex-columns-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 750px;
    width: 94%;
  }
  .header .header__bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .header .header__title,
  .header .page-title {
    font-size: 50px;
    line-height: 55px;
  }
  .header .form {
    width: 100%;
  }
  .title {
    font-size: 30px;
    line-height: 35px;
  }
  .busy__wrap {
    padding: 50px 0;
  }
  .busy .count__sum {
    font-size: 40px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .list .images {
    display: none;
  }
  .list__left .list__item,
  .list__right .list__item {
    margin-bottom: 10px;
  }
  .team .item__img {
    height: 300px;
  }
  .flex-columns-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .see .item {
    width: 100%;
  }
  .device .item__text {
    padding: 19px 10px;
  }
  .rassr .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .header .header__bottom {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .header .header__title,
  .page-title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  p {
    padding: 12px 0px;
    font-size: 18px;
    line-height: 22px;
  }
  .header .header__bottom .header__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .custom-logo {
    width: 80px;
    height: 32px;
  }
  .header .header__top {
    padding-top: 30px;
  }
  .services {
    padding: 80px 0;
  }
  .title {
    font-size: 25px;
    line-height: 30px;
    margin: 30px 0;
  }
  .new {
    padding: 30px 0;
  }
  .healing {
    padding: 30px 0;
  }
  .healing__wrap .img {
    width: 80%;
  }
  .serv__num {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .grid-columns-2 {
    gap: 10px;
  }
  .item__text {
    padding: 19px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .busy {
    padding: 30px 0;
  }
  .busy__wrap {
    padding: 40px 0;
  }
  .busy .count__sum {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .busy .count__text {
    font-size: 18px;
    line-height: 23px;
  }
  .result {
    padding: 30px 0;
  }
  .result h3.text__title {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
  }
  .result li.text__item {
    font-size: 16px;
    line-height: 20px;
  }
  .steps {
    padding: 30px 0;
  }
  .steps .flex-columns-3 .step__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .when {
    padding: 30px 0;
  }
  .list__left .list__item,
  .list__right .list__item {
    font-size: 16px;
    line-height: 24px;
  }
  .see {
    padding: 30px 0;
  }
  .why {
    padding: 30px 0;
  }
  .team {
    padding: 30px 0;
  }
  .team .item__img {
    height: 250px;
  }
  .grid-columns-3 {
    gap: 10px;
  }
  .device {
    padding: 30px 0;
  }
  .call {
    padding: 30px 0;
  }
  .subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .rassr {
    padding: 30px 0;
  }
  .footer {
    padding: 30px 0 0;
  }
  .footer__phone {
    font-size: 25px;
  }
  .footer__adress,
  .footer__text,
  .footer__link,
  .footer__li {
    font-size: 16px;
    line-height: 20px;
  }
  .footer__wrap {
    gap: 15px;
  }
  .tooltip {
    right: 10px;
    left: 10px;
  }
}
@media (max-width: 420px) {
  .quiz-content,
  .modal-content {
    width: 80%;
  }
}
/*# sourceMappingURL=main.css.map */
