.tp-calendar-container.none:after {
    color: var(--text);
}

.inner .content p {
	color: #333;
}

.inner .content a, a.review_button {
	color: var(--links);
}
.inner .content a:hover, a.review_button:hover {
	color: var(--linkshover);
	text-decoration:none;
}

.inner .content .tp-calendar__btns a {
	color: #fff !important;
}

.inner .content .list-item a {
	color: #fff !important;
}

.link-40 {
    color: var(--links);
    margin-bottom: 40px;
    font-size: 18px;
    text-decoration: none;
}

.afisha-txt p, .afisha-txt-more p {
	color:var(--text);
}

.afisha-txt li, .afisha-txt-more li {
	color:var(--text);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--body);
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
}

.body.disco {
  background-color: #5b007e;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: #fff;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--tan);
  transform: translate(0, -2px);
}

.nav-link.w--current {
  color: var(--tan);
}

.nav-link._1 {
  display: none;
}

.navbar-contain {
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  display: flex;
}

.navbar-wrp {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  margin-left: 41px;
  margin-right: 40px;
}

.s-icon-wrp {
  flex: none;
}

.s-icon-wrp._1 {
  flex: none;
  margin-left: 40px;
}

.phone-wrp {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.link-block {
  margin-right: 15px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.video-title-wrp {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.video-title-1, .video-title, .video-title-date {
	text-shadow: 2px 3px 3px #00000070, 0 0 5px #00000050, 0 0 15px #000;
}

.video-title-date {
  margin-top: 18px;
  margin-bottom: 60px;
  font-weight: 600;
}

.video-title {
  letter-spacing: 5px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 47px;
  font-weight: 700;
}

.video-title.disco {
  width: 70%;
  font-size: 39px;
}

.btn {
  background-color: var(--links);
  color: #fff;
  border-radius: 3px;
  padding: 12px 30px;
  transition: all .4s cubic-bezier(.041, .481, .25, 1);
}

.btn:hover {
  transform: translate(0, -2px);
}

.video-title-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.video-title-1._1 {
  width: 40%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.link-2 {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.text-block-9 {
  font-size: 12px;
  line-height:18px;
}

.image-14 {
  margin-right: 20px;
}

.button-2 {
  color: var(--links);
  border-radius: 6px;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: underline;
}

.button-2:hover {
  color: var(--linkshover);
  text-decoration: none;
}

.div-block-12 {
  display: none;
}

.link-3 {
  color: #374248;
  margin-right: 10px;
  text-decoration: none;
}

.footer1-contain {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-section {
  z-index: 1;
  position: relative;
}

.footer2-contain {
  justify-content: space-around;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer1 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-10 {
  flex: 1;
  align-items: center;
  display: flex;
  max-width: 350px;
}

.footer2 {
  background-color: #374248;
  padding-top: 24px;
  padding-bottom: 24px;
}

.afisha-section {
  background-image: url('../../../uploads/images/afishabg.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 10px;
}

@media (max-width: 1000px) {
  .afisha-section {
    background-image: none;
  }
}

@media (max-width: 768px) {
  .div-block-10 {
    padding-bottom:30px;
  }
}

.afisha-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.afisha-cover-wrp {
  width: 75%;
}

.image-15 {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-size: 15px;
}

.paragraph.tropic {
  color: var(--text);
}

.afisha-info-wrp {
  width: 25%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.info-wrp {
  border-bottom: 1px solid var(--tan);
  margin-bottom: 24px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 24px;
}

.info-wrp._1 {
  border: 1px #000;
  display: none;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-10._1 {
  display: none;
}

.text-block-10.tropic {
  color: var(--text);
}

.text-block-11 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
  position: relative;
}

.text-block-11._1 {
  color: var(--text);
  padding-top: 10px;
  font-size: 50px;
}

.text-block-11._1.tropic, .text-block-11.tropic {
  color: var(--text);
}

.data-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.data-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.line-wrp {
  align-items: center;
  width: 75%;
  margin: 0 0 40px 0;
  display: flex;
}

.line-wrp._1 {
  width: 100%;
}

.div-block-13 {
  background-color: var(--tan);
  width: 100%;
  height: 1px;
  margin-top: 1px;
}

.image-16 {
  margin-right: 10px;
}

.title-section {
  color: #fff;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  display: none;
}

.data-grid-1 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.date-card-wrp {
  flex-direction: column;
  display: flex;
}

.date-card-wrp._1 {
  display: none;
  overflow: visible;
}

.date-card {
  background-color: #fff;
  border: 1px #ffffffad;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 40px 40px 20px;
}

.heading-19 {
  color: #1a2141;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 800;
  display: flex;
}

.text-block-4 {
  color: #1a2141;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.btn-2 {
  background-color: var(--links);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 12px 30px;
  transition: all .4s cubic-bezier(.041, .481, .25, 1);
}

.btn-2:hover {
  transform: translate(0, -2px);
}

.btn-2._1 {
  margin-top: 5px;
}

.btn-2._1._2 {
  display: none;
}

.btn-2._3 {
  cursor: not-allowed;
  background-color: #a29091;
}

.text-block-12 {
  border-top: 1px solid var(--tan);
  color: var(--tan);
  text-align: center;
  margin-top: 25px;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff;
  width: 75%;
  margin-top: 40px;
  font-size: 14px;
  font-style: italic;
}

.paragraph-2.tropic {
  color: var(--text);
}

.photo-section {
  padding-bottom: 25px;
}

.photo-section.disco {
  display: none;
}

.photo-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.photo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.photo-card-wrp {
  justify-content: center;
  align-items: center;
  position: relative;
}

.lightbox-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  padding: 9px;
  position: relative;
  inset: 0%;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-18 {
  margin-top: -3px;
  margin-right: -3px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-19 {
  margin-bottom: -3px;
  margin-left: -3px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-15 {
  z-index: 1;
  border: 1px dashed #ffffff6b;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.review-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.review-section.aisberg {
  display: none;
}

.div-block-16 {
  width: 90%;
}

.review-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  position: absolute;
  inset: -7px auto auto 0%;
}

.div-block-7 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-14 {
  color: #000;
  margin-bottom: 0;
  line-height: 150%;
}

.text-block-6 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.text-block-6.tropic {
  color: var(--text);
}

.slider {
  background-color: #ddd0;
  width: 75%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

.slide-nav {
  display: none;
}

.review {
  background-color: #fff;
  padding: 40px;
  position: relative;
  display: flex;
  align-items:center;
}

.text-block-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.left-arrow {
  background-image: url('../images/left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  inset: auto 70px -65px 0%;
}

.mask {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.right-arrow {
  background-image: url('../images/right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  inset: auto 0% -65px 70px;
}

.shema-wrp {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-left: 25px;
  display: flex;
}

.shema-wrp.page {
  margin-top: 30px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.heading-20.tropic {
  color: var(--text);
}

.div-block-9 {
  width: 43%;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 150%;
}

.text-block-8.tropic {
  color: var(--text);
}

.div-block-19 {
  border-bottom: 1px dashed var(--tan);
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 25px;
  display: flex;
}

.btn-3 {
  background-color: var(--tan);
  color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 8px 20px;
  transition: all .4s cubic-bezier(.041, .481, .25, 1);
}

.btn-3:hover {
  transform: translate(0, -2px);
}

.contact-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-13 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-13.tropic {
  color: var(--text);
}

.contact-section {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.html-embed {
  height: 100%;
}

.div-block-20 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.contact-map-wrp {
  border-radius: 3px;
  width: 50%;
  overflow: hidden;
}

.text-block-14 {
  color: var(--text);
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-63.text-block-14.tropic {
  color: var(--text);
  text-align: right;
}

.contact-wrp {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.div-block-17 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-15 {
  color: #fff;
  text-align: right;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 300;
}

.text-block-15.tropic {
  color: var(--text);
}

.text-block-16 {
  color: #fff;
  margin-left: 30px;
  font-size: 15px;
  display: none;
}

.body-2 {
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
}

/* .about-section {

} */

.about-contain {
  background-color: #f7f9fb;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  border-radius: 15px;
}

.content {
	padding: 30px 60px 50px;
}

.big {
	margin-left: -60px;
	margin-right:-60px;
	margin-top:50px;
	margin-bottom:50px;
}

.big img{
	width: 100%;
}

@media screen and (max-width: 1200px) {
  .content {
    padding-left:40px;
    padding-right:40px;
  }
  .big {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 800px) {
  .content {
    padding-left:25px;
    padding-right:25px;
  }
  .big {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (max-width: 500px) {
  .content {
    padding-left:15px;
    padding-right:15px;
  }
  .big {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.heading-21 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.paragraph-17 {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-24 {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-6 {
  color: #2b90e7;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.div-block-21 {
  display: none;
}

.div-block-22 {
  padding-left: 24px;
}

.anwer-section {
  padding-top: 40px;
  padding-bottom: 25px;
  padding-right: 0;
}

.answer-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.modul-wrp {
  background-color: #0000;
  border-bottom: 1px #d1d1d1;
  border-radius: 4px;
  align-items: flex-start;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.modul-wrp._1 {
  margin-top: 20px;
}

.modul-txt-wrp {
  flex: 1;
}

.modul-title {
  letter-spacing: 0;
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-8.tropic {
  color: var(--text);
}

.image-9 {
  transform: rotate(180deg);
}

.modul-descript {
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1.7em;
  overflow: hidden;
}

.paragraph-9 {
  color: #c5c9da;
  padding-right: 120px;
  font-weight: 300;
  line-height: 1.9em;
}

.paragraph-9.tropic {
  color: var(--text);
}

.header-section {
  width: 100%;
  height: 210px;
  background: linear-gradient(0deg, #ffffff00, #00000050, #00000050, #ffffff00);
}

.header-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.link-7 {
  color: var(--deep-sky-blue);
  width: 75%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}

.link-7.tropic {
  color: var(--links);
}

.cover-wrp {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.body-3 {
  font-family: Noto Sans, sans-serif;
}

.feedback-section {
  height: 100%;
  padding-top: 100px;
}

.feedback-contain {
  width: 90%;
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.vip-wrp {
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}

.div-block-24 {
  background-color: var(--links);
  align-self: stretch;
  width: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-25 {
  background-color: var(--tan);
  flex: 1;
  width: 100%;
  padding: 40px;
}

.heading-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.paragraph-18 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.service-section {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Noto Sans, sans-serif;
}

.service-contain {
  text-align: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-19 {
  color: var(--midnight-blue);
  text-align: center;
  width: 60%;
  margin: 25px auto 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.body-4 {
  font-size: 15px;
  line-height: 1.8em;
}

.image-26 {
  width: 72px;
  height: 72px;
}

.data-wrp {
  width: 75%;
  margin-top: 40px;
  display: none;
}

.data-grid-2 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
  overflow: hidden;
}

.btn-more {
  float: left;
  background-color: var(--tan);
  color: #fff;
  border-radius: 3px;
  width: auto;
  padding: 7px 20px;
  display: none;
}

.preload-wrp {
  text-align: center;
  width: 75%;
  display: none;
}

.lottie-animation {
  width: 240px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.image-27 {
  margin-right: 5px;
}

.phone16 {
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  line-height: 1.7em;
  text-decoration: none;
}

.phone16._1 {
  display: none;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.6em;
  display: flex;
  overflow: hidden;
}

.phone07 {
  color: #fff;
  line-height: 1.7em;
  text-decoration: none;
}

.phone07._1 {
  display: none;
}

.non-review {
  background-color: #312765;
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
}

.div-block-27 {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28 {
  width: 75%;
}

.heading-24 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.heading-24.tropic {
  color: var(--text);
}

.link-8 {
  color: #7d98f3;
  margin-top: 10px;
  display: none;
}

.rolick-section {
  background-color: #312765;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rolick-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.video {
  width: 75%;
}

.finish-section {
  background-image: url('../images/finish.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  display: none;
}

.finish-contain {
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-29 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-25 {
  color: #ffffff3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span {
  font-size: 71px;
}

.paragraph-20 {
  color: #000;
  width: 75%;
  margin-bottom: 40px;
  display: none;
}

.lightbox-link-1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  padding: 9px;
  position: relative;
  inset: 0%;
}

.lightbox-link-3 {
  opacity: .33;
  width: auto;
  height: auto;
  position: relative;
}

.image-28 {
  padding: 2px;
}

.image-29 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-30 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-30 {
  z-index: 10;
  border: 1px dashed #ffffffa6;
  margin: 10px;
  position: absolute;
  inset: 0%;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.afisha-txt {
  margin-top: 30px;
}

.text-block-17 {
  color: var(--deep-sky-blue);
  cursor: pointer;
}

.text-block-17.open {
  display: block;
}

.text-block-17.tropic {
  color: var(--links);
}

.afisha-txt-more {
  overflow: hidden;
}

.lightbox-link-4 {
  width: 220px;
  height: 220px;
}

.link-9 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.main-start-load-section {
  background-image: url('../images/cover-3.html');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 60px;
  display: none;
}

.cancel-wrp {
  align-items: stretch;
  width: 75%;
  margin-top: 40px;
  display: none;
}

.div-block-25-copy {
  border: 1px solid var(--maroon);
  background-color: var(--maroon);
  flex: 1;
  width: 100%;
  padding: 40px;
}

.link-10 {
  color: var(--tan);
  text-decoration: none;
}

.lightbox-link-5 {
  width: auto;
  height: auto;
  position: relative;
}

.text-block-18 {
  color: #fff;
  width: 75%;
  font-weight: 600;
}

.text-block-18.tropic {
  color: var(--text);
}

.link-11 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-11.tropic {
  color: var(--links);
}

.link-12 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-12.tropic {
  color: var(--links);
}

.image-32 {
  width: 150px;
  height: 150px;
}

.precont {
  position: absolute;
  inset: auto 0% 5%;
  z-index:30;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.video-contain {
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  font-style: normal;
  display: flex;
}

.preback {
  height:100vh;
  overflow:hidden;
  padding-bottom: 100px;
}

.background-kanikuly {
  height:100vh;
  width:100vW;
  background: url(../../../uploads/images/kanikuly.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
} 

.background-collage {
  height:100vh;
  width:100vW;
  background: url(../images/collage.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
} 

.show-background-collage {
  height:100vh;
  width:100vW;
  background-position: center center;
  background-size: cover;
} 

@media screen and (max-width: 600px) {
  .background-collage {display:none;}
  .show-background-collage {display:none;}
  .background-mob {
    height:100vh;
    width:100vW;
    background: url(../images/collage-m.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .show-background-mob {
    height:100vh;
    width:100vW;
    background-position: center center;
    background-size: cover;
  }
}

#bd-video {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
  z-index: -1;
  object-fit: cover;
}

@media screen and (min-width: 1250px) {
  .background-collage {
    transition: all 300ms ease;	
    animation: zoom 30s infinite;
    -webkit-animation: zoom 30s infinite;
  }

  .show-background-collage {
    transition: all 300ms ease;	
    animation: zoom 30s infinite;
    -webkit-animation: zoom 30s infinite;
  }

  @keyframes zoom {
    0% {
      background-size: 110%;
      background-position: 50% 50%;
    }
    10% {
      background-size: 113%;
      background-position: 40% 40%;
    }
    20% {
      background-size: 116%;
      background-position: 50% 50%;
    }
    30% {
      background-size: 113%;
      background-position: 60% 40%;
    }
    40% {
      background-size: 110%;
      background-position: 50% 50%;
    }
    50% {
      background-size: 113%;
      background-position: 60% 60%;
    }
    60% {
      background-size: 116%;
      background-position: 50% 60%;
    }
    70% {
      background-size: 113%;
      background-position: 50% 50%;
    }
    80% {
      background-size: 110%;
      background-position: 40% 50%;
    }
    90% {
      background-size: 115%;
      background-position: 40% 40%;
    }
    100% {
      background-size: 110%;
      background-position: 50% 50%;
    }
  }
}

.lightbox-link-6 {
  width: auto;
  height: auto;
  position: relative;
}

.paragraph-21 {
  color: #fff;
  width: 75%;
  margin-top: 40px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8em;
  display: none;
}

.div-block-31 {
  width: 75%;
  margin-top: 40px;
}

.div-block-31._11 {
  display: none;
}

.html-embed-2 {
  width: 100%;
}

.link-13 {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-13.tropic {
  color: var(--links);
}

.service-modul-wrp {
  text-align: left;
  background-color: #0000;
  border-bottom-width: 1px;
  border-bottom-color: #d1d1d1;
  border-radius: 4px;
  align-items: flex-start;
  width: 75%;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 0;
}

.service-modul-wrp._11 {
  display: none;
}

.service-modul-descript {
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1.7em;
  overflow: hidden;
}

.image-33 {
  transform: rotate(180deg);
}

.service-section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  font-family: Noto Sans, sans-serif;
}

.service-modul-title {
  letter-spacing: 0;
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.service-descript {
  color: var(--text);
  padding-top: 20px;
  padding-right: 120px;
  font-weight: 400;
  line-height: 1.9em;
}

.service-descript a {
	color: var(--text);
	font-weight:bold;
}

.service-descript a:hover {
	text-decoration:none;
}

.service-title {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.service-modul-txt-wrp {
  border-bottom: 1px solid var(--tan);
  text-align: left;
  flex: 1;
  padding: 10px 20px 5px;
  margin-bottom:20px;
  background: #ffffff60;
  border-radius:6px;
}

.service-modul-txt-wrp._11 {
  display: none;
}

.paragraph-22 {
  color: var(--links);
  align-self: flex-start;
  width: 75%;
  font-size: 14px;
  font-style: italic;
}

.service-contain-2 {
  text-align: left;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.auto-height-buttons-wrapper {
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.slider-button-left-2 {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left-2:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left-2:active {
  background-color: #657cff;
}

.slider-button-left-2.auto-height-button-left {
  background-color: #dee3ff00;
  background-image: url('../images/left.svg');
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
}

.auto-height-swiper {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.slider-button-right-2 {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right-2:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right-2:active {
  background-color: #657cff;
}

.slider-button-right-2.auto-height-button-right {
  background-color: #dee3ff00;
  background-image: url('../images/right.svg');
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 24px;
}

.basic-swiper {
  width: 75%;
  height: auto;
  margin-bottom: 20px;
  display: none;
  overflow: hidden;
}

.slider-button-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: all .4s;
}

.slider-button-right:hover {
  color: #fff;
  background-position: 60%;
  transform: translate(10px);
}

.review-wrp {
  max-width: 1140px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.auto-height-list {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-wrapper.basic-slider-list {
  align-items: flex-start;
  display: flex;
}

.auto-height-slider-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.swiper-arrow-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: none;
}

.slider-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: all .4s;
}

.slider-button-left:hover {
  color: #fff;
  background-position: 100%;
  transform: translate(-10px);
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiperr-item {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-slide.auto-height-item {
  flex: none;
  width: 100%;
}

.review-card-wrp-2 {
  align-self: flex-start;
  height: auto;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.text-block-19 {
  color: #fff;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.image-34 {
  width: 20px;
  height: 20px;
  margin-bottom: -20px;
}

.paragraph-23 {
  color: #000;
  background-color: #fff;
  height: auto;
  margin-bottom: 0;
  padding: 40px;
  line-height: 150%;
}

.text-block-61 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-35 {
  width: 100%;
  margin-bottom: 40px;
}

.text-block-62 {
  width: 50%;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.link-14 {
  color: var(--deep-sky-blue);
  background-image: url('../images/keyboard_backspace.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  font-size: 17px;
  text-decoration: none;
}

.heading-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 33px;
}

.lightbox-link-7 {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo-th-img {
  width: 100%;
  height: 100%;
}

.youtube {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-33 {
  background-color: var(--links);
  width: 75%;
  margin-top: 40px;
  padding: 40px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .div-block-33 {
    width: 100%;
  }
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 23px;
}

.text-block-63 {
  color: #fff;
}

.text-block-64 {
  color: #a2caff;
  background-image: url('../images/Group-611.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 43px;
  font-weight: 600;
  display: inline-block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-2-copy {
  color: #fff;
  width: 75%;
  margin-top: 40px;
  font-size: 17px;
  font-style: italic;
}

.image-36 {
  border-radius: 7px;
  margin-top: 40px;
}

.image-37, .image-38 {
  width: 130px;
}

.sochi-contact-otdel-wrp {
  border-top: 1px solid var(--tan);
  margin-top: 40px;
  padding-top: 25px;
}

.sochi-contact-otdel-card-wrp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-28 {
  color: #fff;
}

.paragraph-28.tropic {
  color: var(--text);
}

.link-51 {
  color: #81b2ee;
  text-decoration: none;
}

.link-51.tropic {
  color: var(--links);
}

.link-53, .link-54, .link-55, .link-56 {
  color: #81b2ee;
  text-decoration: none;
}

.cover-wrp-3 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 475px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.cover-img-wrp-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-54 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.image-54.slony {
  height: 100%;
}

.button_video-2 {
  object-fit: fill;
  background-color: #fff0;
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 15px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  position: absolute;
  inset: 0%;
}

.button_video-2._11 {
  display: none;
}

.cover-video-wrp {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.html-embed-8 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  display: block;
}

.text-block-65 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.text-block-65.tropic {
  color: var(--text);
}

.mask-2, .slide-2 {
  height: auto;
}

.slider-2 {
  background-color: #ddd0;
  width: 75%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

.image-55 {
  position: absolute;
  inset: -7px auto auto 0%;
}

.image-56 {
  font-size: 150px;
}

.nav-menu-3 {
  align-items: center;
  width: 100%;
  display: flex;
}

.saratov-nav-phone-wrp {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.text-block-33 {
  color: #fff;
}

.yaroslavl-main-logo-wrp {
  width: 120px;
  margin-right: 20px;
}

.navbar-2 {
  background-color: #0000;
}

.saratov-phone-wrp {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.6em;
  display: flex;
  overflow: hidden;
  padding-right: 10px;
    margin-right: -10px;
}

.bvi-button {
  cursor: pointer;
  background-color: var(--links);
  background-image: url('../images/aA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  flex: none;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.yaroslavl-header-icon {
  margin-left: 15px;
}

.navbar-contain-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #ddddddd1;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.dropdown-toggle {
  opacity: .5;
  transition: all .45s cubic-bezier(.047, .592, .25, 1);
}

.dropdown-toggle:hover {
  opacity: 1;
}

.icon-2 {
  color: #fff;
}

.image-57 {
  margin-right: 5px;
  display: block;
  width:15px;
}

.logo-wrp {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.yaroslavl-nav-link {
  color: #fff;
  margin-right: 0;
  transition: all .4s;
}

.yaroslavl-nav-link:hover {
  color: #f1bf68;
  transform: translate(0, -2px);
}

 .yaroslavl-nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.yaroslavl-nav-link.w--current:hover {
  color: #f1bf68;
  transform: translate(0, -2px);
}

.yaroslavl-nav-link._3, .yaroslavl-nav-link.mob {
  display: none;
}

.s-icon-wrp-2 {
  flex: none;
  align-items: center;
  display: flex;
}

.yaroslavl-navbar-wrp {
  z-index: 100;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 5% 0% auto;
  text-shadow: 2px 3px 3px #00000050, 0 0 6px #00000050, 0 0 10px #000;
}

.title-section-2 {
  color: #fff;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
}

.title-section-2.tropic {
  color: var(--text);
}

.attantion-wrp {
  align-items: stretch;
  width: 75%;
  margin-top: 40px;
  display: flex;
}

.attantion-wrp._11 {
  display: none;
}

.heading-33 {
  color: #374248;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5em;
  padding: 30px 0;
}

.svo-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.svo-contain {
  width: 90%;
  max-width: 1140px;
  margin: 30px auto;
}

.paragraph-36 {
  color: #333;
}

.svo-wrp {
  color: #333;
  text-align: left;
  justify-content: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-37 {
  color: #333;
}

.image-64 {
  margin-bottom: 10px;
}

.link-44 {
  color: #0f77af;
  text-decoration: none;
}

.spb-svo-title-wrp {
  padding-top: 34px;
  padding-bottom: 34px;
}

.heading-46 {
  color: #374248;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5em;
}

.svo-title-wrp {
  padding-top: 34px;
  padding-bottom: 34px;
}

.svo-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.svo-section-2._11 {
  display: none;
}

.svo-wrp-2 {
  background-color: #fff;
  border-radius: 7px;
  padding: 35px;
  display: flex;
}

.image-63 {
  flex: none;
  align-self: flex-start;
  margin-right: 60px;
}

.div-block-51 {
  flex: 1;
}

.heading-44 {
  margin-top: 0;
}

.link-43 {
  color: var(--links);
  text-decoration: none;
}

.link-43:hover {
  color: var(--linkshover);
  text-decoration: underline;
}

.passport-wrp {
  width: 100%;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.photo-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.photo-grid-2.aiceberg {
  grid-template-rows: auto auto auto auto auto;
}

.photo-grid-2.tropic {
  grid-template-rows: auto auto auto auto;
}

.lightbox-link-13 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-62 {
  width: 100%;
  height: 100%;
}

.image-66 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-67 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-53 {
  z-index: 10;
  border: 1px dashed #ffffffa6;
  margin: 10px;
  position: absolute;
  inset: 0%;
}

.text-block-66 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-66._11 {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
}

.text-block-66._11.tropic {
  color: var(--text);
}

.svo-form-link-wrp {
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  display: none;
}

.div-block-47 {
  background-color: #b29361;
  width: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-48 {
  background-color: #b93337;
  flex: 1;
  padding: 40px;
}

.heading-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.paragraph-38 {
  color: #fff;
  margin-bottom: 20px;
}

.button-3 {
  text-align: center;
  background-color: #bc9b62;
  padding-left: 31px;
  padding-right: 31px;
  transition: all .475s cubic-bezier(0, 0, .193, 1.001);
}

.button-3:hover {
  transform: translate(0, -3px);
}

.div-block-57 {
  background-color: #b29361;
  width: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-58 {
  background-color: #b93337;
  flex: 1;
  padding: 40px;
}

.heading-47 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.paragraph-40 {
  color: #fff;
  margin-bottom: 20px;
}

.button-4 {
  text-align: center;
  background-color: #bc9b62;
  padding-left: 31px;
  padding-right: 31px;
  transition: all .475s cubic-bezier(0, 0, .193, 1.001);
}

.button-4:hover {
  transform: translate(0, -3px);
}

.bold-text {
  color: var(--links);
}

.opros-wrp {
  background-color: var(--tan);
  border-left: 7px solid var(--links);
  width: 75%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  color: #fff;
}

.heading-50 {
  color:  #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-41 {
  color: #2f1d1c;
  font-weight: 500;
}

.link23 {
  color: #fff;
  background-color: var(--links);
  border-radius: 7px;
  margin-top: 5px;
  padding: 7px 18px;
  text-decoration: none;
  display: inline-block;
}

.left-arrow-4 {
  display: none;
}

.background-video-3 {
  background-image: linear-gradient(#1d121100 52%, #1a2141);
  width: 100%;
  height: 100%;
}

.text-block-72 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.ryazan-nav-link {
  color: #fff;
  transition: all .4s;
}

.ryazan-nav-link:hover {
  color: #f1bf68;
  transform: translate(0, -2px);
}

.ryazan-nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.ryazan-nav-link.w--current:hover {
  color: #bc9b62;
}

.ryazan-nav-link._3 {
  display: none;
}

.ryazan-nav-phone-wrp {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.ryazan-header-icon {
  margin-left: 15px;
}

.text-block-73 {
  color: #fff;
}

.ya-main-slider-title-wrp {
  margin-bottom: 40px;
}

.div-block-52 {
  display: flex;
}

.navbar-3 {
  background-color: #0000;
}

.slider-4 {
  background-color: #1a2141;
  width: 100%;
  height: 100%;
}

.ya-main-slider-section {
  width: 100%;
  height: 100vh;
}

.ya-main-slider-btn-wrp {
  align-items: center;
  display: flex;
}

.heading-42 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-42.disco {
  text-transform: none;
}

.heading-42.disco._11 {
  width: 60%;
}

.yar-afisha-link {
  color: #007dd1;
  font-style: normal;
  text-decoration: none;
}

.yar-afisha-link.slide {
  color: #58b7eb;
}

.right-arrow-4 {
  width: 24vw;
  height: 10vh;
  inset: auto 0% 6vh auto;
}

.ya-main-slider-contain {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mask-3 {
  width: 100%;
  height: 100%;
}

.ryazan-navbar-wrp {
  z-index: 30;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 5% 0% auto;
}

.icon-3 {
  display: none;
}

.text-block-70 {
  color: #fff;
  font-size: 19px;
}

.image-71 {
  margin-right: 5px;
  display: block;
}

.ryazan-main-logo-wrp {
  margin-right: 40px;
}

.ryazan-main-logo-wrp.w--current {
  margin-right: 20px;
}

.logo-wrp-2 {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.ya-afisha-btn {
  background-color: #b93337;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: transform .425s cubic-bezier(.029, .393, .25, 1);
}

.ya-afisha-btn:hover {
  transform: translate(0, -1px);
  box-shadow: 0 9px 30px -8px #e2001a8c;
}

.s-icon-wrp-3 {
  flex: none;
  align-items: center;
  display: flex;
}

.ryazan-phone-wrp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6em;
  display: flex;
  overflow: hidden;
}

.ya-maim-title-wrp {
  flex: 1;
}

.body-5 {
  background-color: var(--midnight-blue);
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
}

.ya-afisha-btn-wrp {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 73%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.ya-afisha-data-wrp {
  background-color: #b10200;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.ya-afisha-data-wrp._3 {
  color: #333;
  background-color: #540069;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.ya-afisha-data-wrp.pesni {
  background-color: #0a215d;
}

.ya-afisha-data-wrp.tropic {
  background-color: #0e7906;
}

.yaroslavl-afisha-btn {
  background-color: #e2001a;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: transform .425s cubic-bezier(.029, .393, .25, 1);
}

.yaroslavl-afisha-btn:hover {
  transform: translate(0, -1px);
  box-shadow: 0 9px 30px -8px #e2001a8c;
}

.ya-afisha-descript {
  background-color: #fff;
  background-image: linear-gradient(135deg, #3154963d, #6e388300 56%);
  border-radius: 7px;
  flex: none;
  align-items: flex-start;
  margin-left: 100px;
  padding: 50px 50px 50px 320px;
}

.ya-afisha-cover-wrp {
  z-index: 1;
  border-radius: 7px;
  flex-direction: column;
  width: auto;
  margin-top: -28px;
  margin-bottom: -28px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.heading-36 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
}

.ya-afisha-contain {
  width: 90%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.ya-afisha-link {
  color: #007dd1;
  font-style: normal;
  text-decoration: none;
}

.ya-afisha-link-title {
  text-decoration: none;
}

.ya-afisha-title2 {
  color: #0f398b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
}

.ya-afisha-title2.disco {
  color: #540069;
  text-transform: none;
}

.ya-afisha-title2.tropic {
  color: #0e7906;
}

.ya-afisha-tetxt {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7em;
}

.kanikuly-wrp {
  background-image: url('../images/finish-1.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: none;
}

.div-block-36 {
  border-top: 1px solid #37424826;
  margin-top: 24px;
  padding-top: 24px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.text-block-24, .ya-afisha-title1 {
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
}

.ya-afisha-wrp {
  justify-content: space-between;
  margin-bottom: 70px;
  padding-left: 0;
  position: relative;
}

.ya-afisha-section {
  z-index: 5;
  position: relative;
}

.bold-text-8 {
  color: #b10200;
}

.bold-text-8.disco {
  color: #540069;
}

.bold-text-8.pesni {
  color: #0a215d;
}

.bold-text-8.tropic {
  color: #0e7906;
}

.svo-section-3 {
  padding-bottom: 40px;
}

.svo-wrp-3 {
  background-color: #fff;
  border-radius: 7px;
  padding: 35px;
  display: flex;
}

.image-72 {
  flex: none;
  align-self: flex-start;
  margin-right: 60px;
}

.div-block-60 {
  flex: 1;
}

.heading-51 {
  margin-top: 0;
}

.link-59 {
  color: #007dd1;
  text-decoration: none;
}

.ryazan-sxema-zala-title {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 600;
}

.ya-line-wrp {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.ya-modul-descript {
  overflow: hidden;
}

.image-73 {
  transform: rotate(180deg);
}

.ya-modul-wrp {
  margin-top: 40px;
}

.link-60 {
  color: #81b2ee;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}

.link-61 {
  color: #81b2ee;
  text-decoration: none;
}

.ya-answer-section {
  z-index: 5;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  position: relative;
}

.div-block-61 {
  background-color: #bc9b62;
  width: 100%;
  height: 1px;
  margin-top: 1px;
}

.heading-52 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.link-62 {
  color: #81b2ee;
  text-decoration: none;
}

.image-74 {
  margin-right: 10px;
}

.ya-answer-wrp {
  width: 75%;
}

.image-75 {
  border-radius: 7px;
  margin-top: 40px;
}

.ya-answer-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ryazan-sxema-panorama-wrp {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.ryazan-sxema-zala-wrp {
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.paragraph-42 {
  color: #b3cfe9;
  padding-top: 20px;
  padding-right: 120px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.9em;
  overflow: hidden;
}

.paragraph-42.main {
  color: #a3a7bd;
}

.ya-modul-title {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.text-block-75 {
  color: #fff;
  width: 75%;
  font-weight: 600;
}

.image-76 {
  transform: rotate(180deg);
}

.link-63 {
  color: #81b2ee;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}

.link-64 {
  color: #81b2ee;
  text-decoration: none;
}

.div-block-62 {
  background-color: #bc9b62;
  width: 100%;
  height: 1px;
  margin-top: 1px;
}

.heading-53 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.link-65 {
  color: #81b2ee;
  text-decoration: none;
}

.image-77 {
  margin-right: 10px;
}

.paragraph-43 {
  color: #b3cfe9;
  padding-top: 20px;
  padding-right: 120px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.9em;
  overflow: hidden;
}

.paragraph-43.main {
  color: #a3a7bd;
}

.text-block-76 {
  color: #fff;
  width: 75%;
  font-weight: 600;
}

.bold-text-9 {
  text-align: left;
}

.bold-text-10 {
  display: block;
}

.div-block-63 {
  text-align: right;
}

.zaglushka-wrp {
  align-items: stretch;
  width: 75%;
  display: flex;
}

.div-block-43 {
  background-color: #b29361;
  width: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-44 {
  background-color: #b93337;
  flex: 1;
  padding: 40px;
}

.heading-37 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.link-block-2 {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-36 {
  margin-right: 10px;
  font-weight: 500;
}

.image-78 {
  width: 35px;
}

.desk-v {
	display:none;
}

@media screen and (max-width: 991px) {
  .desk-v {
    display:block;
  }
	
  .video-section {
    padding-top: 15px;
  }

  .navbar {
    margin-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-contain {
    margin-left: 0;
  }

  .navbar-wrp {
    flex-direction: column;
  }

  .brand {
    margin-left: 57px;
  }

  .s-icon-wrp {
    order: -1;
    justify-content: space-between;
    width: 130px;
    margin-bottom: 10px;
    display: none;
  }

  .s-icon-wrp._1 {
    order: 0;
    width: 110px;
    margin-bottom: 0;
    display: flex;
  }

  .s-icon-wrp._10 {
    align-items: center;
    width: 120px;
    margin-bottom: 0;
    display: flex;
  }

  .phone-wrp {
    order: -1;
    margin-bottom: 10px;
    display: none;
  }

  .phone-wrp._10 {
    margin-bottom: 0;
    display: flex;
  }

  .link-block {
    margin-right: 0;
  }

  .video-title-1 {
    width: 90%;
  }

  .video-title-1._1 {
    width: 70%;
  }

  .link-2 {
    text-align: center;
    line-height: 1.6em;
  }

  .footer1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .afisha-section {
    padding-top: 60px;
  }

  .afisha-cover-wrp {
    width: 65%;
  }

  .afisha-info-wrp {
    width: 33%;
  }

  .info-wrp {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-block-10 {
    font-size: 15px;
    line-height: 1.6em;
  }

  .text-block-11 {
    font-size: 21px;
    line-height: 1.5em;
  }

  .text-block-11._1 {
    padding-top: 0;
  }

  .data-section {
    padding-bottom: 30px;
  }

  .line-wrp {
    width: 100%;
  }

  .data-grid-1 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .paragraph-2 {
    width: 100%;
  }

  .photo-section {
    padding-bottom: 10px;
  }

  .photo-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .review-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mask {
    width: 100%;
  }

  .shema-wrp {
    margin-top: 24px;
    padding-left: 10px;
  }

  .heading-20 {
    margin-bottom: 15px;
  }

  .div-block-9 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-18 {
    margin-bottom: 30px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .contact-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .contact-map-wrp {
    width: 100%;
    height: 300px;
  }

  .contact-wrp, .div-block-17 {
    flex-direction: column;
  }

  .about-section {
    padding-top: 70px;
  }

  .paragraph-17, .image-24 {
    width: 90%;
  }

  .div-block-21 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-22 {
    padding-left: 10px;
  }

  .modul-wrp {
    width: 100%;
    margin-left: 0;
  }

  .modul-title, .modul-descript {
    padding-left: 0;
  }

  .paragraph-9 {
    line-height: 1.6em;
  }

  .link-7 {
    width: 100%;
  }

  .cover-wrp {
    margin-bottom: 20px;
  }

  .feedback-contain {
    max-width: 75%;
  }

  .vip-wrp {
    width: 100%;
    margin-top: 30px;
  }

  .div-block-25 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-19 {
    width: 75%;
  }

  .data-wrp {
    width: 100%;
  }

  .data-grid-2 {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 70%;
  }

  .preload-wrp, .div-block-28, .video, .image-28 {
    width: 100%;
  }

  .cancel-wrp {
    width: 100%;
    margin-top: 30px;
  }

  .div-block-25-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lightbox-link-5, .text-block-18, .paragraph-21, .div-block-31 {
    width: 100%;
  }

  .service-modul-wrp {
    width: 100%;
    margin-left: 0;
  }

  .service-modul-descript, .service-modul-title {
    padding-left: 0;
  }

  .service-descript {
    line-height: 1.6em;
  }

  .paragraph-22 {
    width: 100%;
  }

  .slider-button-left-2:hover, .slider-button-right-2:hover, .slider-button-right:hover {
    background-position: 50%;
  }

  .auto-height-slider-holder {
    width: 100%;
  }

  .slider-button-left:hover {
    background-position: 50%;
  }

  .utility-page-content {
    width: 80%;
  }

  .paragraph-2-copy {
    width: 100%;
  }

  .sochi-contact-otdel-card-wrp {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cover-wrp-3 {
    height: 32vw;
    margin-bottom: 20px;
  }

  .cover-img-wrp-2 {
    object-fit: cover;
  }

  .image-54 {
    height: 100%;
  }

  .html-embed-8 {
    width: 100%;
    height: 100%;
  }

  .mask-2, .slider-2 {
    width: 100%;
  }

  .menu-button {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu-3 {
    background-color: #bc9b62;
    margin-left: 202px;
  }

  .saratov-nav-phone-wrp {
    order: 1;
  }

  .dropdown {
    display: none;
  }

  .yaroslavl-main-logo-wrp {
    margin-right: 20px;
  }

  .navbar-2 {
    z-index: 25;
    flex: 1;
    align-self: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .yaroslavl-header-icon {
    margin-right: 0;
  }

  .navbar-contain-2 {
    flex: 1;
    justify-content: flex-start;
  }

  .div-block-41 {
    align-items: center;
    display: flex;
  }

  .logo-wrp {
    order: -1;
  }

  .yaroslavl-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .yaroslavl-nav-link.mob {
    display: block;
  }

  .text-block-30 {
    color: #fff;
  }

  .icon {
    color: #fff;
    align-self: center;
    margin-top: 5px;
    margin-right: 5px;
  }

  /* .s-icon-wrp-2 {
    justify-content: space-between;
    width: 130px;
  } */

  .yaroslavl-navbar-wrp {
    flex-direction: row;
  }

  .attantion-wrp {
    width: 100%;
    margin-top: 30px;
  }

  .heading-33 {
    font-size: 28px;
  }

  .svo-section {
    padding-top: 70px;
  }

  .svo-wrp {
    width: 100%;
  }

  .spb-svo-title-wrp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-46 {
    font-size: 28px;
  }

  .svo-title-wrp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .svo-section-2 {
    padding-bottom: 40px;
  }

  .svo-wrp-2 {
    width: 100%;
  }

  .image-63 {
    margin-right: 40px;
  }

  .passport-wrp {
    width: 90%;
    height: 45vw;
  }

  .photo-grid-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .svo-form-link-wrp, .opros-wrp {
    width: 100%;
  }

  .nav-menu-4 {
    background-color: #bc9b62;
    margin-left: 202px;
  }

  .ryazan-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ryazan-nav-phone-wrp {
    order: 1;
  }

  .ryazan-header-icon {
    margin-right: 0;
  }

  .navbar-3 {
    z-index: 25;
    flex: 1;
    align-self: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .heading-42.disco._11 {
    width: 80%;
  }

  .ya-main-slider-contain {
    padding-bottom: 10vh;
  }

  .ryazan-navbar-wrp {
    flex-direction: row;
  }

  .div-block-59 {
    align-items: center;
    display: flex;
  }

  .ryazan-main-logo-wrp {
    margin-right: 20px;
  }

  .text-block-74 {
    color: #fff;
  }

  .icon-4 {
    color: #fff;
    align-self: center;
    margin-top: 5px;
    margin-right: 5px;
  }

  .s-icon-wrp-3 {
    justify-content: space-between;
    width: 130px;
  }

  .ya-afisha-btn-wrp {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ya-afisha-descript {
    text-align: center;
    margin-top: -400px;
    margin-left: 0;
    padding-top: 440px;
    padding-left: 50px;
  }

  .ya-afisha-cover-wrp {
    width: 45%;
    margin-top: 0;
    position: static;
  }

  .ya-afisha-title2 {
    text-align: center;
  }

  .kanikuly-wrp {
    height: 400px;
  }

  .ya-afisha-title1 {
    text-align: center;
  }

  .ya-afisha-wrp {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-72 {
    margin-right: 40px;
  }

  .link-60 {
    width: 100%;
  }

  .image-75 {
    flex: none;
    align-self: center;
    width: 75%;
    margin-left: 40px;
  }

  .ryazan-sxema-panorama-wrp {
    align-items: center;
    margin-left: 0;
  }

  .ryazan-sxema-zala-wrp {
    flex: 0 auto;
    align-items: center;
    margin-top: 10px;
  }

  .paragraph-42 {
    line-height: 1.6em;
  }

  .text-block-75, .link-63 {
    width: 100%;
  }

  .paragraph-43 {
    line-height: 1.6em;
  }

  .text-block-76, .zaglushka-wrp {
    width: 100%;
  }

  .image-78 {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .video-section {
    height: auto;
    padding-bottom: 50px;
  }

  .navbar {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-left: 18px;
    display: flex;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-contain {
    flex: 1;
    justify-content: space-between;
    margin-bottom: 70px;
  }

  .brand {
    margin-left: 15px;
    margin-right: 10px;
    padding-left: 0;
  }

  .s-icon-wrp._1 {
    margin-left: 0;
  }

  .link-block {
    margin-right: 0;
  }

  .socimg._1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-title {
    font-size: 32px;
    line-height: 40px;
  }

  .video-title.disco {
    width: 100%;
  }

  .btn {
    text-align: center;
    flex: none;
    margin-left: 0;
  }

  .video-title-1, .video-title-1._1 {
    width: 100%;
  }

  .link-2 {
    margin-bottom: 10px;
  }

  .button-2 {
    margin-bottom: 20px;
  }

  .div-block-12 {
    margin-bottom: 10px;
  }

  .footer1-contain, .footer2-contain {
    flex-direction: column;
    align-items: center;
  }

  .footer1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-10 {
    margin-bottom: 10px;
  }

  .footer2 {
    padding-bottom: 15px;
  }

  .afisha-section {
    padding-bottom: 30px;
    position: static;
  }

  .afisha-contain {
    flex-direction: column;
  }

  .afisha-cover-wrp {
    width: 100%;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .afisha-info-wrp {
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .data-grid-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .btn-2 {
    text-align: center;
    flex: none;
    margin-left: 0;
  }

  .lightbox-link {
    height: 260px;
  }

  .image-17 {
    object-fit: cover;
  }

  .slider {
    width: 100%;
  }

  .shema-wrp {
    width: 45%;
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-9 {
    margin-bottom: 30px;
  }

  .div-block-19 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .btn-3 {
    text-align: center;
    flex: none;
    margin-left: 0;
  }

  .text-block-14 {
    font-size: 19px;
  }
  

  .contact-wrp {
    margin-top: 40px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-21 {
    margin-bottom: 20px;
  }

  .paragraph-17 {
    width: 100%;
    font-size: 15px;
  }

  .image-24 {
    width: 100%;
  }

  .link-6 {
    font-size: 14px;
  }

  .nav-menu, .nav-menu-2 {
    display: flex;
  }

  .div-block-22 {
    width: 45%;
    padding-left: 0;
  }

  .modul-wrp {
    flex-direction: column;
    align-items: stretch;
  }

  .modul-title {
    align-items: center;
    padding-left: 0;
  }

  .heading-8 {
    margin-right: 20px;
    line-height: 1.5em;
  }

  .modul-descript {
    padding-left: 0;
  }

  .paragraph-9 {
    padding-right: 40px;
    line-height: 1.6em;
  }

  .header-section {
    height: 160px;
  }

  .link-7 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cover-wrp {
    margin-bottom: 30px;
  }

  .feedback-section {
    padding-top: 40px;
  }

  .feedback-contain {
    max-width: none;
  }

  .service-section {
    padding-top: 50px;
  }

  .paragraph-19 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
  }

  .data-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .lightbox-link-1 {
    height: 260px;
  }

  .text-block-18 {
    line-height: 1.7em;
  }

  .image-32 {
    width: 100px;
    height: 100px;
  }

  .service-modul-wrp {
    flex-direction: column;
    align-items: stretch;
  }

  .service-modul-descript {
    padding-left: 0;
  }

  .service-modul-title {
    align-items: center;
    padding-left: 0;
  }

  .service-descript {
    padding-right: 40px;
    line-height: 1.6em;
  }

  .service-title {
    margin-right: 20px;
    line-height: 1.5em;
  }

  .auto-height-buttons-wrapper {
    display: flex;
  }

  .slider-button-left-2 {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .slider-button-left-2.auto-height-button-left {
    position: relative;
    right: 0%;
  }

  .auto-height-swiper {
    margin-bottom: 16px;
  }

  .slider-button-right-2 {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .slider-button-right-2.auto-height-button-right {
    margin-left: 0;
    position: relative;
    left: 0%;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .slider-button-right, .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .text-block-62 {
    width: 100%;
  }

  .sochi-contact-otdel-card-wrp {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cover-wrp-3 {
    height: 50vw;
    margin-bottom: 30px;
  }

  .slider-2 {
    width: 100%;
  }

  .nav-menu-3 {
    z-index: 20;
    margin-left: 0;
  }

  .saratov-nav-phone-wrp {
    flex: none;
    margin-top: 0;
  }

  .yaroslavl-main-logo-wrp {
    flex: 0 auto;
    align-self: center;
    margin-right: 10px;
    padding-left: 0;
  }

  .navbar-2 {
    align-self: center;
    align-items: flex-end;
    display: flex;
  }

  .yaroslavl-header-icon {
    margin-right: 0;
  }

  .navbar-contain-2 {
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    margin-top: 0;
  }

  .logo-wrp {
    order: -1;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
  }

  .s-icon-wrp-2 {
    align-items: center;
    display: flex;
	justify-content: flex-end;
  }

  .yaroslavl-navbar-wrp {
    align-items: center;
    margin-bottom: 20px;
    top: 2%;
  }

  .heading-33 {
	letter-spacing: 2px;
	font-size: 22px;
  }

  .svo-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph-36 {
    line-height: 1.6em;
  }

  .svo-wrp {
    width: 100%;
  }

  .paragraph-37 {
    line-height: 1.6em;
  }

  .image-64 {
    margin-bottom: 0;
  }

  .heading-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .svo-section-2 {
    padding-bottom: 40px;
  }

  .svo-wrp-2 {
    flex-flow: column;
  }

  .image-63 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .passport-wrp {
    width: 100%;
  }

  .photo-grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .photo-grid-2.aiceberg {
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .photo-grid-2.tropic {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .svo-form-link-wrp {
    margin-bottom: 20px;
  }

  .opros-wrp {
    padding: 30px;
  }

  .nav-menu-4 {
    z-index: 20;
    margin-left: 0;
  }

  .text-block-72 {
    display: none;
  }

  .ryazan-nav-phone-wrp {
    flex: none;
    margin-top: 0;
  }

  .ryazan-header-icon {
    margin-right: 0;
  }

  .navbar-3 {
    align-self: center;
    align-items: flex-end;
    display: flex;
  }

  .ya-main-slider-btn-wrp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-42.disco._11 {
    width: 100%;
  }

  .yar-afisha-link.slide {
    margin-top: 20px;
  }

  .right-arrow-4 {
    width: 30vw;
    height: 15vh;
  }

  .ryazan-navbar-wrp {
    align-items: center;
    margin-bottom: 60px;
    top: 2%;
  }

  .ryazan-main-logo-wrp {
    flex: 0 auto;
    align-self: center;
    margin-right: 10px;
    padding-left: 0;
  }

  .s-icon-wrp-3 {
    align-items: center;
    display: flex;
  }

  .ya-afisha-btn-wrp {
    justify-content: center;
    align-items: center;
  }

  .ya-afisha-cover-wrp {
    width: 70%;
  }

  .heading-36 {
    font-size: 28px;
  }

  .kanikuly-wrp {
    height: 300px;
  }

  .ya-afisha-title1 {
    text-align: center;
  }

  .ya-afisha-wrp {
    margin-bottom: 40px;
  }

  .ya-afisha-section {
    z-index: 100;
    position: static;
  }

  .svo-wrp-3 {
    flex-flow: column;
  }

  .image-72 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .link-60 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .heading-52 {
    margin-right: 20px;
    line-height: 1.5em;
  }

  .ya-answer-wrp {
    width: 100%;
  }

  .image-75 {
    width: 100%;
    margin-left: 0;
  }

  .ya-answer-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .ryazan-sxema-panorama-wrp {
    flex-direction: column;
    justify-content: space-around;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-left: 0;
  }

  .ryazan-sxema-zala-wrp {
    margin-left: 0;
  }

  .paragraph-42 {
    padding-right: 40px;
    line-height: 1.6em;
  }

  .text-block-75 {
    line-height: 1.7em;
  }

  .link-63 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .heading-53 {
    margin-right: 20px;
    line-height: 1.5em;
  }

  .paragraph-43 {
    padding-right: 40px;
    line-height: 1.6em;
  }

  .text-block-76 {
    line-height: 1.7em;
  }
}

@media screen and (max-width: 479px) {
  .video-section {
    height: 90vh;
    padding-bottom: 30px;
  }

  .navbar {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-contain {
    justify-content: center;
  }

  .brand {
    flex: 1;
    width: 80px;
    margin-left: 20px;
  }

  .s-icon-wrp._10 {
    width: 100px;
  }

  .link-block {
    margin-right: 0;
  }

  .socimg._1 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .video-title {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .video-title.disco {
    font-size: 28px;
    line-height: 36px;
  }

  .btn {
    flex: none;
    padding: 10px 20px;
    font-size: 14px;
  }

  .video-title-1 {
    font-size: 17px;
  }

  .video-title-1._1 {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .text-block-9 {
    text-align: center;
  }

  .image-14 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer1-contain, .footer2-contain {
    align-items: center;
  }

  .div-block-10 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .afisha-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .afisha-info-wrp {
    flex-direction: column;
    align-items: center;
  }

  .data-section {
    padding-bottom: 20px;
  }

  .line-wrp {
    margin-bottom: 20px;
  }

  .data-grid-1 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .date-card-wrp {
    width: 70%;
  }

  .date-card {
    padding: 25px;
  }

  .btn-2 {
    flex: none;
    padding: 10px 20px;
    font-size: 14px;
  }

  .photo-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-13 {
    width: 5px;
    height: 5px;
    top: -5px;
  }

  .div-block-7 {
    margin-bottom: 15px;
  }

  .paragraph-14 {
    font-size: 15px;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 18px;
  }

  .slider {
    margin-bottom: 80px;
  }

  .review {
    padding: 20px;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 19px;
  }

  .left-arrow {
    color: #6cc3fd;
    background-image: url('../images/left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .shema-wrp {
    width: 75%;
    margin-top: 20px;
  }

  .text-block-8 {
    margin-bottom: 15px;
  }

  .btn-3 {
    flex: none;
    margin-bottom: 25px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .text-block-13 {
    margin-bottom: 25px;
  }

  .contact-section {
    padding-bottom: 40px;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .text-block-16 {
    margin-top: 20px;
    margin-left: 0;
  }

  .about-section {
    padding-top: 30px;
  }

  .heading-21 {
    font-size: 21px;
  }

  .div-block-21 {
    margin-bottom: 20px;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-end;
  }

  .nav-menu-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-22 {
    width: 75%;
  }

  .modul-wrp {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .modul-wrp._1 {
    margin-top: 10px;
  }

  .modul-title {
    padding-left: 0;
  }

  .heading-8 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .modul-descript {
    padding-top: 10px;
    padding-left: 0;
  }

  .paragraph-9 {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .header-section {
    height: 200px;
  }

  .image-25 {
    width: 100px;
    height: 100px;
  }

  .div-block-25 {
    padding: 20px 30px;
  }

  .heading-23 {
    font-size: 21px;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-19 {
    width: 100%;
  }

  .data-wrp {
    text-align: center;
  }

  .data-grid-2 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .btn-more {
    float: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .lottie-animation {
    width: 200px;
    height: 200px;
  }

  .div-block-25-copy {
    padding: 20px 30px;
  }

  .lightbox-link-6 {
    width: 100%;
  }

  .paragraph-21 {
    line-height: 1.5em;
  }

  .div-block-31 {
    margin-top: 20px;
  }

  .service-modul-wrp {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-modul-descript {
    padding-top: 10px;
    padding-left: 0;
  }

  .image-33 {
    width: 30px;
  }

  .service-section-2 {
    padding-bottom: 10px;
  }

  .service-modul-title {
    padding-left: 0;
  }

  .service-descript {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .service-title {
    font-size: 15px;
    line-height: 1.4em;
  }

  .paragraph-22 {
    margin-top: 20px;
  }

  .slider-button-left-2.auto-height-button-left {
    margin-right: 14px;
  }

  .text-block-19 {
    font-size: 15px;
    line-height: 19px;
  }

  .image-34 {
    margin-bottom: -20px;
    top: -5px;
  }

  .paragraph-23 {
    padding: 30px;
    font-size: 15px;
  }

  .text-block-61 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-36 {
    margin-top: 20px;
  }

  .sochi-contact-otdel-card-wrp {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cover-wrp-3 {
    border-radius: 7px;
  }

  .button_video-2 {
    background-size: 102px;
  }

  .text-block-65 {
    font-size: 15px;
    line-height: 19px;
  }

  .slider-2 {
    margin-bottom: 80px;
  }

  .image-55 {
    width: 5px;
    height: 5px;
    top: -5px;
  }

  .menu-button, .menu-button.w--open {
    padding-right: 0;
  }

  .nav-menu-3 {
    z-index: 50;
    flex-direction: column;
    align-items: flex-start;
  }

  .saratov-nav-phone-wrp {
    flex-direction: row;
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar-2 {
    z-index: 100;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
  }

  .bvi-button {
    flex: none;
  }

  .yaroslavl-header-icon {
    margin-right: 0;
  }

  .navbar-contain-2 {
    z-index: 50;
    justify-content: space-between;
  }

  .logo-wrp {
    align-self: center;
  }

  .s-icon-wrp-2 {
    justify-content: flex-end;
  }

  .yaroslavl-navbar-wrp {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .heading-33 {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .svo-section {
    padding-top: 30px;
  }

  .paragraph-36 {
    line-height: 1.5em;
  }

  .svo-wrp {
    width: 100%;
  }

  .paragraph-37 {
    line-height: 1.5em;
  }

  .heading-45 {
    font-size: 22px;
    line-height: 27px;
  }

  .spb-svo-title-wrp {
    padding: 20px 15px;
  }

  .heading-46 {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .svo-title-wrp {
    padding: 20px 15px;
  }

  .svo-section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .svo-wrp-2 {
    padding: 20px;
  }

  .heading-44 {
    font-size: 20px;
    line-height: 24px;
  }

  .passport-wrp {
    height: 49vw;
  }

  .photo-grid-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .photo-grid-2.aiceberg {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .photo-grid-2.tropic {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .text-block-66 {
    margin-bottom: 25px;
  }

  .div-block-48, .div-block-58 {
    padding: 30px;
  }

  .link23 {
    width: 90%;
  }

  .nav-menu-4 {
    z-index: 50;
    flex-direction: column;
    align-items: flex-start;
  }

  .ryazan-nav-phone-wrp {
    flex-direction: row;
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .ryazan-header-icon {
    margin-right: 0;
  }

  .ya-main-slider-title-wrp {
    width: 80%;
    margin-bottom: 30px;
  }

  .navbar-3 {
    z-index: 100;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
    position: absolute;
    inset: 139% 0% auto;
  }

  .ya-main-slider-section {
    height: 94vh;
  }

  .heading-42.disco._11 {
    font-size: 30px;
  }

  .yar-afisha-link.slide {
    letter-spacing: .5px;
    margin-top: 20px;
    font-size: 16px;
  }

  .right-arrow-4 {
    background-color: #05060700;
    width: 15vw;
  }

  .ya-main-slider-contain {
    padding-bottom: 10vh;
  }

  .ryazan-navbar-wrp {
    flex-direction: column;
    align-items: center;
  }

  .icon-3 {
    font-size: 32px;
    display: block;
  }

  .image-70 {
    display: none;
  }

  .s-icon-wrp-3 {
    justify-content: flex-end;
  }

  .ya-afisha-descript {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -330px;
    padding: 370px 30px 30px;
    display: flex;
  }

  .ya-afisha-cover-wrp {
    width: 85%;
  }

  .heading-36 {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
  }

  .ya-afisha-contain {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ya-afisha-link, .ya-afisha-link-title {
    text-align: left;
  }

  .ya-afisha-title2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .ya-afisha-tetxt {
    text-align: center;
    font-size: 15px;
  }

  .kanikuly-wrp {
    height: 200px;
  }

  .div-block-36 {
    text-align: center;
  }

  .text-block-24 {
    font-size: 15px;
    line-height: 1.6em;
  }

  .ya-afisha-title1 {
    text-align: left;
  }

  .ya-afisha-wrp {
    z-index: 5;
    text-align: center;
  }

  .svo-wrp-3 {
    padding: 20px;
  }

  .heading-51 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-73 {
    width: 30px;
  }

  .heading-52 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .ryazan-sxema-panorama-wrp {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-42 {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .image-76 {
    width: 30px;
  }

  .heading-53 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .paragraph-43 {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .bold-text-10 {
    letter-spacing: 1px;
  }

  .div-block-44 {
    padding: 30px;
  }

  .link-block-2 {
    align-items: flex-end;
  }

  .text-block-36 {
    font-size: 13px;
    line-height: 1.7em;
  }

  .image-78 {
    margin-bottom: 4px;
  }
}

#w-node-_659925a1-9d28-2d33-b196-09a1ce2916ba-8b03c814, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7a-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7b-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c80-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c81-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c86-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c87-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c8c-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c8d-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c92-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c93-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c98-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c99-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c9e-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c9f-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ca4-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ca5-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3caa-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cab-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb0-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb1-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb6-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb7-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cbc-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cbd-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc2-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc3-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc8-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc9-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cce-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ccf-8b03c822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#left-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a8-8b03c822 {
  justify-self: end;
}

#right-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a9-8b03c822 {
  justify-self: auto;
}

#w-node-_45b3b0f9-002c-bb5c-c2bf-7549ef9f0cce-8b03c822, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7a-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7b-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c80-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c81-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c86-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c87-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c8c-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c8d-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c92-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c93-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c98-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c99-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c9e-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c9f-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ca4-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ca5-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3caa-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cab-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb0-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb1-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb6-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb7-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cbc-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cbd-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc2-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc3-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc8-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc9-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cce-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ccf-8b03c82c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#left-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a8-8b03c82c {
  justify-self: end;
}

#right-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a9-8b03c82c {
  justify-self: auto;
}

#w-node-_45b3b0f9-002c-bb5c-c2bf-7549ef9f0cce-8b03c82c, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7a-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7b-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c80-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c81-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c86-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c87-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c8c-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c8d-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c92-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c93-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c98-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c99-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c9e-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c9f-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ca4-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ca5-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3caa-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cab-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb0-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb1-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb6-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cb7-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cbc-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cbd-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc2-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc3-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc8-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cc9-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3cce-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3ccf-8b03c82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#left-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a8-8b03c82d {
  justify-self: end;
}

#right-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a9-8b03c82d {
  justify-self: auto;
}

#w-node-_45b3b0f9-002c-bb5c-c2bf-7549ef9f0cce-8b03c82d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7a-6bae070d, #w-node-_7281a742-19a8-b85d-62bf-83c1d51b3c7b-6bae070d, #w-node-f9ce721d-9d8f-2e41-bc86-267a9f81571c-6bae070d, #w-node-f9ce721d-9d8f-2e41-bc86-267a9f81571d-6bae070d, #w-node-_0bfac454-de31-a195-02a1-92c4b318b2bf-6bae070d, #w-node-_0bfac454-de31-a195-02a1-92c4b318b2c0-6bae070d, #w-node-c763cb56-f19c-ed9d-292a-e0575a07def1-6bae070d, #w-node-c763cb56-f19c-ed9d-292a-e0575a07def2-6bae070d, #w-node-_16c46914-3573-f0d1-1623-38cfc698a4a4-6bae070d, #w-node-_16c46914-3573-f0d1-1623-38cfc698a4a5-6bae070d, #w-node-ad67a2e2-2719-0489-5411-b3d6c03f2eb6-6bae070d, #w-node-ad67a2e2-2719-0489-5411-b3d6c03f2eb7-6bae070d, #w-node-a8793042-ba08-3116-a313-171d456bc962-6bae070d, #w-node-a8793042-ba08-3116-a313-171d456bc963-6bae070d, #w-node-_80b7af00-fb8b-4d9b-b689-152d220f28e2-6bae070d, #w-node-_80b7af00-fb8b-4d9b-b689-152d220f28e3-6bae070d, #w-node-b31727ae-8ca1-baa1-9a8a-3af683681005-6bae070d, #w-node-b31727ae-8ca1-baa1-9a8a-3af683681006-6bae070d, #w-node-_0d4963f0-9cce-3156-17ed-7b5ea694089a-6bae070d, #w-node-_0d4963f0-9cce-3156-17ed-7b5ea694089b-6bae070d, #w-node-_6daf62c7-34eb-38f2-391b-e5f8a1f0b785-6bae070d, #w-node-_6daf62c7-34eb-38f2-391b-e5f8a1f0b786-6bae070d, #w-node-c3a9ea9d-24b0-a764-fad9-3ad6b7b8957b-6bae070d, #w-node-c3a9ea9d-24b0-a764-fad9-3ad6b7b8957c-6bae070d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#left-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a8-6bae070d {
  justify-self: end;
}

#right-button.w-node-_87c0588f-be1a-1184-83a4-967d3345c4a9-6bae070d {
  justify-self: auto;
}

#w-node-_45b3b0f9-002c-bb5c-c2bf-7549ef9f0cce-6bae070d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: 'Agbengaly [allfont';
  src: url('../fonts/agbengaly_allfont.ru.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agbengaly [allfont';
  src: url('../fonts/agbengaly-bold_allfont.ru.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agbengaly roman [allfont';
  src: url('../fonts/agbengaly-roman_allfont.ru.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Квадратики всплывающие на фоне коллажа  */
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }
}

@media (max-width: 600px) {
  .circles{
    display:none;
  }
}
/* /Квадратики всплывающие на фоне коллажа */

.photo-card-wrp-2 {
  width: 100%;
	height:100%;
	overflow:hidden;
  border-right:2px solid var(--links);
	border-bottom:2px solid var(--links);
}

.gal-img img{
	width:100%;
	transition: all 0.8s ease-in-out;
}

.gal-img img:hover{
	transform: rotate(-5deg) scale(1.15) translateY(5px);
}

/* xxs - аналог hidden-xs */
.xss {
	display:inline;
}

@media (max-width: 600px) {
  .xss {
    display:none;
  }
}

.w-nav-overlay {
	text-shadow: none;
}

@media screen and (max-width: 991px) {
  .text-block-14 {
    text-align: left;
  }

  .div-block-63.text-block-14.tropic {
    text-align: left;
  }

  .div-block-63 {
    text-align: left;
  }
  .text-block-15 {
    text-align: left;
  }
}

.content h4 {
	padding-bottom: 20px;
}

@media (max-width: 767px) {
  .content h4 {
    text-align: center;
  }
}

.content .passport-wrp {
	margin-top: 40px;
	margin-bottom: 40px;
}

.subinner {
	z-index:-1;
	position:absolute;
	height:100vh;
	width:100%;
	background: url(../../../uploads/images/inner-bg.jpg) top center no-repeat;
  background-size: cover;
	margin-top:0px;
	opacity:80%;
}

.bottom-gradient {
	position: absolute;
	height:50vh;
	width:100%;
	background: linear-gradient(0deg, var(--body), #ffffff00);
	bottom:0;
	z-index:1;
}

.show-desk {
	width:450px;
}

.show-pre {
	background: linear-gradient(149deg, var(--links) 0%, #00000040 42%, var(--links) 72%, #00000040 100%);
  animation: gradient 10s infinite linear;
  background-size: 400%;
	border-radius:10px;
}

.show-more {
	padding:5px 15px;
}

@keyframes gradient {
  0% {
      background-position: 80% 0%;
  }
  50% {
      background-position: 20% 100%;
  }
  100% {
      background-position: 80% 0%;
  }
}

.show-more li{
	padding-top:10px;
	line-height: 1.4em;
	padding-left:0;
	list-style-type: none;
}

.show-more ul {
  padding-left: 0;
}

.show-more a{
	display:flex;
	gap:15px;
	flex-wrap: nowrap;
	align-items: center;
	color: #fff;
	font-weight:600;
	text-decoration:none;
	padding-right:6px;
}
.show-more li:hover {
  transition:0.2s;
	padding-left:6px;
}

.show-more li:hover a {
	text-decoration:none;
	padding-right:0;
  transition:0.2s;
}

.show-more img {
	width:110px;
	border-radius:8px;
}

.show-mob {
	display:none;
}

@media (max-width: 1100px) {
  .show-desk {
    display:none;
  }

  .show-mob {
    display:block;
  }
  .show-pre {
    border-radius:0;
  }

  .show-more {
    padding:30px 0;
    width: 90%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

hr {
	margin: 40px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid var(--tan);
}

.link-main {
	color: var(--links);
}

.link-main:hover {
	color: var(--linkshover);
}

.inner h3 {
	padding:30px 0;
}

.white {
	color:#fff;
}

.show-items {
	display:flex;
	justify-content: space-around;
  align-items: flex-start;
	gap:15px;
}

.show-items .inn-wrp {
	display:flex;
	flex-direction: column;
  align-items: center;
	text-align:center;
}

.show-items .minitext {
	padding-bottom:10px;
}

.show-items .bigtext {
	font-size:40px;
	font-weight:600;
}

.show-items .normtext {
	font-size:18px;
	font-weight:600;
}

.show-items .vline {
	height:100px;
	width:1px;
	background: #eee;
}

@media (max-width: 750px) {
  .show-items {
    flex-direction: column;
    align-items: center;
  }
  .show-items .vline {
    height:1px;
    width:100px;
    background: #eee;
    margin:20px 0;
  }
}


.bred .big {
	background:#eee;
	margin-bottom:0;
	padding-bottom:20px;
	border-radius: 0 0 15px 15px;
	margin-bottom:-50px;
  margin-top: 0px;
}

.bred .content {
	padding-bottom:0;
}

.name_page {
  list-style: none;
  padding: 0;
	display: inline-block;
}

ul.name_page {
  margin-bottom:0;
}

.name_page li {
  font-size: 15px;
  float: left;
  margin: 0 5px 0 0;
  color: rgba(0, 0, 0, 0.7);
	line-height:21px;
}

.name_page li a {
  color: var(--links);
  text-decoration: underline;
}

.name_page li a:hover {
  color: var(--linkshover);
  text-decoration: none;
}

.nom-bot {
	margin-bottom:0;
}

.nom-top {
	margin-top:0;
}

.list-item {
	display:flex;
	align-items: flex-start;
	gap:20px;
	margin: 40px 0 80px;
}

.list-item h3 {
	padding:0;
	margin:0 0 10px 0;
}

.list-item img {
	width:100%;
	max-width:300px;
	border-radius:6px;
}

.list-item a{
	display:inline-block;
	background: var(--links);
	color:#fff;
	padding:10px 30px;
	border-radius:4px;
	text-decoration:none;
	margin-top:3px;
}

.list-item a:hover{
	transition:0.2s;
	text-decoration:none;
	margin-top:0;
	margin-bottom:3px;
}

@media (max-width: 900px) {
  .list-item {
    flex-direction: column;
  }
}

.table-svo {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.table-svo th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
  text-align: center;
	vertical-align: middle;
}
.table-svo td {
	border: 1px solid #dddddd;
	padding: 5px;
  text-align: center;
	vertical-align: middle;
}

.inner .afisha-txt p, .inner .afisha-txt-more p {
  color: #333;
}

.inner .content h2 {
	margin-top:30px;
	color: var(--tan);
}

.inner .content .modul-wrp  {
	border-bottom:1px solid var(--tan);
	border-radius: 0;
	width:100%;
}

.inner .content .modul-wrp h4 {
	padding-bottom: 0px;
	color:#333;
}

.inner .content  img.tula-gostinica-img {
	padding-bottom: 20px;
	width:100%;
}

.tula-gostinica-map {
	width: 100%;
	height:400px;
}

.tula-gostinica-map .html-embed-4 {
  width: 100%;
  height: 100%;
}

.gostinica-form-wpr {
	margin:30px 0;
	display:flex;
	flex-wrap: wrap;
  justify-content: space-between;
	align-items: flex-start;
}

.gostinica-form-wpr .gostinica-widget {
	width:43%;
}

.gostinica-form-wpr img {
	width:57%;
	padding-left:30px;
}

.spb-main-loja-title {
  color: var(--text);
  text-transform: uppercase;
  width: 75%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 150%;
	margin-top:40px;
}

.spb-main-loja-title span {
  color: var(--tan);
}


.loga-head {
	color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
}

.loga-txt {
  color: #2f1d1c;
  margin-bottom: 30px;
  font-size: 16px;
}

.loga-img {
	width:100%;
	padding-bottom:15px;
}

.moshenniki {
	color: #fff;
  font-size: 16px;
}

.moshenniki a{
	color: #fff;
  font-weight:bold;
}

.moshenniki a:hover{
	text-decoration:none;
}

@media (max-width: 900px) {
  .gostinica-form-wpr .gostinica-widget {
    width:100%;
  }

  .loga-head {
      font-size: 22px;
  }

  .gostinica-form-wpr img {
    width:100%;
    padding-left:0;
  }

  .spb-main-loja-title {
    font-size: 20px;
  }
}

/* табы в About */
#tabs {
	/* margin: -130px 0;
	position: relative;
	z-index: 100; */
}

#tabs h2.about {
	font-size:36px;
	padding-bottom:20px;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav a {
	display: block;
	padding: 7px 20px;
	background: #bababa; 
	font-size: 17px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
	margin-right: 5px;
	margin-top:0;
	margin-bottom:10px;
}		
.tabs-nav a:hover {
	background: #e2001a;
	transition:0.2s;
}

.tabs-nav li:last-child a {
	display: block;
}
.tabs-nav a.active {
	background: #e2001a;
	color: #fff;
	margin-top:5px;
	margin-bottom:5px;
}    
.spic {
	display:flex;
	gap:20px;
	align-items: flex-start;
	margin-bottom:50px;
}

@media (max-width: 900px) {
.spic {
	flex-wrap: wrap;
}
}

.tabs-item {
	margin-top:30px;
}

.div-block-38 {
	display:flex;
	gap:20px;
	align-items: center;
	padding:20px 0;
}

img.image-40 {
	border-radius:100px;
}

.image-42 {
	width:100%;
	max-width:500px;
}

.text-block-29 {
	font-size:1.2em;
}
.text-block-29 strong{
	font-size:1.4em;
}
a.doc-link {
	display:block;
	font-size:1.2em;
	padding-bottom:20px;
	text-decoration:none;
}

.inner .modul-txt-wrp h4 {
	text-align:left;
}

.inner .content a.musbut {
    color:#fff !important;
}

.spb-museum-slider {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.left-arrow-3 {
  background-image: url('../../../uploads/museum/left_1.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  transition: all .4s cubic-bezier(.064, .387, .25, 1);
  inset: auto auto -55px 45%;
}

.left-arrow-3:hover {
  background-image: url('../../../uploads/museum/left1.html'), url('../../../uploads/museum/left_1.html');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.right-arrow-3 {
  background-image: url('../../../uploads/museum/right_1.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  transition: all .4s cubic-bezier(.041, .457, .25, 1);
  inset: auto 45% -55px auto;
}

.right-arrow-3:hover {
  background-image: url('../../../uploads/museum/right1.html'), url('../../../uploads/museum/right_1.html');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

@media screen and (max-width: 991px) {
	 .left-arrow-3 {
    left: 40%;
  }
  .right-arrow-3 {
    right: 40%;
  }
}

@media screen and (max-width: 479px) {
	.left-arrow-3 {
    left: 30%;
  }

  .right-arrow-3 {
    right: 30%;
  }
}

.image-41 {
	width:100%;
	padding-bottom:20px;
}

.row img {
	width:100%;
	padding-bottom:20px;
}

a:focus,a:hover {
  color: var(--text);
	text-decoration:none;
}

.newzz-span {
	display:block;
	padding:0px 10px;
	width:100px;
	margin-bottom:10px;
	background:#e5e5e5;
	border-radius:4px;
  color: #333 !important;
}

.newzz span {
  color: #ccc;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.list-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.list-contain {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-gor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top:40px;
}

.list-section .list-item-gor {
  width: 30%;
  display: flex;
  flex-direction: column;
  color: white;
  text-align: left;
}

@media screen and (max-width: 991px) {
.div-block-gor-list {
  flex-direction: column;
}
.list-section .list-item-gor {
  width: 100%;	
}	
}

.list-section .list-item-gor img {
  width: 100%;
  max-width: 300px;
  border-radius: 6px;
}

.list-section .newzz {
  margin-top: 10px;
}

.list-section .newzz span {
  color: #939393;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.list-section .newzz a {
  color: var(--text);
  text-decoration: none;
  font-weight: bold;
  transition: text-decoration 0.2s;
}

.list-section .newzz a:hover {
  text-decoration: none;
}

.list-section .div-block-31 {
  width: 100%;
  margin-top: 20px;
}
/* new */
.list-section .link23 {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--links);/* new */
  color: white;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-align: center;
  width: 150px;
}
/* /new */
.list-section .link23:hover {
  background-color: #d93131;
}
.pages {
	margin-top:-50px;
	padding-left:0;
}

.pages b {
	padding: 10px 15px;
  background: var(--links);
	color:#fff;
  border-radius: 5px;
  margin-right: 3px;
}

.pages a {
	padding: 10px 15px;
  background: #eee;
  border-radius: 5px;
  margin-right: 3px;
}

.pages a:hover {
	padding: 10px 15px;
  background: #ccc;
  border-radius: 5px;
  margin-right: 3px;
}

@media screen and (max-width: 778px) {
  .pages {
    margin-top: -25px;
      margin-bottom: 40px;
  }	
}

#article_pages {
  display: flex; 
  flex-wrap: wrap; 
  gap: 4px;
}

/* new */
.opros-wrp  a:hover, .tp-calendar__btns a:hover, a.w-button:hover {
	color:#fff;
}
/* /new */

#article_pages .dots {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 6px;
  background: #f4f4f4;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  user-select: none;
  cursor: default;
  line-height: 1;
}