@import 'base.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url(../js/tailwind.config.js);
@tailwind base;
@tailwind components;
@tailwind utilities;

/* fonts */
@font-face {
  font-family: "Book antiqua";
  src: url(../fonts/marta_regular.ttf);
}

html, body {
    padding: 0;
    margin: 0;
	box-shadow: content-box;
}

/* header */
.header-wrapper {
	background-color: #378A6F;
}
.header {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  height: 97px;
  max-width: 1180px;
  width: 100%;
  background-color: #378A6F;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 67.5px;
	position: relative;
	z-index: 50;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header--nav--label {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Montserrat';
  cursor: pointer;
}

.contacts {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.contact {
  background-color: #CF9D52;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.layout {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  background-color: #F8F8F8;
}

/* Замена контейнера */
.custom-container {
  max-width: 1212px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}


/* main */
.woocommerce-breadcrumb {
	margin-top: 30px;
	margin-bottom: 40px;
}
.adv-starts {
    color: #378A6F;
    cursor: pointer;
    font-weight: 500;
}
.main {
  background-color: #F8F8F8;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main--scrooll-btn {
  cursor: pointer;
  display: none;
  background-image: url('./icons/chevron-up.svg');
  background-repeat: no-repeat;
  background-position: center;
  left: calc(100% - (60px + 100px));
  top: calc(100% - (60px + 57px));
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #378A6F;
  transition: all 3s linear;
}

.main--section--photo--confirm {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 24px;
}

.main--section--photo--confirm--img {
  margin-right: 12px;
}

.main--section--photo--confirm--labels {

}

.main--section--photo--confirm--labels-title {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  color: #CF9D52;
}

.main--section--photo--confirm--labels-subtitle {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  color: #BBBBBB;
	margin-bottom: 16px;
}

.main--content {
  background-image: url('./icons/path.svg');
  background-repeat: no-repeat;
  background-position: 45% 0%;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
}
.main--section {
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.characters .main--section {
  overflow: visible;
}
.main--section--title {
  font-size: 44px;
  font-weight: 700;
  font-family: 'Book antiqua';
  text-transform: uppercase;
  padding-bottom: 30px;
}

.main--section--subtitle {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 30px;
}
.welcome {
	margin-bottom: 140px;
	row-gap: 20px;
}
.main--section--welcome {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
    margin-top: 128px;
    position: relative;
}
.main--section--welcome--content {
  margin-top: calc(128px - 50.89px);
  display: flex;
  /* flex-direction: row; */
  align-items: flex-start;
  gap: 20px;
}
.main--section--welcome--aside {
  max-width: 680px;
}
.fa-shopping-cart:before {
    content: " "!important;
}
.coub__slider {
	width: 480px
}
@media(max-width: 1200px) {
	.main--section--welcome--aside {
	  max-width: 100%;
	}
}

.main--section--welcome--aside--title {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 20px;
}

.main--section--welcome--aside--intro {
  box-sizing: border-box;
  height: 488px;
  padding: 20px;
  background-image: url(../img/map3.png);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
}
@media(max-width: 1200px) {
	.main--section--welcome--aside--intro {
  		height: auto;
		aspect-ratio: 1.4/1
	}
}
.main--section--welcome--aside--intro--block--mobile {
	display: none;
}
@media(max-width: 580px) {
	.main--section--welcome--aside--intro--block--mobile {
  		display: flex;
		flex-direction: column;
		padding: 12px;
		border: 1px solid #BBBBBB;
	}
}
.main--section--welcome--aside--intro--block {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #BBBBBB;
}

@media(max-width: 580px) {
	.main--section--welcome--aside--intro--block {
  		display: none;
	}
}
.main--section--welcome--aside--intro--block--title {
  color: #CF9D52;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Book antiqua';
  padding-bottom: 12px;
}

.main--section--welcome--aside--intro--block--subtitle {
  color: #292929;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Montserrat';
}

.main--section--welcome--main {
    gap: 20px;
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
}
.main--section--welcome--main--items {
  min-width: 480px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* overflow: hidden; */
  /* max-height: 580px; */
  margin-bottom: 20px;
}

.main--section--welcome--main--controls {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding-bottom: 24.5px;
}
.main--section--welcome--main--item {
    cursor: pointer;
    box-sizing: border-box;
    max-width: 230px;
    background-color: #378A6F;
    padding: 12px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.main--section--welcome--main--item a {
	display: inline-block;
	height: 100%;
}
.main--section--welcome--main--item--official {
  background-image: url(../img/official.png);
}

.main--section--welcome--main--item--merchant {
  background-image: url(../img/merchant.png);
}

.main--section--welcome--main--item--fireman {
  background-image: url(../img/fireman.png);
}

.main--section--welcome--main--item--innkeeper {
  background-image: url(../img/innkeeper.png);
}

.main--section--welcome--main--item--title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Book antiqua';
  margin-bottom: 10px;
}

.main--section--welcome--main--item--desc {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.main--section--welcome--main--item--desc--icon {
  margin-right: 13px;
}

.main--section--welcome--main--item--desc--label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat';
}
.main--section--story-origin {
  padding-top: 140px;
  min-width: 100%;
  background-image: url('./img/background-section.png');
}

.main--section--content {
  max-width: 1180px;
  align-items: start;
}
.main--section--characters--title {
  text-align: left;
  align-self: flex-start;
}

.main--section--characters--body {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 140px;
    width: 100%;
    position: relative;
}

.main--section--characters--body--items {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.main--section--characters--body--item {
  max-width: 380px;
}

.main--section--characters--body--item--img {
    margin-bottom: 16px;
    height: 430px;
    object-fit: cover;
    width: 100%;
}

.main--section--characters--body--item--title {
  color: #CF9D52;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Montserrat';
  margin-bottom: 2px;
}

.main--section--characters--body--item--subtitle {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Montserrat';
}

.main--section--characters--body--arrow {
    cursor: pointer;
    top: 35%!important;
    width: 21px!important;
}
.detail--characters--body--arrow {
    cursor: pointer;
    top: 50%!important;
    width: 21px!important;
}
.main--section--characters--body--arrow--left {
    left: -53px!important;
}
.main--section--characters--body--arrow--right {
    transform: scale(-1);
    right: -53px!important;
}
.detail-swiper-button-next {
	transform: scale(-1);
}

.swiper__characters {
	width: 100%;
}
.main--section--map {
  margin-bottom: 140px;
}

.main--section--new-story {
  
}

.main--section--new-story--body {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 140px;
}
@media(max-width: 580px) {
	.main--section--new-story--body {
	  flex-direction: column;
	}
}

.main--section--new-story--body--aside {
  background-color: #378A6F;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: 100% 100%;
	display: none;
}
.main--section--new-story--body--aside[data-item="1"] {
	display: flex;
}

.main--section--new-story--body--aside--title {
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.main--section--new-story--body--items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main--section--new-story--body--item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 110px;
  border: 1px solid #BBBBBB;
  cursor: pointer;
}

.main--section--new-story--body--item--active {
  background-color: #378A6F;
}

.main--section--new-story--body--item--title {
  color: #BBBBBB;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Montserrat';
}

.main--section--new-story--body--item--active > .main--section--new-story--body--item--title {
  color: #fff;
  background-color: #378A6F;
}

.main--section--news--header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.main--section--news--header--title {
  font-family: 'Book antiqua';
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.main--section--news--header--show-all {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.main--section--news--header--show-all--label {
  margin-right: 12px;
  color: #CF9D52;
}

.main--section--news--header--show-all--icon {
  transform: scale(-1);
}
.main--section--news--body {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.main--section--news--body--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  min-height: 580px;
}
.main--section--news--body--item .btn {
    margin-bottom: 0;
    text-align: center;
}
.main--section--news--body--item img {
	height: 300px;
    object-fit: cover;
	margin-bottom: 16px;
}

.main--section--news--body--item--img {
  background-color: #BBBBBB;
  height: 300px;
  margin-bottom: 16px;
  background-image: url(../icons/default.svg);
  background-size: 75px 75px;
  background-repeat:  no-repeat;
  background-position: center;
}

.main--section--news--body--item--date {
  color: #BBBBBB;
  font-family: 'Montserrat';
}

.main--section--news--body--item--title {
  font-size: 24px;
  font-weight: 700;
  color: #CF9D52;
  font-family: 'Montserrat';
}

.news-block__backgound {
  background-image: url(../img/news-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.main--section--news--body--item--subtitle {
  color: #292929;
  font-family: 'Montserrat';
}

.main--section--feedback {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 188px;
  margin-bottom: 100px;
}
.history__text {
    column-count: 2;
    column-gap: 4%;
}

.main--section--contacts {
}

.main--section--photo {
  max-width: 480px;
}

.main--section--contacts--content {
    flex-direction: row;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.main--section--contact {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.main--section--contact--plate {
  background-color: #CF9D52;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
}

.main--section--contact--label {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #292929;
}
/* common */
.btn {
  margin-bottom: 24px;
  background-color: #CF9D52!important;
  border: none;
  padding: 20px 183px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat';
  cursor: pointer;
}
.btn--outlined {
  /* horizontal padding is 111px */
  padding: 6px 110.12px;
  border: 1px solid #CF9D52;
  background-color: #ffffff!important;
  color: #CF9D52;
}

.btn--minimized {
  padding: 20px 29.5px;
  margin-bottom: 0px;
  width: 180px;
}

.input:focus {
  outline: none;
}

.input {
  width: 483px;
  margin-bottom: 24px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #BBBBBB;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat';
}

.input::placeholder {
  color: #BBBBBB;
}

.checkbox {
  background-color: transparent;
  border: 1.5px solid #CF9D52;
  width: 20px;
  height: 20px;
  appearance: none;
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
}

.checkbox:checked {
  appearance: none;
  background-image: url(../icons/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox::after, .checkbox::before {
  background-color: gray;
}

.main--section--confirm {
  display: flex;
}

.main--section--confirm .checkbox {
  margin-right: 8px;
} 

.main--section--confirm--label {
  font-family: 'Montserrat';
}

.main--section--confirm--label--privacy {
  color: #CF9D52;
  cursor: pointer;
}

.select {
  position: relative;
  margin-bottom: 24px;
}
.select select {
  color: #bbb;
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 20px;
  padding: 0.675em 6em 0.675em 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #caced1;
  border-radius: 0.25rem;
  cursor: pointer;
}

.select::before,
.select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}
/* origin modal*/

    .modal {
      display: none;
      position: fixed;
      z-index: 51;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.7);
    }
    .modalurl {
      display: none;
      position: fixed;
      z-index: 51;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-content {
      margin: 5% auto;
      padding: 20px;
      background-color: transparent;
      max-width: 80%;
    }
	.modal-content-gift {
		max-width: 340px;
		position: relative;
		background-color: #ffffff;
		height: fit-content;
	}
.modal-content-gift img {
	border: 1px solid grey;
}
.modal-content-gift p {
	text-align: center;
    padding-top: 20px;
	padding-bottom: 20px;
}
.modal-content-gift button {
    padding: 8px 8px 12px 8px;
    margin: 0 auto;
    display: block;
    border: 1px solid grey;
    border-radius: 8px;
    background-color: #378A6F;
    color: #ffffff;
    line-height: 21px;
    width: 143px;
    font-size: 19px;
    font-weight: 500;
}
.modal-content-gift button:active {
    background-color: #378A6F80;
}
#gifttime {
    position: absolute;
    top: 40%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 28px;
    width: 96%;
    text-align: center;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
    .close {
      color: #CF9D52;
      float: right;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
    }

/* footer */

.footer {
  height: 133px;
  width: 100%;
  background-color: #378A6F;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 67.5px;
}

.footer--content {
	width: 100%;
	max-width: 1180px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
	gap: 16px;
}

.footer--content--header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 54.5px;
}

.footer--content--divider {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  display: flex;
	flex-direction: row;
	justify-content: center;
  height: 1px;
}
.footer--content--subtitle, .footer--content--subtitle--mobile {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Montserrat';
}

.footer--content--subtitle--mobile {
  display: none;
}

.galery {
    gap: 20px;
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.galery img{
	height: 234px;
}
.coub-next {
    right: 30%!important;
    left: unset!important;
    top: unset!important;
    bottom: -9%;
    transform: scaleX(-1);
    width: 16px!important;
}
.coub-prev {
    right: 32.3%!important;
    left: unset!important;
    top: unset!important;
    bottom: -9%;
	width: 16px!important;
}
/* media header, footer of 768px */
.multiple__load {
	display: none;
}
.coub__slider_mobile{
	display: none!important;
	width: 90%;
	margin-left: 20px;
}
/* souvenirs */
.woocommerce-products-header__title {
	font-family: Book Antiqua;
	font-size: 44px;
	font-weight: 700;
	line-height: 53px;
	text-transform: uppercase;
}
.woocommerce-products-header {
    margin-bottom: 25px;
    position: relative;
}
.woocommerce-result-count {
	display: none;
}
.woocommerce-ordering {
    margin-bottom: 20px;
    width: max-content;
}
.woocommerce-loop-product__title {
    font-family: Book Antiqua;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #292929;
    margin-bottom: 5px;
}
.woocommerce-LoopProduct-link {
	display: flex;
    flex-direction: column;
}
.price {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
	color: #292929;
}
.attachment-woocommerce_thumbnail {
    margin-bottom: 20px;
    width: 100%;
}
.add_to_cart_button {
    width: 246px;
    height: 42px;
    background-color: #CF9D52;
    color: #ffffff;
    display: block;
    text-align: center;
    padding-top: 6px;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Montserrat';
}
.firstboxcontent {
    display: flex;
    margin-bottom: 120px;
    justify-content: space-between;
}
.woocommerce-product-gallery {
	width: 680px;
	opacity: 1!important;
}
.woocommerce-product-gallery__image:first-child img {
	width: 100%;
}
ul.products {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 22px;
    width: 100%;
}
.onsale {
	display: none;
}
.maincontentbox {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popup__survey {
    width: 100%;
    padding: 60px 30px 30px;
    background-color: #ffffff;
}
.survey__swiper {
	min-height: 550px;
}
.survey__swiper_radios {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 4px;
    padding-right: 4px;
	column-gap: 10px;
}
.survey__swiper_radios label {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}
.survey__swiper_radios label > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.survey__swiper_radios input {
	display: none;
}
.survey__swiper_title {
    font-family: Book Antiqua;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    margin-bottom: 30px;
    display: block;
}
.popup__survey .survey-swiper-button-next {
    width: 126px;
    height: 54px;
    text-align: center;
    background-color: #CF9D52;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    top: 85%;
}
.popup__survey .survey-swiper-button-prev {
    text-align: center;
    color: #CF9D52;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    top: 85%;
    left: 38px;
}
.popup__survey .survey-swiper-button-prev:after {
    left: -36px;
    position: absolute;
    font-size: 21px;
}
.popup__survey .survey-swiper-button-next:after{
	display: none;
}
.popup__survey .survey-swiper-button-prev.swiper-button-disabled, .popup__survey .survey-swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.survey__swiper_radios-text {
    display: flex;
    flex-direction: column;
    padding-left: 2px;
}
.survey__swiper_radios-text input{
	display: none;
}
.survey__swiper_radios-text label {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.survey__swiper_radios-text label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #CF9D52;
    margin-right: 10px;
	flex-shrink: 0;
}
.survey__swiper_radios-text input:checked+label:before {
    border: 3px solid #ffffff;
    background-color: #CF9D52;
    box-shadow: 0px 0px 0px 2px #CF9D52;
    width: 18px;
    height: 18px;
    margin-right: 12px;
	flex-shrink: 0;
}
.survey__swiper_radios input:checked+label {
    box-shadow: 0px 0px 0px 4px #378A6F;
}
.swiper-scrollbar-drag {
    transform: translate3d(0px, 0px, 0px)!important;
}
.swiper-slide-active[aria-label="1 / 4"] ~ .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	width: 250px!important;
}
.swiper-slide-active[aria-label="2 / 4"] ~ .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	width: 56%!important;
}
.swiper-slide-active[aria-label="3 / 4"] ~ .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	width: 100%!important;
}
/* .swiper-slide-active[aria-label="4 / 4"] ~ .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	width: 100%!important;
} */
.swiper-slide-active[aria-label="3 / 4"] {

}
.popup__survey .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 300%;
    top: 41px;
    left: 0;
}
.survey--wrapper {
	height: 90%;
}
.survey--wrapper > div {
	height: 110%;
}
.survey-swiper {
	max-height: 550px;
	overflow: scroll;
}
.survey__swiper_counter {
	margin-bottom: 60px;
    display: block;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}
.popup__survey .swiper-scrollbar-drag {
    background: #378A6F;
}
.survey__swiper_url {
	display: flex;
    height: 320px;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    background-color: lightcyan;
	word-break: break-word;
}
.survey__swiper_url a {
	font-size: 54px;
    font-weight: 700;
    text-decoration: underline;
    color: #378A6F;
}
.survey__swiper_final {
	display: block;
    margin-bottom: 12px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.modal-content_survey {
	width: max-content;
}
#modalurl .modal-content_survey {
    background-color: #ffffff;
    height: max-content;
    border-radius: 20px;
    width: 590px;
    position: relative;
    margin: 10% auto;
}
#modalurl .close {
    position: absolute;
    margin: 0;
    right: 22px;
}
#modalurl span {
    margin-top: 40px;
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0 60px;
}
#modalurl a {
    color: #378A6F;
}
.modal-content_survey .close {
	margin-right: 30px;
    margin-top: 20px;
}
.audiojs {
    display: flex;
    align-items: center;
    width: 53%;
    justify-content: space-between;
    position: relative;
}
.audiojs .play-pause {
    width: 24px;
    height: 27px;
    padding: 0;
    border: 0;
    margin-right: 10px;
    padding-top: 2px;
}
.audiojs .scrubber {
    width: calc(68% - 38px);
    float: left;
    margin: 0;
    height: 7px;
    border: 0;
    margin-top: 12px;
    overflow: visible;
    cursor: pointer;
    padding: 5px 0;
    background: transparent;
    position: relative;
}
.audiojs .scrubber:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(155, 155, 155, 0.5);
}
.audiojs .progress {
    top: 0px;
	left: 0px;
    height: 2px;
    background: #378A6F;
    box-shadow: 0;
    position: absolute;
    overflow: visible;
    background-clip: content-box;
    transition:all 1s linear;
	z-index: 1;
	display: block;
}
.audiojs .loaded {
    top: 0px;
	left: 0px;
    height: 2px;
    background: black;
    background-clip: content-box;
    max-width: 100%;
	position: absolute;
}
.played, .duration {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #bbbbbb;
}
.range__volume {
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 0px;
    overflow: hidden;
}
.height-for-vol {
	height: 27px;
}
.range__volume input {
    -webkit-appearance: none;
    width: 100px;
    height: 7px;
    background: #bbbbbb;
    border-radius: 5px;
    background-image: linear-gradient(#CF9D52, #CF9D52);
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
.vol__icon:hover path {
	stroke: #378A6F;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 6px;
  border-radius: 0;
  background: #CF9D52;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}
.play-pause {
	align-items: center;
}
.play-pause img:nth-child(2){
	display: none;
}
.play-pause.playing img:nth-child(1){
	display: none;
}
.play-pause.playing img:nth-child(2){
	display: block;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.icon-marker {
	position: relative;
	cursor: pointer;
	width: 79px;
	height: 95px;
	position: relative;
	transform: translate(-50%, -50%);
	max-width: 95px;
	pointer-events: all;
}
.icon-marker:hover {
    content: url("../icons/pinHare.png");
    height: 50%;
}
.icon-marker__partners {
	position: relative;
	cursor: pointer;
	width: 74px;
	height: 82px;
	position: relative;
	transform: translate(-50%, -50%);
	max-width: 95px;
	pointer-events: all;
	object-fit: contain;
}
.icon-marker__partners_hovered {
    position: relative;
    cursor: pointer;
    width: 74px;
    height: 82px;
    position: relative;
    transform: translate(-50%, -50%);
    max-width: 95px;
    pointer-events: all;
    object-fit: contain;
}
.icon-marker__partners_hovered:hover {
	opacity: 0;
}
.ymaps3x0--marker {
	pointer-events: none;
}
.products .cart, .summary .cart  {
    margin-left: 0;
    border-radius: 0;
    width: 100%;
    flex-direction: row-reverse;
    background: transparent;
    justify-content: space-between;
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
}
.products button[type="submit"] {
    max-width: 246px;
	width: 100%;
    height: 42px;
    padding: 9px 0px;
    background-color: #CF9D52;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 0;
}
.summary button[type="submit"] {
    width: 345px;
    height: 54px;
    padding: 9px 0px;
    background-color: #CF9D52;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 0;
}
.products .quantity, .summary .quantity,  .product-quantity .quantity {
	display: flex;
    align-items: center;
}
.products .screen-reader-text {
	display: none;
}
.products .minus, .products .plus, .summary .minus, .summary .plus, .product-quantity .minus, .product-quantity .plus {
    width: 14px;
    height: 2px;
    background: #CF9D52;
    position: relative;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .minus:before, .products .plus:before, .summary .minus:before, .summary .plus:before, .product-quantity .minus:before, .product-quantity .plus:before {
    width: 35px;
    height: 30px;
    background: transparent;
    content: '';
    display: block;
    position: absolute;
}
.products .plus:after, .summary .plus:after, .product-quantity .plus:after{
    content: ' ';
    display: block;
    width: 2px;
    height: 14px;
    background: #CF9D52;
    position: absolute;
    top: -6px;
    right: 6px;
}
.products input[type="number"], .summary input[type="number"], .product-quantity input[type="number"]{
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce .quantity .qty {
    width: 40px!important;
}
.woocommerce-loop-product__link ~ p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.checkout-popup {
    background-color: #ffffff;
    margin: 10% auto;
    max-width: 600px;
    height: max-content;
    width: 600px;
}
.shop_table {
	height: auto;
}
.woocommerce table.shop_table td {
	border-top: none!important;
	padding: 0px 12px!important;
}
.woocommerce table.shop_table td.product-thumbnail {
    width: 70px;
    padding: 0!important;
}
.woocommerce table.shop_table td.col-span-full.pr-0 {
    padding: 0!important;
}
.shop_table {
	height: auto!important;
	background: transparent!important;
}
.woocommerce table.shop_table {
     border: none;
}
.woocommerce table tbody {
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals{
    width: 31%!important;
}
.order-total td {
	padding: 0!important;
	font-weight: 500!important;
}
.order-total strong {
	font-weight: 500!important;
}
.order-total th {
    padding: 9px 0!important;
    font-weight: 500!important;
}
.order-total {
	font-family: Montserrat;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: right;
}
.woocommerce .col2-set .col-1 {
    width: 100%!important;
}
.woocommerce form .form-row-last {
    float: unset!important;
}
.cart-subtotal, .wc-proceed-to-checkout, .woocommerce-notices-wrapper, .woocommerce-checkout .col-2, #order_review_heading, .woocommerce-checkout-review-order-table, #payment .payment_methods, .woocommerce-terms-and-conditions-wrapper, .wc-block-components-notice-banner {
	display: none!important;
}
.woocommerce-checkout #payment {
    background: none!important;
}
.woocommerce #payment #place_order{
    width: 100%!important;
    height: 52px!important;
    background: #CF9D52!important;
}
.pages {
	display: none;
}
.page.larger, .page.smaller {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #bbbbbb;
	width: 24px;
	display: block;	
}
.current {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #CF9D52;
	width: 24px;
	border-bottom: 1px solid #CF9D52;
	display: block;	
}
.wp-pagenavi {
	display: flex;
	padding-bottom: calc(140px - 24px);
}
.nextpostslink, .previouspostslink {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #CF9D52;
	width: 24px;
	display: block;	
}
.baloon-marker {
    position: absolute;
    top: -91px;
    left: -42%;
    background-color: #333333;
    color: #CF9D52;
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    min-width: 286px;
}
.baloon-marker span {
	width: max-content;
}
.baloon-marker.show-me {
	height: 49px;
	opacity:1;
}
.baloon-marker img {
    object-fit: contain;
    margin-right: 10px;
    max-width: 53px;
    height: 41px;
}
.crowned {
	display: flex;
    align-items: center;
}
.crowned:before {
    content: ' ';
    display: block;
    width: 42px;
    height: 100%;
    background-image: url(../icons/crown.png);
    padding-right: 10px;
    border-right: 2px solid #ffffff;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-position-y: 50%;
}
.yandex-map--main {
	width: 100%;
	height: 583px;
}
.centered--block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.history-detail--image {
	flex-shrink: 0;
	margin-bottom: 12px;
	max-width: 580px;
	width: 100%;
	cursor: pointer;
}
.history-detail--wrapper {
	display: flex;
	flex-direction: row;
	gap: 80px;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.partners--map--wrapper {
	width: 100%;
	height: 500px;
}
.product-type-simple {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.new_rabbit-wrapper {
	max-width: 1260px;
	padding: 0 16px;
}
.main--section--news--wrapper {
	display: grid;
    grid-template-columns: auto auto auto;
}
.background-gray {
	background: #F8F8F8;
}
.rabbit-gallery {
	display: grid;
    grid-template-columns: auto auto auto;
}
.rabbit-gallery img {
	width: 100%;
	height: 100%;
}
.main-image {
	background-image: url(../img/main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-background {
	background-image: url(../img/main-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.social--icon {
	width: 35px;
	aspect-ratio: 1/1;
	cursor: pointer;
}
nput[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; // Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
.main--section--history--body--review--secondary {
	max-width: 580px;
}
.news-detail--body--title {
  font-size: 44px;
  font-weight: 700;
  font-family: 'Book antiqua';
  text-transform: uppercase;
  padding-bottom: 30px;
}
.review-user--info {
	display: flex;
	flex-direction: column;
}
.review-user--info__mobile {
	display: none;
}
.history--begin__image--subtitle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: solid 1px #BBBBBB; 
	padding: 12px;
}
.history--begin__image--subtitle p {
	font-size: 18px;
	text-align: center;
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
	column-gap: 12px;
}
.wp-pagenavi > a {
	border: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-bottom: 1px solid #CF9D52 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
}
.wp-pagenavi span.current {
	font-weight: normal !important;
}
.codedropz-upload-handler {
	display: none;
}
.menu-catalog-container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.menu-catalog-container > .cat__selector {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px -2px 14px #71717159;
    border-radius: 10px;
    padding: 0;
    position: absolute;
    top: 30px;
    min-width: 200px;
    max-height: 0;
    overflow: hidden;
}
.woocommerce-ordering {
    display: flex;
    flex-direction: column;
    position: relative;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.woocommerce-ordering > .orderby {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px -2px 14px #71717159;
    border-radius: 10px;
    padding: 0;
    position: absolute;
    top: 30px;
    min-width: 200px;
    max-height: 0;
    overflow: hidden;
	align-items: center;
}
.menu-catalog-container:hover > .cat__selector {
	max-height: 1000px;
	padding: 10px 0px;
}
.woocommerce-ordering:hover > .orderby  {
	max-height: 1000px;
	padding: 10px 0px;
}
.cat__selector {
	display: flex;
	flex-direction: column;	
}
.cat__selector .menu-item, .orderby .menu-item {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
	padding-left: 10px;
}
.orderby .menu-item {
    text-align: center;
}
.cat__selector .menu-item:hover, .orderby .menu-item:hover{
	color: #CF9D52;
}
.cat__selector .menu-item:first-child, .orderby .menu-item:first-child { 
	padding-top: 0;
}
.cat__selector .menu-item:last-child, .orderby .menu-item:last-child { 
    border-bottom: none;
	padding-bottom: 0;
}
.cat__selector input {
	display: none;
}
.cat__selector label {
	display: flex;
}
.cat__selector label:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border: 1.5px solid #CF9D52;
	margin-right: 10px;
}
.cat-filter__btn {
	font-size: 16px;
    padding: 2px 32px;
    width: 200px;
    background-color: #CF9D52;
    text-align: center;
    color: #ffffff;
}
.top-cart-icon {
    width: 60px;
    height: 60px;
    background-color: #378A6F;
    border-radius: 50%;
    background-image: url(../img/cart-souvenirs.png);
    background-repeat: no-repeat;
    background-position: 40% center;
    position: relative;
}
.cart__product-name {
	font-family: Book Antiqua;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	color: 292929;
}
.product-quantity {
	vertical-align: middle;
}
.product-remove {
	vertical-align: middle;
}
.rules-field {
	border-bottom: none!important;
}
.rules-field .checkbox {
	border: none;
	display: flex!important;
    width: 100%;
    align-items: center;
}
.rules-field .checkbox a{
	color: #CF9D52;
}
.rules-field .checkbox input{
	display: none!important;
}
.check-box {
	display: block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #CF9D52;
	margin-right: 12px;
}
.rules-field .checkbox input:checked ~ .check-box:before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L4.4375 9L1 5.81818' stroke='%23CF9D52' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-position: 50% 50%;
}
.form-row.place-order {
	border-bottom: none!important;
}
.added_to_cart.wc-forward {
	display: none!important;
}
.giftclass {
	opacity: 0.8;
}
@media(max-width: 1300px) {
	.main--section--characters--body--arrow {
		display: none !important;
	}
}
@media(max-width: 1212px) {
	.main--section--history--body--review--secondary {
		width: 100%;
		max-width: 100%;
	}

}
@media (max-width: 1200px) {
  .header {
  	padding: 0px 20px;
  }
  .footer--content {
    width: 100%;
    padding: 0px 40px;
    justify-content: space-between;
  }
  
  .footer--content--header {
    justify-content: space-between;
  }

	.main--section--welcome {
		flex-direction: column;
		align-items: center;
	}
	.main--section--new-story--body--item {
		width: 100%;
	}
	.main--section--new-story--body--aside {
		width: 58%;
	}
	.main--section--new-story--body--items {
		width: 40%;
	}
	.main section {
		padding: 0 20px;
		width: 100%;
	}
	.main--section--new-story--body {
		justify-content: space-between;
		width: 100%;
	}
	.main--section--news--body {
		justify-content: space-between;
	}
	.main--section--news--body--item {
		max-width: 400px;
	    min-width: 260px;
	}
	.main--section--feedback {
		gap: 20px;
		justify-content: space-between;
	}
	.main--section--feedback > div:first-child {
		width: 46%;
	}
	.btn--outlined {
		display: flex;
		justify-content: center;
		padding: 6px 10.12px;
	}
	.main--section--photo {
		width: 46%;
	}
	.main--section--photo .input, .main--section--photo .btn {
		width: 100%;
	}
	.main--section--photo .btn {
		padding: 20px 10px;
	}
	.nav {
		align-items: flex-start;
	}
	
	.characters-section {
		padding-left: 20px;
	}
	.new--story__wrapper {
		width: 100%;
		padding: 0px 20px;
	}
	.news {
		padding-left: 20px;
	}
	.main--section--news--header {
		padding-right: 20px;
	}
	.main--section--feedback {
		padding: 20px;
	}
	.history-detail--image {
		margin-bottom: 0px;
		max-width: 330px;
	}
	.news-detail--wrapper {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0px 16px; 
	}
	.partners--map--wrapper {
		height: 400px;
	}
	.header--nav--label {
		font-size: 13px;
	}
	.news-btn__more {
		text-align: center;
	}
}
@media (max-width: 1110px) {
	.coub__slider_mobile {
		width: 760px;
	}
	.main--section--contacts--content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	.nav {
		display: none;
	}
}
@media(max-width: 1024px) {
	.main--section--photo {
	  max-width: 100%;
	}
	.new_rabbit-wrapper {
		max-width: 100%;
	}
	.history__text {
		column-count: 1;
	}
	  .footer--content--divider {
    display: none;
  }
  .footer--content--subtitle {
    display: none;
  }
  .footer--content--subtitle--mobile {
    display: block;
  }
		.coub__slider {
		display: none!important;
	}
	.coub__slider_mobile{
		display: block!important;
		margin-left: 20px !important;
	}
	.coub-prev, .coub-next {
		display: none!important;
	}
	.header--nav--label {
		font-size: 25px;
	}
	.main--section--welcome--main--item {
		max-width: 100%;
		width: 100%;
		background-size: cover;
	}
}
@media(max-width: 968px) {
	.products .cart, .summary .cart  {
		display: flex;
		flex-direction: column-reverse;
		gap: 10px;
		height: 100px;
	}
	.firstboxcontent {
		display: flex;
		flex-direction: column;
		margin-bottom: 120px;
		gap: 20px;
	}
	.firstboxcontent .summary {
		width: 100% !important;
	}
	.single_add_to_cart_button {
		width: 100% !important;
	}
	.products .quantity, .summary .quantity {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	.main--section--new-story--body--aside--title {
		font-size: 16px;
	}
	.main--section--new-story--body--item--title {
		font-size: 18px;
	}
	.main--section--new-story--body--item {
		height: 73px;
	}
	.history--begin__image--subtitle p {
		font-size: 16px;
		text-align: center;
	}
}
@media(max-width: 880px) {
	.main--section--news--wrapper {
		display: grid;
		grid-template-columns: auto auto;
	}
	.main--section--news--main_page > :nth-child(3) {
		display: none;
	}
	.rabbit-gallery {
		display: grid;
		grid-template-columns: auto auto;
	}
	.main--section--characters--body--item--img {
		height: 230px;
	}
}
@media (max-width: 768px) {
	.welcome {
		margin-bottom: 60px;
	}
	.main--section--welcome {
		margin-top: 60px;
	}
	.main--section--welcome--aside--title {
		font-size: 48px;
		padding-bottom: 12px;
		line-height: 58px;
	}
	.main--section--welcome--aside {
		max-width: 100%;
	}
	.main section {
		padding: 0 40px;
		width: 100%;
	}
	.main--section {
		align-items: flex-start;
	}
	.main--section--title {
		font-size: 24px;
		padding-bottom: 20px;
		line-height: 44px;
	}
	.main--section--welcome--aside--intro--block--subtitle {
		line-height: 25px;
	}
	.main--section--new-story--body--item {
		height: 73px;
	}
	.main--section--new-story--body--aside {
		padding: 20px;
	}
	.main--section--new-story--body--aside--title {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
	.btn--minimized {
		padding: 7px 14.5px;
		margin-bottom: 0px;
		width: 161px;
	}
	.main--section--new-story--body {
		padding-bottom: 80px;
	}
	.main--section--map {
		margin-bottom: 80px;
	}
	.main--section--characters--body--arrow {
		display: none!important;
	}
	.main .characters {
		padding: 0 0px 0 40px;
	}
	.main--section--characters--body {
		padding-bottom: 80px;
	}
	.main--section--news--header--title {
		font-size: 36px;
		line-height: 44px;
	}
	.main--section--news--header {
		margin-bottom: 20px;
	}
	.main--section--news--header {
		align-items: baseline;
	}
	.main--section--news--header--show-all--label {
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
	}
	.main--section--news--header--show-all {
		align-items: baseline;
	}
	.yandex-map--main {
		height: 400px;
	}
	.main--section--new-story--body--item--title {
		width: 190px;
	}
	.header--nav--label {
		font-size: 20px;
	}
	.news-detail--body--title {
		font-size: 24px;
	}
}
@media (max-width: 680px) {
	.modal-content {
      margin: 0 auto;
      max-width: 100%;
    }
	.checkout-popup {
		margin: 10% auto;
	}
	.history-detail--image {
		max-width: 100%;
	}
	.history-detail--wrapper {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.history-detail--image {
		order: -1;
	}
	.main--section--feedback {
		display: flex;
		flex-direction: column;
	}
	.main--section--feedback > div:first-child {
		width: 100%;
	}
	.main--section--photo {
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 639px) {
	.review-user--info {
		display: none;
	}
	.review-user--info__mobile {
		display: flex;
		flex-direction: column;
	}
}
@media(max-width: 580px) {
	.main--section--new-story--body--aside {
		width: 100%;
		aspect-ratio: 1.6/1;
	}
	.main--section--new-story--body--items {
		width: 100%;
	}
	.main--section--new-story--body--item {
		padding-left: 10px;
	}
	.yandex-map--main {
		height: 200px;
	}
	.main--section--news--body--item {
		width: 100%;
		max-width: 100%;
	    min-width: 240px;
	}

	.partners--map--wrapper {
		height: 220px;
	}
	ul.products {
		display: grid;
		grid-template-columns: auto auto;
	}
	.main--section--news--wrapper {
		display: grid;
		grid-template-columns: auto;
	}
	.main--section--news--main_page > :nth-child(2) {
		display: none;
	}

	.footer--content {
		gap: 10px;
		padding: 0px 16px;
	}
	.footer--content--subtitle--mobile {
		display: none;
	}
	.footer--content--divider {
		display: flex;
	}
	.footer--content--subtitle {
		display: flex;
	}
	.confidency--title {
		font-size: 26px;
		line-height: auto;
	}
	.main--section--welcome--aside--intro--block--title {
		font-size: 16px;
		padding-bottom: 8px;
	}
	.main--section--welcome--aside--intro--block--subtitle {
		font-size: 15px;
	}
	.main--section--new-story--body--aside--title {
		font-size: 15px;
	}
	.main--section--new-story--body--item {
		height: 45px;
	}
	.main--section--new-story--body--item--title {
		width: 100%;
	}
	.main--section--title {
		font-size: 24px;
		line-height: normal;
	}
	.main--section--characters--body--item--title {
	  font-size: 20px;
	}
	.main--section--characters--body--item--subtitle {
	  word-break: break-word;
	}
	.main--section--news--header--title {
		font-size: 24px;
	}
	.main--section--subtitle {
		font-size: 16px;
	}
	.main--section--contacts--content {
		display: flex;
		justify-content: flex-start;
	}
	.main--section--contact > p {
		display: none;
	}
	.show-more-btn__reviews {
		display: flex !important;
		width: 100%;
		max-width: 100% !important;
		justify-content: center;
		align-items: center;
		font-size: 18px !important;
		max-height: 42px !important;
	}
	.history--begin__image--subtitle p {
		font-size: 15px;
		text-align: center;
	}
	.wp-pagenavi {
		margin-top: 28px;
	}
	#modalurl .modal-content_survey {
		width: 96%;
	}
}

@media (max-width: 480px) {
	.survey__swiper_radios {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 390px) {
	.confidency--title {
		font-size: 22px;
	}
}
@media (max-width: 360px) {
  .footer--content {
    padding: 0px 16px;
  }
  .footer--content--subtitle--mobile {
    display: none;
  }
  .footer--content--divider {
    display: block;
  }
  .footer--content--subtitle {
    display: block;
  }
}
.news-detail--wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}
.news-detail--body {
  max-width: 1180px;
  margin-bottom: 60px;
}

@media (max-width: 660px) {
	.news-detail--body {
	  margin-bottom: 60px;
	}
}

.news-detail--body--news {
	display: flex;
	flex-direction: column;
}
.news-detail--body--news img{
	margin-bottom: 30px;
}
.news-detail--body--img {
  /* height: 450px; */
  /* margin-bottom: 30px; */
}
.history--begin__backgound {
	background-image: url(../img/nekrasov-bg.png);
}

.news--main--backgound {
  background-image: url(../img/news-bg.png);
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.read--more {
	font-size: 15px;
	color: #CF9D52;
}


/* woocommerce */
.woocommerce-billing-fields h3 {
	font-size: 20px;
}
.woocommerce-billing-fields__field-wrapper > p > label {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	color: #BBBBBB;
}
.woocommerce form .form-row {
	margin-bottom: 0px;
	width: 100% !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #BBBB;
}
.form-row .place-order > button {
	font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.woocommerce-cart-form__cart-item > .product-name {
	font-family: Book Antiqua;
	font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
}
.woocommerce-cart-form__cart-item > .product-quantity {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
}
.woocommerce-Price-amount {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	color: #CF9D52;
}
.woocommerce-cart-form__contents > tbody > tr > .product-exerpt {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
}
.woocommerce-cart-form > table > tbody {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 366px;
	transition: all 2s ease;
}
.woocommerce-cart-form > table > tbody > tr {
	padding: 12px 0;
	border-bottom: 1px solid #BBBBBB;
}
.woocommerce table.shop_table > tbody > .woocommerce-cart-form__cart-item {
	margin-top: 12px;
}
.woocommerce table.shop_table {
	margin-bottom: 12px !important;
	border: none !important;
}
.woocommerce > .cart-collaterals > .cart_totals  > table {
	border: none;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.prodcounter {
	width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #CF9D52;
}
.woocommerce-cart-form > table > tbody.showcart {
	max-height: 1500px;
}
.order-total > td > strong > .woocommerce-Price-amount {
	font-size: 20px !important;
	font-weight: 500;
	color: black;
}
.order-total > th {
	border-top: none !important;
}
.woocommerce-billing-fields > h3 {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
}
.woocommerce-billing-fields__field-wrapper > #billing_rights_field {
	font-size: 15px;
	font-weight: 500;
}
.woocommerce-billing-fields__field-wrapper > #billing_rights_field > span > label {
	border: none;
}
.woocommerce #payment #place_order {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
}