@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Yeseva One";
  src: url("../fonts/YesevaOne-Regular.woff2") format("woff2"), url("../fonts/YesevaOne-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), 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.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), 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.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body.active {
  overflow: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.header {
  margin: 20px 0px 20px 0px;
}
@media (max-width: 1020px) {
  .header {
    margin: 20px 0px 0px 0px;
  }
}
.header__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 1020px) {
  .header__up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  height: 100%;
}
@media (max-width: 1020px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: 40px;
    margin: 10px 0px 10px 0px;
  }
}
.header__logo-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  padding: 0px 0px 0px 20px;
}
@media (max-width: 1020px) {
  .header__logo-img {
    padding: 0;
  }
}
.header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  color: #ba9f5a;
  margin: -30px 0px 0px 0px;
}
.header__title span {
  position: relative;
  text-align: center;
}
@media (max-width: 1910px) {
  .header__title span {
    font-size: calc(23px + 7 * (100vw - 750px) / 1180);
  }
}
@media (max-width: 750px) {
  .header__title span {
    font-size: 23px;
    padding: 0px 10px 0px 10px;
  }
}
.header__title span::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 50%;
  height: 2px;
  background-color: #ba9f5a;
}
@media (max-width: 1020px) {
  .header__title span::before {
    bottom: -10px;
  }
}
@media (max-width: 1020px) {
  .header__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0px 0px 20px 0px;
    font-size: 2rem;
  }
}
.header__tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  text-align: end;
  font-family: "Montserrat";
  font-size: 1.3rem;
  font-weight: 500;
  color: #5B5B5B;
  padding: 0px 20px 0px 0px;
}
@media (max-width: 1020px) {
  .header__tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0px;
    font-size: 1.5rem;
  }
}
.header__burger {
  display: none;
  background-color: #ba9f5a;
  height: 50px;
}
@media (max-width: 1020px) {
  .header__burger {
    display: block;
  }
  .header__burger.active {
    border-bottom: #fff 1px solid;
  }
  .header__burger.fix-burger {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
  }
}
.header__button {
  position: relative;
  width: 45px;
  height: 50px;
  margin: 0px 0px 0px 20px;
}
.header__button.active span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 23px;
  left: 0px;
}
.header__button.active::before {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.header__button.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 23px;
  left: 0px;
}
.header__button span {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 3px;
  width: 45px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__button::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  height: 3px;
  width: 45px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__button::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  height: 3px;
  width: 45px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__down {
  position: relative;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1020px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 500;
    width: 100%;
    overflow: auto;
  }
  .header__list.fix-burger {
    position: fixed;
  }
}
.header__line {
  position: relative;
}
@media (max-width: 1020px) {
  .header__line {
    height: 0px;
    padding: 0px;
    border-bottom: #ccc 0px solid;
    background-color: #ba9f5a;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header__line.active {
    height: 100%;
    padding: 15px 0px 15px 20px;
    border-bottom: #fff 1px solid;
  }
  .header__line.active.active-sub {
    padding: 15px 0px 0px 20px;
  }
}
.header__link {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #5B5B5B;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1400px) {
  .header__link {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .header__link {
    font-size: 1.2rem;
  }
}
@media (max-width: 1020px) {
  .header__link {
    font-size: 0rem;
    color: #fff;
  }
  .header__link._sub {
    pointer-events: none;
  }
}
.header__link.active {
  padding: 0;
  font-size: 1.2rem;
}
.header__link._sub {
  position: relative;
  margin: 0px 5px 0px 0px;
}
.header__link._sub::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -17px;
  width: 15px;
  height: 15px;
  background: url("../img/sub-icon.png") 0 0/cover no-repeat;
}
@media (max-width: 1020px) {
  .header__link._sub::after {
    background: url("../img/sub-icon-white.png") 0 0/cover no-repeat;
    top: 4px;
    right: -18px;
    height: 0px;
    width: 0px;
  }
}
.header__link._sub.active::after {
  height: 12px;
  width: 12px;
}
.header__link:hover {
  color: #ba9f5a;
}
@media (max-width: 1020px) {
  .header__link:hover {
    color: #fff;
  }
}
.header__link:hover::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ba9f5a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__list-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__list-sub.hover-sub {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 100;
}
.header__list-sub.hover-sub *:not(:last-child) {
  border-bottom: #fff 1px solid;
}
@media (max-width: 1020px) {
  .header__list-sub.active-sub {
    padding-top: 10px;
  }
  .header__list-sub *:not(:last-child).active-sub {
    border-bottom: #fff 1px solid;
  }
}
.header__line-sub {
  width: 0;
  height: 0;
}
.header__line-sub.hover-sub {
  padding: 15px 10px 15px 10px;
  height: auto;
  width: auto;
  background-color: #ba9f5a;
}
@media (max-width: 1020px) {
  .header__line-sub {
    padding: 0px;
    border-bottom: #ccc 0px solid;
    height: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header__line-sub.active-sub {
    padding: 15px 0px 15px 0px;
    height: 100%;
    width: auto;
  }
}
.header__link-sub {
  font-family: "Montserrat";
  text-transform: uppercase;
  line-height: 160%;
  font-size: 0rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__link-sub.hover-sub {
  font-size: 1.1rem;
  white-space: nowrap;
}
@media (max-width: 1020px) {
  .header__link-sub.active-sub {
    font-size: 1.1rem;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container_img {
  max-width: 1440px;
  margin: 0 auto;
}

.coffin-img {
  padding: 0px 20px 0px 20px;
}
@media (max-width: 1200px) {
  .coffin-img {
    margin: 0;
    padding: 0;
  }
}
.coffin-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-text {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-text__span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em;
  font-family: "Times New Roman", Times, serif;
  font-size: 27px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 1910px) {
  .box-text__span {
    font-size: calc(19px + 8 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .box-text__span {
    font-size: 19px;
  }
}
@media (max-width: 1500px) {
  .box-text__span {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}
@media (max-width: 1500px) {
  .box-text__span {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media (max-width: 1200px) {
  .box-text__span {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}
@media (max-width: 770px) {
  .box-text__span {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}

.box_margin {
  margin: 0px auto 40px auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.span_margin {
  margin: -100px 100px 0px 0px;
  background-color: rgba(186, 159, 90, 0.9058823529);
}
@media (max-width: 1200px) {
  .span_margin {
    margin: -50px auto 0px auto;
  }
}
@media (max-width: 770px) {
  .span_margin {
    margin: -50px auto 0px auto;
  }
}

.multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
  max-width: 1200px;
  margin: -100px auto -100px auto;
}
@media (max-width: 1500px) {
  .multi {
    margin: -100px auto 20px auto;
  }
}
@media (max-width: 1200px) {
  .multi {
    margin: 0px;
    padding: 0px 20px 20px 20px;
  }
}
.multi__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 1100px) {
  .multi__item {
    height: auto;
  }
}
@media (max-width: 770px) {
  .multi__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  min-width: 300px;
}
.cart_margin-2 {
  margin: 200px 0px 0px 0px;
}
@media (max-width: 1100px) {
  .cart_margin-2 {
    margin: 0;
  }
}
.cart_margin-3 {
  margin: 400px 0px 0px 0px;
}
@media (max-width: 1100px) {
  .cart_margin-3 {
    margin: 0;
  }
}
.cart__img {
  margin: 0px 0px 30px 0px;
}
.cart__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cart__line {
  width: 70%;
  height: 3px;
  background-color: #ba9f5a;
  margin: 0px 0px 20px 0px;
}
.cart__title {
  font-family: "Yeseva One";
  font-size: 25px;
  line-height: 140%;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.cart__sub-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 120%;
  font-weight: 500;
  color: #5B5B5B;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.cart__botton {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0.6em 1em 0.6em 1em;
  background-color: #ba9f5a;
  border-radius: 3px;
}

.box_margin-2 {
  margin: 0px auto 0px auto;
}

.span_margin-2 {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7333333333);
  margin: 0px 0px -100px 100px;
}
@media (max-width: 1200px) {
  .span_margin-2 {
    margin: 0px auto -50px auto;
  }
}

.age-17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}
.age-17__item-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
@media (max-width: 900px) {
  .age-17__item-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
}
@media (max-width: 700px) {
  .age-17__item-1 {
    display: none;
  }
}
.age-17__img-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 20px 0px 0px 50px;
}
@media (max-width: 900px) {
  .age-17__img-1 img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    margin: 0;
  }
}
.age-17__title-1 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: #ba9f5a;
}
@media (max-width: 1910px) {
  .age-17__title-1 {
    font-size: calc(30px + 15 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .age-17__title-1 {
    font-size: 30px;
  }
}
.age-17__sub-title-1 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  color: #5B5B5B;
}
.age-17__item-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media (max-width: 900px) {
  .age-17__item-2 {
    display: none;
  }
}
.age-17__img-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.age-17__item-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding: 0px 10px 0px 20px;
}
@media (max-width: 900px) {
  .age-17__item-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
  }
}
@media (max-width: 700px) {
  .age-17__item-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 20px 0px;
  }
}
.age-17__title-3 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  color: #ba9f5a;
  margin: 0px 0px 10px 0px;
}
.age-17__sub-title-3 {
  font-family: "Yeseva One";
  font-size: 24px;
  line-height: 120%;
  color: #000;
  margin: 0px 0px 10px 0px;
}
.age-17__line {
  width: 40%;
  height: 3px;
  background-color: #ba9f5a;
  margin: 0px 0px 10px 0px;
}
.age-17__text-3 {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
  color: #5B5B5B;
  margin: 0px 0px 20px 0px;
}
.age-17__box-2040 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.age-17__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  .age-17__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.age-17__2040 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 700px) {
  .age-17__2040 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
.age-17__2040-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: #ba9f5a;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 1910px) {
  .age-17__2040-title {
    font-size: calc(30px + 20 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .age-17__2040-title {
    font-size: 25px;
  }
}
.age-17__2040-text {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  color: #5B5B5B;
}
@media (max-width: 1910px) {
  .age-17__2040-text {
    font-size: calc(11px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .age-17__2040-text {
    font-size: 11px;
  }
}
.age-17__1420 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 700px) {
  .age-17__1420 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
.age-17__1420-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: #ba9f5a;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 1910px) {
  .age-17__1420-title {
    font-size: calc(30px + 20 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .age-17__1420-title {
    font-size: 25px;
  }
}
.age-17__1420-text {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  color: #5B5B5B;
}
@media (max-width: 1910px) {
  .age-17__1420-text {
    font-size: calc(11px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .age-17__1420-text {
    font-size: 11px;
  }
}
.age-17__none-17 {
  display: none;
}
@media (max-width: 700px) {
  .age-17__none-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.age-17__none-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: #ba9f5a;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 1910px) {
  .age-17__none-title {
    font-size: calc(30px + 20 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .age-17__none-title {
    font-size: 25px;
  }
}
.age-17__none-text {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  color: #5B5B5B;
}
@media (max-width: 1910px) {
  .age-17__none-text {
    font-size: calc(11px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .age-17__none-text {
    font-size: 11px;
  }
}
.age-17__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 1120px) {
  .age-17__right {
    display: none;
  }
}
.age-17__right-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.calculator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0px 100px 0px;
}
.calculator__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
}
@media (max-width: 700px) {
  .calculator__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.calculator__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  max-height: 200px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  .calculator__img {
    max-height: 120px;
  }
}
.calculator__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}
.calculator__discription {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px 20px 20px;
}
@media (max-width: 700px) {
  .calculator__discription {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.calculator__title {
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 500;
  color: #ba9f5a;
  padding: 0px 0px 30px 0px;
  position: relative;
}
@media (max-width: 1910px) {
  .calculator__title {
    font-size: calc(19px + 7 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .calculator__title {
    font-size: 19px;
  }
}
.calculator__title::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: #ba9f5a;
}
.calculator__sub-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #5B5B5B;
  line-height: 150%;
  padding: 0px 0px 20px 0px;
}
@media (max-width: 1910px) {
  .calculator__sub-title {
    font-size: calc(15px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .calculator__sub-title {
    font-size: 15px;
  }
}
.calculator__button {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 700px) {
  .calculator__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.calculator__button span {
  background-color: #ba9f5a;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
}

.box-prais {
  padding: 20px 40px 20px 40px;
  margin: 0px 0px 40px 0px;
  background: rgb(99, 99, 99) url(../img/home/texture.jpg);
}

.prais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.prais__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media (max-width: 1200px) {
  .prais__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 825px) {
  .prais__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}

.prais-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 360px;
  height: 100%;
  background-color: #fff;
}
.prais-list__heder {
  width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: #ba9f5a;
  margin: 0px 0px 10px 0px;
}
.prais-list__title {
  font-family: "Montserrat";
  font-size: 27px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 1910px) {
  .prais-list__title {
    font-size: calc(24px + 3 * (100vw - 750px) / 1180);
  }
}
@media (max-width: 750px) {
  .prais-list__title {
    font-size: 24px;
  }
}
.prais-list__sub-title {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 1910px) {
  .prais-list__sub-title {
    font-size: calc(11px + 3 * (100vw - 750px) / 1180);
  }
}
@media (max-width: 750px) {
  .prais-list__sub-title {
    font-size: 11px;
  }
}
.prais-list__pay {
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
}
.prais-list__byn {
  font-family: "Montserrat";
  font-size: 27px;
  line-height: 140%;
  font-weight: 700;
  color: #5B5B5B;
  text-align: center;
}
.prais-list__byn span {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 140%;
  font-weight: 700;
  color: #5B5B5B;
  text-align: center;
}
.prais-list__byn-sub {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  color: #5B5B5B;
  text-align: center;
}
.prais-list__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px 0px 10px;
}
.prais-list__line {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
  color: #5B5B5B;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-bottom: #ccc 1px solid;
}
.prais-list__line span {
  position: relative;
}
.prais-list__line span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ba9f5a;
}
.prais-list__button {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 7px 20px 7px 20px;
  background-color: #ba9f5a;
  border-radius: 3px;
  cursor: pointer;
  margin: 0px 0px 20px 0px;
}
.prais-list__ps {
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  color: #5B5B5B;
  text-align: center;
  margin: 0px 10px 10px 10px;
}

.music {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}
.music__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .music__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
.music__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px 0px 20px;
}
.music__icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 120px;
}
@media (max-width: 750px) {
  .music__icon {
    padding: 0px 0px 20px 0px;
  }
}
.music__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
}
.music__title {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #ba9f5a;
  padding: 0px 0px 15px 0px;
}
@media (max-width: 1910px) {
  .music__title {
    font-size: calc(18px + 2 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .music__title {
    font-size: 18px;
  }
}
.music__line {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #5B5B5B;
  padding: 0px 0px 10px 0px;
}
@media (max-width: 1910px) {
  .music__line {
    font-size: calc(16px + 2 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .music__line {
    font-size: 16px;
  }
}
.music__text {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #5B5B5B;
  line-height: 130%;
}
@media (max-width: 1910px) {
  .music__text {
    font-size: calc(16px + 2 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .music__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  ._pc-button {
    display: none;
  }
}

._mobile-button {
  display: none;
}
@media (max-width: 768px) {
  ._mobile-button {
    display: block;
    padding: 7px 40px 7px 40px;
  }
}
._mobile-button span {
  position: relative;
  padding: 0px 0px 0px 20px;
}
@media (max-width: 768px) {
  ._mobile-button span::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 22px;
    height: 22px;
    background: url(../img/popup/phone.png) 0 0/cover no-repeat;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.heder-page {
  width: 100%;
  position: relative;
}
.heder-page_margin {
  margin: 0px 0px 40px 0px;
}
.heder-page__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-family: "Yeseva One";
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
}
@media (max-width: 1910px) {
  .heder-page__title {
    font-size: calc(27px + 13 * (100vw - 750px) / 1180);
  }
}
@media (max-width: 750px) {
  .heder-page__title {
    font-size: 27px;
  }
}
.heder-page__img {
  padding: 0px 0px 12em 0px;
}
.heder-page__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.342);
}
.heder-page__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-page {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 180%;
  font-weight: 500;
  color: #5B5B5B;
  margin-bottom: 40px;
}
@media (max-width: 1910px) {
  .text-page {
    font-size: calc(16px + 1 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .text-page {
    font-size: 16px;
  }
}
.text-page_margin {
  margin: 0px 10px 0px 10px;
}

.text-img {
  margin-bottom: 40px;
}

.text-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-title {
  font-family: "Montserrat";
  font-size: 27px;
  line-height: 140%;
  font-weight: 500;
  color: #ba9f5a;
  margin-bottom: 20px;
}
@media (max-width: 1910px) {
  .text-title {
    font-size: calc(21px + 6 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .text-title {
    font-size: 21px;
  }
}
.text-title_margin {
  margin: 0px 10px 0px 10px;
}

.text__line {
  position: relative;
  margin: 0px 0px 10px 17px;
}
.text__line::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ba9f5a;
}

._align {
  text-align: center;
}

.tel-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  margin: 0px auto 20px auto;
}
.tel-contacts__a1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 20px 0px;
}
.tel-contacts__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tel-contacts__a1-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
.tel-contacts__a1-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: 50%;
}
.tel-contacts__a1-tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  font-family: "Montserrat";
  font-size: 27px;
  line-height: 140%;
  font-weight: 500;
  color: #5B5B5B;
  text-align: center;
}
.tel-contacts__mts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 10px 0px;
}
.tel-contacts__mts-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
.tel-contacts__mts-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: 50%;
}
.tel-contacts__mts-tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  font-family: "Montserrat";
  font-size: 27px;
  line-height: 140%;
  font-weight: 500;
  color: #5B5B5B;
  text-align: center;
}
.tel-contacts__clock {
  font-family: "Montserrat";
  font-size: 27px;
  line-height: 140%;
  font-weight: 600;
  color: #ba9f5a;
  text-align: center;
}

._sort-color {
  background-color: #ba9f5a;
  color: #fff;
}

.button-sort {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}
@media (max-width: 800px) {
  .button-sort {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 10px 0px 10px;
  }
}
.button-sort__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px 20px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #5B5B5B;
  border: #ba9f5a 2px solid;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 15px 10px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 15px 10px 10px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (max-width: 800px) {
  .button-sort__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.button-sort__cheap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: #ba9f5a 2px solid;
  padding: 10px 10px 10px 10px;
}
.button-sort__lot {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 17px 10px 17px;
}
.button-sort__praice {
  margin: -15px 0px 40px 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
@media (max-width: 800px) {
  .button-sort__praice {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 40px 0px;
  }
}
.button-sort__title {
  padding: 0px 0px 5px 0px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  color: #5B5B5B;
}
.button-sort__praice-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: #ba9f5a 2px solid;
  border: #ba9f5a 2px solid;
  -webkit-box-shadow: 15px 10px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 15px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 800px) {
  .button-sort__praice-box {
    width: 95%;
  }
}
.button-sort__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 5px 5px 5px 5px;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #5B5B5B;
  text-align: center;
}
@media (max-width: 800px) {
  .button-sort__input {
    width: 50%;
  }
}

._border-right {
  border-right: #ba9f5a 2px solid;
}

.shop {
  padding: 0px 10px 0px 10px;
}

.card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 360px;
  min-width: 250px;
  height: 100%;
}
.card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border: rgba(91, 91, 91, 0.2588235294) 3px solid;
  border-radius: 10px;
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}
.card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 5px 10px 5px;
  background-color: #ba9f5a;
}
@media (max-width: 1910px) {
  .card__title {
    font-size: calc(14px + 2 * (100vw - 750px) / 1180);
  }
}
@media (max-width: 750px) {
  .card__title {
    font-size: 14px;
  }
}
.card__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.card__img_height {
  padding: 0px 0px 80% 0px;
}
.card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 0px 10px 0px 10px;
}
.card__prais {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: #ba9f5a;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.card__button {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  background-color: #ba9f5a;
  text-align: center;
  padding: 7px 0px 7px 0px;
  margin: 0px 20px 0px 20px;
  border-radius: 7px;
}

.flex_coffins {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .flex_coffins {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media (max-width: 540px) {
  .flex_coffins {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}

.shop-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto 20px auto;
}
.shop-block__not {
  margin: 0px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  padding: 10px 0px 10px 0px;
  border: #ba9f5a 4px solid;
  border-radius: 10px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  color: #5B5B5B;
}

.attention {
  margin: 0 auto 40px auto;
  max-width: 1200px;
  border: #ba9f5a 3px solid;
  border-radius: 5px;
}
.attention__text {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 180%;
  font-weight: 600;
  color: #5B5B5B;
  text-align: center;
  padding: 20px 10px 20px 10px;
}

.flex-wreaths {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .flex-wreaths {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media (max-width: 540px) {
  .flex-wreaths {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}

.card__img_height-wreaths {
  padding: 0px 0px 170% 0px;
}

.flex-baskets {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .flex-baskets {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media (max-width: 540px) {
  .flex-baskets {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}

.card__img_height-baskets {
  padding: 0px 0px 147% 0px;
}

.flex-crosses {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .flex-crosses {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media (max-width: 540px) {
  .flex-crosses {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}

.card__img_height-crosses {
  padding: 0px 0px 135% 0px;
}

.flex-crosses {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .flex-crosses {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media (max-width: 540px) {
  .flex-crosses {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}

.card__img_height-crosses {
  padding: 0px 0px 135% 0px;
}

.container_1240 {
  margin: 0 auto;
  padding: 0px 20px 40px 20px;
  max-width: 1240px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
.info__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  min-width: 350px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 7px;
}
.info__img {
  padding: 0px 0px 66.666% 0px;
}
.info__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.199);
}
.info__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.info__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.info__title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  padding: 20px 0px 20px 20px;
  background-color: rgba(0, 0, 0, 0.445);
  font-family: "Montserrat";
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1910px) {
  .info__title {
    font-size: calc(17px + 4 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .info__title {
    font-size: 17px;
  }
}

.tab {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  overflow: auto;
}
.tab td {
  text-align: left;
  border: #ba9f5a 1px solid;
  padding: 15px 10px;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #5B5B5B;
}
.tab__table {
  min-width: 1000px;
  border: #ba9f5a 1px solid;
  border-spacing: 0;
  border-collapse: separate;
}
.tab__row_1 {
  width: 30%;
}
.tab__row_2 {
  width: 20%;
}
.tab__row_3 {
  width: 20%;
}
.reviews {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 0px 10px 0px 10px;
}
.reviews__box {
  padding: 10px 10px 10px 20px;
  border-left: #ba9f5a 3px solid;
}
.reviews__quotes img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 50px;
  margin: 0px 0px 5px 0px;
}
.reviews__text {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  color: #5B5B5B;
  margin: 0px 0px 10px 0px;
}
.reviews__name {
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  color: #ba9f5a;
  margin: 0px 0px 10px 0px;
}
.reviews__stars img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 20px;
}

.map__google {
  width: 100%;
  height: 400px;
  border: 0;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1220px;
  margin: 60px auto 60px auto;
  padding: 0px 10px 0px 10px;
}
@media (max-width: 768px) {
  .contacts {
    padding: 0px 3px 0px 3px;
  }
}
.contacts__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 10px;
}
@media (max-width: 1020px) {
  .contacts__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}
@media (max-width: 700px) {
  .contacts__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}
@media (max-width: 500px) {
  .contacts__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.contacts__title {
  font-family: "Yeseva One";
  color: #000;
  font-size: 27px;
  line-height: 140%;
  margin: 0px 0px 80px 0px;
  position: relative;
}
@media (max-width: 1910px) {
  .contacts__title {
    font-size: calc(21px + 6 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .contacts__title {
    font-size: 21px;
  }
}
.contacts__title::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 3px;
  width: 50%;
  background-color: #ba9f5a;
}
.contacts__text {
  font-family: "Montserrat";
  color: #5B5B5B;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  margin: 0px 0px 40px 0px;
}
.contacts__tel {
  display: inline-block;
  font-family: "Montserrat";
  color: #5B5B5B;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  margin: 0px 0px 10px 0px;
  padding: 20px 0px 20px 50px;
  position: relative;
}
.contacts__tel::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 35px;
  width: 35px;
  background-image: url("../img/__contacts/icon-phone.svg");
}
.contacts__map {
  font-family: "Montserrat";
  color: #5B5B5B;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  margin: 0px 0px 10px 0px;
  padding: 20px 0px 20px 50px;
  position: relative;
}
.contacts__map::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 35px;
  width: 35px;
  background-image: url("../img/__contacts/icom-map.svg");
}
.contacts__map::after {
  content: "(без выходных c 08:00 до 20:00)";
  font-size: 15px;
  position: absolute;
  top: 45px;
  left: 50px;
}
.contacts__mail {
  font-family: "Montserrat";
  color: #5B5B5B;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  margin: 0px 0px 10px 0px;
  padding: 20px 0px 20px 50px;
  position: relative;
}
.contacts__mail::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 35px;
  width: 35px;
  background: url("../img/__contacts/icon-mail.svg") no-repeat;
  background-position: 50%;
  background-size: contain;
}
.contacts__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 1020px) {
  .contacts__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}
@media (max-width: 700px) {
  .contacts__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}
@media (max-width: 500px) {
  .contacts__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 95%;
            flex: 0 1 95%;
  }
}
.contacts__img-box {
  padding: 0px 0px 80% 0px;
  position: relative;
}
@media (max-width: 760px) {
  .contacts__img-box {
    padding: 0px 0px 120% 0px;
  }
}
.contacts__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.466);
}
.contacts__img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contacts__time-work {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contacts__img-title {
  font-family: "Yeseva One";
  text-align: center;
  color: #fff;
  font-size: 35px;
  line-height: 140%;
  width: 100%;
  margin: 0px 0px 40px 0px;
  position: relative;
}
@media (max-width: 1910px) {
  .contacts__img-title {
    font-size: calc(27px + 8 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .contacts__img-title {
    font-size: 27px;
  }
}
.contacts__img-title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 3px;
  width: 50%;
  background-color: #ba9f5a;
}
.contacts__img-24 {
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 1910px) {
  .contacts__img-24 {
    font-size: calc(20px + 5 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .contacts__img-24 {
    font-size: 20px;
  }
}
.contacts__img-all {
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}
.contacts__img-all span {
  font-size: 22px;
}
@media (max-width: 1910px) {
  .contacts__img-all span {
    font-size: calc(20px + 5 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .contacts__img-all span {
    font-size: 18px;
  }
}
@media (max-width: 1910px) {
  .contacts__img-all {
    font-size: calc(20px + 5 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .contacts__img-all {
    font-size: 20px;
  }
}

._block {
  display: block;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 768px) {
  ._block {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  ._margin-mobole {
    margin: 20px 0px 0px 0px;
  }
}

.calc {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media (max-width: 950px) {
  .form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0px 20px 0px 20px;
  }
}

.shop-calc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media (max-width: 950px) {
  .shop-calc {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 20px 10px 0px 10px;
    padding: 10px 0px 10px 0px;
    border-top: #07111d 2px solid;
  }
}
.shop-calc__title {
  font-family: "Montserrat";
  line-height: 150%;
  font-size: 20px;
  font-weight: 500;
  color: #ba9f5a;
}
.shop-calc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  border-bottom: #ba9f5a 1px solid;
}
.shop-calc__img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  padding-bottom: 15%;
  position: relative;
}
.shop-calc__img-box img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-calc__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  padding: 0px 0px 0px 0px;
}
.shop-calc__text {
  font-family: "Montserrat";
  line-height: 150%;
  font-size: 20px;
  font-weight: 500;
  color: #5B5B5B;
}
@media (max-width: 1910px) {
  .shop-calc__text {
    font-size: calc(16px + 4 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .shop-calc__text {
    font-size: 16px;
  }
}
.shop-calc__cash {
  font-family: "Montserrat";
  line-height: 150%;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background-color: #6d9771;
  text-align: center;
}
.shop-calc__delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.shop-calc__delete img {
  height: 30px;
}

.title-calc {
  font-family: "Montserrat";
  line-height: 150%;
  font-size: 20px;
  font-weight: 500;
  color: #5B5B5B;
}
@media (max-width: 1910px) {
  .title-calc {
    font-size: calc(17px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .title-calc {
    font-size: 17px;
  }
}

.wreath, .dress, .cross, .coffin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px 20px 0px;
}
.wreath__tim, .dress__tim, .cross__tim, .coffin__tim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: #ba9f5a 2px solid;
  color: #5B5B5B;
  margin: 0px 0px 3px 0px;
  border-radius: 7px;
  height: 70px;
  cursor: pointer;
}
.wreath span, .dress span, .cross span, .coffin span {
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  color: #ba9f5a;
  padding: 0px 35px 0px 20px;
  position: relative;
}
@media (max-width: 1910px) {
  .wreath span, .dress span, .cross span, .coffin span {
    font-size: calc(17px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .wreath span, .dress span, .cross span, .coffin span {
    font-size: 17px;
  }
}
.wreath span::after, .dress span::after, .cross span::after, .coffin span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: url(../img/icon-v.png) 0 0/cover no-repeat;
}
.wreath__img-tim, .dress__img-tim, .cross__img-tim, .coffin__img-tim {
  -o-object-fit: cover;
     object-fit: cover;
  height: 50px;
  width: auto;
}
.wreath__item, .dress__item, .cross__item, .coffin__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0px;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wreath__item.active, .dress__item.active, .cross__item.active, .coffin__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 1px 0px;
  border-radius: 5px;
  background-color: #fff;
  border: #ba9f5a 2px solid;
  height: 70px;
  cursor: pointer;
}
.wreath__label, .dress__label, .cross__label, .coffin__label {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 0px;
  font-weight: 500;
  color: #5B5B5B;
  padding: 20px 0px 20px 20px;
  cursor: pointer;
}
.wreath__label.active, .dress__label.active, .cross__label.active, .coffin__label.active {
  font-size: 20px;
}
@media (max-width: 1910px) {
  .wreath__label.active, .dress__label.active, .cross__label.active, .coffin__label.active {
    font-size: calc(17px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .wreath__label.active, .dress__label.active, .cross__label.active, .coffin__label.active {
    font-size: 17px;
  }
}
.wreath__img, .dress__img, .cross__img, .coffin__img {
  height: 0px;
}
.wreath__img.active, .dress__img.active, .cross__img.active, .coffin__img.active {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.more {
  background-color: #ba9f5a;
  color: #fff;
  padding: 10px 0px 10px 0px;
  border-radius: 7px;
  font-size: 20px;
  text-align: center;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
}
@media (max-width: 1910px) {
  .more {
    font-size: calc(17px + 3 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .more {
    font-size: 17px;
  }
}

.praice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #07111d;
  color: #fff;
  padding: 20px 0px 20px 0px;
  font-size: 24px;
  text-align: center;
  width: 100%;
  height: 50px;
  border-bottom: #ba9f5a 2px solid;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 300;
}
.praice.stiki {
  position: absolute;
  top: -50px;
  left: 0;
}

.padding {
  width: 100%;
  padding: 100px 0px 0px 0px;
}

.loader, .delivery, .digging, .transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 0px 20px;
  margin: 0px 0px 20px 0px;
}
.loader__input, .delivery__input, .digging__input, .transport__input {
  opacity: 0;
}
.loader__input:checked + .loader__title::after, .delivery__input:checked + .loader__title::after, .digging__input:checked + .loader__title::after, .transport__input:checked + .loader__title::after {
  opacity: 1;
}
.loader__input:checked + .delivery__title::after, .delivery__input:checked + .delivery__title::after, .digging__input:checked + .delivery__title::after, .transport__input:checked + .delivery__title::after {
  opacity: 1;
}
.loader__input:checked + .digging__title::after, .delivery__input:checked + .digging__title::after, .digging__input:checked + .digging__title::after, .transport__input:checked + .digging__title::after {
  opacity: 1;
}
.loader__input:checked + .transport__title::after, .delivery__input:checked + .transport__title::after, .digging__input:checked + .transport__title::after, .transport__input:checked + .transport__title::after {
  opacity: 1;
}
.loader__title, .delivery__title, .digging__title, .transport__title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #ba9f5a;
  line-height: 140%;
  position: relative;
}
@media (max-width: 1910px) {
  .loader__title, .delivery__title, .digging__title, .transport__title {
    font-size: calc(16px + 2 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .loader__title, .delivery__title, .digging__title, .transport__title {
    font-size: 16px;
  }
}
.loader__title::before, .delivery__title::before, .digging__title::before, .transport__title::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -32px;
  height: 25px;
  width: 25px;
  border: #ba9f5a 2px solid;
}
.loader__title::after, .delivery__title::after, .digging__title::after, .transport__title::after {
  content: "";
  position: absolute;
  top: -17px;
  left: -37px;
  height: 45px;
  width: 45px;
  opacity: 0;
  background: url(../img/__calc/check-icon.png) 0 0/cover no-repeat;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  border-bottom: #ba9f5a 1px solid;
}
.check__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  padding-bottom: 15%;
  position: relative;
}
.check__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}
.check__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  padding: 0px 0px 0px 0px;
}
.check__title {
  font-family: "Montserrat";
  line-height: 150%;
  font-size: 20px;
  font-weight: 500;
  color: #5B5B5B;
}
@media (max-width: 1910px) {
  .check__title {
    font-size: calc(16px + 4 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .check__title {
    font-size: 16px;
  }
}
.check__praice {
  font-family: "Montserrat";
  line-height: 150%;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background-color: #6d9771;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.check__del {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.check__del img {
  height: 30px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 40px 20px 40px;
  background-color: #07111d;
  position: relative;
}
.footer__item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1020px) {
  .footer__item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0px 0px 20px 0px;
  }
}
.footer__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-width: 100%;
}
.footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
@media (max-width: 1020px) {
  .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}
@media (max-width: 770px) {
  .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0px 0px 20px 0px;
  }
}
.footer__title {
  font-family: "Montserrat";
  font-size: 27px;
  line-height: 140%;
  font-weight: 500;
  color: #ba9f5a;
  text-align: center;
}
@media (max-width: 1910px) {
  .footer__title {
    font-size: calc(20px + 7 * (100vw - 750px) / 1180);
  }
}
@media (max-width: 750px) {
  .footer__title {
    font-size: 20px;
  }
}
.footer__text {
  display: block;
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.582);
  text-align: center;
}
@media (max-width: 750px) {
  .footer__text {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
  }
}

.order-call {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.order-call__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 650px;
  background: url(../img/popup/fon.jpg) 0 0/cover no-repeat;
  position: relative;
}
@media (max-width: 760px) {
  .order-call__body {
    width: 350px;
    height: 620px;
  }
}
.order-call__x {
  position: absolute;
  top: -40px;
  right: -40px;
  height: 30px;
  width: 30px;
}
@media (max-width: 760px) {
  .order-call__x {
    top: 10px;
    right: 10px;
  }
}
.order-call__x img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.order-call__logo {
  width: 20%;
  height: 120px;
  position: relative;
}
.order-call__logo img {
  position: absolute;
  top: -20px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 760px) {
  .order-call__logo img {
    top: 20px;
  }
}
.order-call__title {
  font-family: "Montserrat";
  font-size: 28px;
  text-decoration: underline;
  text-align: center;
  line-height: 120%;
  color: #fff;
  margin: 0px 0px 20px 0px;
  background-color: rgba(0, 0, 0, 0.461);
  padding: 10px 20px 10px 20px;
}
@media (max-width: 1910px) {
  .order-call__title {
    font-size: calc(24px + 4 * (100vw - 375px) / 1535);
  }
}
@media (max-width: 375px) {
  .order-call__title {
    font-size: 24px;
  }
}
.order-call__text {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.684);
  text-align: center;
  line-height: 140%;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 20px 0px;
}
.order-call__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-call__name {
  width: 60%;
  border: #818181 2px solid;
  padding: 10px 0px 10px 10px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #5b4f3c;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 760px) {
  .order-call__name {
    width: 80%;
  }
}
.order-call__tel-div {
  width: 60%;
  position: relative;
}
@media (max-width: 760px) {
  .order-call__tel-div {
    width: 80%;
  }
}
.order-call__tel {
  width: 100%;
  border: #818181 2px solid;
  padding: 10px 0px 10px 10px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #5b4f3c;
  margin: 0px 0px 40px 0px;
}
@media (max-width: 760px) {
  .order-call__tel {
    width: 100%;
  }
}
.order-call__button {
  width: 60%;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px 40px 10px 40px;
  background: -o-linear-gradient(255deg, rgb(0, 0, 0) 0%, rgb(170, 170, 170) 45%, rgb(0, 0, 0) 100%);
  background: linear-gradient(195deg, rgb(0, 0, 0) 0%, rgb(170, 170, 170) 45%, rgb(0, 0, 0) 100%);
  margin: 0px 0px 20px 0px;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(87, 87, 87, 0.609);
          box-shadow: 0px 0px 7px 2px rgba(87, 87, 87, 0.609);
  cursor: pointer;
}
@media (max-width: 760px) {
  .order-call__button {
    width: 80%;
  }
}
.order-call__email {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-call__email img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.anime-meil {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.701);
}
.anime-meil__body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anime-meil__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anime-meil__text {
  font-family: "Montserrat";
  font-size: 17px;
  letter-spacing: 1.2px;
  color: #fff;
}
.anime-meil__meil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.anime-meil__meil img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 80px;
  -webkit-animation: anim-mail 2s infinite;
          animation: anim-mail 2s infinite;
}

@-webkit-keyframes anim-mail {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes anim-mail {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.form-admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  font-family: "Montserrat";
  color: #5B5B5B;
}
.form-admin__label {
  font-size: 20px;
  margin: 20px 0px 5px 0px;
}
.form-admin__input {
  border: 1px #000 solid;
  width: 350px;
  resize: vertical;
  font-size: 20px;
  padding: 5px;
}
.form-admin__button {
  margin: 20px 0px 60px 0px;
  padding: 10px 20px 10px 20px;
  background-color: #ba9f5a;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.data-start {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .data-start {
    width: 90vw;
  }
}
.data-start__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
}
@media (max-width: 1020px) {
  .data-start__body {
    font-size: 20px;
  }
}
.data-start__info {
  margin: 40px 0px 40px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-start__info-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 20px;
  text-align: center;
  padding: 20px 0px 20px 0px;
  color: #5B5B5B;
  font-weight: 500;
}
.data-start__replace {
  margin: 0px 0px 40px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-start__replace-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 20px;
  text-align: center;
  padding: 20px 0px 20px 0px;
  color: #5B5B5B;
  font-weight: 500;
}

.wrapper-data {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wrapper-data {
    min-width: 700px;
  }
}
@media (max-width: 700px) {
  .wrapper-data {
    min-width: 100%;
  }
}

.curent-data {
  padding: 10px 0px 20px 0px;
  margin: 0 auto;
  width: 500px;
}
@media (max-width: 700px) {
  .curent-data {
    width: 90%;
  }
}
.curent-data__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 20px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.curent-data__curent {
  color: #5B5B5B;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
}
.curent-data__curent.pointer {
  cursor: pointer;
}
.curent-data__curent span {
  font-weight: 500;
}
.curent-data__menu {
  cursor: pointer;
}
.curent-data__menu img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
  height: 40px;
}

.user {
  display: block;
  margin: 10px auto 20px auto;
  width: 500px;
  position: relative;
}
@media (max-width: 700px) {
  .user {
    width: 90%;
  }
}
.user__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.user__name {
  text-align: center;
  color: #5B5B5B;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  padding: 0px 0px 10px 0px;
}
.user__name span {
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .user__name span {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .user__name span {
    font-size: 14px;
  }
}
.user__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.user__today-exit {
  color: #5B5B5B;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
}
.user__today-exit span {
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user__all-exit {
  color: #5B5B5B;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
}
.user__all-exit span {
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.data-pop-up {
  display: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.data-pop-up__body {
  padding: 20px;
}
.data-pop-up__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.data-pop-up__close img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  cursor: pointer;
}
.data-pop-up__form {
  width: 400px;
  height: 400px;
  background: #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1020px) {
  .data-pop-up__form {
    width: 90vw;
  }
}
.data-pop-up__lable {
  font-family: "Montserrat";
  font-size: 20px;
  color: #5B5B5B;
  margin: 0px 0px 3px 0px;
}
.data-pop-up__input {
  font-family: "Montserrat";
  font-size: 24px;
  color: #5B5B5B;
  text-align: center;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
  margin: 0px 0px 20px 0px;
  padding: 5px 0px 5px 0px;
}
@media (max-width: 1020px) {
  .data-pop-up__input {
    width: 80vw;
  }
}
.data-pop-up__button {
  margin: 20px 0px 0px 0px;
  font-family: "Montserrat";
  font-size: 20px;
  color: #5B5B5B;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
}

.tc-blue {
  color: #d25d5d;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.back-settings {
  margin: 10px auto 20px auto;
  width: 500px;
}
@media (max-width: 700px) {
  .back-settings {
    width: 90%;
  }
}
.back-settings__body {
  padding: 10px 0px 10px 0px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-settings__img {
  width: 40px;
  padding: 5px;
}
.back-settings__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.back-settings__text {
  font-family: "Montserrat";
  font-size: 17px;
  color: #5B5B5B;
  font-weight: 500;
}

.bookmark-user {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.bookmark-user img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bookmark-img {
  cursor: pointer;
}

.set-name {
  display: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.set-name__body {
  position: relative;
}
.set-name__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.set-name__close img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}
.set-name__form {
  width: 400px;
  height: 400px;
  background: #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.45) 0px 2px 15px -1px, rgba(0, 0, 0, 0.5) 0px 1px 13px -1px;
          box-shadow: rgba(50, 50, 93, 0.45) 0px 2px 15px -1px, rgba(0, 0, 0, 0.5) 0px 1px 13px -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
}
@media (max-width: 1020px) {
  .set-name__form {
    width: 90vw;
  }
}
.set-name__lable {
  font-family: "Montserrat";
  font-size: 20px;
  color: #5B5B5B;
  margin: 0px 0px 3px 0px;
}
.set-name__input {
  font-family: "Montserrat";
  font-size: 24px;
  color: #5B5B5B;
  text-align: center;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
  margin: 0px 0px 20px 0px;
  padding: 5px 0px 5px 0px;
}
@media (max-width: 1020px) {
  .set-name__input {
    width: 80vw;
  }
}
.set-name__button {
  margin: 20px 0px 0px 0px;
  font-family: "Montserrat";
  font-size: 20px;
  color: #5B5B5B;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
}

.curent-user {
  padding: 10px 0px 20px 0px;
  margin: 0 auto;
  width: 500px;
}
@media (max-width: 700px) {
  .curent-user {
    width: 90%;
  }
}
.curent-user__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 34px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}
.curent-user__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curent-user__id {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  color: #5B5B5B;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
}
.curent-user__avatar {
  min-width: 50px;
  height: 50px;
  margin: 0px 10px 0px 0px;
}
.curent-user__avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.curent-user__curent {
  color: #5B5B5B;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
}
.curent-user__curent.pointer {
  cursor: pointer;
}
.curent-user__curent span {
  font-weight: 500;
}
.curent-user__menu {
  cursor: pointer;
}
.curent-user__menu img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
  height: 40px;
}

.change {
  display: block;
  margin: 0 auto;
}
.change__body {
  padding: 20px;
}
.change__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.change__close img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  cursor: pointer;
}
.change__form {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.45) 0px 2px 15px -1px, rgba(0, 0, 0, 0.5) 0px 1px 13px -1px;
          box-shadow: rgba(50, 50, 93, 0.45) 0px 2px 15px -1px, rgba(0, 0, 0, 0.5) 0px 1px 13px -1px;
  padding: 40px 0px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1020px) {
  .change__form {
    width: 90vw;
  }
}
.change__text-area {
  font-family: "Montserrat";
  font-size: 20px;
  color: #5B5B5B;
  text-align: center;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
  margin: 0px 0px 20px 0px;
  padding: 5px 0px 5px 0px;
  width: 600px;
}
@media (max-width: 1020px) {
  .change__text-area {
    width: 80vw;
  }
}
.change__lable {
  font-family: "Montserrat";
  font-size: 20px;
  color: #5B5B5B;
  margin: 0px 0px 3px 0px;
}
.change__input {
  font-family: "Montserrat";
  font-size: 24px;
  color: #5B5B5B;
  text-align: center;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
  margin: 0px 0px 20px 0px;
  padding: 5px 0px 5px 0px;
  width: 600px;
}
@media (max-width: 1020px) {
  .change__input {
    width: 80vw;
  }
}
.change__button {
  margin: 20px 0px 0px 0px;
  font-family: "Montserrat";
  font-size: 20px;
  color: #5B5B5B;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.35) 0px 2px 5px -1px, rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
}

.loading {
  display: none;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}