@charset "UTF-8";
/* Reset стилей */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  line-height: 1;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

button {
  border: none;
  background: none;
  cursor: pointer; }

/* Убираем списки */
ul,
ol {
  list-style: none; }

/* Прозрачные ссылки */
a {
  text-decoration: none;
  color: inherit; }

/* Предотвращаем прыжки при переходах */
html {
  scroll-behavior: smooth; }

.header-container {
  max-width: 1040px;
  margin: 0 auto; }

.container {
  max-width: 1040px;
  margin: 0 auto;
  position: relative; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Random Grotesque Standard";
  src: url("../fonts/RG-StandardBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Random Grotesque Standard";
  src: url("../fonts/RG-SpaciousBlackItalic.woff") format("woff");
  font-style: italic;
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../fonts/PTSansNarrow-Bold.woff") format("woff");
  font-weight: 700; }
.header {
  position: relative;
  background: radial-gradient(45.56% 192.78% at 68.58% 53.21%, #ffffff 0%, #fff8e2 100%);
  overflow: hidden;
  /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ }
  .header__innerwrp {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 4; }
  .header__img--one {
    position: absolute;
    left: 68px;
    top: 9px;
    filter: blur(1px); }
  .header__img--two {
    position: absolute;
    top: -47px;
    left: 296px;
    filter: blur(1px); }
  .header__img--three {
    position: absolute;
    left: 11px;
    top: 150px; }
  .header__img--four {
    position: absolute;
    top: 299px;
    left: 359px;
    filter: blur(1px); }
  .header__img--mechet {
    position: absolute;
    z-index: 0;
    bottom: 100px;
    right: -342px;
    width: 1374px;
    height: 720px;
    opacity: 1;
    pointer-events: none;
    /* Золотистый цвет */
    background-image: url(../img/tserkovnew.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: color-burn; }
  .header__img--threeelemstar {
    position: absolute;
    top: 48px;
    right: 0px;
    z-index: 2; }
  .header__text--threeelem {
    position: absolute;
    top: 72px;
    right: 8px;
    transform: rotate(16deg);
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    max-width: 77px;
    z-index: 3;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center; }
  .header__title {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ff9e02;
    margin-bottom: 50px;
    max-width: 575px; }
  .header__list {
    display: flex;
    margin-bottom: 45px;
    gap: 40px; }
  .header__item {
    display: flex;
    align-items: center;
    gap: 12px; }
  .header__text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #3d6457; }
    .header__text--price {
      font-family: "Random Grotesque Standard";
      font-weight: 900;
      font-size: 30px;
      line-height: 106%;
      letter-spacing: 0%;
      text-transform: uppercase;
      color: #ff9e02;
      position: relative; }
      .header__text--price::after {
        content: "";
        display: flex;
        width: 78px;
        height: 100%;
        top: 0px;
        background-image: url(../img/line.svg);
        background-repeat: no-repeat;
        position: absolute;
        z-index: 90; }
    .header__text--money {
      font-family: "Random Grotesque Standard";
      font-weight: 900;
      font-size: 30px;
      line-height: 106%;
      letter-spacing: 0%;
      text-transform: uppercase;
      color: #ff9e02; }
    .header__text--sale {
      font-family: "Random Grotesque Standard";
      font-weight: 900;
      font-size: 45px;
      line-height: 106%;
      letter-spacing: 0%;
      text-transform: uppercase;
      color: #ef2b2b; }
    .header__text--advert {
      font-family: "Random Grotesque Standard";
      font-weight: 900;
      font-size: 17px;
      line-height: 106%;
      letter-spacing: 0%;
      text-transform: uppercase;
      color: #3d6457;
      max-width: 182px;
      font-style: italic; }
  .header__advertwrp {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: center; }
  .header__span {
    font-family: "Random Grotesque Standard";
    font-weight: 900;
    font-size: 38px;
    line-height: 106%;
    letter-spacing: 23%;
    text-transform: uppercase;
    color: #3d6457; }
  .header__price {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    height: 60px;
    gap: 36px;
    justify-content: center; }
    .header__price--box {
      display: flex;
      align-items: center;
      gap: 4px; }
  .header__button {
    background: #ff9e02;
    color: #ffffff;
    min-width: 349px;
    max-width: 349px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Random Grotesque Standard";
    font-weight: 700;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: 0%;
    text-transform: uppercase;
    height: 33px;
    border-radius: 30px;
    box-shadow: 0px 0px 14.2px 7px #0000001a;
    outline: none;
    border: none; }
  .header__innerbox {
    box-shadow: 2px 3px 8.1px -1px #3b210299 inset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 40px;
    border: none; }
    .header__innerbox--arr {
      flex-direction: row; }
  .header__imgwrp {
    position: relative;
    width: 502px;
    height: 653px; }
  .header__obolochka {
    display: flex; }

.nav {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  margin-bottom: 80px; }
  .nav__logowrp {
    display: flex;
    align-items: center;
    gap: 9px; }
  .nav__buttonwrp {
    display: flex;
    align-items: center; }
  .nav__text {
    font-family: "Montserrat";
    font-weight: 400;
    max-width: 323px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #3d6457; }
  .nav__link--wtsp {
    margin-right: 17px;
    width: 35px;
    height: 35px; }
  .nav__link--tg {
    margin-right: 43px;
    width: 35px;
    height: 35px; }
  .nav__button {
    background: #ff9e02;
    max-width: 112px;
    min-width: 112px;
    min-height: 35px;
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-family: "Random Grotesque Standard";
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff; }

.molitva {
  background: radial-gradient(45.56% 192.78% at 68.58% 53.21%, #ffffff 0%, #fff8e2 100%);
  position: relative;
  /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  padding-top: 85px;
  padding-bottom: 85px; }
  .molitva__img--mechet {
    display: flex;
    position: absolute;
    z-index: 0;
    opacity: 10%;
    right: 0px;
    top: -100px; }
  .molitva__span {
    display: inline;
    /* по умолчанию и так inline, но для ясности */
    background-color: transparent;
    /* если был фон */
    color: inherit;
    /* чтобы цвет наследовался */
    font-weight: inherit;
    font-style: inherit;
    color: #3d6457; }
  .molitva__title {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 96%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    justify-content: center;
    max-width: 753px;
    margin-bottom: 51px;
    color: #ff9e02; }
    .molitva__titlewrp {
      display: flex;
      justify-content: center; }
  .molitva__text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #3d6457;
    max-width: 240px; }
  .molitva__list {
    display: flex;
    gap: 27px; }
  .molitva__item {
    display: flex;
    flex-direction: column;
    gap: 15px; }

.heat {
  position: relative;
  background-color: #0f371d;
  padding-top: 49px;
  padding-bottom: 59px;
  position: relative; }
  .heat__textbox--mobile {
    display: none; }
  .heat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/plenka.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 30%;
    pointer-events: none;
    z-index: 1; }
  .heat > * {
    position: relative;
    z-index: 2; }
  .heat::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    background-image: url(../img/plenka.png);
    background-repeat: no-repeat;
    opacity: 30%; }
  .heat__box {
    display: flex;
    align-items: center;
    gap: 100px; }
  .heat__title {
    min-height: 172px;
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    text-transform: uppercase;
    color: #ffffff; }
  .heat__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 160px;
    max-width: 600px;
    gap: 36px; }
  .heat__item {
    display: flex;
    align-items: center;
    gap: 26px; }
  .heat__text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    max-width: 220px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #ffffff; }
  .heat__img--mobile {
    display: none; }
  .heat__img--mobileland {
    display: none; }
  .heat__img--land {
    max-width: 240px; }

.hold {
  padding-top: 67px;
  padding-bottom: 67px;
  background: radial-gradient(69.51% 60.16% at 50% 50.05%, #ffffff 0%, #fff8e2 100%); }
  .hold__subtitle {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ff9e02;
    max-width: 446px;
    margin-bottom: 42px; }
    .hold__subtitle--mobile {
      display: none; }
  .hold__span {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #3d6457; }
  .hold__box {
    display: flex;
    align-items: flex-end;
    gap: 55px; }
  .hold__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 390px;
    min-width: 390px;
    gap: 5px; }
  .hold__text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #3d6457;
    max-width: 220px;
    height: max-content; }
  .hold__innerbox {
    height: max-content; }
    .hold__innerbox--text {
      display: flex;
      row-gap: 36px;
      column-gap: 80px;
      flex-wrap: wrap; }

.comfort {
  background-color: #0f371d;
  padding-top: 78px;
  padding-bottom: 78px;
  position: relative; }
  .comfort::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/plenka.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    opacity: 30%; }
  .comfort > * {
    position: relative;
    z-index: 2; }
  .comfort__title {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px; }
    .comfort__titlewrp {
      display: flex;
      justify-content: center; }
  .comfort__text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 135px; }
    .comfort__text--land {
      font-family: "Montserrat";
      font-weight: 400;
      font-style: Regular;
      font-size: 20px;
      color: #ffffff;
      text-align: center;
      line-height: 28px;
      letter-spacing: 0%;
      text-align: center;
      margin-bottom: 28px; }
  .comfort__list {
    display: flex;
    justify-content: center;
    gap: 47px; }
  .comfort__item {
    display: flex;
    flex-direction: column;
    gap: 27px; }
  .comfort__img {
    width: 127px; }

.zakaz {
  position: relative;
  background: radial-gradient(69.51% 60.16% at 50% 50.05%, #ffffff 0%, #fff8e2 100%);
  height: auto;
  /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  padding-top: 128px;
  padding-bottom: 64px; }
  .zakaz__innerwrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px; }
  .zakaz__title {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #3d6457;
    margin-bottom: 26px;
    max-width: 456px; }
  .zakaz__text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #3d6457;
    margin-bottom: 41px; }
  .zakaz__img--one {
    position: absolute;
    display: flex;
    top: 39px;
    left: 139px;
    filter: blur(2px); }
  .zakaz__img--two {
    position: absolute;
    display: flex;
    top: 191px;
    left: 1px;
    filter: blur(2px); }
  .zakaz__img--three {
    position: absolute;
    display: flex;
    top: 312px;
    left: 69px; }
  .zakaz__img--four {
    position: absolute;
    display: flex;
    top: 21px;
    right: 0;
    filter: blur(2px); }
  .zakaz__img--five {
    position: absolute;
    display: flex;
    top: 193px;
    right: 21px; }
  .zakaz__img--six {
    position: absolute;
    display: flex;
    top: 399px;
    right: 18px;
    filter: blur(2px); }
  .zakaz__span {
    color: #ff9e02; }
  .zakaz__box {
    position: relative;
    min-width: 1081px;
    max-width: 1081px;
    background-color: transparent;
    top: -100px; }

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border: 1px solid #3d6457;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 40px; }
  .form__input {
    outline: none;
    border: none;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    color: #3d6457;
    padding-bottom: 8px;
    border-bottom: 1px solid #3d6457;
    min-width: 360px; }
  .form__submit {
    min-width: 160px;
    max-width: 160px;
    background-color: #ff9e02;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat";
    font-weight: 600;
    height: 35px;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff; }

.footer {
  display: flex;
  justify-content: space-between;
  background-color: #0f371d;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative; }
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/plenka.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    opacity: 30%; }
  .footer > * {
    position: relative;
    z-index: 2; }
  .footer__logowrp {
    display: flex;
    align-items: center;
    gap: 9px; }
  .footer__buttonwrp {
    display: flex;
    align-items: center; }
  .footer__text {
    font-family: "Montserrat";
    font-weight: 400;
    max-width: 323px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff; }
  .footer__innerwrp {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between; }
  .footer__link--wtsp {
    margin-right: 17px; }
  .footer__link--tg {
    margin-right: 43px; }
  .footer__link--up {
    display: flex;
    gap: 17px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #ffffff;
    align-items: center; }
  .footer__button {
    background: #ff9e02;
    max-width: 112px;
    min-width: 112px;
    min-height: 35px;
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-family: "Random Grotesque Standard";
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff; }

.best {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(69.51% 60.16% at 50% 50.05%, #ffffff 0%, #fff8e2 100%); }
  .best__img--mechet {
    position: absolute;
    z-index: 0;
    bottom: 100px;
    right: -742px;
    width: 1374px;
    height: 720px;
    top: 100px;
    opacity: 1;
    pointer-events: none;
    /* Золотистый цвет */
    background-image: url(../img/tserkovnew.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: color-burn; }
  .best__img--mechetdouble {
    position: absolute;
    z-index: 0;
    bottom: 100px;
    left: -742px;
    width: 1374px;
    height: 720px;
    top: 100px;
    opacity: 1;
    pointer-events: none;
    /* Золотистый цвет */
    background-image: url(../img/tserkovnew.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: color-burn; }
  .best__span {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ff9e02; }
  .best__box {
    position: relative;
    width: 815px;
    height: 875px; }
  .best__img--background {
    position: absolute;
    left: 159px; }
    .best__img--backgroundmobile {
      display: none; }
  .best__img--line {
    position: absolute;
    top: 355px;
    left: 128px; }
  .best__title {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 96%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #3d6457;
    padding-top: 95px; }
  .best__innerwrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px; }
  .best__text {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    color: #3d6457; }
    .best__text--one {
      position: absolute;
      top: 339px;
      left: 262px;
      max-width: 151px;
      text-align: center; }
    .best__text--two {
      position: absolute;
      top: 414px;
      left: 671px;
      max-width: 144px;
      text-align: center; }
    .best__text--three {
      position: absolute;
      top: 692px;
      left: 497px;
      max-width: 240px;
      text-align: center; }
    .best__text--four {
      position: absolute;
      top: 668px;
      left: 216px;
      max-width: 220px;
      text-align: center; }
    .best__text--five {
      position: absolute;
      top: 628px;
      left: 0;
      max-width: 168px;
      text-align: center; }
    .best__text--six {
      position: absolute;
      top: 401px;
      left: 61px;
      max-width: 145px;
      text-align: center; }
    .best__text--sizewidth {
      position: absolute;
      top: 622px;
      left: 422px;
      font-family: "Montserrat";
      font-weight: 700;
      font-style: Bold;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0%;
      text-align: center;
      color: #3d6457; }
    .best__text--sizeheight {
      position: absolute;
      top: 541px;
      left: 691px;
      transform: rotate(51deg);
      font-family: "Montserrat";
      font-weight: 700;
      font-style: Bold;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0%;
      text-align: center;
      color: #3d6457; }

@media screen and (max-width: 1081px) {
  .container {
    max-width: 768px; }

  .header-container {
    max-width: 768px; }

  .header {
    position: relative; }
    .header__imgwrp {
      position: absolute;
      z-index: 0;
      bottom: 113px; }
    .header__innerbox {
      margin-bottom: 20px; }
    .header__list {
      flex-wrap: wrap;
      gap: 0px;
      row-gap: 17px;
      column-gap: 50px;
      max-width: 400px; }
    .header__obolochka {
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column; }
    .header__img--four {
      display: none; }
    .header__title {
      margin-bottom: 314px;
      text-align: center;
      font-size: 35px; }
    .header__box {
      position: relative;
      z-index: 4; }
    .header__img--two {
      top: 264px;
      left: 332px; }
    .header__img--one {
      top: 213px;
      left: -70px; }
    .header__img--mechet {
      display: none; }
    .header__obolwrap {
      display: flex;
      flex-direction: column-reverse; }
    .header__ico--arr {
      display: none; }
    .header__price {
      margin-bottom: 15px; }

  .nav {
    margin-bottom: 55px; }

  .molitva {
    padding-top: 35px; }
    .molitva__list {
      flex-wrap: wrap;
      justify-content: center;
      max-width: 600px; }
    .molitva__innerwrp {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 20px;
      margin-right: 20px; }
    .molitva__title {
      font-size: 35px; }

  .heat__innerbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .heat__title {
    text-align: center;
    font-size: 35px; }
  .heat__box {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 100px; }

  .best {
    background: #0f371d; }
    .best__img--mechet {
      display: none; }
    .best__img--mechetdouble {
      display: none; }
    .best::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(../img/plenka.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 30%;
      pointer-events: none;
      z-index: 1; }
    .best__img--mechet {
      display: none; }
    .best__title {
      color: #ffffff;
      font-size: 35px; }
    .best__text--sizeheight {
      display: none; }
    .best__text--sizewidth {
      display: none; }
    .best__box {
      display: flex;
      justify-content: center; }
    .best__text {
      display: none; }
    .best__img--line {
      display: none; }
    .best__img--background {
      position: relative;
      left: 0px;
      width: 100%;
      height: 741px; }
    .best__span {
      font-size: 35px; }
    .best__box {
      width: auto;
      height: auto; }

  .hold {
    padding-top: 30px; }
    .hold__subtitle {
      display: none; }
    .hold__subtitle--mobile {
      font-family: "PT Sans Narrow";
      font-weight: 700;
      font-style: Bold;
      font-size: 35px;
      line-height: 96%;
      letter-spacing: 0%;
      text-transform: uppercase;
      color: #ff9e02;
      max-width: 446px;
      margin-bottom: 42px;
      display: flex;
      flex-direction: column; }
    .hold__span {
      font-size: 35px; }
    .hold__box {
      flex-direction: column;
      width: max-content;
      align-items: center; }
    .hold__text {
      text-align: center; }
    .hold__title {
      font-size: 35px; }
    .hold__list {
      justify-content: center; }
    .hold__innerwrp {
      justify-content: center;
      display: flex;
      margin-left: 20px;
      margin-right: 20px; }
    .hold__innerbox {
      flex-direction: column;
      width: max-content; }

  .comfort__list {
    flex-wrap: wrap;
    max-width: 480px; }
  .comfort__innerwrp {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px; }
  .comfort__title {
    font-size: 35px; }

  .zakaz {
    padding-top: 70px; }
    .zakaz__box {
      display: none; }
    .zakaz__title {
      font-size: 35px; } }
@media screen and (max-width: 660px) {
  .header {
    overflow: hidden; }
    .header__title {
      font-family: "PT Sans Narrow";
      font-weight: 700;
      font-style: Bold;
      font-size: 30px;
      line-height: 96%;
      letter-spacing: 0%;
      text-align: center;
      text-transform: uppercase;
      max-width: 450px; }
    .header__text {
      max-width: 115px; }
    .header__obolwrap {
      margin-right: 20px;
      margin-left: 20px; }
    .header__imgwrp {
      width: 390px; }
    .header__img--three {
      width: 326px;
      left: 50%;
      height: 326px;
      transform: translateX(-50%); }
    .header__img--one {
      width: 89px;
      left: 0%; }
    .header__img--two {
      left: 80%;
      width: 167px; }
    .header__button {
      max-width: 320px;
      min-width: 320px;
      height: 36px; }

  .nav__text {
    font-size: 10px;
    max-width: 216px; }
  .nav__button {
    display: none; }

  .molitva__title {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 96%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    max-width: 500px; }

  .form {
    width: 320px; }
    .form__input {
      max-width: 300px;
      min-width: 300px; }

  .hold__subtitle--mobile {
    font-size: 25px;
    text-align: center; }
  .hold__span {
    font-size: 25px; }

  .heat {
    padding-top: 0;
    padding-bottom: 0; }
    .heat::before {
      display: none; }
    .heat__title {
      font-family: "PT Sans Narrow";
      font-weight: 700;
      font-style: Bold;
      font-size: 25px;
      line-height: 96%;
      letter-spacing: 0%;
      text-align: center;
      text-transform: uppercase;
      max-width: 348px; }
    .heat__img--land {
      display: none; }
    .heat__img--mobileland {
      display: flex;
      position: absolute;
      top: 155px; }
    .heat__img--mobile {
      display: flex;
      position: absolute;
      top: 45px;
      left: 64px; }
    .heat__item {
      width: max-content; }
    .heat__list {
      flex-wrap: wrap;
      max-height: 100%; }
    .heat__text {
      width: max-content; }
      .heat__textone--mobile {
        position: absolute;
        left: 4px;
        top: 67px;
        max-width: 130px; }
      .heat__texttwo--mobile {
        position: absolute;
        left: 79px;
        max-width: 189px; }
      .heat__textthree--mobile {
        position: absolute;
        top: 81px;
        left: 225px;
        max-width: 144px; }
      .heat__textfour--mobile {
        position: absolute;
        top: 418px;
        left: 212px;
        max-width: 151px; }
      .heat__textfive--mobile {
        position: absolute;
        bottom: 0;
        left: 52px;
        max-width: 240px; }
      .heat__textsix--mobile {
        position: absolute;
        bottom: 69px;
        left: 0px;
        max-width: 168px; }
      .heat__text--mobile {
        position: absolute;
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 10px;
        letter-spacing: 0%;
        text-align: center;
        color: #3d6457; }
    .heat__textbox--mobile {
      display: flex; }
    .heat__title {
      display: none; }
    .heat__innerbox {
      width: 354px;
      height: 519px;
      position: relative; }
      .heat__innerbox--mobile {
        display: flex;
        width: 100%;
        background-color: #0f371d !important;
        height: 100%;
        padding-bottom: 56px; }
        .heat__innerbox--mobile::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: url(../img/plenka.png);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          opacity: 30%;
          pointer-events: none;
          z-index: 1; }
    .heat__box {
      padding-bottom: 30px;
      display: flex;
      flex-direction: column-reverse;
      background: #fff8e2;
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      position: relative; }
    .heat__textbox--mobile {
      position: absolute;
      width: 100%;
      height: 100%; }

  .comfort__title {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 96%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    max-width: 348px;
    margin-bottom: 21px; }
  .comfort__list {
    max-width: 460px; }
  .comfort__text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0%;
    text-align: center; }
    .comfort__text--land {
      margin-bottom: 40px; }

  .best {
    position: relative; }
    .best::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(../img/plenka.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 30%;
      pointer-events: none;
      z-index: 1; }
    .best__innerwrp {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 20px;
      margin-right: 20px; }
    .best__box {
      width: 346px;
      height: 340px; }
    .best__title {
      font-family: "PT Sans Narrow";
      font-weight: 700;
      font-style: Bold;
      font-size: 25px;
      line-height: 96%;
      letter-spacing: 0%;
      text-align: center;
      text-transform: uppercase;
      max-width: 348px; }
    .best__span {
      font-size: 25px; }
    .best__img--background {
      display: none; }
    .best__img--backgroundmobile {
      display: flex; }

  .combination {
    display: flex;
    flex-direction: column-reverse;
    background: #0f371d; }

  .form__input {
    max-width: 260px;
    min-width: 260px; }

  .zakaz__title {
    font-size: 25px; }

  .footer__innerwrp {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
    margin-right: 20px; }
  .footer__buttonwrp {
    justify-content: center; }
  .footer__link--tg {
    margin-right: 0; }
  .footer__logowrp {
    gap: 10px;
    flex-direction: column;
    align-items: center; } }

/*# sourceMappingURL=style.css.map */
