@font-face {
  font-family: 'Packard-Modern';
  src: url("../fonts/Packard-Modern.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

main {
  margin-top: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1800/800;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media (max-width: 767px) {
  main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    aspect-ratio: 1/1;
  }
}

main.container {
  padding: 0px;
}

main.img1 {
  background-image: url("../img/main-bg-spring.jpg");
}

main.img2 {
  background-image: url("../img/main-bg-summer.jpg");
}

main.img3 {
  background-image: url("../img/main-bg-autumn.jpg");
}

main.img4 {
  background-image: url("../img/main-bg-winter.jpg");
}

main .item {
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 25%;
  font-family: "Packard-Modern", serif;
  color: rgba(255, 255, 255, 0.42);
  font-size: 52px;
  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;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  --stroke-color:rgba(0, 0, 0, 0.4);
  --stroke-width: 0.6px;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color), calc(var(--stroke-width) * -1) 0 0 var(--stroke-color), 0 var(--stroke-width) 0 var(--stroke-color), 0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
}

main .item:hover {
  color: #fff;
}

@media (max-width: 767px) {
  main .item {
    font-size: 32px;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 380px) {
  main .item {
    border: none;
    font-size: 0;
  }
}

.about {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'image title'
 'image description';
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-top: 108px;
}

@media (max-width: 1199px) {
  .about {
        grid-template-areas: 'title'
 'image'
 'description';
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.about .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
}

.about .image img {
  width: 100%;
}

.about .title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
}

.about .description {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: description;
  padding-left: 162px;
  padding-right: 20px;
}

@media (max-width: 1499px) {
  .about .description {
    padding-left: 120px;
  }
}

@media (max-width: 1199px) {
  .about .description {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about .holder {
  padding-top: 120px;
  padding-left: 50px;
}

@media (max-width: 1499px) {
  .about .holder {
    padding-top: 80px;
  }
}

@media (max-width: 1199px) {
  .about .holder {
    padding-top: 50px;
    padding-left: 150px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about .holder {
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 450px) {
  .about .holder {
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 50px;
  }
}

.about .holder .letter {
  position: relative;
  top: 170px;
  left: -290px;
  font-family: "Packard-Modern", serif;
  color: rgba(106, 95, 95, 0.17);
  font-size: 700px;
  line-height: 0;
}

@media (max-width: 1499px) {
  .about .holder .letter {
    top: 100px;
    font-size: 500px;
  }
}

@media (max-width: 1199px) {
  .about .holder .letter {
    top: 100px;
    left: -150px;
    font-size: 450px;
  }
}

@media (max-width: 767px) {
  .about .holder .letter {
    top: 70px;
    left: -100px;
    font-size: 250px;
  }
}

@media (max-width: 450px) {
  .about .holder .letter {
    top: 50px;
    left: -120px;
    font-size: 200px;
  }
}

.about .holder .line1 {
  color: #CBCBCB;
}

.about .holder .line2 {
  color: #BD959E;
}

.about .holder .line1, .about .holder .line2 {
  font-family: "Packard-Modern", serif;
  font-size: 100px;
  line-height: 97px;
}

@media (max-width: 1499px) {
  .about .holder .line1, .about .holder .line2 {
    font-size: 72px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .about .holder .line1, .about .holder .line2 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 450px) {
  .about .holder .line1, .about .holder .line2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.adv {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adv .axis {
  position: relative;
  left: -1px;
  display: inline-block;
  width: 1px;
  background-color: #BD959E;
}

.adv .x3 {
  height: 135px;
}

@media (max-width: 1499px) {
  .adv .x3 {
    height: 105px;
  }
}

@media (max-width: 1199px) {
  .adv .x3 {
    height: 71px;
  }
}

.adv .x1 {
  height: 50px;
}

@media (max-width: 1199px) {
  .adv .x1 {
    height: 37px;
  }
}

.adv .title {
  padding: 10px 0;
  text-align: center;
}

.adv .rings img {
  width: 180px;
}

.classic {
  margin-top: 41px;
}

.classic .classic_img {
  max-width: 50%;
}

@media (max-width: 1199px) {
  .classic .classic_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .classic .classic_img {
    max-width: 100%;
  }
}

.classic .classic_foto {
  width: 100%;
}

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

@media (max-width: 1199px) {
  .classic .classic_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.classic .classic_title {
  max-width: 50%;
  margin-top: 244px;
  padding-left: 145px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1199px) {
  .classic .classic_title {
    margin-top: 120px;
  }
}

@media (max-width: 1199px) {
  .classic .classic_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 40px;
    margin-top: 80px;
    max-width: 100%;
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  .classic .classic_title {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .classic .classic_title {
    font-size: 30px;
    line-height: 30px;
    height: 200px;
  }
}

.classic .line2, .classic .line3 {
  color: #CBCBCB;
}

.classic .line1 {
  color: #BD959E;
}

.classic .line4 {
  margin-top: 67px;
  font-size: 25px;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .classic .line4 {
    padding-left: 20px;
    margin-top: 11px;
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .classic .line4 {
    padding-left: 20px;
    margin-top: 11px;
    font-size: 15px;
  }
}

.classic .line1, .classic .line2, .classic .line3 {
  font-family: "Packard-Modern", serif;
  font-size: 100px;
  line-height: 97px;
}

@media (max-width: 1499px) {
  .classic .line1, .classic .line2, .classic .line3 {
    font-size: 72px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .classic .line1, .classic .line2, .classic .line3 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 450px) {
  .classic .line1, .classic .line2, .classic .line3 {
    font-size: 30px;
    line-height: 30px;
  }
}

.classic .classic_begin {
  position: relative;
}

.classic .classic_gw {
  width: 729px;
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 705.85px;
}

.classic .classic_gw img {
  width: 100%;
}

@media (max-width: 1499px) {
  .classic .classic_gw {
    top: 200px;
    width: 40%;
  }
}

@media (max-width: 1199px) {
  .classic .classic_gw {
    top: 90%;
    width: 50%;
    left: 60%;
  }
}

@media (max-width: 991px) {
  .classic .classic_gw {
    top: 80%;
    width: 40%;
    left: 60%;
  }
}

@media (max-width: 767px) {
  .classic .classic_gw {
    top: 85%;
    width: 40%;
    left: 60%;
  }
}

@media (max-width: 450px) {
  .classic .classic_gw {
    top: 75%;
    width: 55%;
    left: 60%;
  }
}

.classic .axis_x3 {
  position: relative;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 1px;
  background-color: #BD959E;
  height: 135px;
  top: 65px;
}

@media (max-width: 767px) {
  .classic .axis_x3 {
    height: 80px;
  }
}

@media (max-width: 450px) {
  .classic .axis_x3 {
    top: 0;
  }
}

.portfolio {
  /* height: 676px; */
  padding: 36px 0 71px 40px;
}

@media (max-width: 1199px) {
  .portfolio {
    padding: 36px auto 71px auto;
  }
}

@media (max-width: 991px) {
  .portfolio {
    padding-top: 36px;
    padding-bottom: 71px;
  }
}

@media (max-width: 767px) {
  .portfolio {
    padding: 0;
    height: 500px;
  }
}

.portfolio .portfolio_inner {
  position: relative;
  margin: 40px auto 0 40px;
}

.portfolio .slide {
  cursor: pointer;
}

@media (max-width: 1499px) {
  .portfolio .slide {
    width: 30%;
    margin-left: 10px;
  }
}

.portfolio .slide_img img {
  width: 99%;
}

@media (max-width: 1199px) {
  .portfolio .slide_img img {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .portfolio .slide_img img {
    width: 87;
  }
}

@media (max-width: 767px) {
  .portfolio .slide_img img {
    width: 100;
  }
}

.portfolio .slide_text {
  margin-top: 25px;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #000000;
}

@media (max-width: 576px) {
  .portfolio .slide_text {
    font-size: 14px;
  }
}

.portfolio .slick-prev, .portfolio .slick-next {
  position: absolute;
  border: none;
  background-color: #fff;
}

.portfolio .slick-prev img, .portfolio .slick-next img {
  width: 66px;
}

.portfolio .slick-prev {
  top: -30px;
  left: 0;
}

.portfolio .slick-next {
  top: -30px;
  right: 0;
}

h2 {
  font-family: "Packard-Modern", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 30px;
  /* or 58% */
  text-align: center;
  letter-spacing: 0.01em;
  color: #492029;
}

@media (max-width: 576px) {
  h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

.title_fz14 {
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #565656;
}

.title_fz18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #565656;
}

.text_fz14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #3C3C3C;
}

.rose_accent {
  color: #BD959E;
}

.form1 {
  background-color: #E5E5E5;
}

.form_wrapper1, .form_wrapper2 {
  height: 540px;
  background-color: #E5E5E5;
  margin: 0;
  padding-top: 109px;
}

@media (max-width: 767px) {
  .form_wrapper1, .form_wrapper2 {
    padding-top: 52px;
  }
}

.form_wrapper1 .form_descr1, .form_wrapper1 .form_descr2, .form_wrapper2 .form_descr1, .form_wrapper2 .form_descr2 {
  margin-top: 23px;

  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  /* or 158% */
  text-align: center;
  letter-spacing: 0.01em;
  color: #492029;
}

.form_wrapper1 .form_descr1 span, .form_wrapper1 .form_descr2 span, .form_wrapper2 .form_descr1 span, .form_wrapper2 .form_descr2 span {
  color:#9b1331;
  font-weight: 600;
}

@media (max-width: 767px) {
  .form_wrapper1 .form_descr1, .form_wrapper1 .form_descr2, .form_wrapper2 .form_descr1, .form_wrapper2 .form_descr2 {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.form_wrapper1 .input_wrapper1, .form_wrapper1 .input_wrapper2, .form_wrapper2 .input_wrapper1, .form_wrapper2 .input_wrapper2 {
  margin: 89px auto 0 auto;
  width: 1390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1499px) {
  .form_wrapper1 .input_wrapper1, .form_wrapper1 .input_wrapper2, .form_wrapper2 .input_wrapper1, .form_wrapper2 .input_wrapper2 {
    max-width: 400px;
    width: 100%;
    -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;
    margin-top: 50px;
  }
}

.form_wrapper1 .input_wrapper1 input, .form_wrapper1 .input_wrapper2 input, .form_wrapper2 .input_wrapper1 input, .form_wrapper2 .input_wrapper2 input {
  width: 100%;
  max-width: 400px;
  height: 42px;
  background-color: #E5E5E5;
  padding-bottom: 16px;
  border-bottom: 1px solid #B0B0B0;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.10em;
  color: rgba(86 27 27);
}

.form_wrapper1 .input_wrapper1 input:focus, .form_wrapper1 .input_wrapper2 input:focus, .form_wrapper2 .input_wrapper1 input:focus, .form_wrapper2 .input_wrapper2 input:focus {
  outline: none;
}

@media (max-width: 1499px) {
  .form_wrapper1 .input_wrapper1 input, .form_wrapper1 .input_wrapper2 input, .form_wrapper2 .input_wrapper1 input, .form_wrapper2 .input_wrapper2 input {
    height: 60px;
    margin-top: 0;
  }
}

.form_wrapper1 .button_submit1, .form_wrapper1 .button_submit2, .form_wrapper2 .button_submit1, .form_wrapper2 .button_submit2 {
  display: block;
  margin: 83px auto 0 auto;
  width: 100%;
  max-width: 400px;
  height: 42px;
  background-color: #E5E5E5;
  padding-bottom: 16px;
  border-bottom: 2px solid #BD959E;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.10em;
  color: rgba(86 27 27);
}

@media (max-width: 1499px) {
  .form_wrapper1 .button_submit1, .form_wrapper1 .button_submit2, .form_wrapper2 .button_submit1, .form_wrapper2 .button_submit2 {
    margin-top: 40px;
  }
}

.form2 {
  background-color: #D89FA3;
}

.form_wrapper2 {
  background-color: #D89FA3;
}

.form_wrapper2 .form_descr2 span {
  color: white;

}

.form_wrapper2 .input_wrapper2 input {
  background-color: #D89FA3;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
  color: rgba(0, 0, 0, 0.67);
}

.form_wrapper2 .button_submit2 {
  background-color: #D89FA3;
  border-bottom: 3px solid #FFFFFF;
}

.form3 {
  background-color: #fff;
}

.form3 .form_wrapper1 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 65px;
  height: 100%;
}

.form3 .input_wrapper1 input {
  background-color: #fff;
}

.form3 .button_submit1 {
  background-color: #fff;
}

.video_wrapper {
  height: 826px;
  padding: 105 px auto;
}

.video_wrapper .video_video {
  width: 1496px;
  height: 616px;
  margin: 105px auto;
}

@media (max-width: 1499px) {
  .video_wrapper .video_video {
    width: 80%;
  }
}

.video_wrapper iframe {
  width: 100%;
  height: 100%;
}

.preparation {
  position: relative;
  height: 594px;
  background-color: #F2F2F2;
  padding-top: 119px;
}

.preparation span {
  color: #BD959E;
}

.preparation .container-fluid {
  position: relative;
  z-index: 1;
}

.preparation hr {
  margin-left: 150px;
  width: calc(100% - 155px);
  display: block;
  position: absolute;
  top: 60%;
  z-index: -1;
  height: 1px;
  border: none;
  background-color: #565656;
}

@media (max-width: 1499px) {
  .preparation hr {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .preparation hr {
    top: 65%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .preparation hr {
    max-width: 100%;
    top: 69%;
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}

@media (max-width: 584px) {
  .preparation hr {
    top: 70%;
  }
}

.preparation .arrow_step {
  position: absolute;
  right: 0;
  top: 57%;
}

@media (max-width: 1199px) {
  .preparation .arrow_step {
    top: 61%;
  }
}

@media (max-width: 991px) {
  .preparation .arrow_step {
    top: 65%;
  }
}

@media (max-width: 584px) {
  .preparation .arrow_step {
    top: 66%;
  }
}

.preparation .icons_wrapper {
  width: 100%;
  margin-top: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 150px;
}

@media (max-width: 991px) {
  .preparation .icons_wrapper {
    padding-left: 0;
  }
}

.preparation .icons_wrapper .preparation_icon {
  width: 350px;
}

.preparation .icons_wrapper .icon_round {
  width: 50px;
  height: 50px;
  background-color: #D89FA3;
  border-radius: 100%;
}

.preparation .icons_wrapper .icon_descr {
  margin-top: 32px;
  padding-right: 2px;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #D89FA3;
}

.footer {
  position: relative;
  z-index: 1;
  height: 358px;
  background: #492029;
  padding-top: 61px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .footer {
    height: 638px;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer .footer_wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

@media (max-width: 991px) {
  .footer .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer .footer_menu, .footer .footer_menu1, .footer .footer_menu2 {
  /* width: 300px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.footer .footer_menu a, .footer .footer_menu1 a, .footer .footer_menu2 a {
  margin-bottom: 34px;
  text-decoration: none;
  cursor: pointer;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 0.9;
}

.footer .footer_menu a:hover, .footer .footer_menu1 a:hover, .footer .footer_menu2 a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer .footer_menu a, .footer .footer_menu1 a, .footer .footer_menu2 a {
    margin: 17px auto;
  }
}

.footer .footer_menu .footer_logo, .footer .footer_menu1 .footer_logo, .footer .footer_menu2 .footer_logo {
  width: 108px;
}

.footer .footer_menu .footer_logo img, .footer .footer_menu1 .footer_logo img, .footer .footer_menu2 .footer_logo img {
  width: 100%;
}

@media (max-width: 991px) {
  .footer .footer_menu .footer_logo, .footer .footer_menu1 .footer_logo, .footer .footer_menu2 .footer_logo {
    margin: 0 auto;
    height: 98px;
  }
}

@media (max-width: 991px) {
  .footer .footer_menu .footer_social, .footer .footer_menu1 .footer_social, .footer .footer_menu2 .footer_social {
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer .footer_menu .footer_social a, .footer .footer_menu1 .footer_social a, .footer .footer_menu2 .footer_social a {
  margin-right: 32px;
}

@media (max-width: 991px) {
  .footer .footer_menu .footer_social a, .footer .footer_menu1 .footer_social a, .footer .footer_menu2 .footer_social a {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.footer .footer_menu .rose, .footer .footer_menu1 .rose, .footer .footer_menu2 .rose {
  margin-top: 25px;
  margin-bottom: 0;
  color: #EEB5B4;
}

@media (max-width: 991px) {
  .footer .footer_menu .rose, .footer .footer_menu1 .rose, .footer .footer_menu2 .rose {
    margin: 10px auto;
  }
}

.footer .footer_menu .footer_adress, .footer .footer_menu1 .footer_adress, .footer .footer_menu2 .footer_adress {
  margin-top: 46px;
}

@media (max-width: 991px) {
  .footer .footer_menu .footer_adress, .footer .footer_menu1 .footer_adress, .footer .footer_menu2 .footer_adress {
    margin: 10px auto 10px auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.footer .footer_menu1 {
  /* width: 450px; */
}

@media (max-width: 991px) {
  .footer .footer_menu1 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .footer .footer_menu1 a {
    margin: 17px auto;
  }
}

.footer .footer_menu2 {
  /*  width: 580px; */
}

@media (max-width: 991px) {
  .footer .footer_menu2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.footer .footer_menu2 a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer .footer_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .footer .footer_end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
}

.footer .footer_end a {
  margin-bottom: 34px;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .footer .footer_end a {
    margin-bottom: 0;
  }
}

.footer .footer_end .rose {
  font-size: 15px;
  color: #EEB5B4;
}

@media (max-width: 991px) {
  .footer .footer_end .rose {
    display: none;
  }
}

.footer .footer_descr {
  margin-top: 68px;
  margin-bottom: 20px;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #BCBCBC;
}

@media (max-width: 1499px) {
  .footer .footer_descr {
    margin-top: 20px;
  }
}

@media (max-width: 1499px) {
  .footer .footer_descr {
    display: none;
  }
}

.footer .hr1 {
  display: none;
}

@media (max-width: 991px) {
  .footer .hr1 {
    display: block;
    position: absolute;
    width: 100%;
    top: 140px;
    z-index: -1;
    height: 2px;
    border: none;
    background-color: #D89FA3;
  }
}

.footer .hr2 {
  display: none;
}

@media (max-width: 991px) {
  .footer .hr2 {
    display: block;
    position: absolute;
    width: 100%;
    top: 360px;
    z-index: -1;
    height: 2px;
    border: none;
    background-color: #D89FA3;
  }
}

header {
  background-color: #fff;
}

header .header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .navbar {
  background-color: #fff;
  padding: 0 20px;
}

header .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

header .header_contact a {
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #4E4E4E;
  text-decoration: none;
}

header .header_contact .grey {
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #B6B6B6;
  text-transform: none;
  margin: auto;
  margin-left: 45px;
}

@media (max-width: 991px) {
  header .header_contact .grey {
    display: none;
  }
}

header .tel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5px;
}

header .header_social {
  margin-left: 40px;
}

header .header_social a {
  margin-right: 32px;
}

header .header_social a .last {
  margin-right: 10px;
}

@media (max-width: 991px) {
  header .header_social a {
    display: none;
  }
}

header .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quis1, .quis2, .quis3, .quis4, .quis5 {
  padding-bottom: 78px;
}

.quis1 .number, .quis2 .number, .quis3 .number, .quis4 .number, .quis5 .number {
  display: block;
  margin: 80px auto 0 auto;
}

.quis1 h2, .quis2 h2, .quis3 h2, .quis4 h2, .quis5 h2 {
  font-size: 37px;
  margin-top: 47px;
  margin-bottom: 41px;
}

@media (max-width: 575px) {
  .quis1 h2, .quis2 h2, .quis3 h2, .quis4 h2, .quis5 h2 {
    font-size: 24px;
  }
}

.quis1 .border_img, .quis2 .border_img, .quis3 .border_img, .quis4 .border_img, .quis5 .border_img {
  border: 1px solid #DFDFDF;
  cursor: pointer;
}

.quis1 .active, .quis2 .active, .quis3 .active, .quis4 .active, .quis5 .active {
  background-color: #DFDFDF;
}

.quis1 .img, .quis2 .img, .quis3 .img, .quis4 .img, .quis5 .img {
  margin: 21px 24px 7px 24px;
}

.quis1 .img img, .quis2 .img img, .quis3 .img img, .quis4 .img img, .quis5 .img img {
  width: 100%;
}

.quis1 .descr, .quis2 .descr, .quis3 .descr, .quis4 .descr, .quis5 .descr {
  margin: 0 auto;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.07em;
  color: rgba(0, 0, 0, 0.4);
}

.quis1 .image_wrapper, .quis2 .image_wrapper, .quis3 .image_wrapper, .quis4 .image_wrapper, .quis5 .image_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media (max-width: 1199px) {
  .quis1 .image_wrapper, .quis2 .image_wrapper, .quis3 .image_wrapper, .quis4 .image_wrapper, .quis5 .image_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}

.quis1 .bottom_wrapper, .quis2 .bottom_wrapper, .quis3 .bottom_wrapper, .quis4 .bottom_wrapper, .quis5 .bottom_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 88px;
}

@media (max-width: 1199px) {
  .quis1 .bottom_wrapper, .quis2 .bottom_wrapper, .quis3 .bottom_wrapper, .quis4 .bottom_wrapper, .quis5 .bottom_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}

.quis1 .bottom_wrapper a, .quis2 .bottom_wrapper a, .quis3 .bottom_wrapper a, .quis4 .bottom_wrapper a, .quis5 .bottom_wrapper a {
  display: block;
  margin: auto 50px auto 50px;
  padding: 4px 40px 4px 40px;
  font-family:  Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.07em;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.quis1 .bottom_wrapper .next, .quis2 .bottom_wrapper .next, .quis3 .bottom_wrapper .next, .quis4 .bottom_wrapper .next, .quis5 .bottom_wrapper .next {
  border: 1px solid #D89FA3;
  position: relative;
}

.quis1 .bottom_wrapper .next::after, .quis2 .bottom_wrapper .next::after, .quis3 .bottom_wrapper .next::after, .quis4 .bottom_wrapper .next::after, .quis5 .bottom_wrapper .next::after {
  position: absolute;
  content: '';
  background-image: url(../img/nextrose.png);
  width: 5px;
  height: 5px;
  top: 15px;
  right: 30px;
}

.quis1 .disabled, .quis2 .disabled, .quis3 .disabled, .quis4 .disabled, .quis5 .disabled {
  pointer-events: none;
}

.quis1 .stick_wrapper, .quis2 .stick_wrapper, .quis3 .stick_wrapper, .quis4 .stick_wrapper, .quis5 .stick_wrapper {
  width: 100%;
}

.quis1 .stick_grey, .quis2 .stick_grey, .quis3 .stick_grey, .quis4 .stick_grey, .quis5 .stick_grey {
  width: 100%;
  height: 9px;
  background: #ECECEC;
  border-radius: 52px;
  margin-right: 150px;
}

@media (max-width: 1199px) {
  .quis1 .stick_grey, .quis2 .stick_grey, .quis3 .stick_grey, .quis4 .stick_grey, .quis5 .stick_grey {
    width: 100%;
    margin-right: 0;
  }
}

.quis1 .stick_rose, .quis2 .stick_rose, .quis3 .stick_rose, .quis4 .stick_rose, .quis5 .stick_rose {
  width: 25%;
  height: 9px;
  background: #EEB5B4;
  border-radius: 52px;
}

.quis1 .a_wrapper, .quis2 .a_wrapper, .quis3 .a_wrapper, .quis4 .a_wrapper, .quis5 .a_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .quis1 .a_wrapper, .quis2 .a_wrapper, .quis3 .a_wrapper, .quis4 .a_wrapper, .quis5 .a_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.quis2 .stick_rose {
  width: 40%;
}

.quis3 .guests {
  margin: 67px auto 50px auto;
}

.quis3 .guests img {
  display: block;
  margin: 0 auto;
}

.quis3 input {
  display: block;
  margin: 0 auto;
}

.quis3 .stick_rose {
  width: 60%;
  height: 9px;
  background: #EEB5B4;
  border-radius: 52px;
}

.quis3 .input_wrapper {
  cursor: pointer;
}

.quis4 .quis4_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
          column-gap: 22px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 60px 20px 0 20px;
}

@media (max-width: 767px) {
  .quis4 .quis4_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    row-gap: 0;
    margin-top: 80px;
  }
}

.quis4 .column1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.quis4 .input_choise {
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #000000;
  border-bottom: 1px solid #EAEAEA;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .quis4 .input_choise {
    margin-top: 0;
  }
}

.quis4 .input_choise label {
  margin-left: 21px;
}

.quis4 .stick_rose {
  width: 85%;
  height: 9px;
  background: #EEB5B4;
  border-radius: 52px;
}

.quis5 .stick_rose {
  width: 100%;
  height: 9px;
  background: #EEB5B4;
  border-radius: 52px;
}

.quis5 .feed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.quis5 .feed-form input {
  width: 100%;
  height: 42px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B0B0B0;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.07em;
  color: rgba(0, 0, 0, 0.67);
}

.quis5 .feed-form input:focus {
  outline: none;
}

@media (max-width: 1499px) {
  .quis5 .feed-form input {
    height: 60px;
    margin-top: 0;
  }
}

.callback {
  background-color: #E5E5E5;
}

.callback .modal-body {
  margin: 40px 0;
}

.callback .form_descr {
  margin-top: 23px;
  font-family: "Packard-Modern", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  /* or 158% */
  text-align: center;
  letter-spacing: 0.01em;
  color: #492029;
}

.callback .form_descr span {
  color: #BD959E;
}

@media (max-width: 767px) {
  .callback .form_descr {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.callback .input_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .callback .input_wrapper {
    max-width: 400px;
    width: 100%;
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}

.callback .input_wrapper input {
  width: 100%;
  max-width: 250px;
  height: 42px;
  background-color: #E5E5E5;
  padding-bottom: 16px;
  border-bottom: 1px solid #B0B0B0;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #565656;
}

.callback .input_wrapper input:focus {
  outline: none;
}

@media (max-width: 1499px) {
  .callback .input_wrapper input {
    height: 60px;
    margin-top: 0;
  }
}

.callback .button_submit {
  display: block;
  margin: 83px auto 0 auto;
  width: 100%;
  max-width: 400px;
  height: 42px;
  background-color: #E5E5E5;
  padding-bottom: 16px;
  border-bottom: 2px solid #BD959E;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.07em;
  color:#492029;
}

@media (max-width: 1499px) {
  .callback .button_submit {
    margin-top: 40px;
  }
}

.custom_modal {
  max-width: 1140px;
}

.custom_modal .modal-header {
  position: relative;
  height: 302px;
}

@media (max-width: 992px) {
  .custom_modal .modal-header {
    height: 250px;
  }
}

.custom_modal .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #D89FA3;
  border: none;
  padding: 0 7px;
  width: 40px;
  height: 40px;
}

.custom_modal .close span {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.custom_modal h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #565656;
  text-align: start;
}

.custom_modal .text_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

@media (max-width: 992px) {
  .custom_modal .text_wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.custom_modal .text_wrapper_grey {
  background: #F2F2F2;
}

.custom_modal .price_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  gap: 15px;
}

.custom_modal .modal-body {
  position: relative;
}

.custom_modal .modal_arrow {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 70px;
}

.svetodiod_fotozona .modal-header {
  background: url(../img/modal_foto/svetodiod_fotozona.jpg) no-repeat 50%/cover;
}

.fotolab .modal-header {
  background: url(../img/modal_foto/fotolab.jpg) no-repeat 50%/cover;
}

.tablechilde .modal-header {
  background: url(../img/5tablechilde.jpg) no-repeat 50%/cover;
}

.tabledidjey .modal-header {
  background: url(../img/6tabledidjey.jpg) no-repeat 50%/cover;
}

.hologram .modal-header {
  background: url(../img/8hologram.jpg) no-repeat 50%/cover;
}

.predskazatel .modal-header {
  background: url(../img/9predskazatel.jpg) no-repeat 50%/cover;
  background-position-y: 18%;
}

.door .modal-header {
  background: url(../img/10door.jpg) no-repeat 50%/cover;
  background-position-y: 20%;
}

.bullet .modal-header {
  background: url(../img/11bullet.jpg) no-repeat 50%/cover;
  background-position-y: 80%;
}

.missandmister .modal-header {
  background: url(../img/0missandmister.jpg) no-repeat 50%/cover;
  background-position-y: 20%;
}

.virtandtable .modal-header {
  background: url(../img/1virtandtable.jpg) no-repeat 50%/cover;
  background-position-y: 25%;
}

.table2 .modal-header {
  background: url(../img/2table.jpg) no-repeat 50%/cover;
  background-position-y: 90%;
}

.table_prog .modal-header {
  background: url(../img/3iposter.jpg) no-repeat 50%/cover;
  background-position-y: 5%;
}

.accordion-button::after {
  background-image: url(../img/icon-insta.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon-vk.svg);
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  color: black;
}

.accordion-button:focus {
  border-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

body, html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family:  Verdana, Geneva, sans-serif;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

@media (max-width: 1499px) {
  body, html {
    font-size: 14px;
  }
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.container {
  max-width: 1800px;
  padding: 0;
}

.accent {
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: 900;
  color: #BD959E;
}
/*# sourceMappingURL=style.css.map */