html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'Gotham Pro', sans-serif;
  background: #ffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #525653; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #a68052; }

.brown {
  color: #a68052; }

.container {
  padding: 0 15px;
  max-width: 1668px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  text-transform: uppercase;
  color: #08392a;
  margin: 0; }

h2 {
  margin: 0;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: #525653; }

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

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #a68052; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #a68052;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #a68052; }

.popup__bg {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #a68052;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 1;
  color: #525653;
  text-align: center;
  width: 391px;
  height: 56px; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Literal';
  src: url("../fonts/Literal-Regular.eot");
  src: url("../fonts/Literal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Literal-Regular.woff2") format("woff2"), url("../fonts/Literal-Regular.woff") format("woff"), url("../fonts/Literal-Regular.ttf") format("truetype"), url("../fonts/Literal-Regular.svg#Literal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Black.eot");
  src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype"), url("../fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

input::-webkit-input-placeholder {
  color: rgba(82, 86, 83, 0.4) !important; }

input::-moz-placeholder {
  color: rgba(82, 86, 83, 0.4) !important; }

input:-ms-input-placeholder {
  color: rgba(82, 86, 83, 0.4) !important; }

input:-moz-placeholder {
  color: rgba(82, 86, 83, 0.4) !important; }

.menu-btn, .menu {
  display: none; }

.menu-btn, .menu {
  display: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #a68052; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #a68052 !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
  flex-wrap: wrap; }
  .bread a {
    color: rgba(32, 32, 32, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    .bread a:after {
      content: "/";
      display: inline-block;
      color: rgba(32, 32, 32, 0.5) !important;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      margin: 0 10px; }
    .bread a:last-child {
      color: #202020; }
      .bread a:last-child:after {
        display: none; }
    .bread a:hover {
      color: #a68052; }

.mob {
  display: none; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #a68052; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

.header {
  padding-bottom: 68px;
  position: relative; }
  .header__fig1 {
    position: absolute;
    left: -295px;
    top: 231px;
    width: 313px; }
  .header__fig2 {
    position: absolute;
    right: -306px;
    top: 250px;
    width: 339px; }
  .header__wrap {
    position: relative;
    padding-top: 220px; }
    .header__wrap h1 {
      margin-bottom: 51px; }
  .header__text {
    font-size: 27px;
    line-height: 1.19;
    text-align: center;
    color: #525653;
    margin-bottom: 48px; }
  .header__sub {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #a68052;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto; }
  .header__gold {
    position: absolute;
    top: 545px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.nav {
  padding: 35px 0; }
  .nav__logo {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav__logo img {
      width: 100%;
      object-fit: contain;
      height: auto; }
  .nav__list {
    flex-wrap: wrap;
    align-items: center; }
    .nav__list li {
      margin-right: 70px; }
      .nav__list li:last-child {
        margin-right: 0; }
      .nav__list li a {
        font-size: 24px;
        font-weight: bold;
        line-height: 0.78;
        color: #525653; }
      .nav__list li:hover a {
        color: #A68052; }
      .nav__list li.active a {
        color: #a68052; }
  .nav__box {
    align-items: center;
    justify-content: space-between; }
  .nav__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    height: 43px;
    transform: scale(1); }
    .nav__socials a:first-child {
      max-width: 43px;
      width: 43px; }
    .nav__socials a:nth-child(2) {
      max-width: 61px;
      width: 61px;
      margin-left: 27px; }
    .nav__socials a:hover {
      transform: scale(1.15); }

label.error {
  display: none !important; }

input.error {
  border: 2.5px solid #ff0000 !important; }

.main {
  padding-bottom: 50px; }
  .main__form {
    width: 100%;
    max-width: 391px; }
    .main__form button, .main__form .main__button {
      width: 100%;
      background: white;
      border: 2.5px solid #a68052; }
      .main__form button:hover, .main__form .main__button:hover {
        background: #a68052;
        color: white; }
  .main__item {
    width: 100%; }
    .main__item label {
      display: block;
      font-size: 25px;
      line-height: 100%;
      text-align: center;
      color: #525653;
      margin-bottom: 7px; }
    .main__item input {
      width: 100%;
      height: 56px;
      text-align: center;
      border: 2.5px solid #535653;
      font-size: 25px; }
      .main__item input:focus {
        border: 2.5px solid #a68052; }
  .main__flex {
    margin: 27px 0 40px;
    align-items: flex-end; }
  .main__check {
    margin-left: 20px; }
  .main__el:first-child {
    margin-right: 16px; }
  .main__top {
    align-items: center;
    margin-bottom: 40px; }
  .main__num {
    margin-right: 100px;
    position: relative; }
    .main__num span {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 125px;
      font-weight: bold;
      line-height: 100%;
      text-align: center;
      color: #525653;
      margin-top: -68px;
      margin-left: -26px; }
  .main .day-message {
    background: transparent;
    margin: 100px 0 0;
    border: none;
    padding: 0; }
    .main .day-message_2 .main__num span, .main .day-message_3 .main__num span, .main .day-message_4 .main__num span, .main .day-message_5 .main__num span, .main .day-message_6 .main__num span, .main .day-message_7 .main__num span, .main .day-message_8 .main__num span, .main .day-message_9 .main__num span {
      margin-left: -38px; }
  .main__area {
    margin-bottom: 60px; }
    .main__area:last-child {
      margin-bottom: 0; }
    .main__area ul li {
      font-size: 27px;
      line-height: 1.11;
      text-align: left;
      color: #525653;
      font-weight: 400;
      margin-bottom: 15px; }
      .main__area ul li:last-child {
        margin-bottom: 0; }
  .main__block {
    width: 100%;
    padding: 20px 37px;
    background-color: #ede5df;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    color: #525653; }
  .main__ul {
    margin-bottom: 35px; }
  .main__text p {
    font-size: 27px;
    line-height: 1.11;
    text-align: left;
    color: #525653;
    font-weight: 400;
    margin-bottom: 25px; }
    .main__text p:last-child {
      margin-bottom: 0; }
  .main__right h2 {
    font-size: 56px;
    line-height: 1.32;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .main__right h2 span {
      font-weight: bold;
      color: #a68052;
      text-transform: uppercase; }
  .main__right p {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.11;
    color: #525653; }

.tabs__nav {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 23px; }
  .tabs__nav a {
    background: rgba(82, 86, 83, 0.2);
    width: 24%;
    height: 71px;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #525653;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tabs__nav a:hover {
      background: #a68052;
      color: white; }
  .tabs__nav .tabs__btn_active {
    background-color: #08392a !important;
    color: white !important; }

.custom-checkbox + label {
  width: 57px;
  height: 57px;
  display: flex;
  border: 2.5px solid #535653;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  color: #525653;
  transition: 0.5s;
  box-sizing: border-box; }
  .custom-checkbox + label::before {
    display: none; }
  .custom-checkbox + label:hover {
    background: #a68052 !important;
    color: white !important;
    border: 2.5px solid #a68052; }

.custom-checkbox:checked + label {
  background: #a68052 !important;
  color: white !important;
  border: 2.5px solid #a68052; }

.info {
  padding: 39px 0 89px; }
  .info__box {
    align-items: center;
    justify-content: space-between;
    margin-left: -34px; }
  .info__content {
    width: 100%;
    max-width: 66.61%; }
    .info__content p {
      margin-bottom: 60px;
      font-size: 35px;
      font-weight: bold;
      line-height: 1.2;
      color: #525653; }
    .info__content span {
      font-size: 29px;
      line-height: 1.1;
      color: #525653; }

.text {
  padding: 112px 0;
  position: relative; }
  .text__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .text__content {
    width: 100%;
    max-width: 52.35%; }
    .text__content p {
      font-size: 29px;
      line-height: 1.28;
      color: #525653;
      margin-bottom: 30px; }
      .text__content p:last-child {
        margin-bottom: 0; }

.music {
  padding: 100px 0 30px; }
  .music__box {
    align-items: center;
    margin-left: -34px;
    justify-content: space-between; }
  .music__content {
    width: 100%;
    max-width: 45.35%;
    margin-top: 45px;
    position: relative;
    left: -18px; }
    .music__content h2 {
      text-transform: uppercase;
      margin-bottom: 69px; }
    .music__content p {
      font-size: 29px;
      line-height: 1.28;
      color: #525653;
      margin-bottom: 30px; }
      .music__content p:last-child {
        margin-bottom: 0; }

.order {
  padding-top: 50px; }
  .order .header__fig2 {
    right: 2px;
    top: 117px;
    width: 428px;
    z-index: -1; }
  .order .header__fig1 {
    left: 0px;
    top: 2px;
    width: 408px;
    z-index: -1; }
  .order__wrap {
    position: relative; }
  .order__flex {
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 10px; }
  .order .custom-checkbox + label {
    width: 57px;
    height: 57px;
    display: flex;
    border: 2.5px solid #535653;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    color: #525653;
    transition: 0.5s;
    box-sizing: border-box; }
    .order .custom-checkbox + label::before {
      display: none; }
    .order .custom-checkbox + label:hover {
      background: #a68052 !important;
      color: white !important;
      border: 2.5px solid #a68052; }
  .order .custom-checkbox:checked + label {
    background: #a68052 !important;
    color: white !important;
    border: 2.5px solid #a68052; }
  .order__box {
    width: 100%;
    max-width: 1003px;
    margin: 0 auto;
    padding: 60px;
    background-color: #ede5df; }
    .order__box p {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.19;
      text-align: center;
      color: #a68052;
      margin-bottom: 40px; }
    .order__box .tabs__content {
      max-width: 391px;
      width: 100%; }
  .order .tabs__nav {
    width: 100%;
    max-width: 390px;
    margin-top: 20px; }
    .order .tabs__nav a {
      width: 100%;
      margin-bottom: 28px;
      background-color: #fff; }
      .order .tabs__nav a:hover {
        background: #a68052;
        color: white; }
      .order .tabs__nav a:last-child {
        margin-bottom: 0; }
  .order .main__form input, .order .main__form button {
    background: transparent; }
  .order .main__form button:hover {
    background: #a68052; }

.footer {
  padding: 80px 0; }
  .footer__logo {
    width: 300px; }
  .footer__flex {
    align-items: center; }
  .footer .nav__socials {
    margin-left: 100px; }
  .footer__links {
    margin-top: 40px; }
    .footer__links a {
      display: block;
      margin-left: auto;
      text-align: right;
      color: #525653;
      width: max-content;
      font-size: 24px; }
      .footer__links a:hover {
        color: #a68052; }
      .footer__links a:first-child {
        margin-bottom: 25px; }

.day-messages {
  margin-top: 20px; }

.day-message {
  display: none;
  font-weight: bold;
  color: #333;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f9f9f9; }

.main-nav {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000; }

.main-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px); }

.main .tabs__pane:nth-child(2) {
  margin-left: calc(25.5%); }

.main .tabs__pane:nth-child(3) {
  margin-left: calc(50.7%); }

.main .tabs__pane:nth-child(4) {
  margin-left: calc(76.1%); }

.ss .main__item {
  margin-bottom: 30px; }

.ss button {
  margin-top: 40px; }

.main__form_4 button {
  height: 56px; }

.main4__bg {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  height: 94%;
  object-fit: cover;
  z-index: -1; }

.main4__sub {
  margin-bottom: 80px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  color: #a68052;
  width: 100%;
  max-width: 635px; }

.main4__text {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.11;
  color: #525653; }

.page .header {
  position: relative; }

.page h1 {
  font-size: 63px;
  text-align: left;
  margin-bottom: 100px; }

.page .main__form_4 {
  max-width: 491px; }

.page .order__box .main__form_4 {
  max-width: 391px; }

.page .order__box .tabs__content {
  max-width: 391px;
  width: 100%; }

.area {
  padding: 50px 0; }
  .area__name {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #525653;
    margin-bottom: 80px; }
  .area__text {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 100px; }
    .area__text p {
      font-size: 28px;
      text-align: center;
      color: #525653;
      margin-bottom: 30px;
      line-height: 1.25; }
      .area__text p:last-child {
        margin-bottom: 0; }
  .area__title {
    margin-bottom: 45px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #525653; }
  .area .main__form_5 {
    max-width: 1032px;
    margin: 0 auto; }
    .area .main__form_5 .main__flex {
      justify-content: space-between; }
    .area .main__form_5 input {
      height: 56px; }
    .area .main__form_5 .main__item {
      width: 47.58%; }
    .area .main__form_5 button {
      width: 47.58%; }

.header3 .main4__bg {
  top: 165px;
  width: 100%;
  height: 100%; }

.header3 .main4__sub {
  font-size: 35px;
  max-width: 100%;
  margin-bottom: 70px; }

.header3 .main4__text {
  max-width: 720px;
  margin-bottom: 50px; }

.header3__flex {
  justify-content: space-between; }
  .header3__flex .main__item {
    width: 48%; }
    .header3__flex .main__item input {
      height: 56px; }

.header3 .main__form {
  max-width: 700px; }

.header3 .ss button {
  width: 341px;
  margin-top: 10px; }

.area3 .area__text {
  margin-bottom: 0; }

.set {
  padding-bottom: 40px; }
  .set__block {
    align-items: center;
    background-color: #ede5df;
    border-radius: 50px;
    margin-bottom: 30px; }
    .set__block img {
      height: 56px; }
    .set__block p {
      margin-left: 24px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.6;
      color: #525653; }
  .set__text {
    margin-bottom: 60px; }
    .set__text p {
      margin-bottom: 30px;
      font-size: 28px;
      line-height: 1.11;
      color: #525653; }
      .set__text p:last-child {
        margin-bottom: 0; }
  .set__title {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.07;
    text-align: center;
    color: #525653;
    margin-bottom: 50px; }
  .set__row {
    margin-bottom: 90px;
    justify-content: center; }
    .set__row ul li {
      align-items: center;
      margin-bottom: 16px;
      display: flex; }
      .set__row ul li img {
        height: 56px; }
      .set__row ul li p {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
        text-align: left;
        color: #525653;
        margin-left: 23px; }
      .set__row ul li:last-child {
        margin-bottom: 0; }
    .set__row ul:first-child {
      margin-right: 200px; }
  .set__btn {
    margin: 0 auto;
    border: 2px solid #a68052;
    width: 551px; }
    .set__btn:hover {
      background: #a68052;
      color: white; }

.per3 {
  overflow: hidden; }

.header2 .main4__text {
  width: 100%;
  max-width: 1217px; }

.header2 .main4__sub {
  font-size: 30px;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px; }

.header2 h1 {
  margin-bottom: 45px; }

.header2__row {
  align-items: flex-end;
  display: flex; }
  .header2__row ul {
    margin-right: 126px; }
    .header2__row ul li {
      display: flex;
      margin-bottom: 15px;
      align-items: center; }
      .header2__row ul li img {
        width: 30px; }
      .header2__row ul li p {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.5;
        color: #525653;
        margin-left: 19px; }
      .header2__row ul li:last-child {
        margin-bottom: 0; }

.header2__wrap {
  padding: 50px;
  background-color: #ede5df; }

.header2 .main__item input {
  background: transparent;
  height: 56px; }

.header2 .main__form button {
  background: transparent; }
  .header2 .main__form button:hover {
    background: #a68052; }

.header2__info {
  width: 100%;
  max-width: 601px;
  margin: 40px auto 100px; }
  .header2__info p {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    color: #525653;
    margin-bottom: 60px; }

.header2__table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.header2__block {
  padding: 40px 50px;
  width: 33.333%;
  font-size: 35px;
  line-height: 1.23;
  color: #525653;
  border-bottom: 1px solid #c9cac9;
  border-right: 1px solid #c9cac9; }
  .header2__block:nth-child(3n) {
    border-right: none; }
  .header2__block:nth-child(n+7) {
    border-bottom: none; }

.header2__area {
  position: relative;
  padding: 160px 100px;
  margin-bottom: 100px; }
  .header2__area h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px; }

.header2__book {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.header2__rey {
  margin-bottom: 80px; }
  .header2__rey:last-child {
    margin-bottom: 0; }

.header2__rey__top {
  align-items: center; }
  .header2__rey__top img {
    width: 55px;
    margin-right: 26px;
    flex: 1 0 auto;
    max-width: 56px; }
  .header2__rey__top p {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.24;
    color: #525653;
    border-bottom: 1px solid #c9cac9;
    width: 100%;
    padding-bottom: 10px; }

.header2__txt {
  margin-top: 30px;
  font-size: 25px;
  line-height: 1.08;
  color: #525653; }

.header2__pdf {
  margin: 230px auto 0;
  width: 276px;
  border: 2.5px solid #a68052;
  position: relative;
  top: 40px; }
  .header2__pdf:hover {
    background: #a68052;
    color: white; }

.main3__bg {
  height: 100%;
  object-fit: contain; }

.mat {
  padding-bottom: 80px; }
  .mat__wrap {
    position: relative;
    width: 100%;
    padding: 90px 100px; }
    .mat__wrap h2 {
      font-size: 42px;
      font-weight: bold;
      line-height: 1.14;
      color: #525653;
      margin-bottom: 60px; }
    .mat__wrap p {
      font-size: 28px;
      line-height: 1.25;
      color: #525653;
      width: 100%;
      max-width: 1240px; }
    .mat__wrap_2 p {
      max-width: 850px; }
  .mat__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .mat__row {
    justify-content: space-between;
    margin: 100px 0; }
  .mat__item {
    text-align: center; }
    .mat__item img {
      height: 85px;
      margin-bottom: 50px; }
    .mat__item p {
      font-size: 28px;
      line-height: 1.14;
      color: #525653; }
  .mat__tele {
    align-items: center;
    margin-top: 100px; }
    .mat__tele img {
      width: 172px; }
    .mat__tele p {
      margin-left: 110px;
      font-size: 33px;
      font-weight: bold;
      line-height: 1.27;
      color: #525653; }

.main__form button.active {
  background: #a68052;
  color: white; }

.main .main__form_3 .main__item, .main .main__form_4 .main__item, .order .main__form_3 .main__item, .order .main__form_4 .main__item {
  margin-bottom: 0; }

.main__button_2 {
  margin-top: 20px;
  background: transparent !important; }
  .main__button_2:hover {
    background: #a68052 !important; }

@media screen and (max-width: 1600px) {
  .info__box {
    margin-left: 0; }
  .nav__list li a {
    font-size: 17px; }
  .nav__logo {
    width: 220px; }
  .container {
    max-width: 1196px; }
  .nav__socials a:first-child {
    width: 31px;
    max-width: 31px; }
  .nav__socials a:nth-child(2) {
    width: 43px;
    max-width: 43px; }
  .nav__list li {
    margin-right: 50px; }
  .header__wrap h1 {
    font-size: 30px;
    margin-bottom: 30px; }
  .header__text {
    font-size: 20px;
    margin-bottom: 34px; }
  .header__sub {
    font-size: 20px;
    width: 100%;
    max-width: 1000px; }
  .header {
    padding-bottom: 49px; }
  .tabs__nav a {
    font-size: 18px;
    height: 50px; }
  .main__item label {
    font-size: 18px; }
  .main__form {
    max-width: 281px; }
  .custom-checkbox + label {
    font-size: 18px !important;
    width: 40px !important;
    height: 40px !important; }
  .main__item input {
    height: 40px;
    font-size: 18px; }
  .main__form button {
    height: 40px;
    font-size: 18px; }
  .header__wrap {
    padding-top: 180px; }
  .main .tabs__nav {
    margin-bottom: 17px; }
  .main__item label {
    margin-bottom: 3px; }
  .main__flex {
    margin: 18px 0 28px; }
  .main__check {
    margin-left: 11px; }
  .main__el:first-child {
    margin-right: 11px; }
  .info__box img {
    width: 270px; }
  .info__content p {
    font-size: 25px;
    margin-bottom: 40px; }
  .info__content span {
    font-size: 21px; }
  .info {
    padding: 20px 0 80px; }
  .text {
    padding: 80px 0; }
  .text__content p {
    font-size: 21px; }
  .text__content {
    max-width: 53.35%; }
  .music__box {
    margin-left: 0; }
    .music__box img {
      width: 530px; }
  .header__fig2 {
    right: -216px;
    top: 200px;
    width: 231px;
    z-index: -1; }
  .header__fig1 {
    left: -220px;
    top: 200px;
    width: 229px; }
  .music__content h2 {
    font-size: 40px;
    margin-bottom: 60px; }
  .music__content p {
    font-size: 21px;
    margin-bottom: 25px; }
  .music__content {
    left: 0;
    max-width: 47.35%; }
  .music {
    padding: 50px 0 20px; }
  .order__box p {
    font-size: 19px;
    margin-bottom: 30px; }
  .order .tabs__nav {
    max-width: 280px; }
  .order__box {
    max-width: 715px;
    padding: 40px; }
  .order .tabs__nav a {
    margin-bottom: 20px; }
  .order .header__fig1 {
    width: 294px; }
  .order .header__fig2 {
    width: 284px;
    bottom: 0;
    top: inherit; }
  .footer {
    padding: 57px 0; }
  .main__num {
    margin-right: 90px; }
    .main__num img {
      width: 280px; }
  .main__num span {
    font-size: 90px;
    margin-top: -50px;
    margin-left: -20px; }
  .main .day-message_2 .main__num span {
    margin-left: -28px; }
  .main .day-message_3 .main__num span, .main .day-message_4 .main__num span, .main .day-message_5 .main__num span, .main .day-message_6 .main__num span, .main .day-message_7 .main__num span, .main .day-message_8 .main__num span, .main .day-message_9 .main__num span {
    margin-left: -27px; }
  .main__right h2 {
    font-size: 40px;
    margin-bottom: 37px; }
  .main__right p {
    font-size: 20px; }
  .main .day-message {
    margin-top: 70px; }
  .main__top {
    margin-bottom: 30px; }
  .main__block {
    font-size: 25px;
    margin-bottom: 25px;
    padding: 15px 25px; }
  .main__text p {
    font-size: 20px; }
  .main__area {
    margin-bottom: 40px; }
  .main__area ul li {
    font-size: 20px; }
  .main__ul {
    margin-bottom: 25px; }
  .footer .nav__socials {
    margin-left: 68px; }
  .page h1 {
    font-size: 45px; }
  .main4__sub {
    font-size: 25px;
    margin-bottom: 40px; }
  .main4__text {
    font-size: 26px; }
  .area__name {
    font-size: 25px;
    margin-bottom: 40px; }
  .area__text p {
    font-size: 20px;
    margin-bottom: 20px; }
  .area__title {
    font-size: 18px;
    margin-bottom: 25px; }
  .area .main__form_5 input {
    height: 40px; }
  .area .main__form_5 {
    max-width: 800px; }
  .area__text {
    margin-bottom: 80px; }
  .header3 .main4__sub {
    font-size: 24px; }
  .header3 .main4__text {
    max-width: 516px; }
  .header3__flex .main__item input {
    height: 40px; }
  .header3 .main__form {
    max-width: 493px; }
  .header3 .ss button {
    width: 236px; }
  .header3__flex .main__item {
    margin-bottom: 10px; }
  .set__block p {
    font-size: 22px; }
  .set__block img, .set__row ul li img {
    height: 40px; }
  .set__text p {
    font-size: 20px;
    margin-bottom: 20px; }
  .set__title {
    font-size: 32px;
    margin-bottom: 30px; }
  .set__row ul li p {
    margin-left: 15px;
    font-size: 22px; }
  .set__row ul:first-child {
    margin-right: 140px; }
  .set__row {
    margin-bottom: 60px; }
  .set__btn {
    font-size: 18px;
    height: 45px;
    width: 400px; }
  .set {
    padding-bottom: 20px; }
  .header2 .main4__sub {
    font-size: 22px;
    margin-bottom: 40px; }
  .header2__row ul li p {
    font-size: 20px; }
  .mat__wrap h2 {
    font-size: 30px; }
  .mat__wrap p {
    font-size: 20px;
    max-width: 98%; }
  .mat__wrap {
    padding: 60px; }
  .mat__item p {
    font-size: 20px; }
  .mat__item img {
    height: 70px;
    margin-bottom: 30px; }
  .mat__wrap_2 p {
    max-width: 60%; }
  .mat__tele img {
    width: 120px; }
  .mat__tele p {
    font-size: 23px;
    margin-left: 60px; }
  .mat__tele {
    margin-top: 60px; }
  .mat {
    padding-bottom: 50px; }
  .header2__info p {
    font-size: 22px;
    margin-bottom: 40px; }
  .header2__block {
    font-size: 25px;
    text-align: center;
    padding: 40px; }
  .header2__area h2 {
    font-size: 30px; }
  .header2__rey__top p {
    font-size: 22px; }
  .header2__txt {
    font-size: 18px; }
  .header2__rey:last-child {
    margin-bottom: -145px; }
  .header2__rey {
    margin-bottom: 60px; }
  .header2__pdf {
    top: 70px; }
  .page .order__box .tabs__content, .order__box .tabs__content {
    max-width: 281px; }
  .main__button_2 {
    font-size: 18px; }
  .header__gold {
    top: 421px; }
  .footer__links a {
    font-size: 18px; }
  .footer__links a:first-child {
    margin-bottom: 15px; } }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px !important; }
  .menu-btn, .menu {
    display: block; }
  .header__wrap {
    padding-top: 120px; }
  .menu-btn {
    width: 25px;
    height: 24px;
    position: fixed;
    right: inherit;
    left: initial;
    top: 50px;
    z-index: 11;
    overflow: hidden;
    background: url(../img/bur1.svg) no-repeat center center; }
    .menu-btn.active {
      background: url(../img/bur2.png) no-repeat center center;
      left: 39px;
      right: inherit;
      top: 25px;
      position: fixed;
      z-index: 200000; }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: all 0.5s;
    margin-left: 5px;
    display: none; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 48px;
    height: 2px;
    margin-left: 0; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 24px;
    height: 2px;
    margin-left: 12px; }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 80px 40px 0;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden; }
    .menu.active {
      transform: translateX(0%);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35); }
    .menu .nav__list {
      display: block; }
      .menu .nav__list li {
        margin-bottom: 25px;
        margin-right: 0; }
        .menu .nav__list li a {
          font-size: 14px; }
          .menu .nav__list li a br {
            display: none; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg); }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg); }
  .nav__list {
    display: none; }
  .header__text, .header__sub {
    font-size: 19px; }
  .main__form {
    max-width: 275px; }
  .main__right h2 {
    font-size: 32px; }
  .music__box img {
    width: 420px; }
  .music__content {
    max-width: 50%; }
  .music__content p {
    font-size: 18px; }
  .music__content h2 {
    font-size: 30px;
    margin-bottom: 30px; }
  .footer .nav__list {
    display: flex; }
  .footer .nav__box {
    flex-direction: column; }
  .footer .nav__logo {
    margin-bottom: 40px; }
  .footer .nav__socials {
    margin-left: 0; }
  .footer__flex {
    justify-content: space-between;
    width: 100%; }
  .nav__box {
    position: relative; }
  .nav .nav__logo {
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -110px; }
  .nav__box .nav__socials {
    margin-left: auto; }
  .main-nav {
    z-index: 9; }
  .set__row ul:first-child {
    margin-right: 100px; }
  .mat__wrap h2 br {
    display: none; }
  .mat__row {
    margin: 60px 0; }
  .mat__item p {
    font-size: 18px; }
  .header2__info {
    margin-bottom: 60px; } }

@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .container {
    max-width: 720px !important;
    padding: 0 10px; }
  .nav {
    padding: 20px 0; }
  .nav .nav__logo {
    width: 140px;
    top: 0;
    margin-right: -70px; }
  .nav__socials a:first-child {
    width: 15px;
    max-width: 15px; }
  .nav__socials a:nth-child(2) {
    width: 22px;
    max-width: 22px;
    margin-left: 13px; }
  .header__wrap h1 {
    font-size: 23px; }
  .header__text, .header__sub {
    font-size: 14px; }
  .padding__wrap {
    margin-top: 110px; }
    .padding__wrap h1 {
      margin-bottom: 23px; }
  .menu-btn {
    top: 30px; }
  .header__text {
    margin-bottom: 20px; }
  .header {
    padding-bottom: 26px; }
  .tabs__nav a {
    height: 41px;
    font-size: 13px; }
  .main__form {
    max-width: 171px; }
  .main__item label {
    font-size: 13px; }
  .main__item input {
    font-size: 13px;
    height: 31px; }
  .custom-checkbox + label {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important; }
  .main__el:first-child {
    margin-right: 3px; }
  .main__check {
    margin-left: 3px; }
  .main__flex {
    margin: 11px 0 13px; }
  .header__fig1, .header__fig2 {
    display: none; }
  .main__num img {
    width: 170px; }
  .main__num span {
    font-size: 50px;
    margin-top: -28px;
    margin-left: -12px; }
  .main__right h2 {
    font-size: 24px;
    margin-bottom: 27px; }
  .main__right p {
    font-size: 13px; }
  .main__num {
    margin-right: 70px; }
  .main__block {
    font-size: 15px;
    padding: 8px 15px;
    margin-bottom: 15px; }
  .main__text p {
    font-size: 13px;
    margin-bottom: 20px; }
  .main__area {
    margin-bottom: 28px; }
  .main__area ul li {
    font-size: 13px;
    margin-bottom: 10px; }
  .main__ul {
    margin-bottom: 15px; }
  .info__box img {
    width: 170px; }
  .info__content p {
    font-size: 14px;
    margin-bottom: 30px; }
  .info__content span {
    font-size: 13px; }
  .info {
    padding: 0 0 50px; }
  .text {
    padding: 40px 0; }
  .text__content p {
    font-size: 13px;
    margin-bottom: 20px; }
  .music__content {
    margin-top: 20px;
    max-width: 52%; }
  .music__box img {
    width: 300px; }
  .music__content h2 {
    font-size: 22px; }
  .music__content p {
    font-size: 13px;
    margin-bottom: 20px; }
  .music {
    padding-bottom: 0; }
  .order__box {
    padding: 25px;
    max-width: 519px; }
  .order__box p {
    font-size: 14px;
    margin-bottom: 20px; }
  .order .tabs__nav {
    margin-top: 10px;
    max-width: 233px; }
  .order .tabs__nav a {
    margin-bottom: 10px; }
  .main__form button {
    height: 31px;
    font-size: 13px; }
  .footer .nav__logo {
    width: 140px;
    margin-bottom: 30px; }
  .footer {
    padding: 40px 0 30px; }
    .footer .nav__list li a {
      font-size: 13px; }
  .main .day-message_2 .main__num span {
    margin-left: -14px; }
  .main4__sub {
    font-size: 15px;
    width: 100%;
    max-width: 363px; }
  .main4__text {
    font-size: 16px;
    margin-bottom: 25px; }
  .page .main__form_4 {
    max-width: 328px; }
  .area__name {
    font-size: 15px;
    margin-bottom: 25px; }
  .area__text p {
    font-size: 13px; }
  .area__title {
    font-size: 15px; }
  .area .main__form_5 input {
    height: 31px; }
  .area {
    padding: 30px 0; }
  .area .main__form_5 {
    max-width: 500px; }
  .area__text {
    margin-bottom: 50px; }
  .header3 .main4__text {
    max-width: 320px;
    margin-bottom: 35px; }
  .header3 .main4__sub {
    font-size: 14px;
    margin-bottom: 30px; }
  .header3 .main__form {
    max-width: 355px; }
  .header3__flex .main__item input {
    height: 31px; }
  .header3 .ss button {
    width: 169px; }
  .set__block p {
    font-size: 15px;
    margin-left: 10px; }
  .set__block img, .set__row ul li img {
    height: 30px; }
  .set__block {
    margin-bottom: 15px; }
  .set__text p {
    font-size: 13px;
    margin-bottom: 15px; }
  .header3 .main4__bg {
    top: 69px; }
  .set__title {
    font-size: 20px; }
  .set__row ul li p {
    font-size: 14px;
    margin-left: 10px; }
  .set__row ul li {
    margin-bottom: 10px; }
  .set__btn {
    font-size: 13px;
    height: 30px;
    width: 300px; }
  .header2 .main4__sub br {
    display: none; }
  .header2 .main4__sub {
    font-size: 14px;
    width: 100%;
    max-width: 80%; }
  .header2 .main4__text {
    max-width: 80%; }
  .header2__row ul li p {
    font-size: 13px;
    margin-left: 10px; }
  .header2 .main__item input {
    height: 31px; }
  .header2__row ul {
    margin-right: 60px; }
  .header2__wrap {
    padding: 20px; }
  .mat__wrap h2 {
    font-size: 18px;
    margin-bottom: 30px; }
  .mat__wrap p {
    font-size: 13px; }
  .mat__wrap {
    padding: 30px; }
  .mat__item p {
    font-size: 13px; }
  .mat__item img {
    height: 50px;
    margin-bottom: 20px; }
  .header2 .main__item input {
    font-size: 12px; }
  .mat__row {
    margin: 40px 0; }
  .mat__tele img {
    width: 80px; }
  .mat__tele p {
    margin-left: 30px;
    font-size: 15px; }
  .mat__tele {
    margin-top: 40px; }
  .header2__info p {
    font-size: 15px;
    margin-bottom: 25px; }
  .header2__block {
    font-size: 21px;
    padding: 30px; }
  .header2__info {
    max-width: 70%; }
  .header2__area h2 {
    font-size: 18px;
    margin-bottom: 25px; }
  .header2__rey__top p {
    font-size: 15px;
    padding-bottom: 2px; }
  .header2__txt {
    margin-top: 20px;
    font-size: 13px; }
  .header2__rey__top img {
    width: 30px;
    max-width: 30px;
    margin-right: 15px; }
  .header2__area {
    padding: 100px 40px;
    margin-bottom: 50px; }
  .header2__rey {
    margin-bottom: 20px; }
  .header2__pdf {
    font-size: 13px;
    width: 144px;
    height: 30px;
    top: 44px; }
  .header2__rey:last-child {
    margin-bottom: -187px; }
  .page .order__box .main__form, .page .order__box .tabs__content, .order__box .tabs__content .main__form, .page .order__box .tabs__content, .order__box .tabs__content {
    max-width: 194px; }
  .page .order__box .ss .main__item {
    margin-bottom: 10px; }
  .page .order__box button {
    margin-top: 20px; }
  .ss .main__item {
    margin-bottom: 10px; }
  .ss button {
    margin-top: 20px; }
  .main .main__form_3 .main__item, .main .main__form_4 .main__item, .order .main__form_3 .main__item, .order .main__form_4 .main__item {
    margin-bottom: 0; }
  .main__button_2 {
    font-size: 13px;
    height: 40px;
    margin-top: 10px; }
  main .day-message_3 .main__num span, .main .day-message_4 .main__num span, .main .day-message_5 .main__num span, .main .day-message_6 .main__num span, .main .day-message_7 .main__num span, .main .day-message_8 .main__num span, .main .day-message_9 .main__num span {
    margin-left: -16px; }
  .header__gold {
    top: 336px; }
  .footer__links a {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px !important; }
  .tabs__nav a {
    font-size: 11px; }
  .info__content {
    max-width: 62%; }
  .music__box img {
    width: 230px; }
  .footer .nav__list li {
    margin-right: 25px; }
    .footer .nav__list li a {
      font-size: 11px; }
  .main .tabs__pane:nth-child(4) {
    margin-left: calc(67.1%); }
  .mat__item p {
    font-size: 11px; }
  .footer__links a {
    font-size: 12px; } }

@media screen and (max-width: 576px) {
  .page .order__box .main__form, .page .order__box .tabs__content {
    max-width: 100%; }
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .mob {
    display: block !important; }
  .nav .nav__logo {
    margin-right: 0;
    position: relative;
    right: 0;
    top: 0; }
  .menu-btn {
    top: 32px;
    background-size: 100% !important;
    width: 20px;
    right: 19px; }
  .container {
    padding: 0 22px; }
  .nav .nav__box {
    padding-right: 35px; }
  .menu {
    height: max-content;
    top: 75px;
    left: 0;
    transform: translateX(-120%);
    width: 100%;
    padding: 53px 40px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25) !important;
    padding-top: 20px;
    padding-bottom: 30px; }
    .menu .nav__socials {
      justify-content: center; }
  .menu .nav__list li {
    text-align: center;
    margin-bottom: 15px; }
  .menu .nav__list li a {
    font-size: 13px; }
  .menu-btn.active {
    left: inherit;
    right: 19px;
    top: 31px;
    width: 17px; }
  .header__wrap h1 {
    font-size: 20px;
    margin-bottom: 25px; }
  .main .tabs__nav {
    flex-direction: column; }
    .main .tabs__nav a {
      width: 100%;
      margin-bottom: 11px;
      font-size: 13px; }
  .main__form {
    max-width: 100%; }
  .main__check {
    margin-left: 18px; }
  .main__el:first-child {
    margin-right: 10px; }
  .main__top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
  .main__num {
    margin-right: 0;
    margin-bottom: 10px; }
  .main__right h2 {
    font-size: 20px;
    margin-bottom: 17px;
    text-align: center; }
  .main__right p {
    text-align: center; }
  .main__block {
    text-align: center; }
  .main__text p, .main__area ul li {
    text-align: center; }
  .info__box {
    flex-direction: column;
    align-items: center; }
  .info__content {
    max-width: 100%;
    margin-top: 15px;
    text-align: center; }
  .info__content p {
    margin-bottom: 20px; }
  .text__content {
    max-width: 100%; }
  .text {
    padding: 30px 0; }
  .text__content p {
    text-align: center; }
  .text__bg {
    object-position: 0px 0px; }
  .main .day-message {
    margin-top: 50px; }
  .music {
    padding: 30px 0 20px; }
  .music__box {
    flex-direction: column; }
  .music__content {
    max-width: 100%; }
  .music__content h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 18px; }
  .music__content p {
    margin-bottom: 15px;
    text-align: center; }
  .order {
    padding-top: 25px; }
  .order__box p {
    font-size: 13px;
    margin-bottom: 15px; }
    .order__box p br {
      display: none; }
  .order__flex {
    padding: 0;
    flex-direction: column; }
  .order .tabs__nav {
    margin-bottom: 15px; }
  .tabs__nav a {
    font-size: 13px; }
    .tabs__nav a:last-child {
      margin-bottom: 0; }
  .footer__flex {
    flex-direction: column;
    align-items: center; }
  .footer .nav__list {
    flex-direction: column;
    text-align: center; }
    .footer .nav__list li {
      margin-right: 0;
      margin-bottom: 15px; }
      .footer .nav__list li a {
        font-size: 13px; }
        .footer .nav__list li a br {
          display: none; }
      .footer .nav__list li:last-child {
        margin-bottom: 0; }
  .footer .nav__logo {
    align-self: flex-start; }
  .footer .container {
    position: relative; }
  .footer .nav__box .nav__socials {
    position: absolute;
    right: 0;
    top: 2px; }
  .br {
    display: block !important; }
  .order .tabs__nav {
    max-width: 100%; }
  .tabs__pane_show {
    width: 100%; }
  .tabs__content {
    width: 100%; }
  .main {
    padding-bottom: 30px; }
    .main .custom-checkbox + label {
      padding-top: 2px; }
  .header__wrap {
    padding-top: 100px; }
  .main-nav {
    box-shadow: none !important;
    background: white !important; }
  .main .tabs__pane {
    margin-left: 0 !important; }
  .page h1 {
    text-align: center; }
  .main4__sub {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 25px; }
  .main4__text {
    font-size: 15px;
    text-align: center; }
  .area {
    padding-top: 10px; }
  .area__text {
    margin-bottom: 40px;
    max-width: 100%; }
  .area .main__form_5 .main__flex {
    flex-direction: column; }
  .area .main__form_5 .main__item {
    width: 100%;
    margin-bottom: 15px; }
  .area .main__form_5 button {
    width: 100%; }
  .main4__bg {
    top: 366px;
    height: 121%; }
  .page .main__form_4 {
    max-width: 100%; }
  .header3 h1 {
    text-align: left; }
  .header3 .main4__text {
    font-size: 14px;
    text-align: left;
    max-width: 152px; }
  .header3__flex {
    flex-direction: column; }
  .header3__flex .main__item {
    width: 100%; }
  .header3 .ss button {
    width: 100%; }
  .set__title {
    font-size: 17px;
    margin-bottom: 20px; }
  .set__row {
    margin-bottom: 20px;
    flex-direction: column; }
  .set__row ul li:last-child {
    margin-bottom: 10px; }
  .set__row ul li p br {
    display: none; }
  .set__row ul:first-child {
    margin-right: 0; }
  .set__btn {
    font-size: 12px;
    height: 30px;
    width: 100%; }
  .header3 .main4__bg {
    top: 39px;
    width: 100%;
    height: 47%;
    object-position: 0 40px; }
  .header3 .main4__sub {
    margin-bottom: 20px; }
  .set__text {
    margin-bottom: 40px; }
  .header2 h1 {
    text-align: left; }
  .header2 .main4__text {
    text-align: left; }
  .header2 .main4__sub {
    text-align: left;
    width: 100%;
    margin: 0 0 20px;
    max-width: 100%; }
  .header2__row {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .header2__wrap {
    margin: 0 auto 30px;
    width: 100%; }
  .header2__row ul li img {
    width: 25px; }
  .header2__row ul {
    margin-right: 0; }
  .main4__bg {
    top: -260px;
    height: 100%; }
  .mat__wrap h2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px; }
  .mat__wrap p {
    text-align: center; }
  .mat__row {
    margin: 30px 0;
    flex-direction: column; }
  .mat__item img {
    height: 40px;
    margin-bottom: 10px; }
  .mat__item {
    margin-bottom: 20px; }
    .mat__item:last-child {
      margin-bottom: 0; }
  .mat__wrap_2 p {
    max-width: 100%; }
  .mat__tele {
    margin-top: 30px;
    flex-direction: column; }
  .mat__tele img {
    width: 50px; }
  .mat__tele p {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 14px; }
  .header2__info {
    max-width: 100%;
    margin: 20px auto 40px; }
  .header2__block {
    font-size: 12px;
    padding: 21px; }
  .header2__area h2 {
    font-size: 20px; }
  .header2__area {
    padding: 40px 20px; }
  .header2__rey__top p {
    font-size: 14px; }
  .header2__txt {
    font-size: 12px;
    margin-top: 10px; }
  .header2__pdf {
    top: 20px; }
  .page .order__box .main__form, .page .order__box .tabs__content, .order__box .tabs__content .main__form, .page .order__box .tabs__content, .order__box .tabs__content {
    max-width: 100%; }
  .header__gold {
    height: 79%;
    top: 526px; }
  .footer__links a {
    text-align: center;
    width: 100%; } }
